View source: R/FRESAModelingFunctions.R
calBinProb | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.