SPSS 逻辑回归
我想知道是否有办法获得许多单协变量逻辑回归。由于缺少值,我想对所有变量执行此操作。我想要进行多重逻辑回归,但缺失值太多。我不想为数据库中的每个变量计算逻辑回归,有什么自动方法吗?
非常感谢!
I'm wondering if there is a way to get many single covariate logistic regression. I want to do it for all my variables because of the missing values. I wanted to have a multiple logistic regression but I have too many missing values. I don't want to compute a logistic regression for each variable in my DB, is there any automatic way?
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 SPSS 语法对其进行编码。
例如:
如果您这样做,您还可以告诉它在适当的情况下保留缺失值的记录。
add /MISSING=INCLUDE
如果有人知道包含缺失值的含义的良好解释,我很想听听。
You can code it using SPSS syntax.
For example:
If you do that you can also tell it to keep records with missing values where appropriate.
add /MISSING=INCLUDE
If anyone knows of a good explanation of the implications of including the missing values, I'd love to hear it.