plot.Owl: Plot coefficients

Description Usage Arguments Value See Also Examples

View source: R/plot.R

Description

Plot the model's coefficient along the regularization path.

Usage

1
2
## S3 method for class 'Owl'
plot(x, intercept = FALSE, ...)

Arguments

x

an object of class "Owl"

intercept

whether to plot the intercept

...

parameters that will be used to modify the call to lattice::xyplot()

Value

An object of class "trellis", which will be plotted on the current device unless stored in a variable.

See Also

lattice::xyplot(), owl(), plotDiagnostics()

Examples

1
2
fit <- owl(heart$x, heart$y)
plot(fit)

owl documentation built on Feb. 11, 2020, 5:09 p.m.