gsynth 1.3.0
We merged all functionalities of gsynth into the
package fect. gsynth is now a wrapper
of fect. Please check fect User Manual for
updates. We maintain gsynth solely for backward
compatibility.
gsynth 1.1.7
Using normal approximation instead of the percentile method to obtain
confidence intervals based on bootstrapped standard errors.
gsynth 1.1.4
- 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.
gsynth 1.0.9
- Function
panelView() is removed from
gsynth and becomes an independent package panelview.
- Implement the matrix completion method.
- Fix bugs.
- Change the color scheme.
gsynth 1.0.8
- Add a function
panelView() to visualize raw data and
data structure before estimation.
- Fix bugs.
gsynth 1.0.7
- 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.