Top "Rattle" questions

Rattle is a graphical user interface for data mining in R

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 …

r installation rattle
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 gtk centos rattle
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 : …

r rattle
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 …

r macos decision-tree rpart rattle
r rattle fancyrpartplot errors

Trying to run fancyrpartplot for the first time and running into errors. > fancyRpartPlot(rpart.sub1) Error in loadNamespace(name) : …

r rattle
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 …

r rattle