powered by
Extract the estimated random effects at level i.
# S3 method for lcc ranef(object, ...)
A data frame with rows given by the different groups at that level and columns given by the random effects.
an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.
lcc
optional arguments passed to the ranef.lme function.
ranef.lme
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See methods for nlme objects to get more details.
nlme
lcc, coef.lcc,
coef.lcc
if (FALSE) { fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean", method = "Method", time = "Time", qf = 2, qr = 2) ranef(fm1) }
Run the code above in your browser using DataLab