Summary methods for an 'etm' object
Summary method for objects of class etm
## S3 method for class 'etm' summary(object, tr.choice, ci.fun = "linear", level = 0.95, times, ...) ## S3 method for class 'summary.etm' print(x, ...)
object |
An object of class |
tr.choice |
Character vector of the form 'c("from to","from to")' specifying which transitions should be summarized. Default to all the transition probabilities |
ci.fun |
A character vector specifying the transformation to be
applied to the pointwise confidence intervals. It could be different
for each transition probability, though if |
level |
Level of the two-sided confidence intervals. Default is 0.95. |
x |
A |
times |
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.
P |
Transition probability estimates |
var |
Variance estimates |
lower |
Lower confidence limit |
upper |
Upper confidence limit |
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@gmail.com
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.