View source: R/lassoDIF.ABWIC.R
plot_lasso_paths | R Documentation |
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",
...
)
out |
A fitted object returned by |
nr.lambda |
Number of lambda values to evaluate and display (default is 100). |
highlight |
Optional: indices of items to highlight in color. |
title |
Main title of the plot. |
... |
Additional graphical parameters passed to |
A base R plot of coefficient paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.