有没有办法解决这个错误?match.arg(type) 中的错误:“arg”应该是“class”、“probs”之一
作者: 提问时间:11/9/2023
有没有办法解决这个错误? match.arg(type) 中的错误:“arg”应该是“class”、“probs”之一 在使用逻辑回归进行预测时发生。 # Load libraries libr...
rqda 问答列表
作者: 提问时间:11/9/2023
有没有办法解决这个错误? match.arg(type) 中的错误:“arg”应该是“class”、“probs”之一 在使用逻辑回归进行预测时发生。 # Load libraries libr...
作者:user8259971408 提问时间:11/9/2023
我在cm.glm行上遇到了以下错误: 错误:应该是具有相同水平的因子。datareference # Predict using Logistic Regression pred.glm <- if...