visualize_aov | R Documentation |
Renders the outcomes of an Analysis of Variance (AOV) through bar plots, allowing a comprehensive display of both total sums and specific effects.
visualize_aov(
aov_results,
show_main = TRUE,
num_plots = 8,
horizontal = TRUE,
axis_label_style = 1,
...
)
aov_results |
A |
show_main |
|
num_plots |
|
horizontal |
|
axis_label_style |
|
... |
Additional arguments affecting the bar plot's aesthetics. |
A data.frame
containing proportions derived from the sum of
squares.
tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
AOV_out <- aov_tree(subtree)
visualize_aov(AOV_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.