View source: R/make_tab_models_tested.R
make_tab_models_tested | R Documentation |
Create a tibble of tested models
make_tab_models_tested(models, caption)
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) |
A tibble with a caption attribute. The tibble will have columns of "Description", "AIC", and "dAIC".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.