table_SE: Build a table with the standard error of all parameter...

Description Usage Arguments Value See Also Examples

View source: R/tables.R

Description

This function is called internally by other functions. It is used for performing the model averaged computation of the confidence intervals on parameter estimates. It provides the standard error on each parameter estimates as estimated by bootstrap.

Usage

1
2
table_SE(models_list, models_list_boot, print = TRUE,
  save_xlsx = FALSE)

Arguments

models_list

The list of fitted models

models_list_boot

The list of fitted models after bootstrap

print

A boolean indicating whether or not to print information about potential issues

save_xlsx

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

Value

A data.frame storing the standard errors.

See Also

table_model_averaging

Examples

1
table_SE(models_list = Models, models_list_boot = Models_boot, print = FALSE)

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