calBinProb: Calibrates Predicted Binary Probabilities

View source: R/FRESAModelingFunctions.R

calBinProbR Documentation

Calibrates Predicted Binary Probabilities

Description

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.

Usage

	
    calBinProb(BinaryOutcome=NULL, 
	            OutcomeProbability=NULL
				)

Arguments

BinaryOutcome

The observed binary outcome

OutcomeProbability

The predicted probability

Value

The logistic model calibrated to the observed outcome rate

Author(s)

Jose G. Tamez-Pena


joseTamezPena/FRESA.CAD documentation built on Feb. 13, 2025, 1:37 a.m.