Hi everyone! So I created this regression table using the following commands
Code:
areg logincome logurbanisation Occupation Gender Age Marital Status Time if CASTE==n [aweight=weight], absorb(STATEID) cluster(STATE_DISTID)
While n is[1,2,3,4] depending on the category (Brahmin, Upper Caste, OBC or Dalit). I need to test whether the coefficients of log(urbanisation) are statistically different from each other. Hence, H0: B(Brahmin)=B(Dalit); H1: B(Brahmin)!= B(Dalit) for example. Is there a way for STATA to perform these tests? If not, how do I go ahead with this analysis? Thank you in advance!
Array