Description Usage Arguments Examples
This function builds on the output of glance() in order to make it neater and more aesthetically pleasing.
1 2 3 4 5 6 7 | ModelDiagnostics(
model = NULL,
kable = TRUE,
kable.font = "Avenir",
kable.caption = NULL,
kable.digits = 4
)
|
model |
The model to be analyzed. Defaults to NULL. |
kable |
Should the output be placed in kable format, or returned as a simple dataframe? Defaults to TRUE. |
kable.font |
What font should be used? Defaults to "Avenir". |
kable.caption |
Define a caption to be placed above the table. Defaults to "Model Coefficients". |
kable.digits |
The number of digits to round to. Defaults to 4. |
1 | ModelDiagnostics(my_glm, font = "Comic Sans")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.