Hi, I want to ask about is there any way to combine the two table together, which is generated by estat (not the regression of the probit model). Besides, is there any way to choose the specific column that I want to produce in the combine table? Like there are 4 column in two of the table, and I just want to produce 3 in the combine table.
Thank you!
Code:
probit unemployment EDAGE i.CURED8 if (CURED8!=-9 & CURED8!=-8 & EDAGE!=96& LIMITA!=-8 & LIMITK!=-8) estat ic probit unemployment AGE EDAGE ib1.SEX i.CURED8 if (CURED8!=-9 & CURED8!=-8 & EDAGE!=96& LIMITA!=-8 & LIMITK!=-8) estat ic
Comment