plot_lsr | R Documentation |
Heatmap Plot of the mixedLSR Coefficient Matrices
plot_lsr(a, abs = TRUE)
a |
A coefficient matrix from mixed_lsr model. |
abs |
A boolean for taking the absolute value of the coefficient matrix. |
A ggplot2 heatmap of the coefficient matrix, separated by subgroup.
simulate <- simulate_lsr() plot_lsr(simulate$a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.