modelBasedConcordance {PatientLevelPrediction} | R Documentation |
Calculate the model-based concordance, which is a calculation of the expected discrimination performance of a model under the assumption the model predicts the "TRUE" outcome as detailed in van Klaveren et al. https://pubmed.ncbi.nlm.nih.gov/27251001/
Description
Calculate the model-based concordance, which is a calculation of the expected discrimination performance of a model under the assumption the model predicts the "TRUE" outcome as detailed in van Klaveren et al. https://pubmed.ncbi.nlm.nih.gov/27251001/
Usage
modelBasedConcordance(prediction)
Arguments
prediction |
the prediction object found in the plpResult object |
Details
Calculate the model-based concordance
Value
The model-based concordance value
Examples
prediction <- data.frame(value = runif(100))
modelBasedConcordance(prediction)
[Package PatientLevelPrediction version 6.4.1 Index]