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
Generating new variable - Qualtrics exportI am generating a new variable based on existing variables in my dataset which were exported from Qu…
how to generate weeks? . tab date_patologi Date of PA | examination | Freq. Percent Cum. ------------+-------------------…
How do you change frequency of dataThe data is currently monthly data. I would like to find the average of the 12 months into a yearly …
Comparing classes in a Latent Profile ModelDear all, I am trying to determine the number of groups or classes for a latent variable using seve…
Reshape long WDI(World Bank) dataHi,Statalist. I want to reshape long the data of WDI to panel data.This is the example data. Code: …
Subscribe to:
Post Comments (Atom)
0 Response to IVProbit for % Dependent Variable with Quadratic Endogenous Regressor
Post a Comment