Learn R Programming

lcmm (version 1.8.1.1)

estimates: Maximum likelihood estimates

Description

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

Usage

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