> Error in glmnet::glmnet(x = mm, y = as.factor(p), family = "binomial", : > argument 8 matches multiple formal argume According to the source, the eighth argument fed to glmnet is "...". Removing this 'argument' results in flawless execution.
According to the source, the eighth argument fed to glmnet is "...".
Removing this 'argument' results in flawless execution.