Hello,
After reading through online sources including here with @Jeff Wooldridge, Richard Williams and Joro Kolev Kolev, there are a few commands that handle % variables (0 to 1) as dependent variables for IV estimation. For instance cmp and fracivp. However these don't seem to accept more than one endogenous var-and I have two x and x^2.
I have two questions. y independent 0->1=% var, x endogenous=% variable, z instrument =% var as well
(1) Would it be incorrect to estimate the IVprobit with a fractional dependent variable. I first estimate residuals via control function for my instrument:
reg x z $other_controls, robust cluster(panel_var)
predict double myres, resid
gen myres2=myres^2
ivprobit y $other_controls (x x2=myres myres2), vce(cluster panel_var)
(2) Alternatively, would it be better to use glm and create a more traditional control function:
glm y x x2 myres myres2 $other_controls , fa(bin) link(logit) cluster(panel_var)
In this case, do I need to include myres2?
Thank you very much,
D
Related Posts with IVProbit for % Dependent Variable with Quadratic Endogenous Regressor
Help with event studyHello everyone, I am conducting some type of event study related to political elections in several c…
How can I omit one factor variable from log file?Hello everyone! I have a log file of regress with factor (categorical) variable (i.variable). This f…
Overlay non-twoway graphsHi Statalisters, I would like to overlay two non-twoway type graphs - e.g., graph dot and graph hba…
Using Wordscore in STATA to assess trends in press releasesI'm new to the forum, but I was told I might get some help here. I'm doing an MA in political scien…
Too Many ValuesHi all, I'm working with a dataset with around 350.000 rows and 20 columns. When I try to encode so…
Subscribe to:
Post Comments (Atom)
0 Response to IVProbit for % Dependent Variable with Quadratic Endogenous Regressor
Post a Comment