glmnet.measures {glmnet} | R Documentation |
Display the names of the measures used in CV for different "glmnet" families
Description
Produces a list of names of measures
Usage
glmnet.measures(
family = c("all", "gaussian", "binomial", "poisson", "multinomial", "cox", "mgaussian",
"GLM")
)
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
Author(s)
Trevor Hastie
Maintainer: Trevor Hastie
hastie@stanford.edu
See Also
cv.glmnet
and assess.glmnet
.
[Package glmnet version 4.1-8 Index]