powered by
produces a plot of the SVR lambda path.
lambda
# S3 method for svrpath plot(x, intercept = FALSE, ...)
The svrpath object
If it is TRUE, then an intercept path plot is given.
TRUE
Generic compatibility
The entire solution path of SVR solution as a function of lambda.
# NOT RUN { # The 'obj' is given by examples description of svrpath(). plot(obj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5) # }
Run the code above in your browser using DataLab