Error in cv.glmregNB when applying lasso

Hi everyone,
I am using glmregNB/cv.glmregNB to do covariates selection via lasso with a negative binomial model , the code is something like:
glmregNB(Y ~ AGE+SEX+RACE+..., offset=xx, alpha=1, data = mydata, parallel=F)
cv.glmregNB(Y ~ AGE+SEX+RACE+..., offset=xx, alpha=1, data = mydata, parallel=F)

the first line runs well, but the second line does not work with the error message:
Error in { : task 1 failed - "unimplemented method: ‘glmreg_fit’"

The above issue only happens when I use the web-based Rstudio, with the local Rstudio, the codes run well. Please help! Thank you!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.