Hi everyone,
I run a regression model and has the result as below:
reg lfare lpassen ldist ldistsq y2010 y2011 y2012 y2013
note: y2010 omitted because of collinearity.
Source | SS df MS Number of obs = 1,642
-------------+---------------------------------- F(6, 1635) = 206.55
Model | 125.652391 6 20.9420652 Prob > F = 0.0000
Residual | 165.771504 1,635 .101389299 R-squared = 0.4312
-------------+---------------------------------- Adj R-squared = 0.4291
Total | 291.423895 1,641 .177589211 Root MSE = .31842
------------------------------------------------------------------------------
lfare | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
lpassen | -.0108858 .0133275 -0.82 0.414 -.0370266 .0152549
ldist | -.8842551 .4049929 -2.18 0.029 -1.678615 -.0898957
ldistsq | .1028407 .0292477 3.52 0.000 .0454738 .1602077
y2010 | 0 (omitted)
y2011 | .0135062 .022743 0.59 0.553 -.0311022 .0581146
y2012 | .00985 .0225373 0.44 0.662 -.0343551 .054055
y2013 | .0769412 .0223574 3.44 0.001 .0330891 .1207932
_cons | 6.358174 1.401408 4.54 0.000 3.60943 9.106919
------------------------------------------------------------------------------
Where the variable y2010 was generated by myself. The stata noted that y2010 omitted because of collinearity. Can you please explain more specific about my variable being omitted? Thank you.
Sorry if my English is confusing.
I run a regression model and has the result as below:
reg lfare lpassen ldist ldistsq y2010 y2011 y2012 y2013
note: y2010 omitted because of collinearity.
Source | SS df MS Number of obs = 1,642
-------------+---------------------------------- F(6, 1635) = 206.55
Model | 125.652391 6 20.9420652 Prob > F = 0.0000
Residual | 165.771504 1,635 .101389299 R-squared = 0.4312
-------------+---------------------------------- Adj R-squared = 0.4291
Total | 291.423895 1,641 .177589211 Root MSE = .31842
------------------------------------------------------------------------------
lfare | Coefficient Std. err. t P>|t| [95% conf. interval]
-------------+----------------------------------------------------------------
lpassen | -.0108858 .0133275 -0.82 0.414 -.0370266 .0152549
ldist | -.8842551 .4049929 -2.18 0.029 -1.678615 -.0898957
ldistsq | .1028407 .0292477 3.52 0.000 .0454738 .1602077
y2010 | 0 (omitted)
y2011 | .0135062 .022743 0.59 0.553 -.0311022 .0581146
y2012 | .00985 .0225373 0.44 0.662 -.0343551 .054055
y2013 | .0769412 .0223574 3.44 0.001 .0330891 .1207932
_cons | 6.358174 1.401408 4.54 0.000 3.60943 9.106919
------------------------------------------------------------------------------
Where the variable y2010 was generated by myself. The stata noted that y2010 omitted because of collinearity. Can you please explain more specific about my variable being omitted? Thank you.
Sorry if my English is confusing.
Comment