我目前与R合作。 为了完成我的任务,我必须做一个qplot。在输出中,它告诉我有错误。但是我什至不知道这个错误是什么意思。 因为我绝对不是R方面的专家,所以如果有人可以帮助我,我感到非常高兴。 谢谢:)
plot(lmResultFinal)
plot(lmResultFinal,
which = 2)
png(file="QQ-Plot_final model.png")
qqnorm(lmResultFinal)
qqline(lmResultFinal,
col="red")
dev.off()
> plot(lmResultFinal)
> plot(lmResultFinal,
+ which = 2)
> png(file="QQ-Plot_final model.png")
> qqnorm(lmResultFinal)
Error in min(x, na.rm = na.rm) : invalid 'type' (list) of argument
> qqline(lmResultFinal,
+ col="red")
Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) :
'x' must be atomic