Hello Statalisters,
I am working on my thesis to test certain hypothesis related to presence/absence of chief innovation officers in companies. I am having problem with adding an interaction term - I get the "completely determined" error. I went through the FAQ explanation on completely determined case quite a few times, but I can't figure out what it means really (I have a very weak background in econometrics). So what's happening is:
As you can see, the co-efficient on the interaction terms is ridiculously high. So is the case for the variable poc0. avten is, for a given firm, the average tenure of CEOs during my observation period. poc0 is, for a given firm, a variable that determines the proportion of years in which the company has had an Outsider CEO:
To add some further background, the analysis above is done to support my first analysis - which is taking a balanced dataset of the firms for 5 years and using xtgee. When I use xtgee and use the interaction terms of tenure and outsider ceo, it works fine (though in that analysis, outsider ceo is taken as a binary variable). Can someone please guide me in the right direction here?
Please let me know if further details are required. Thank you.
Kind regards,
Mohsin
I am working on my thesis to test certain hypothesis related to presence/absence of chief innovation officers in companies. I am having problem with adding an interaction term - I get the "completely determined" error. I went through the FAQ explanation on completely determined case quite a few times, but I can't figure out what it means really (I have a very weak background in econometrics). So what's happening is:
Code:
logit cino asg_1 c.avten##c.poc0 pcoo avtmt pdc avri avhhi avlemp avtd, vce(robust) nolog Logistic regression Number of obs = 94 Wald chi2(11) = 601.58 Prob > chi2 = 0.0000 Log pseudolikelihood = -7.1855934 Pseudo R2 = 0.6780 -------------------------------------------------------------------------------- | Robust cino | Coef. Std. Err. z P>|z| [95% Conf. Interval] ---------------+---------------------------------------------------------------- asg_1 | 26.6738 9.313385 2.86 0.004 8.419897 44.9277 avten | .1652309 .0981544 1.68 0.092 -.0271482 .3576099 poc0 | 897.4599 97.28513 9.23 0.000 706.7845 1088.135 | c.avten#c.poc0 | -755.3955 79.74684 -9.47 0.000 -911.6964 -599.0946 | pcoo | -.6168743 2.602292 -0.24 0.813 -5.717274 4.483525 avtmt | 1.217036 .3969629 3.07 0.002 .4390034 1.995069 pdc | 1.779189 2.026467 0.88 0.380 -2.192613 5.750992 avri | -16.00313 7.050492 -2.27 0.023 -29.82184 -2.184417 avhhi | .0006492 .0013182 0.49 0.622 -.0019344 .0032327 avlemp | .5766414 1.0779 0.53 0.593 -1.536004 2.689287 avtd | -6.27929 2.206887 -2.85 0.004 -10.60471 -1.953871 _cons | -20.94125 5.360846 -3.91 0.000 -31.44831 -10.43418 -------------------------------------------------------------------------------- Note: 37 failures and 0 successes completely determined.
Code:
tab poc0 Proportion | of years in | which | Outsider | CEO is | present (0 | cutoff) | Freq. Percent Cum. ------------+----------------------------------- 0 | 58 61.70 61.70 .2 | 4 4.26 65.96 .4 | 2 2.13 68.09 .6 | 5 5.32 73.40 .8 | 2 2.13 75.53 1 | 23 24.47 100.00 ------------+----------------------------------- Total | 94 100.00
Please let me know if further details are required. Thank you.
Kind regards,
Mohsin
Comment