xddlovejiao1314 发表于 2015-3-4 18:04 
看你因变量怎么分类,不外乎有三种。第一种,因变量看做连续变量,这时用多元线性回归即可;第二种,因变量 ...
我每次增加一个自变量作为协变量进入模型后看分析是否准确,最终可以得出因变量与12个自变量多元逻辑回归分析的结果,而一次加入剩下5个自变量都会出现错误提示如下:There is possibly a quasi-complete separation in the data. Either the maximum likelihood estimates do not exist or some parameter estimates are infinite.
The NOMREG procedure continues despite the above warning(s). Subsequent results shown are based on the last iteration. Validity of the model fit is uncertain.
我把所有变量选入时则提出错误如下:Unexpected singularities in the Hessian matrix are encountered. This indicates that either some predictor variables should be excluded or some categories should be merged.
The NOMREG procedure continues despite the above warning(s). Subsequent results shown are based on the last iteration. Validity of the model fit is uncertain.
请求指点下,谢谢