Learn R Programming

lcmm (version 1.7.8)

print.lcmm: Brief summary of a hlme, lcmm, Jointlcmm,multlcmm, epoce or Diffepoce objects

Description

The function provides a brief summary of hlme, lcmm,multlcmm or Jointlcmm estimations, and epoce or Diffepoce computations.

Usage

# S3 method for hlme
print(x,…)
# S3 method for Jointlcmm
print(x,…)
# S3 method for epoce
print(x,…)
# S3 method for lcmm
print(x,…)
# S3 method for Diffepoce
print(x,…)
# S3 method for multlcmm
print(x,…)

Arguments

x

an object inheriting from classes hlme, lcmm for fitted latent class mixed-effects, or class Jointlcmmfor a Joint latent class mixed model or epoce for predictive accuracy computations.

further arguments to be passed to or from other methods. They are ignored in this function.

See Also

hlme, lcmm, Jointlcmm, epoce, Diffepoce