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
third root for negative valuesHey guys, I have positive and negative values and a lot of outliers in my data. Therefore I decided…
spivregI use the spivreg routine from STATA and would like to compare the estimates obtained with the usual…
puexcel with command tabulateHello everyone, I am currently experimenting with "putexcel" on STATA16. I have no problem reportin…
Calculate vertical spilloversDear Stata users I would like to construct vertical spillovers of fdi for upstream and downstream in…
Panel Data: Only recognise first marital status changeHello! I have a data set as shown below. I would like to only analyse the change in behaviour the y…
Subscribe to:
Post Comments (Atom)
0 Response to Testing overidentification with categorical covariates
Post a Comment