This function displays coefficient trajectories from LASSO-regularized DIF detection.
plot_lasso_paths(
out,
nr.lambda = 100,
highlight = NULL,
title = "Regularization Paths of DIF Effects",
...
)A base R plot of coefficient paths.
A fitted object returned by lassoDIF().
Number of lambda values to evaluate and display (default is 100).
Optional: indices of items to highlight in color.
Main title of the plot.
Additional graphical parameters passed to matplot().