plot_lsr {mixedLSR} | 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)