ictree: An interactive app for conditional inference trees

View source: R/ictree.R

ictreeR Documentation

An interactive app for conditional inference trees

Description

This function launches a shiny app in a web browser in order to build and analyse conditional inference trees.

Usage

ictree(treedata = NULL)

Arguments

treedata

The data frame to be used in the app. If NULL (default), a module is launched to import data from a file or from the global environment.

Author(s)

Nicolas Robette

References

Hothorn T, Hornik K, Van De Wiel MA, Zeileis A. "A lego system for conditional inference". The American Statistician. 60:257–263, 2006.

Hothorn T, Hornik K, Zeileis A. "Unbiased Recursive Partitioning: A Conditional Inference Framework". Journal of Computational and Graphical Statistics, 15(3):651-674, 2006.

See Also

ctree-module

Examples

if (interactive()) {
ictree(iris)
}

moreparty documentation built on Nov. 22, 2023, 5:08 p.m.