我正在尝试学习glmnet(http://www.stanford.edu/~hastie/glmnet/glmnet_alpha.html),但无法从教程中找到示例RData文件。我得到了
> 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。目录,并使用查找,该文件没有。
关于它可能在哪里的任何想法?或者这不是教程的工作方式吗?
答案 0 :(得分:0)
在glmnet descriptive pdf中,每个描述的功能之后都有“示例”部分。我不知道是否有办法直接在R中获取它,但你可以将这些例子从pdf复制粘贴到R,它可以工作。