Changelog
Source:NEWS.md
pmcalibration 0.2.0
Several minor changes as well as some bigger changes to the default plotting function and to the functions used for assessing ‘weak’ calibration (logistic_cal)
- Fixed bug when
smooth = "none" - Predictions (
p) that are <= 0 or >= 1 are now excluded and produce a warning. -
pmcalibrationoutput now includesp_cslot containing the value of the calibration curve for each observation. - Changed
pmcalibrationdefault smooth to"gam"instead of"none". - Improved plot function to show risk distribution (for binary outcomes);
- Added likelihood ratio tests to
logistic_calfunctions that test overall ‘weak’ calibration. - Added
plotargument topmcalibrationso it produces a plot by default (without having to make separate call); - Moved vignette material to readme (internal validation material has been developed into pminternal package, hopefully on cran soon).
-
get_ccrenamedget_curve.