ranef.lcc {lcc} | R Documentation |
Extract Model Random Effects
Description
Extract the estimated random effects at level i.
Usage
## S3 method for class 'lcc'
ranef(object, ...)
Arguments
object |
an object inheriting from class |
... |
optional arguments passed to the |
Details
See methods for nlme
objects to get more
details.
Value
A data frame with rows given by the different groups at that level and columns given by the random effects.
Author(s)
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See Also
Examples
## Not run:
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
ranef(fm1)
## End(Not run)
[Package lcc version 1.1.4 Index]