The goal of calibration package is to evaluate the calibration performance and calibrate. With this package, you can perform a calibration plot, the Hosmer-Lemeshow test, and the calibration slope to evaluate calibration from probabilistic classification. And you can use Platt Scaling and isotonic regression method to calibrate the probabilities.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("liuhongwei2018/calibration")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.