Hello everyone,
I'm currently learning about the synthetic control method and trying to replicate the example provided by Qiang Chen (2024), who developed the command. However, when I attempt to run the placebo tests, I encounter an error that I haven't been able to resolve.qcm
The two lines of Stata code I'm using are taken directly from the original example:
qcm gdp, trunit(9) trperiod(176) placebo(unit cut(2)) frame(growth)
qcm gdp, trunit(9) trperiod(176) placebo(period(168)) savegraph(growth, replace)
When I run them, Stata returns the following error:
option placebo() not allowed
r(198);
Reference: Chen, Q., Xiao, Z. and Yao, Q., 2024. Quantile control via random forest. Journal of Econometrics, p.105789.
I'm currently learning about the synthetic control method and trying to replicate the example provided by Qiang Chen (2024), who developed the command. However, when I attempt to run the placebo tests, I encounter an error that I haven't been able to resolve.qcm
The two lines of Stata code I'm using are taken directly from the original example:
qcm gdp, trunit(9) trperiod(176) placebo(unit cut(2)) frame(growth)
qcm gdp, trunit(9) trperiod(176) placebo(period(168)) savegraph(growth, replace)
When I run them, Stata returns the following error:
option placebo() not allowed
r(198);
Reference: Chen, Q., Xiao, Z. and Yao, Q., 2024. Quantile control via random forest. Journal of Econometrics, p.105789.
Comment