get_ibsTDC | R Documentation |
Compute brier or integrated brier score for a TDC survival data
get_ibsTDC(
mod,
newdata,
idvar,
time.eval = NULL,
type = c("BS", "IBS", "both"),
nreps = 50,
prop = c(0.025, 0.5, 0.975),
parallelize = FALSE,
nclusters = 1,
...,
coefficients = mod$coefficientsd,
method = mod$method,
modelname = class(mod)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.