ModelDiagnostics: A function to provide model diagnostic statistics.

Description Usage Arguments Examples

Description

This function builds on the output of glance() in order to make it neater and more aesthetically pleasing.

Usage

1
2
3
4
5
6
7
ModelDiagnostics(
  model = NULL,
  kable = TRUE,
  kable.font = "Avenir",
  kable.caption = NULL,
  kable.digits = 4
)

Arguments

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.

Examples

1
ModelDiagnostics(my_glm, font = "Comic Sans")

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