calBinProb {FRESA.CAD} | R Documentation |
The predicted binary probabilities are calibrated to match the observed event rate. A logistic model is used to calibrate the predicted probability to the actual event rate.
calBinProb(BinaryOutcome=NULL,
OutcomeProbability=NULL
)
BinaryOutcome |
The observed binary outcome |
OutcomeProbability |
The predicted probability |
The logistic model calibrated to the observed outcome rate
Jose G. Tamez-Pena