3
我正在嘗試學習glmnet(http://www.stanford.edu/~hastie/glmnet/glmnet_alpha.html),但無法從教程中找到示例RData文件。我得到在R中找不到示例文件
> library(glmnet)
> load("MNExample.RData")
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection In addition
In readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'MNExample.RData', probable reason 'No such file or directory'
然後我試着去R/x86_64-unknown-linux-gnu-library/3。目錄,並使用查找,該文件不存在。
關於它可能在哪裏的任何想法?或者,這不是教程如何工作?
這是一個奇怪的教程 - 看起來他們引用了他們自己的本地'.RData'文件。據我所知,它們當然不在包裝內。 –