print.msmodel {changeLOS}R Documentation

Print method for objects of class 'msmodel'

Description

Print method for objects of class msmodel.

Usage

## S3 method for class 'msmodel':
print(x, ...)

Arguments

x An object of class msmodel.
... other arguments

Author(s)

Matthias Wangler mw@imbi.uni-freiburg.de

Examples

my.model <- msmodel(c("0","1","2","3"),cens.name="cens")
print(my.model)

[Package changeLOS version 2.0.9-2 Index]