我正在尝试使用rpart软件包来预测学生的分数。
c.tree <- rpart(level.up ~ post.test.score + av.assignment.score + forum.posts, method = "class", data = T)
但是控制台说
Error in cbind(yval2, yprob, nodeprob) : number of rows of matrices must match (see arg 2)
我不确定为什么会引发此错误。 有人可以帮忙吗?谢谢!!!