Questions tagged [rattle]

Rattle is a graphical user interface for data mining in R

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.

84 questions
16
votes
1 answer

Error when installing: cannot coerce type 'closure' to vector of type 'character'

Tried to install all rattle related packages by typing: install.packages(rattle, dependencies = c("Depends","Suggests")) and got this Installing package into ‘C:/Users/Hooman/Documents/R/win-library/3.1’ (as ‘lib’ is unspecified) Error in…
user7789
  • 179
  • 1
  • 1
  • 5
15
votes
2 answers

rattle installation error: Invalid root element:

I am new to data mining and R. Please provide how to proceed with following query. I want to use the R-package Rattle for my data analysis on my MS Win 10- X64 system. I am following these instructions. I install the package using …
Maharshi24
  • 153
  • 1
  • 5
12
votes
1 answer

CentOS 6.5: Howto install GTK version 2.8.0?

I am running CentOS 6.5, kernel2.6.32-431.5.1.el6.x86_64 #1 SMP. I am trying to install Rattle - data mining tool for R programming language. Rattle is installed from R shell. Notwithstanding I have latest GTK installed, when trying to install…
dokondr
  • 3,389
  • 12
  • 38
  • 62
7
votes
4 answers

Error in installing packages 'RGtk2' and 'rattle' in R

I tried to install R packages 'rattle' but when I typed install.packages('rattle') it returns Warning in install.packages : dependency ‘RGtk2’ is not available So I tried install 'RGtk2', install.packages('RGtk2') it returns Warning in…
Edward M.
  • 221
  • 1
  • 5
  • 13
6
votes
3 answers

What does the number on top of a node in a fancyRpartPlot decision tree mean?

What does the number on top of a node in a fancyRpartPlot decision tree mean? I've highlighted them in the picture below. My guess is that they are the order/rank of the nodes, but I can't explain the jumps (in th example, 9-11 are missing) in the…
marqram
  • 725
  • 12
  • 26
6
votes
3 answers

r rattle fancyrpartplot errors

Trying to run fancyrpartplot for the first time and running into errors. > fancyRpartPlot(rpart.sub1) Error in loadNamespace(name) : there is no package called ‘rpart.plot’ I've searched and searched but can't find a solution. I've tried removing…
SC.
  • 406
  • 1
  • 6
  • 13
6
votes
1 answer

How do I convert a logical variable to factor in Rattle

I am using Rattle to run randomForest against my training data set. One of the variables has values FALSE and TRUE. > str(mydata) 'data.frame': 421570 obs. of 2 variables: $ Trial : int 1 1 1 1 1 1 1 1 1 1 ... $…
user3497321
  • 443
  • 2
  • 6
  • 15
5
votes
3 answers

Error in install.packages : package ‘RGtk2’ not installed because it is not built for UCRT

I tried to install rattle and RGtk2. I used install.packages( "https://cran.microsoft.com/snapshot/2021-12-15/bin/windows/contrib/4.1/RGtk2_2.20.36.2.zip", repos = NULL ) to install RGtk2. Then I received an error message saying Error in…
Shirley wang
  • 51
  • 1
  • 2
4
votes
1 answer

Are there different types of NAs?

I'm using the rattle package to do some data cleaning and I'm consider the first variable X in my dataset. It reports, when I do in the first tab, the "Data" tab, I get some basic of the dataset and it says that variable X that has 1243 missing…
billyboy
  • 49
  • 1
  • 5
3
votes
3 answers

Print dates without scientific notation in rpart classification tree

When I create an rpart tree that uses a date cutoff at a node, the print methods I use - both rpart.plot and fancyRpartPlot - print the dates in scientific notation, which makes it hard to interpret the result. Here's the fancyRpartPlot: Is there…
Sam Firke
  • 21,571
  • 9
  • 87
  • 105
3
votes
2 answers

Decision Tree visualization error in rattle Error: the FUN argument to prp is not a function

I created a decision tree in rattle for the in-built wine dataset. The output is shown below Summary of the Decision Tree model for Classification (built using 'rpart'): library(rpart) library(rattle) n= 124 node), split, n, loss, yval, (yprob) …
dvs
  • 511
  • 1
  • 10
  • 27
3
votes
1 answer

Running Rattle on Mac OS X 10.9 (Mavericks)

After installing Mavericks on my Mac, I'm not able to run Rattle anymore. Because of compatibility issues between RStudio and 10.9 (http://www.r-bloggers.com/rstudio-and-os-x-10-9-mavericks/), I installed v 0.98.433 of RStudio and R 3.0.2 Tried to…
timeitself
  • 33
  • 1
  • 5
3
votes
1 answer

When exploring data, box plots won't share pages with other diagrams in Rattle

I am currently working through Data Mining with Rattle and R by Williams. I am on page 32 of his book and on the following tab in Rattle: Explore > Distributions Reiterating the title, when exploring the data, box plots won't share pages with other…
user1873334
  • 207
  • 2
  • 8
2
votes
0 answers

Unable to launch rattle - "Memory not mapped"

I'm trying to launch rattle on my R console, but whenever I run the rattle command, my R console crashes with a "memory not mapped" error message. Could anyone advise me on what could have gone wrong and how do I resolve this issue? I am running…
LiKZ
  • 21
  • 1
2
votes
2 answers

How do I resolve the following error while opening a ".rattle" file? "Error in .RGtkCall("S_gtk_file_chooser_dialog_new_with_backend

I have R Version 3.5.2, RStudio Version 1.1.463, and Rattle Version 5.2.5. on 2 Windows 10 machines. After launching Rattle successfully I click on the "Open" button to attempt to open a .rattle file. After clicking the open button I get the…
1
2 3 4 5 6