main_table_bootstrap: Gives an output dataframe ready for kableExtra when using...

View source: R/main_table_bootstrap.R

main_table_bootstrapR Documentation

Gives an output dataframe ready for kableExtra when using fwildclusterboot standard errors

Description

main_table_bootstrap returns the main table when using fwildcluster boot standard errors

Usage

main_table_bootstrap(first_panel, last_panel, display_fe = T)

Arguments

last_panel

the final regression panel to put on. This will add on the fixed effects.

display_fe

Whether or not to display the fixed effects chart in the table

...

fixest objects. This will be the regressions for however many fixest objects needed.

Details

This function relies on dplyr, modelsummary, purrr, and tibble packages to work.

Examples

main_table_bootstrap(list(boostrap_1, boostrap_2), last_panel = list(boostrap_1, boostrap_2), display_fe = F)


michaeltopper1/ifc documentation built on Jan. 30, 2023, 10:08 a.m.