Variance .0655441 Skewness 5.857965 Kurtosis 38.08436
医学资料
12
1.Census数据,对模型分析
list state if influ >4/50(>4/n) state 2. Alaska 9. Florida 11. Hawaii 44. Utah . lvr2plot,s([state]) trim (12) border (图象)
Source | SS df -------------+-----------------------------Model | .00005593 3 Residual | .000027249 46 -------------+-----------------------------Total | .000083179 49
医学资料 11
1.Census数据,对模型分析
影响因素分析:
predict influs,cooksd (cook’sd用来衡量每个收集到的数值对回归系数的影响强度。) . summarize influs,detail
.
Cook's D ------------------------------------------------------------Percentiles Smallest 1% 1.35e-08 1.35e-08 5% 6.25e-06 4.54e-06 10% .0000502 6.25e-06 Obs 25% .0010358 .0000109 Sum of Wgt.
-----------------------------------------------------------------------------drate | Coef. Std. Err. t P>|t| -------------+---------------------------------------------------------------medage | .0004851 .001207 0.40 0.690 medagesq | 2.37e-06 .0000206 0.12 0.909 pcturban | -.0035348 .0008293 -4.26 0.000 _cons | -.005598 .0178979 -0.31 0.756 ------------------------------------------------------------------------------