1 2 3 4 5 6 7 8 | CoefSummary(
model = NULL,
kable = TRUE,
conf.level = 0.05,
kable.font = "Avenir",
kable.caption = NULL,
kable.digits = 4
)
|
model |
The model to be analyzed. Defaults to NULL. |
kable |
Should the table be returned as an interactive kable instead of a simple dataframe? Defaults to TRUE. |
conf.level |
The confidence level for determining variable significance. Defaults to 95 \itemkable.fontWhat font should be used? Defaults to "Avenir". \itemkable.captionDefine a caption to be placed above the table. Defaults to "Model Coefficients". \itemkable.digitsThe number of digits to round to. Defaults to 4. |
This function takes in the output from lm() or glm() and provides a tidy, aesthetically-pleasing summary of the coefficients. CoefSummary(model = my_glm, font = "Georgia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.