Error in Cast(m_df1, user ~ movie, value = "score") : could not find function "Cast"
时间: 2023-07-21 14:05:39 浏览: 143
代理采集网页资源程序PYthon
这个错误提示是因为 R 语言中没有名为 "Cast" 的函数,在你的代码中可能缺少了相应的包或库的引用。如果你是在使用 Reshape2 包,那么你需要在代码中加入以下代码:
```R
library(reshape2)
```
如果你使用的是其他包或库,请参考相应的文档来正确引用它们。
阅读全文