visualize_aov {dexisensitivity} | R Documentation |
Visualize AOV Outcomes
Description
Renders the outcomes of an Analysis of Variance (AOV) through bar plots, allowing a comprehensive display of both total sums and specific effects.
Usage
visualize_aov(
aov_results,
show_main = TRUE,
num_plots = 8,
horizontal = TRUE,
axis_label_style = 1,
...
)
Arguments
aov_results |
A |
show_main |
|
num_plots |
|
horizontal |
|
axis_label_style |
|
... |
Additional arguments affecting the bar plot's aesthetics. |
Value
A data.frame
containing proportions derived from the sum of
squares.
Examples
tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
AOV_out <- aov_tree(subtree)
visualize_aov(AOV_out)
[Package dexisensitivity version 1.0.0 Index]