Learn R Programming

lcmm (version 1.6.6)

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 class 'hlme':
print(x,\dots)
## S3 method for class 'Jointlcmm':
print(x,\dots)
## S3 method for class 'epoce':
print(x,\dots)
## S3 method for class 'lcmm':
print(x,\dots)
## S3 method for class 'Diffepoce':
print(x,\dots)
## S3 method for class 'multlcmm':
print(x,\dots)

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