Plot relevant effects of a sparseR object
effect_plot(fit, ...)# S3 method for sparseR
effect_plot(
fit,
coef_name,
at = c("cvmin", "cv1se"),
by = NULL,
by_levels,
nn = 101,
plot.args = list(),
resids = TRUE,
legend_location = "bottomright",
...
)
# S3 method for sparseRBIC
effect_plot(
fit,
coef_name,
by = NULL,
by_levels,
nn = 101,
plot.args = list(),
resids = TRUE,
legend_location = "bottomright",
...
)
nothing returned
Nothing (invisible) returned
a `sparseR` object
additional arguments
The name of the coefficient to plot along the x-axis
value of lambda to use
the variable(s) involved in the (possible) interaction
values to cut continuous by variable (defaults to 3 quantiles)
number of points to plot along prediction line
list of arguments passed to the plot itself
should residuals be plotted or not?
location for legend passed to `legend`