| estimates {lcmm} | R Documentation |
Maximum likelihood estimates
Description
This function provides the vector of maximum likelihood estimates of a model
estimated with hlme, lcmm, multlcmm,
Jointlcmm, mpjlcmm, externSurv, or externX.
Usage
estimates(x, cholesky = TRUE)
Arguments
x |
an object of class |
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.
Author(s)
Cecile Proust-Lima, Viviane Philipps
See Also
VarCov, hlme, lcmm,
multlcmm, Jointlcmm
[Package lcmm version 2.1.0 Index]