Clyde Schechter

I ran this regression equation

Code:
reg income c.age i.educ i.gender c.workhours
where wageincome is income ,

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?