owl (version 0.1.1)

plot.Owl: Plot coefficients

Description

Plot the model's coefficient along the regularization path.

Usage

# S3 method for 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

Run this code
# NOT RUN {
fit <- owl(heart$x, heart$y)
plot(fit)
# }

Run the code above in your browser using DataCamp Workspace