Hi, I am currently using Stata/SE15.1 and trying to use did_multiplegt package to estimate two-way fixed effect model.
To see how the package works, I simply tried the following codes as in the help file.
ssc install bcuse
bcuse wagepan
did_multiplegt lwage nr year union, robust_dynamic dynamic(1) placebo(1) breps(50) cluster(nr)
But I got the error message: option robust_dynamic not allowed
Is there anyway to fix this problem?
To see how the package works, I simply tried the following codes as in the help file.
ssc install bcuse
bcuse wagepan
did_multiplegt lwage nr year union, robust_dynamic dynamic(1) placebo(1) breps(50) cluster(nr)
But I got the error message: option robust_dynamic not allowed
Is there anyway to fix this problem?
Comment