plot.glinternet.cv {glinternet}R Documentation

Plot CV error from glinternetCV object.

Description

Plots the cross validation error against the lambda index. Uses ggplot2 if found on the user's system.

Usage

## S3 method for class 'glinternet.cv'
plot(x, ...)

Arguments

x

"glinternetCV" object.

...

Not used.

Value

A plot of CV error.

Author(s)

Michael Lim and Trevor Hastie
Maintainer: Michael Lim michael626@gmail.com

See Also

glinternet, glinternet.cv, predict.glinternet.cv, predict.glinternet


[Package glinternet version 1.0.12 Index]