plot.svrpath function

plot the svrpath, solution paths of SVR as a function of lambda

plot the svrpath, solution paths of SVR as a function of lambda

produces a plot of the SVR lambda path.

## S3 method for class 'svrpath' plot(x, intercept = FALSE, ...)

Arguments

  • x: The svrpath object
  • intercept: If it is TRUE, then an intercept path plot is given.
  • ...: Generic compatibility

Returns

The entire solution path of SVR solution as a function of lambda.

Examples

# The 'obj' is given by examples description of svrpath(). plot(obj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5)

Author(s)

Do Hyun Kim, Seung Jun Shin

  • Maintainer: Do Hyun Kim
  • License: GPL (>= 2)
  • Last published: 2018-06-29

Useful links