Hi,
I am using glampath package for L1 regularized logistic regression. I got the following error messege. > model.fit <- glmpath(train.data[,1:20], train.data$RES, family=binomial) Error in one %*% x : requires numeric matrix/vector arguments where train.data is a 700X21 matrix and 21st column in response (RES). Please clarify!!! Thanks -- View this message in context: http://www.nabble.com/glmpath-error-tf4480056.html#a12774607 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.