Hi Guys,
I should estimate the probit model by weighted nonlinear least squares using the inverse of the
variance of the dependent variable as weights. Actually, this is my first time that I'm working in STATA with this kind of problems.
Firstly, just to understand, I've estimated the Non-linear least square as coded below:
gen cons=1
global x1 nwifeinc educ exper expersq age kidslt6 kidsge6 cons
nl (y = normal({xb: $x1})
and it seems working. Now, even if I've red the documentation, I'm having trouble to the next step.
Do you have any suggestion?
Thanks
Rufus
I should estimate the probit model by weighted nonlinear least squares using the inverse of the
variance of the dependent variable as weights. Actually, this is my first time that I'm working in STATA with this kind of problems.
Firstly, just to understand, I've estimated the Non-linear least square as coded below:
gen cons=1
global x1 nwifeinc educ exper expersq age kidslt6 kidsge6 cons
nl (y = normal({xb: $x1})
and it seems working. Now, even if I've red the documentation, I'm having trouble to the next step.
Do you have any suggestion?
Thanks
Rufus
Comment