Learn R Programming

brmsmargins (version 0.2.1)

is.random: Check a brms::brmsfit Object has Random Effects

Description

Internal utility function to check whether a brms::brmsfit object has any random effects or not.

Usage

is.random(object)

Value

TRUE if any random effects present. FALSE if no random effects present.

Arguments

object

An object to be evaluated.