Description Usage Arguments Value Examples
Remove parts of a GLM summary to shrink the size.
1 | trim_glm_summary(model_smy)
|
model_smy |
Summary of a GLM object. |
A trimmed-down GLM summary.
1 2 3 | mtcarsGLMSummary <- summary(glm(mpg ~ ., data = mtcars))
object.size(mtcarsGLMSummary)
object.size(trim_glm_summary(mtcarsGLMSummary))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.