Description Usage Arguments Details Value
Plot the smooth calibration as detailed in Calster et al. "A calibration heirarchy for risk models was defined: from utopia to empirical data" (2016)
1 2 3 4 5 6 7 8 9 10 11 12 |
result |
The result of running |
smooth |
options: 'loess' or 'rcs' |
span |
This specifies the width of span used for loess. This will allow for faster computing and lower memory usage. |
nKnots |
The number of knots to be used by the rcs evaluation. Default is 5 |
scatter |
plot the decile calibrations as points on the graph. Default is False |
type |
Whether to use train or test data, default is test. |
bins |
The number of bins for the histogram. Default is 20. |
zoom |
Zoom in on the region containing the deciles or on the data. If not specified shows the entire space. |
sample |
If using loess then by default 20,000 patients will be sampled to save time |
fileName |
Name of the file where the plot should be saved, for example 'plot.png'. See the
function |
Create a plot showing the smoothed calibration #'
A cowplot object. Use the cowplot::save_plot
function to save to file in a different format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.