powered by
"print"(x, ...)
library(glmnet) x=matrix(rnorm(50*20),50,20) y=rbinom(50,1,0.5) cvfit=cv.LDCA(x,y,nfolds=5) print(cvfit)
Run the code above in your browser using DataLab