pred.ci | R Documentation |
Extracts the cumulative incidence estimates from a cuminc
object for the cause of interest at a specified time point into a data.frame
.
pred.ci(cum, tm1, failcode = 1)
cum |
A |
tm1 |
A single time point to return the cumulative incidence at |
failcode |
The value of the status column that indicates the event of interest |
A data.frame
with 3 columns:
Group |
The group name. If the |
CI.Prob |
The cumulative incidence probability at the desired time point |
CI.Var |
The estimated variance of the cumulative incidence estimate |
Michael W. Kattan, Ph.D. and Changhong Yu.
Department of Quantitative Health Sciences, Cleveland Clinic
cuminc
cum <- cmprsk::cuminc(prostate.dat$TIME_EVENT, prostate.dat$EVENT_DOD, cencode = 0)
pred.ci(cum, 60, failcode = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.