main_table | R Documentation |
main_table
returns the main table broken down by subsets of fullsample/weekend/weekdays.
main_table(..., last_panel)
... |
fixest objects. This will be the regressions for however many fixest objects needed. |
last_panel |
the final regression panel to put on. This will add on the fixed effects. |
This function relies on dplyr, modelsummary, purrr, and tibble packages to work.
main_table(full_sample, weekends, weekdays)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.