pred_summary_stat {predtools} | R Documentation |
Title Estimate mean and variance of prediction based on model calibration output.
Description
Title Estimate mean and variance of prediction based on model calibration output.
Usage
pred_summary_stat(calibVector)
Arguments
calibVector |
Vector of predicted probability of risk per decile or percentile (e.g., from a calibration plot). |
Value
Returns mean and variance of predictions based on the predicted probabilities.
[Package predtools version 0.0.3 Index]