Good evening,
I have a probit model where:
probit(y) = intercept + beta1*var1 + beta2*var2 + beta3*var3 + beta4*var4
where after performing augmented dickey fuller through the - dfuller - command I obtain that:
y and var2 are both I(0)
var1, var3, var4 are I(1)
I read that since I have variables integrated of different orders, I should use an ARDL model (using command ardl) to test for Cointegration. However I'm not sure if I can because my dependent variable y is I(0). I have searched the web for some insight but I have found no conclusive answer. Is there a problem of using ARDL when y is binary? Is this a problem in probit/logit? Or would it only be a problem if I used LPM?
Additionally, sorry if the question is a bit basic but are all dummy variables I(0)?
Thank you
Related Posts with Cointegration for Probit model
How to tell Stata "end" if for the "program define" rather than the loop?In a loop syntax, I need to define a program and do some calculating, however, Stata breaked when en…
How to create a date variable based on the birth year and a month counting variable?Hi everyone, I'm currently having a long data set with the following structure: case month birth…
How to move value/label of observations between variablesI have a dataset in which some observations take the values of the previous variable on the same row…
What's the most advantageous points of Stata compared with Python or R?What's the most advantageous points of Stata compared with Python or R? What's the advantageous poi…
Arellano Bond MethodHello everyone, My regression looks in the following way: yit=a0 + a1xit + a2Dit +a3Lit + a4mit + …
Subscribe to:
Post Comments (Atom)
0 Response to Cointegration for Probit model
Post a Comment