View source: R/main_table_bootstrap.R
main_table_bootstrap | R Documentation |
main_table_bootstrap
returns the main table when using fwildcluster boot standard errors
main_table_bootstrap(first_panel, last_panel, display_fe = T)
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. |
This function relies on dplyr, modelsummary, purrr, and tibble packages to work.
main_table_bootstrap(list(boostrap_1, boostrap_2), last_panel = list(boostrap_1, boostrap_2), display_fe = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.