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