aov_tree: Dual Order AOV on a Decision Tree

View source: R/aov.R

aov_treeR Documentation

Dual Order AOV on a Decision Tree

Description

Conducts an Analysis of Variance (AOV) on a provided decision tree, computing both first-order and second-order effects.

Usage

aov_tree(tree)

Arguments

tree

Tree object to be analyzed.

Value

A list containing results for both first-order and second-order AOV analyses.

Examples

tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
AOV_out <- aov_tree(subtree)


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.