Learn R Programming

epigrowthfit (version 0.15.4)

egf_has_random: Test for Random Effects

Description

Tests whether an object specifies a model with random effects.

Usage

egf_has_random(object, check = TRUE)

Value

TRUE or FALSE.

Arguments

object

an egf object.

check

a logical. If TRUE, then an error is thrown if object does not actually inherit from class egf.