nlme.getRanPars: NLME random effects and covariance matrix

View source: R/nlme.getRanPars.r

nlme.getRanParsR Documentation

NLME random effects and covariance matrix

Description

Extracts random effect point estimate and variance-covariance matrix of an nlme object

Usage

## S3 method for class 'getRanPars'
nlme(object)

Arguments

object

an nlme object

Value

list with fixed effect point estimates and variance-covariance matrix

See Also

nlme.getFixPars, nlme.simPars, nlme.extract

Examples

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)

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.