I know sth German, so if you would like to answer in German, please, do it.
I estimated biprobit model (bivariate probit model) in Stata. Now I want to estimate probability of y at specified values of independent variables.
e.g.
- Code: Alles auswählen
biprobit (y1 education income age male) (y2 father_education age male)
I want to estimate probability of {y1=1, y2=1} or {y1=0, y2=0} for e.g. 27-year-old male with income 3,000 euro etc (I mean, for specified independent variables).
How to estimate this value in Stata? Do you know?
Chris