Learn R Programming

lcmm (version 1.6.6)

estimates: Estimates

Description

This function provides the vector of maximum likelihood estimates of a model estimated with hlme, lcmm, multlcmm or Jointlcmm.

Usage

## S3 method for class 'hlme':
estimates(x,cholesky=TRUE)
## S3 method for class 'lcmm':
estimates(x,cholesky=TRUE)
## S3 method for class 'Jointlcmm':
estimates(x,cholesky=TRUE)
## S3 method for class 'multlcmm':
estimates(x,cholesky=TRUE)

Arguments

x
an object of class hlme, lcmm, multlcmm or Jointlcmm
cholesky
optional logical indicating if the parameters of variance-covariance of the random effets should be displayed instead of their cholesky transformations used in the estimation process.

Value

  • a vector with all estimates of the model.

See Also

VarCov, hlme, lcmm, multlcmm, Jointlcmm