This function provides the vector of maximum likelihood estimates of a model estimated with hlme, lcmm, multlcmm or Jointlcmm.
# S3 method for hlme
estimates(x,cholesky=TRUE)
# S3 method for lcmm
estimates(x,cholesky=TRUE)
# S3 method for Jointlcmm
estimates(x,cholesky=TRUE)
# S3 method for multlcmm
estimates(x,cholesky=TRUE)an object of class hlme, lcmm, multlcmm or Jointlcmm
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.
a vector with all estimates of the model.