powered by
Plot the model's coefficient along the regularization path.
# S3 method for Owl plot(x, intercept = FALSE, ...)
an object of class "Owl"
"Owl"
whether to plot the intercept
parameters that will be used to modify the call to lattice::xyplot()
lattice::xyplot()
An object of class "trellis", which will be plotted on the current device unless stored in a variable.
"trellis"
lattice::xyplot(), owl(), plotDiagnostics()
owl()
plotDiagnostics()
# NOT RUN { fit <- owl(heart$x, heart$y) plot(fit) # }
Run the code above in your browser using DataLab