ranef.lcc | R Documentation |
lcc
ModelExtracts the estimated random effects from a fitted longitudinal concordance
correlation model represented by an lcc
object. The function returns
a data frame with rows corresponding to different groups at a specified level
and columns representing the random effects.
## S3 method for class 'lcc'
ranef(object, ...)
object |
An object inheriting from class |
... |
Optional arguments passed to the |
This function is useful for examining the random effects associated with
groups or subjects in the model. For a detailed explanation of these effects,
see the documentation for nlme
objects.
lcc
, coef.lcc
,
## Not run:
fm1 <- lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
ranef(fm1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.