Helper function for timerocModule

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

See also

Examples

# library(survival) # timeROChelper("status", "time", c("age", "sex"), t = 365, data = lung)