Changes * Uses data.table instead of dplyr
and tidyr for the replication. * Uses tinyplot
instead of ggplot2 to mimimize dependencies.
Changes * Uses capybara to facilitate displaying
regression results.
Improvements * Moves general equilibrium parameters to the start of the examples. This is helps to write clearer code. * I added dta files to repository
Breaking changes * Uses fixest estimation as default * For all the summary functions the default is “ppml” (it was “lm”, now renamed to “ols”) * The summary functions were renamed to tp_summary_app_T instead of tp_summary_appT (T={1,2,3})
Removals * tp_clustered_glm(), which doesn’t make sense anymore after using fixest, which provides clustered standard errors directly