clean_model | R Documentation |
Strips logistic regression model object of extraneous data that are not required in order to calculate the probability of death within 30 days of admission. This is a necessary step as the object will likely be quite large and take up significant amounts of memory when producing the probabilities.
clean_model(model)
model |
Input |
clean_model
expects an object of class glm
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.