make_tab_models_tested: Create a tibble of tested models

View source: R/make_tab_models_tested.R

make_tab_models_testedR Documentation

Create a tibble of tested models

Description

Create a tibble of tested models

Usage

make_tab_models_tested(models, caption)

Arguments

models

A named list of fitted model objects (that can be run through the 'AIC()' function)

caption

The caption attribute to add to the tibble (enabling 'pander::pander()' to automatically add the correct caption)

Value

A tibble with a caption attribute. The tibble will have columns of "Description", "AIC", and "dAIC".


billdenney/bsd.report documentation built on Jan. 16, 2024, 12:54 a.m.