View source: R/summary.etmCIF.R
summary.etmCIF | R Documentation |
Summary function for objects of class cifETM
## S3 method for class 'etmCIF'
summary(object, ci.fun = "cloglog",
level = 0.95, ...)
## S3 method for class 'summary.etmCIF'
print(x, ...)
object |
An object of class |
ci.fun |
Transformation applied to the pointwise confidence
intervals. On of |
level |
Level of the confidence intervals. Default is 0.95. |
x |
An object of class |
... |
Further arguments |
A data.frame per covariate level and competing event
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 |
n.event |
Number of events at time |
Arthur Allignol arthur.allignol@gmail.com
etmCIF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.