CoefSummary: A function to provide a summary of a linear model.

Usage Arguments

Usage

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
)

Arguments

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

\item

kable.fontWhat font should be used? Defaults to "Avenir".

\item

kable.captionDefine a caption to be placed above the table. Defaults to "Model Coefficients".

\item

kable.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")


jr-leary7/jackknife documentation built on April 19, 2021, 2:18 a.m.