“get_int_parms” not available for .Fortran() for package “glmnet”
问题 I am trying to fit a simple lasso model with the latest glmnet package. I have read in a csv-file and have all my data stored as a "list" or matrix. I tried to follow this guide for the implementation: https://www.r-bloggers.com/ridge-regression-and-the-lasso/ But when I run: lasso.mod <- glmnet(b[,2:22], b$power, alpha=1) I get the following error: Error in .Fortran("get_int_parms", fdev = double(1), eps = double(1), : "get_int_parms" not available for .Fortran() for package "glmnet" In my