Hello,
I am using Stata 14. The data type of my research is panel data (unbalanced), the time period is 22 years, 5084 firms. My model includes 10 explanatory variables (x1, x2, …, x10) where 9 of these 10 explanatory variables are lagged one year, while only one explanatory variable is in the current time/present period (i.e., not lagged. It is in time t). In other words, the nine explanatory variables (x1, x2, x3, x4, x5, x6, x7, x8, x9) are lagged one year, while the explanatory variable x10 is in the current time.
The dependent variable y of my research is a limited dependent variable and truncated between zero and one. Thus, I applied the Tobit model by typing in Stata the following:
xttobit y L.(x1 x2 x3 x4 x5 x6 x7 x8 x9) x10, ll(0) ul(1)
The explanatory variable x1 is endogenous. Thus, I will use the Instrumental Variable Tobit (IVTobit) method. Accordingly, the first issue is about the static model and my first question is: can I use the command ‘ivtobit’ for panel data i.e., without the prefix ‘xt’? Is there ‘xtivtobit’ command to deal with a panel data model with a limited dependent variable and with the endogenous explanatory variable x1? If no, I kindly ask you please to guide me on what I should do.
The second issue is regarding the dynamic model i.e., the model includes the lagged dependent variable y as a regressor. The dependent variable y of my research is a limited dependent variable and truncated between zero and one. Thus, my second question is: what should I do in this case? how to apply the Instrumental Variable Tobit (IVTobit) method in dynamic panel data (the lagged dependent variable y is an explanatory variable) and the dependent variable y is a limited dependent variable and truncated between zero and one? What is the command?
The third issue is regarding having two endogenous variables in the dynamic model i.e., the lagged dependent variable y is endogenous regressor and the explanatory variable x1 is endogenous. Thus, my third question is: what should I do in this case? how to apply the Instrumental Variable Tobit (IVTobit) method in dynamic panel data (the lagged dependent variable y is an explanatory variable) and the dependent variable y is a limited dependent variable and truncated between zero and one? What is the command?
My fourth question is: do I have to use internal or external instrumental variables? can I use lagged values of the endogenous variable as an instrumental variable?
Thank you in advance.
I am using Stata 14. The data type of my research is panel data (unbalanced), the time period is 22 years, 5084 firms. My model includes 10 explanatory variables (x1, x2, …, x10) where 9 of these 10 explanatory variables are lagged one year, while only one explanatory variable is in the current time/present period (i.e., not lagged. It is in time t). In other words, the nine explanatory variables (x1, x2, x3, x4, x5, x6, x7, x8, x9) are lagged one year, while the explanatory variable x10 is in the current time.
The dependent variable y of my research is a limited dependent variable and truncated between zero and one. Thus, I applied the Tobit model by typing in Stata the following:
xttobit y L.(x1 x2 x3 x4 x5 x6 x7 x8 x9) x10, ll(0) ul(1)
The explanatory variable x1 is endogenous. Thus, I will use the Instrumental Variable Tobit (IVTobit) method. Accordingly, the first issue is about the static model and my first question is: can I use the command ‘ivtobit’ for panel data i.e., without the prefix ‘xt’? Is there ‘xtivtobit’ command to deal with a panel data model with a limited dependent variable and with the endogenous explanatory variable x1? If no, I kindly ask you please to guide me on what I should do.
The second issue is regarding the dynamic model i.e., the model includes the lagged dependent variable y as a regressor. The dependent variable y of my research is a limited dependent variable and truncated between zero and one. Thus, my second question is: what should I do in this case? how to apply the Instrumental Variable Tobit (IVTobit) method in dynamic panel data (the lagged dependent variable y is an explanatory variable) and the dependent variable y is a limited dependent variable and truncated between zero and one? What is the command?
The third issue is regarding having two endogenous variables in the dynamic model i.e., the lagged dependent variable y is endogenous regressor and the explanatory variable x1 is endogenous. Thus, my third question is: what should I do in this case? how to apply the Instrumental Variable Tobit (IVTobit) method in dynamic panel data (the lagged dependent variable y is an explanatory variable) and the dependent variable y is a limited dependent variable and truncated between zero and one? What is the command?
My fourth question is: do I have to use internal or external instrumental variables? can I use lagged values of the endogenous variable as an instrumental variable?
Thank you in advance.
Comment