pred.ci {QHScrnomo} | R Documentation |
Extract Cumulative Incidence Estimates at a Specified Time Point
Description
Extracts the cumulative incidence estimates from a cuminc
object for the cause of interest at a specified time point into a data.frame
.
Usage
pred.ci(cum, tm1, failcode = 1)
Arguments
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 |
Value
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 |
Author(s)
Michael W. Kattan, Ph.D. and Changhong Yu.
Department of Quantitative Health Sciences, Cleveland Clinic
See Also
Examples
cum <- cmprsk::cuminc(prostate.dat$TIME_EVENT, prostate.dat$EVENT_DOD, cencode = 0)
pred.ci(cum, 60, failcode = 1)
[Package QHScrnomo version 3.0.1 Index]