Chaid Trees with R Project on Linux
Start R and install Partykit:
$ R
> install.packages("partykit")
On a command line download the chaid sources:
svn checkout svn://svn.r-forge.r-project.org/svnroot/chaid/
$ cd chaid
$ R CMD INSTALL pkg/
On R:
> library("CHAID")
Loading required package: partykit
Loading required package: grid
Chaid project:
http://r-forge.r-project.org/scm/?group_id=343