This function provides a summary of model estimated with the jointLPM function.
# S3 method for jointLPM
summary(object, ...)The function is mainly used for its side effects. It returns invisibily a list of two matrices containing the estimates, their standard errors, Wald statistics and associated p-values for the survival submodel (first element of the list) and for the mixed model's fixed effects (second element).
an object inheriting from class jointLPM for a joint latent process model.
further arguments to be passed to or from other methods. They are ignored in this function.
Viviane Philipps, Tiphaine Saulnier and Cecile Proust-Lima