rms_validate | R Documentation |
Resampling Validation of a Fitted Model's Indexes of Fit
rms_validate(rms.model, B = 100)
B |
Bootstrap times |
data(LIRI)
m=loonR::build.logistic.model(LIRI[,c(3,4)],LIRI$status, rms = T)
m=m$model
rms::validate(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.