lrberge / fixest

Fixed-effects estimations
https://lrberge.github.io/fixest/
362 stars 59 forks source link

Replicate plm::pmg #401

Open waynelapierre opened 1 year ago

waynelapierre commented 1 year ago

Are there any functions in fixest that can replicate plm::pmg? https://rdrr.io/cran/plm/man/pmg.html In my case, I need pmg(y ~ x, index = c("i1", "i2"), data = data) but strongly prefer to use fixest.