summary.trans {changeLOS} | R Documentation |
Summary method for objects of class trans
.
## S3 method for class 'trans': summary(object, ...)
object |
An object of class trans . |
... |
other arguments |
A list is returned by the function summary.trans
with the
following elements:
nrtransitions: |
a matrix with
|
state.names: |
vector with the names of the states |
times |
the transition times |
nr.before |
matrix with the number in each state just before the transition times |
Matthias Wangler mw@imbi.uni-freiburg.de
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)