Hello,
I am doing a difference-in-difference with multiple groups and I can't seem to get a table.
My code is
I get the output
but when I run
I get
and after this error, when I type in the console
, it gives the same error.
I searched for fcollapse on Stata but this command does not exist, any idea how the problem could be solved?
I'd like to have a table with standard errors for the diff-and-diff estimation.
I am doing a difference-in-difference with multiple groups and I can't seem to get a table.
My code is
Code:
did_multiplegt log_aod_mean_10km urbancode date treat, trends_nonparam(c) controls(satdum)
Code:
When the breps option is not used, the command does not produce a table or a graph, but the estimators requested are stored as eclass objects. Type ereturn list to see them.
Code:
did_multiplegt log_aod_mean_10km urbancode date treat, trends_nonparam(c) controls(satdum) breps(2)
Code:
command fcollapse is unrecognized r(199);
Code:
did_multiplegt log_aod_mean_10km urbancode date treat, trends_nonparam(c) controls(satdum)
Code:
command fcollapse is unrecognized r(199);
I searched for fcollapse on Stata but this command does not exist, any idea how the problem could be solved?
I'd like to have a table with standard errors for the diff-and-diff estimation.

Comment