Plot the fitted model's regression coefficients along the regularization path.
Arguments
- x
an object of class
"SLOPE"
- intercept
whether to plot the intercept
- x_variable
what to plot on the x axis.
"alpha"
plots the scaling parameter for the sequence,"deviance_ratio"
plots the fraction of deviance explained, and"step"
plots step number.- magnitudes
whether to plot the magnitudes of the coefficients
- add_labels
whether to add labels (numbers) on the right side of the plot for each coefficient
- ...
arguments passed to
graphics::matplot()
See also
Other SLOPE-methods:
coef.SLOPE()
,
deviance.SLOPE()
,
predict.SLOPE()
,
print.SLOPE()
,
score()