print.trans {changeLOS}R Documentation

Print method for objects of class 'trans'

Description

Print method for objects of class trans.

Usage

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

Arguments

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

Author(s)

Matthias Wangler mw@imbi.uni-freiburg.de

Examples

data(los.data)
my.observ <- prepare.los.data(x=los.data)
my.model <- msmodel(c("0","1","2","3"),cens.name="cens")
my.trans <- trans(model=my.model,observ=my.observ)
summary(my.trans)

[Package changeLOS version 2.0.9-2 Index]