Dear Stata users,
I would like to calculate the variance-covariance matrix after estimating the following regression:
did_multiplegt is an installed Stata package. Is there any way of estimating manually, given that the authors do not provide it in the saved results?
I also tried the simple OLS and calculate
but I obtained the error “V not found r(111)”.
I am using Stata14.
I would like to calculate the variance-covariance matrix after estimating the following regression:
Code:
did_multiplegt y city year treated, robust_dynamic dynamic(3) placebo(3) breps(50) cluster(city)
I also tried the simple OLS and calculate
Code:
xtreg y L3treated L2treated L1treated treated F1treated F2treated F3treated i.year, fe e(V)
I am using Stata14.
Comment