标签: r regression lm
同时应用线性模型训练所有变量的数据集。
reglm <- lm(SalePrice~., data = num_train)
我收到此错误:
Error in `contrasts<-`(`*tmp*`, value = contr.funs[1 + isOF[nn]]) : contrasts can be applied only to factors with 2 or more levels
火车组有两种类型的整数和因子。所有因子变量都至少有2个变量。