xtevent 2.0.0
ZIP from 3bad054
xtevent 2.0.0
adds new features:
- Option nostaggered has been deprecated. There are new options to handle imputation of the policy variable in scenarios where it may be missing for some units or time periods. In
xtevent 1.0.0
the default was to impute the policy variable at missing values and at the beginning and end of each timeseries in a manner consistent with staggered adoption. This default behavior has changed to not imputing the policy variable. To obtain similar results to those usingxtevent 1.0.0
please use the optionimpute(stag)
. - Options for trend extrapolation when the variable is not binary
- Bug fixes
What's Changed
- #6 Fix xtevent help file by @jorpppp in #14
- PR for #11: enable option addabsorb when there are proxies by @Constantino-Carreto-Romero in #17
- PR for #8: Comments as options in xteventplot by @Constantino-Carreto-Romero in #20
- Issue8 xteventplot options in stata14 or older by @jorpppp in #22
- PR for #12: parse text in vce option by @Constantino-Carreto-Romero in #19
- PR for #18: typo in helpfiles xtevent and xteventplot by @Constantino-Carreto-Romero in #21
- PR for #15: imputation of policyvar by @Constantino-Carreto-Romero in #24
- PR for #9: max pol order by @Constantino-Carreto-Romero in #26
- PR for: 25 call to eventgenvars from eventiv by @Constantino-Carreto-Romero in #27
- PR for #28: three bugs in eventgenvars by @Constantino-Carreto-Romero in #29
- PR for #13: translation from equation to package and window equivalence by @Constantino-Carreto-Romero in #31
- PR for #33: Switch default precision for parenthetical reference value by @rayhuang11 in #45
- PR for #5: allow trend estimation with GMM by @Constantino-Carreto-Romero in #41
- PR for #10: check variable typing by @Constantino-Carreto-Romero in #43
- PR for #42: update the test file by @Constantino-Carreto-Romero in #49
- PR for #44: change window's domain description by @Constantino-Carreto-Romero in #51
- PR for #46: allow static overlay plots when there was imputation by @Constantino-Carreto-Romero in #50
New Contributors
- @Constantino-Carreto-Romero made their first contribution in #17
- @rayhuang11 made their first contribution in #45
Full Changelog: v1.0.0...v2.0.0