summary.etm {etm} | R Documentation |
Summary method for objects of class etm
## S3 method for class 'etm': summary(object, all = FALSE, ...) ## S3 method for class 'summary.etm': print(x, ...)
object |
An object of class etm . |
all |
If set to TRUE, a data.frame will be computed for all transitions that are not 0 in the empirical transition matrix. |
x |
A summary.cpf object |
... |
Further arguments |
A list of data.frames giving the transition probability and stage occupation probability estimates. List items are named after the possible transition.
P |
Transtion probability estimates |
var |
Variance estimates |
time |
Transition times |
n.risk |
Number of individuals at risk of experiencing a transition just before time t |
n.event |
Number of events at time t |
Arthur Allignol arthur.allignol@fdm.uni-freiburg.de