Learn R Programming

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

rattle (version 5.1.0)

Graphical User Interface for Data Science in R

Description

The R Analytic Tool To Learn Easily (Rattle) provides a Gnome (RGtk2) based interface to R functionality for data science. 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,014

Version

5.1.0

License

GPL (>= 2)

Maintainer

Graham Williams

Last Published

September 5th, 2017

Functions in rattle (5.1.0)

binning

Perform binning over numeric data
calcInitialDigitDistr

Generate a frequency count of the initial digits
acquireAuditData

Generate the audit dataset.
asRules

List the rules corresponding to the rpart decision tree
drawTreesAda

Draw trees from an Ada model
errorMatrix

Generate an error matrix from actua and predicted data.
asRules.rpart

List the rules corresponding to the rpart decision tree
audit

Sample dataset to illustrate Rattle functionality.
genPlotTitleCmd

Generate a string to add a title to a plot
ggVarImp

Model.
printRandomForests

Print a representation of the Random Forest models to the console
randomForest2Rules

Generate accessible data structure of a randomForest model
comcat

Echo data in a human readable form.
drawTreeNodes

Draw nodes of a decision tree
rescale.by.group

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

Interal Rattle user interface callbacks.
listAdaVarsUsed

List the variables used by an adaboost model
listTreesAda

List trees from an Ada model
plotOptimalLine

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

Plot a risk chart
whichNumerics

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

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

List Cluster Centers for a Hierarchical Cluster
evaluateRisk

Summarise the performance of a data mining model
fancyRpartPlot

A wrapper for plotting rpart trees using prp
rattle

Display the Rattle User Interface
rattleInfo

Extract Rattle and related package information.
riskchart

Plot a risk chart
savePlotToFile

Save a plot in some way
setupDataset

Given specific contents of env add other dataset related variables.
rattle.print.summary.multinom

Print information about a multinomial model
listVersions

Versions of Installed Packages
modalvalue

Calculate the mode of a vector, array or list.
treeset.randomForest

Generate a representation of a tree in a Random Forest
weather

Sample dataset of daily weather observations from Canberra airport in Australia.