View source: R/EvaluationSummary.R
ici | R Documentation |
Calculate the Integrated Calibration Index from Austin and Steyerberg https://onlinelibrary.wiley.com/doi/full/10.1002/sim.8281
ici(prediction)
prediction |
the prediction object found in the plpResult object |
Calculate the Integrated Calibration Index
Integrated Calibration Index value or NULL if the calculation fails
prediction <- data.frame(rowId = 1:100,
outcomeCount = stats::rbinom(1:100, 1, prob=0.5),
value = runif(100),
evaluation = rep("Train", 100))
ici(prediction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.