Returns the random effects estimate for a model fitted with glmmVA, optionally with their conditional variances.

# S3 method for class 'glmmVA'
ranef(object, condVar = FALSE, ...)

Arguments

object

an object of class "glmmVA".

condVar

logical; if TRUE, attach conditional variances as an attribute "condVar" on the returned object. Defaults to FALSE.

...

not used.

Value

A vector of random-effect estimates. When condVar = TRUE, the attribute "condVar" is a vector of conditional variances. returned by getPredictErr.

See also

Author

Bert van der Veen