table_estimates: Build the table with model parameter estimates for all models

Description Usage Arguments Value See Also Examples

View source: R/tables.R

Description

This is a main function of this package. It builds the table containing all parameter estimates for all models, as well as those produced by model averaging.

Usage

1
table_estimates(models_list, models_list_boot, save_xlsx = FALSE)

Arguments

models_list

The list of fitted models

models_list_boot

The list of fitted models after bootstrap

save_xlsx

A boolean indicating whether saving the table as a *.xlsx document or not

Value

A data.frame containing the estimates.

See Also

fit_all_models, boot_all_models

Examples

1
2
table_estimates(models_list = Models,
                models_list_boot = Models_boot)

courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.