plot_model: plot_model

Description Usage Arguments Value See Also

View source: R/plot_model.R

Description

this methods visualizes all implemented calibration models as a mapping function between original ML scores (x-axis) and calibrated predictions (y-axis)

Usage

1
plot_model(calibration_model, seq = NULL)

Arguments

calibration_model

output from the calibrate method.

seq

sequence of ML scores over which the mapping function should be evaluated, Default: 100 scores from the minimum to the maximum of the original ML scores

Value

ggplot object

See Also

melt ggplot,geom_line,aes,ylim,scale_colour_manual,theme,labs,geom_text,geom_vline


CalibratR documentation built on Aug. 19, 2019, 5:04 p.m.