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
0
votes
0 answers

Problems with Rattle and RGtk2 installation

I have followed the instructions at https://rattle.togaware.com/ for installing R4.1.3 and RGtk2. Here are the issues I am facing: (1) When I try to load RGtk2 with the command ">library(RGtk2)", I get this message: Error: package ‘RGtk2’ was built…
0
votes
0 answers

GtK+ endless reinstallation loop on MacOS Ventura (13.2.1)

Old discussions elided as I'd think stuff will have changed a lot. OS X Ventural 13.2.1 [R.app GUI 1.79 (8160) aarch64-apple-darwin20] (just downloaded from: ) Fresh installation, open the R.app, at the R console library(rattle) rattle() Every time…
0
votes
0 answers

How do I open rattle?

When I try to run rattle I get this : rattle() Error in rattle() : The RGtk2 package is not available but is required. Please install the package using, for example: install.packages("RGtk2") When I try to install RGtk2 I get this: Warning…
0
votes
0 answers

R part plot branch label renaming

I have a decision tree i created in rpart and plotted using the rattle library, in one of the branches the options for values are a multitude of qualitative values and I was wondering if there was any way to change the name of the branch node since…
0
votes
2 answers

Problem in installing rattle package in R : both with RGtk2 and R version

Trying to install rattle package after several years, I faced several unexpected and weird errors. Using the latest version of R, RGtk2 package could not be installed and when back to previous versions, I got such an error for version 3.5 to…
Eilia
  • 11
  • 1
  • 3
  • 17
0
votes
0 answers

Rattle in iOS and running the GUI in iOS

I am taking a class that needs rattle. I was able to install rattle, but I cannot get the GUI, how to do I get the GUI that my professor shows in class? (he runs Windows and says he doesn't know about iOS installation issues). I am running iOS…
0
votes
4 answers

R installation problems - Onedrive and Rattle

I'm trying to install Rattle and am having problems installing RGtk2. I am using R version 4.1, so there may be a version compatibility issue. However, I noticed that RStudio is installing packages into OneDrive: Installing package into…
0
votes
1 answer

Package installation for cairoDevice on Linux

I am trying to install the rattle package into R, which is running on Linux. The package is working ok so far, except when I start rattle it prompts me to install a package called "cairoDevice". When I attempt this, R gives me the message: package…
John U
  • 35
  • 5
0
votes
0 answers

Launching Rattle

I have tried launching rattle in my system, it failed every time. I am using a Mac, system details are given below: macOS Big Sur 11.4 version Intel core i5 processor Why am I receiving the same error?
0
votes
1 answer

Node link diagram in R using Rpart.plot and rattle

I am trying to create a node-link diagram (decision tree) by using parsnip and tidymodels. What I am performing is building a decision tree model for the StackOverflow dataset using the tidymodels package and rpart as model engine. The model should…
Ranji Raj
  • 778
  • 4
  • 18
0
votes
1 answer

How to create a new data file from an existing dataset to load into Rattle?

My goal is to create a decision tree model in Rattle for a school project. I've been able to determine the variables that I would need for my research question and created a new dataset from the original .csv file. After saving the new dataset as…
0
votes
1 answer

Rattle loads titanic_train full data but fails when subsetted

I can load the titanic_train dataset into Rattle with no problem, but if I subset a few columns I get the error: Error in paste(., collapse=""): cannot coerce type 'closure' to vector of type 'character' Here's my work…
pdw
  • 338
  • 2
  • 8
0
votes
1 answer

Building Rpart Data Tree Error Invalid Type(list)

I am new to coding and I am trying to build a data tree, but I keep encountering the same error: Error in model.frame.default(formula = df ~ df$Open.Closed + df$Region, : invalid type (list) for variable 'df' I have looked throughout the site and…
Divo
  • 1
  • 2
0
votes
1 answer

fancyRpartPlot: How to avoid overlaying of terminal nodes when you have a significant amount of them?

I am pruning a classification tree using the minimum error and I want to plot the final output. This final output has a considerable amount of terminal nodes and I am trying to find a way to avoid the overlapping between them. So far I have tried…
lber
  • 23
  • 5
0
votes
1 answer

Troubles installing rattle for R

I apologize in advance if I missed some obvious rookie mistake I did. I tried installing rattle both through R terminal with the install.packages command and both with wajig install r-cran-rattle neither worked: In the first case it downloaded…