RStudio 我遇到的一些error

时隔几个月我又回来啦!
这学期在学R 有的时候作业里可能会有些奇奇怪怪的问题 借此正好记录一下。

Error in eval(predvars, data, env) : object ‘xxx’ not found

command+f xxx 有地方用错了。

Error in as.data.frame.default(data) : cannot coerce class ‘“function”’ to a data.frame

我是在neuralnet的时候去掉了scale_features 让他变成了.

Warning: NAs introduced by coercion

suppressWarnings(as.numeric(xxx))

你可能感兴趣的:(其他)