Skip to content

AID / Tree Analysis in R

3 messages · Markus Preisetanz, Brian Ripley, Torsten Hothorn

#
On Tue, 14 Feb 2006, Markus Preisetanz wrote:

            
What makes you say that?  It comes with examples of categorical variables.
#
On Tue, 14 Feb 2006, Markus Preisetanz wrote:

            
`ctree' in package `party' implements unbiased recursive partitioning in a 
way inspired by CHAID. The methodological details are in

@article{party2006,
     key = {566},
     author = {Torsten Hothorn and Kurt Hornik and Achim Zeileis},
     title = {Unbiased Recursive Partitioning: A Conditional Inference
              Framework},
     journal = {Journal of Computational and Graphical Statistics},
     year = 2006,
     note = {in press}
}

A preprint is available from
http://statmath.wu-wien.ac.at/~zeileis/papers/Hothorn+Hornik+Zeileis-2006.pdf

The package vignette explains the operational details.

HTH,

Torsten