plot.cv.bridge {rbridge}R Documentation

Plot a 'cv.bridge' object function

Description

Plots the cross-validation curve, and upper and lower standard deviation curves, as a function of the lambda values used.

Usage

## S3 method for class 'cv.bridge'
plot(x, sign.lambda = 1, ...)

Arguments

x

Design matrix.

sign.lambda

Either plot against log(lambda) (default) or its negative if sign.lambda=-1.

...

Other graphical parameters to plot

Author(s)

Bahadir Yuzbasi, Mohammad Arashi and Fikri Akdeniz
Maintainer: Bahadir Yuzbasi b.yzb@hotmail.com


[Package rbridge version 1.0.2 Index]