Summary method for objects of class etm
# S3 method for etm
summary(object, tr.choice,
ci.fun = "linear", level = 0.95, times, ...)
# S3 method for summary.etm
print(x, ...)
An object of class etm
.
Character vector of the form 'c("from to","from to")' specifying which transitions should be summarized. Default to all the transition probabilities
A character vector specifying the transformation to be
applied to the pointwise confidence intervals. It could be different
for each transition probability, though if length(ci.fun) !=
number of transitions
, only ci.fun[1]
will be used. The
function displays the transition probabilities in the following
order: first the direct transitions in alphabetical order, e.g., 0 to
1, 0 to 2, 1 to 2, ..., then the state occupation probabilities in
alphabetical order, e.g., 0 to 0, 1 to 1, ... The
possible transformations are "linear", "log", "log-log" and
"cloglog". Default is "linear".
Level of the two-sided confidence intervals. Default is 0.95.
A summary.cpf
object
Time points for which estimates should be returned. Default to all transition times.
Further arguments
A list of data.frames giving the transition probability and stage occupation probability estimates. List items are named after the possible transition.
Transition probability estimates
Variance estimates
Lower confidence limit
Upper confidence limit
Transition times
Number of individuals at risk of experiencing a transition just before time \(t\)
Number of events at time \(t\)