Produces a list of names of measures

glmnet.measures(family = c("all", "gaussian", "binomial", "poisson",
  "multinomial", "cox", "mgaussian"))

Arguments

family

If a "glmnet" family is supplied, a list of the names of measures available for that family are produced. Default is "all", in which case the names of measures for all families are produced.

Details

Try it and see. A very simple function to provide information

See also

cv.glmnet and assess.glmnet.