get_tdcroc | R Documentation |
Generate AUC and ROC
get_tdcroc(
mod,
newdata,
idvar = NULL,
time.eval = NULL,
pred = NULL,
pred.type = "lp",
cut.values = NULL,
method = "NNE",
lambda = NULL,
span = NULL,
window = "symmetric",
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.