I have a few basic questions regarding the output associated with logistic command.
Code:
sysuse auto, clear logistic foreign weight price headroom
Code:
Logistic regression Number of obs = 74 LR chi2(3) = 54.16 Prob > chi2 = 0.0000 Log likelihood = -17.954865 Pseudo R2 = 0.6013 ------------------------------------------------------------------------------ foreign | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- weight | .994108 .0016925 -3.47 0.001 .9907962 .9974309 price | 1.000927 .0002996 3.10 0.002 1.00034 1.001514 headroom | 1.153075 .793008 0.21 0.836 .2995419 4.438714 _cons | 6108.867 17908.23 2.97 0.003 19.52773 1911039 ------------------------------------------------------------------------------ Note: _cons estimates baseline odds.
- Is there a way to reproduce these errors by some sort of manual calculation?
- Is there a post-estimation command that can easily report these same errors?
0 Response to Logistic Delta Method Standard Errors
Post a Comment