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)
Arguments
- object
an egf
object.
- check
a logical. If TRUE
, then an error is thrown if object
does not actually inherit from class egf
.