Resources

Here are some resources that helped me tremendously (inspired by Javier Donna)

Job market candidates

Computation

Notes

My go-to R packages

  • Output LaTeX tables: stargazer, texreg (supports fixest), xtable
  • Fixed effects for linear models: plm (at most 2-way, need clubSandwich for clustering, good for 1 fixed effect with many unique values), lfe (clustering, fast)
  • Fixed effects for non-linear models: fixest (description), alpaca
  • Data wrangling: dplyr, broom (turn regression results into a data frame), fastDummies