fitcvglmnet | R Documentation |
fit cv.glmnet
fitcvglmnet(
var,
lambda = mylambdas(),
family = "multinomial",
ycol,
dat,
only_positive = TRUE,
nlambda = 100,
maxit = 1e+05,
thresh = 1e-07,
type.multinomial = "grouped",
standardize = FALSE,
standardize.response = FALSE,
type.measure = "default",
alpha = 1,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.