Dear all
I am trying a bivariate probit model for my master thesis. However, I find kind of two streams on the internet: just bivariate model applied in papers without taking into account endogeinity and then everything to do with endogeinity but not really applied in bivariate probit.
I am confused with the link of the bivariate model with endogenous variable (and the instrumental variable therewith). As you use bivariate probit model when the two dependent variables are interrelated. So isn't it normal that the one dependent variable is endogenous to the other one? Or does the command 'biprobit' already take care of this? However, I already read in posts on the forum that some people include this endogenous variabele and instrument in the biprobit model. Or maybe I am just really confused and nothing is right what I say.
To understand it better, my two dependente variables are 'Use' and 'Request'.
Use is a dummy variable, equal to one if the respondent(firm) indicated that he/she currently uses a loan, zero otherwise.
Request is also a dummy variable, equal to one if the respondent applied for a loan last quarter, zero otherwise.
Respondents are only able to answer the question about 'Request' if they indicated 'no' to the question of 'Use' (So if they don't use a loan, they will be asked if they applied for it). Because of this, 'Request' is endogenous to 'Use'.
I firstly set up these two models:
y1 = a + b*X + y2 + e1 - y1= Use; a = intercept; b*X= independent variables; e1 = error term
y2 = c + b*X + d*Z + e2 - y2= Request; c = intercept; b*X = independent variables; Z =instrument variable; e2 = error term
But after reading some papers, I came to this model:
Yij = Aj + (summation sign k = 1 to n) Bjk*Xik + Eij - A = intercept (i= 1...405 - number of respondents) (j=1,2 - Use and Request) (k= 1..n - number of independent variable)
So this model doesn't take into account the endogeinity
STATA:
I already tried this command:
biprobit Use Request WLB i.Industry i.COUNTRY FirmAge Size - (WLB = dummy equal to 1 if the firm is led by a woman)
In this model, no sign of the endogeinity and instrument
Or do I need to use this:
biprobit (Use = WLB Request i.Industry i.COUNTRY FirmAge Size) (Request = WLB i.Industry i.COUNTRY FirmAge Size Instrument)
So this is my first two models (with endogeinity aspect and instrument)
In short, I am confused with the link of endogeinity and bivariate probit model
Thank you in advance!
Elise
I am trying a bivariate probit model for my master thesis. However, I find kind of two streams on the internet: just bivariate model applied in papers without taking into account endogeinity and then everything to do with endogeinity but not really applied in bivariate probit.
I am confused with the link of the bivariate model with endogenous variable (and the instrumental variable therewith). As you use bivariate probit model when the two dependent variables are interrelated. So isn't it normal that the one dependent variable is endogenous to the other one? Or does the command 'biprobit' already take care of this? However, I already read in posts on the forum that some people include this endogenous variabele and instrument in the biprobit model. Or maybe I am just really confused and nothing is right what I say.
To understand it better, my two dependente variables are 'Use' and 'Request'.
Use is a dummy variable, equal to one if the respondent(firm) indicated that he/she currently uses a loan, zero otherwise.
Request is also a dummy variable, equal to one if the respondent applied for a loan last quarter, zero otherwise.
Respondents are only able to answer the question about 'Request' if they indicated 'no' to the question of 'Use' (So if they don't use a loan, they will be asked if they applied for it). Because of this, 'Request' is endogenous to 'Use'.
I firstly set up these two models:
y1 = a + b*X + y2 + e1 - y1= Use; a = intercept; b*X= independent variables; e1 = error term
y2 = c + b*X + d*Z + e2 - y2= Request; c = intercept; b*X = independent variables; Z =instrument variable; e2 = error term
But after reading some papers, I came to this model:
Yij = Aj + (summation sign k = 1 to n) Bjk*Xik + Eij - A = intercept (i= 1...405 - number of respondents) (j=1,2 - Use and Request) (k= 1..n - number of independent variable)
So this model doesn't take into account the endogeinity
STATA:
I already tried this command:
biprobit Use Request WLB i.Industry i.COUNTRY FirmAge Size - (WLB = dummy equal to 1 if the firm is led by a woman)
In this model, no sign of the endogeinity and instrument
Or do I need to use this:
biprobit (Use = WLB Request i.Industry i.COUNTRY FirmAge Size) (Request = WLB i.Industry i.COUNTRY FirmAge Size Instrument)
So this is my first two models (with endogeinity aspect and instrument)
In short, I am confused with the link of endogeinity and bivariate probit model
Thank you in advance!
Elise
Comment