I ran this regression equation
Code:
reg income c.age i.educ i.gender c.workhours
educ is in 3 categories (1) not less of education (2) some level of education (3) degree and above
and workhours is hours worked.
gender = 0 and 1 for male, female respectively.
predicted probabilities
Code:
margins, at( sex=(0) educ=(3) workhours=(20(20)80)) vsquish
Code:
margins, at( sex=(1) educ=(3) workhours=(20(20)80)) vsquish
what will be the different between male and female?
0 Response to Margins different between male and female?
Post a Comment