Helper function for timerocModule
timeROChelper( var.event, var.time, vars.ind, t, data, design.survey = NULL, id.cluster = NULL )
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 |
timeROC and coxph object
Helper function for timerocModule
# library(survival) # timeROChelper("status", "time", c("age", "sex"), t = 365, data = lung)