Hi all,

Normally, in a research paper, we need to present a table of coefficients of all independent variables (an it would be a norms in research).
However, when running did_imputation for Difference-in-Difference following Borusyak, the result is only the variable of interest, not showing other coefficients as below
Code:
 did_imputation y country date Ei,autosample fe(country date) controls($control_list) allhorizon pretrend(30) maxit(30000) tol(0.001)
The result

Array
It does not show the coefficients of all variables but on the variable of interest. I am wondering if there is any way to get the coefficients of other variables (and associated p-value) from this package.