is.random {brmsmargins} | R Documentation |
Check a brmsfit
Object has Random Effects
Description
Internal utility function to check whether a brmsfit
object has any random effects or not.
Usage
is.random(object)
Arguments
object |
An object to be evaluated. |
Value
TRUE
if any random effects present.
FALSE
if no random effects present.
[Package brmsmargins version 0.2.0 Index]