Helper function for timerocModule
Usage
timeROChelper(
var.event,
var.time,
vars.ind,
t,
data,
design.survey = NULL,
id.cluster = NULL
)
Arguments
- var.event
event
- var.time
time
- vars.ind
independent variable
- t
time
- data
data
- design.survey
survey data, Default: NULL
- id.cluster
cluster variable if marginal model, Default: NULL
Value
timeROC and coxph object
Details
Helper function for timerocModule
Examples
# library(survival)
# timeROChelper("status", "time", c("age", "sex"), t = 365, data = lung)