powered by
"coef"(object,...)
data(car) attach(car) x=car[,1:10] g1=nnlasso(x,y1,family="binomial") coef(g1) g1=nnlasso(x,y,family="normal") coef(g1) detach(car)
Run the code above in your browser using DataLab