print.msmodel {changeLOS}R Documentation

Print and summary method for objects of class 'msmodel'

Description

Print and summary method for objects of class msmodel.

Usage

print.msmodel(x, ...)

summary.msmodel(object, ...)

Arguments

x An object of class msmodel.
object 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")
summary(my.model)
print(my.model)

[Package changeLOS version 1.1.3 Index]