Skip to contents

Compare multiple model fits on AIC, BIC, log-likelihood and (optional) LR tests

Usage

model_comparison_table(
  models,
  nested = FALSE,
  digits = 3L,
  output_format = "dataframe",
  title = "Model Comparison"
)

Arguments

models

Named list of fitted models.

nested

If TRUE, run LR tests against the previous model in the list.

digits

Decimal places.

output_format

Output target.

title

Title.