get_tdcauc | R Documentation |
Generate (TDC) AUC based on riskstAUC from risksetROC package
get_tdcauc(
mod,
newdata,
idvar = NULL,
time.eval = NULL,
pred = NULL,
pred.type = "lp",
method = "Cox",
span = NULL,
order = 1,
window = "asymmetric",
weight = "rescale",
nreps = 50,
prop = c(0.025, 0.5, 0.975),
parallelize = FALSE,
nclusters = 1,
...,
modelname = class(mod)[1]
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.