Hi everyone,
I am using Stata Version 14.2 and currently run a 2SLS Regression using the ivprobit command with a binary outcome, one continuous endogenous variable, categorical and continuos covariates and three binary instruments. Now I want to test for overidentification using the overid command., but Stata returns an error message
ivprobit clin_dia (chil_n = iv_sex iv_girl iv_twin) age i.educat i.wealth_quintile i.relig i.area, twostep first
overid
0: operator invalid
r(198);
However, when indicating the covariates to be continuous, I do not receive an error message:
ivprobit clin_dia (chil_n = iv_sex iv_girl iv_2girls iv_twin) age educat wealth_quintile relig area, twostep first
overid
Is there a possibility to test for overidentification in a model that includes categorical covariates?
I would really appreciate some help on this! Thanks a lot in advance
Felix
p.s.: this is my first post here, so I apologise in case I did not apply all the advices on posting to Statalist correctly.
Related Posts with Testing overidentification with categorical covariates
meta forestplot: no subgroup titlesI'm running -meta forestplot- (which I like) on the attached data. I have two subgroups. By default …
Can you propose a graph on which I can compare a couple of Uniform distributions?Good morning, Nick Cox or anybody else with interests in graphing: Can you please propose a graph w…
If a Generated Regressor X is orthogonal to a non-generated regressor W, would the variance and tests on W be correct?Good morning, Professor Jeff Wooldridge or anybody else who knows the answer, or has encountered th…
Using splitvallabels + catplot without over optionDear all, When creating graphs I often use splitvallabels to break up longer labels on the y axis. …
How to make A new Id'sHello everyone, I need help with making a new Id that will solve my table so basically, I have data…
Subscribe to:
Post Comments (Atom)
0 Response to Testing overidentification with categorical covariates
Post a Comment