I'm sorry.
I'm founding the same thing. The empty variables are not being suppressed and are showing as omitted in my table.
I'm founding the same thing. The empty variables are not being suppressed and are showing as omitted in my table.
* Example generated by -dataex-. To install: ssc install dataex clear input byte y float(x1 x2) 1 96.7 101 1 98.1 100.1 0 100 100 0 104.9 90.6 1 104.9 86.5 1 109.5 89.7 1 110.8 90.6 0 112.3 82.8 1 109.3 70.1 0 105.3 65.4 0 101.7 61.3 1 95.4 62.5 0 96.4 63.6 0 97.6 52.6 1 102.4 59.7 1 101.6 59.5 1 103.8 61.3 end gen x3=x1 probit y x1 x3 x2 probit y x1 x3 x2, noomitted probit y x1 x3 x2, noomitted vsquish
. probit y x1 x3 x2
note: x3 omitted because of collinearity
Iteration 0: log likelihood = -11.517405
Iteration 1: log likelihood = -11.359142
Iteration 2: log likelihood = -11.35912
Iteration 3: log likelihood = -11.35912
Probit regression Number of obs = 17
LR chi2(2) = 0.32
Prob > chi2 = 0.8536
Log likelihood = -11.35912 Pseudo R2 = 0.0137
------------------------------------------------------------------------------
y | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
x1 | .009611 .0615281 0.16 0.876 -.1109818 .1302039
x3 | (omitted)
x2 | .0096197 .0193082 0.50 0.618 -.0282237 .0474631
_cons | -1.497935 6.229788 -0.24 0.810 -13.70809 10.71222
------------------------------------------------------------------------------
probit y x1 x3 x2, noomitted
note: x3 omitted because of collinearity
Iteration 0: log likelihood = -11.517405
Iteration 1: log likelihood = -11.359142
Iteration 2: log likelihood = -11.35912
Iteration 3: log likelihood = -11.35912
Probit regression Number of obs = 17
LR chi2(2) = 0.32
Prob > chi2 = 0.8536
Log likelihood = -11.35912 Pseudo R2 = 0.0137
------------------------------------------------------------------------------
y | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
x1 | .009611 .0615281 0.16 0.876 -.1109818 .1302039
|
x2 | .0096197 .0193082 0.50 0.618 -.0282237 .0474631
_cons | -1.497935 6.229788 -0.24 0.810 -13.70809 10.71222
------------------------------------------------------------------------------
probit y x1 x3 x2, noomitted vsquish
note: x3 omitted because of collinearity
Iteration 0: log likelihood = -11.517405
Iteration 1: log likelihood = -11.359142
Iteration 2: log likelihood = -11.35912
Iteration 3: log likelihood = -11.35912
Probit regression Number of obs = 17
LR chi2(2) = 0.32
Prob > chi2 = 0.8536
Log likelihood = -11.35912 Pseudo R2 = 0.0137
------------------------------------------------------------------------------
y | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
x1 | .009611 .0615281 0.16 0.876 -.1109818 .1302039
x2 | .0096197 .0193082 0.50 0.618 -.0282237 .0474631
_cons | -1.497935 6.229788 -0.24 0.810 -13.70809 10.71222
------------------------------------------------------------------------------
Comment