View source: R/main_table_semester.R
main_table_semester | R Documentation |
main_table_semester
returns the main table broken down by subsets of fullsample/weekend/weekdays.
main_table_semester(full_sample, weekends, weekdays)
full_sample |
a list of fixest objects. This will be the regressions for the full sample. |
weekends |
a list of fixest objects. This will be the regressions for the weekend sample. |
weekdays |
a list of fixest objects. This will be the regressions for the weekdays. |
This function relies on dplyr, modelsummary, 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.