Hi all,
I am running the following on a strongly balanced panel:
sdid depvar state year_quarter treat, vce(placebo) reps(50) seed(123) graph
Stata runs the estimation and produces a set of results in table form in the output, but will not produce a graph and throws the following error: "variable year_quarter not found".
The variable year_quarter is clearly in the datatset and is being used to produce the results in table form. Running the same code without "graph" at the end throws no error at all.
Any thoughts on what's causing the graphing error?
I am running the following on a strongly balanced panel:
sdid depvar state year_quarter treat, vce(placebo) reps(50) seed(123) graph
Stata runs the estimation and produces a set of results in table form in the output, but will not produce a graph and throws the following error: "variable year_quarter not found".
The variable year_quarter is clearly in the datatset and is being used to produce the results in table form. Running the same code without "graph" at the end throws no error at all.
Any thoughts on what's causing the graphing error?
Comment