main_table: Gives an output dataframe ready for kableExtra

View source: R/main_table.R

main_tableR Documentation

Gives an output dataframe ready for kableExtra

Description

main_table returns the main table broken down by subsets of fullsample/weekend/weekdays.

Usage

main_table(..., last_panel)

Arguments

...

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.

Details

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

Examples

main_table(full_sample, weekends, weekdays)


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