ranef {randomLCA}R Documentation

Extract random effects from a randomLCA object

Description

Extracts the Empirical Bayes estimates of the random effects.

Usage

## S3 method for class 'randomLCA':
ranef(object, ...)

Arguments

object randomLCA object with a random effect
... additional argument; currently none is used.

Value

A matrix with the first column containg the random effects and the second column the standard error of the random effects.

Author(s)

Ken Beath


[Package randomLCA version 0.6-2 Index]