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
1
vote
1 answer

CV, boost and SVM queries in Rattle R

I have using rattle on my system and have a couple of queries regarding the same. I am relatively new to rattle and data mining, so I apologize if some of the queries sound too naive but I would greatly appreciate the help. Ok so here I go... I am…
1
vote
1 answer

Package not downloading

I keep getting this error message when trying to run a Paired two sample correlation test in R. Message: Error: package ‘timeDate’ required by ‘fBasics’ could not be found I am on Mac and this happens when I try to download the fBasics package to…
1
vote
1 answer

Rpart Outcome into PDF files in R

I am building some regression tree models, I have done everything, now I want to write the trees to a pdf file. I am using below command to generate it. pdf(file=paste0("Plots1.pdf"), header= "Rpart Outcome" ) lapply(names(tree.2),…
PKumar
  • 10,971
  • 6
  • 37
  • 52
1
vote
1 answer

Trying to install Rattle for R on my Mac

I'm trying to install Rattle and have been running into some issues. Below is the initial code and results. install.packages('rattle', repo='https://cran.cnr.Berkeley.edu/') also installing the dependency ‘RGtk2’ Package which is only available in…
Tomas
  • 115
  • 1
  • 2
  • 12
1
vote
1 answer

Rterm error: libxml2-2 is missing

I got the following error when I started RStudio (In Windows 7, R version 3.4.0, RStudio version 1.0.143): The program cant start because libxml2-2.dll is missing from your computer. Try reinstalling the program to fix the problem.
IVIM
  • 2,167
  • 1
  • 15
  • 41
1
vote
3 answers

there is no package called ‘rpart.plot’

I am following Titanic Tutorial on DataCamp. After built the decision tree, the plotting for the decision tree just doesn't work, showing an error that there is no package called ‘rpart.plot’ Any idea how to fix…
xmindata
  • 97
  • 1
  • 1
  • 10
1
vote
1 answer

rattle "Info" Score in Description of the dataset

Running descriptive statistics in rattle and need to know what "Info" is in the results. Have not been able to find any information in the vignette. Here is an example of what I'm speaking of: Variable1 n missing unique Info Sum …
Geoff Koch
  • 13
  • 2
1
vote
0 answers

Node labels are not in sequence in trees using fancyRpartPlot

I applied the decision tress algorithm to famous breast cancer data set from UCI after removing 16 records with missing rows. The tree I obtained is given below. As it can be seen that the small number appearing on top of the node are not in order.…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
1
vote
1 answer

R - can I stop the rattle package from starting up X11 on Mac OS X 10.11 (El Capitan)

I am wondering if there is a way to load the rattle package in R without having to start up X11 - specifically on Mac OS X 10.11 (running R 3.2.3 / RStudio 0.99.486). Right now, X11 starts up whenever I load the rattle package and destroys the…
Berk U.
  • 7,018
  • 6
  • 44
  • 69
1
vote
1 answer

Using Rattle on Mac OS X Yosemite 10.10.5

I am having trouble loading rattle on my mac, I have been pushed around to download X11 but cant seem to find a working page. When trying to invoke rattle with the simple library(rattle) It has a popup about X11 and continue brings you yo this link…
c.hunter90
  • 13
  • 3
1
vote
3 answers

Error installing rattle

In the bottom it asks for "Selection:" what should i write there? >library("rattle") Loading required package: RGtk2 R session is headless; GTK+ not initialized. Rattle: A free graphical interface for data mining with R. Version 3.5.0 Copyright (c)…
1
vote
2 answers

rattle in R on OS X Mavericks

I'm running R 3.0.2 on OS X Mavericks. I was able to install rattle (Rattle 2.6.27 r148) and gtk+ in R and run rattle. The screen shows up, but I cannot load any files in rattle. Here is the error message: (R:18008): Gtk-WARNING **: Attempting to…
amircs
  • 33
  • 1
  • 5
1
vote
1 answer

Using Rattle package on R

I am trying to get comfortable with the 'rattle' package in R. I am having issues building a neural network using this package. I have a training data set of 140 columns and 200000 rows and a target variable that takes values from 0-4 depending on…
1
vote
1 answer

Rattle data view failing

I installed rattle 2.6.26 load audit dataset click on Data > View and got the following error Error in appendLog("Use data.viewer() from Deducer.", view.cmd) : object 'view.cmd' not found I google if someone else had this problem and found the…
Klaus
  • 1,946
  • 3
  • 19
  • 34
0
votes
0 answers

Is there a way to remove node numbers from fancyRpartPlot?

Hey hoping someone can tell me how to remove the node numbers from just above the boxes when using the fancyrpartplot function from rattle, they sometimes overlap with the variable labels. Tried nn = FALSE which is supposed to be passed to prp but…
Ryan
  • 51
  • 5