BivariateAssoc          Bivariate association measures for supervised
                        learning tasks.
EasyTreeVarImp          Variable importance for conditional inference
                        trees.
FeatureSelection        Feature selection for conditional random
                        forests.
GetAleData              Accumulated Local Effects for a conditional
                        random forest.
GetCtree                Gets a tree from a conditional random forest
GetInteractionStrength
                        Strength of interactions
GetPartialData          Partial dependence for a conditional random
                        forest.
GetSplitStats           Permutation tests results for each split in a
                        conditional tree.
NiceTreePlot            Plots conditional inference trees.
NodeTreePlot            Plots the results of each node of a conditional
                        inference tree
NodesInfo               Informations about terminal nodes
Outliers                Computes outliers
PerfsBinClassif         Performance measures for binary classification
                        tasks
PerfsRegression         Performance measures for regressions
Prototypes              Prototypes of groups
SurrogateTree           Surrogate tree for conditional inference random
                        forests
TreeStab                Stability assessment of conditional inference
                        trees
ctree-module            Shiny module to build and analyse conditional
                        inference trees
fastcforest             Parallelized conditional inference random
                        forest
fastvarImp              Variable importance for conditional inference
                        random forests
fastvarImpAUC           Variable importance (with AUC performance
                        measure) for conditional inference random
                        forests
ggForestEffects         Dot plot of covariates effects
ggVarImp                Dot plot of variable importance
ictree                  An interactive app for conditional inference
                        trees
titanic                 Titanic dataset
