Using normal approximation instead of the percentile method to obtain confidence intervals based on bootstrapped standard errors.
- Import function felm from lfe to fit two-way fixed effects model as the starting value for estimation of interactive fixed effects model with unbalanced panel data.
- Add cluster bootstrap option for uncertainty estimates.
- Add jackknife uncertainty estimates.
- Add a new function cumuEff for calculation of sub-group and cumulative treatment effects.
- Function
panelView()
is removed from gsynth and becomes an independent package panelview. - Implement the matrix completion method.
- Fix bugs.
- Change the color scheme.
- Add a function
panelView()
to visualize raw data and data structure before estimation. - Fix bugs.
- Add "implied weights" of control units for each treated unit to the output of the main function (
wgt.implied
). - Add a plot to visualize missing data and treatment status (
type = "missing"
). - Accommodate unbalanced panels.