Learn R Programming

⚠️There's a newer version (5.5.1) of this package.Take me there.

rattle (version 3.0.2)

Graphical user interface for data mining in R

Description

Rattle (the R Analytic Tool To Learn Easily) provides a Gnome (RGtk2) based interface to R functionality for data mining. The aim is to provide a simple and intuitive interface that allows a user to quickly load data from a CSV file (or via ODBC), transform and explore the data, build and evaluate models, and export models as PMML (predictive modelling markup language) or as scores. All of this with knowing little about R. All R commands are logged and commented through the log tab. Thus they are available to the user as a script file or as an aide for the user to learn R or to copy-and-paste directly into R itself. Rattle also exports a number of utility functions and the graphical user interface, invoked as rattle(), does not need to be run to deploy these.

Copy Link

Version

Install

install.packages('rattle')

Monthly Downloads

8,688

Version

3.0.2

License

GPL (>= 2)

Maintainer

Graham Williams

Last Published

February 6th, 2014

Functions in rattle (3.0.2)

genPlotTitleCmd

Generate a string to add a title to a plot
calcInitialDigitDistr

Generate a frequency count of the initial digits
riskchart

Plot a risk chart
printRandomForests

Print a representtaion of the Random Forest models to the console
drawTreeNodes

Draw nodes of a decision tree
listTreesAda

List trees from an Ada model
listVersions

Versions of Installed Packages
savePlotToFile

Save a plot in some way
plotNetwork

Plot a circular map of network links between entities
treeset.randomForest

Generate a representation of a tree in a Random Forest
plotBenfordsLaw

Plot a chart comparing Benford's Law with a supplied numeric vertor
centers.hclust

List Cluster Centers for a Hierarchical Cluster
fancyRpartPlot

A wrapper for plotting rpart trees using prp
rattle

Display the Rattle User Interface
plotRisk

Plot a risk chart
asRules

List the rules corresponding to the rpart decision tree
randomForest2Rules

Generate accessible data structure of a randomForest model
evaluateRisk

Summarise the performance of a data mining model
asRules.rpart

List the rules corresponding to the rpart decision tree
lss

List sizes of objects.
drawTreesAda

Draw trees from an Ada model
audit

Sample dataset for illustration Rattle functionality.
plotOptimalLine

Plot three lines on a risk chart, one vertical and two horizontal
whichNumerics

Returns a list of the names of the numeric variables in a data frame.
acquireAuditData

Generate the audit dataset.
modalvalue

Calculate the mode of a vector, array or list.
weather

Sample and full dataset for illustrating Rattle functionality.
calculateAUC

Determine area under a curve (e.g. a risk or recall curve) of a risk chart
wine

The wine dataset from the UCI Machien Learning Repository.
rescale.by.group

Transform a numeric vector by grouping it according to the values of the supplied factor and then rescaling within the groups.
listAdaVarsUsed

List the variables used by an adaboost model
rattle.print.summary.multinom

Print information about a multinomial model
setupDataset

Given specific contents of env add ohter dataset related variables.
rattleInfo

Extract Rattle and related package information.
cranSearch

Search keywords in the CRAN packages table.
binning

Perform binning over numeric data
rattle_gui

Interal Rattle user interface callbacks.
doRiskChart

A convinent wrapper for plotRisk