Hi everyone,
I want to run this probit model and estimate parameters B1 and B2:
Y = ((1-pi)B1 + (pi)B2)X + e
which pi is a binary variable in data (0 or 1) and X is independent variable(s).
Can anyone help me in STATA syntax?
(I know that I can separate data in pi=1 and pi=0 but I have made some assumptions about error term that do not allow this.)
thanks
I want to run this probit model and estimate parameters B1 and B2:
Y = ((1-pi)B1 + (pi)B2)X + e
which pi is a binary variable in data (0 or 1) and X is independent variable(s).
Can anyone help me in STATA syntax?
(I know that I can separate data in pi=1 and pi=0 but I have made some assumptions about error term that do not allow this.)
thanks
Comment