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