I am using -csdid- and need to see the constant term in the results table to interpret the output. Is this possible? My code is given below.
Code:
csdid `outcome' `covariates', time(year) gvar(gvar) cluster(regionID)
scalar ss = e(N)
estat simple, estore(`est_name')
estat pretrend
cap scalar pval = r(pchi2)

Comment