riskCalibrationPlot.lrm | R Documentation |
Calibration plot by rms.calibrate
## S3 method for class 'lrm'
riskCalibrationPlot(rms.model, cox = FALSE)
rms.model |
A model built by rms package |
cox |
If is a cox model |
#' data(LIRI)
m=loonR::build.logistic.model(LIRI[,c(3,4)],LIRI$status, rms = T)
m=m$model
riskCalibrationPlot.lrm(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.