Description Usage Arguments Value Examples
The ggplot of a bolasso
is a facet.
In each plot of the facet, there is an histogram of coefficients that the feature obtains in each
of the bootsrap samples. A red line shows the 0 coefficient value. If there are points at both sides
of the red line, it means that the feature has both positive and negative signs, which doesn't make sense.
1 | ggplot.bolasso(model, threshold_selection = NULL)
|
model |
|
threshold_selection |
If it is NULL, only variables with selection_rate above the one in the model are plotted. We can set this value to lower or higher to plot more or less variables. |
A ggplot
object, faceted and with the distribution of each variable in it.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.