Overview
Rattle (the R Analytical Tool To Learn Easily) provides a simple and logical interface for data mining. It is a new data mining application based on the open source and free statistical language R using the Gnome graphical interface. The application runs under GNU/Linux and MS/Windows. The aim is to provide an intuitive interface that takes you through the basic steps of data mining, as well as illustrating the R code that is used to achieve this. Whilst the tool itself may be sufficient for all of a user's needs, it also provides a stepping stone to more sophisticated processing and modelling in R itself, for sophisticated and unconstrained data mining.
Installation
Prerequisites for GNU/Linux
- Install the GTK+ libraries:
- Install GGobi:
- Install R:
$ wajig install libglade2-dev
$ wajig install ggobi
$ wajig install r-recommended
Prerequisties for Macintosh OS X
I have not heard of anyone succeeding in getting Rattle to work on the Macintosh - there are errors on loading RGtk+ and then memory errors when running Rattle. You could try the following. You may have better luck - please do let me know if you do.
- Make sure you have X11 installed: look in Applications/Utilities. If it's not there, you'll need to install it from your OS X DVDs.
- Download and install GTK+ (~19MB)
- Download and install GGobi (~5MB)
- Download and install R (~59MB)
Prerequisties for MS Windows
- Download and install GTK+ (~13MB)
- Download and install GGobi (~807KB)
- Download and install R (~31MB)
Install and Run Rattle
- Install Rattle by starting R and then:
- Optional: Install the beta version of Rattle:
- Start up Rattle by opening the R Desktop icon and:
> install.packages("rattle", dependencies=TRUE)> install.packages("rattle", repos="http://rattle.togaware.com")> library(rattle) > rattle()