View source: R/nlme.getRanPars.r
nlme.getRanPars | R Documentation |
Extracts random effect point estimate and variance-covariance matrix of an nlme object
## S3 method for class 'getRanPars'
nlme(object)
object |
an nlme object |
list with fixed effect point estimates and variance-covariance matrix
nlme.getFixPars
, nlme.simPars
, nlme.extract
library(nlme)
fm1 <- nlme(height ~ SSasymp(age, Asym, R0, lrc),
data = Loblolly,
fixed = Asym + R0 + lrc ~ 1,
random = Asym ~ 1,
start = c(Asym = 103, R0 = -8.5, lrc = -3.3)
)
nlme.getRanPars(fm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.