aov_tree | R Documentation |
Conducts an Analysis of Variance (AOV) on a provided decision tree, computing both first-order and second-order effects.
aov_tree(tree)
tree |
|
A list
containing results for both first-order and
second-order AOV analyses.
tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
AOV_out <- aov_tree(subtree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.