This is a series of videos making Data Science made easy in R with Rattle.
To install Rattle, first install R:
To Install R -
1. Go to https://cran.r-project.org/bin/window...
2. Click the "download R" link.
3. Save the executable file somewhere on your computer. Run the .exe file and follow the default installation instructions.
To Install Rattle -
1. Once the installation process for R finishes, run R.
2. Download the file Windows_installRattle.R from here:
https://bit.ly/3jPxnCR
3. In the R Console, go File then Source R code...
4. Navigate to where you have the Windows_installRattle.R file, select and click open.
5. A window will open and will show you a list of CRAN mirrors; choose a download mirror that is the closest to your geographic location and R will start the installation of the rattle.
Note: The installation of rattle can take up to 10 minutes
6. After Rattle has been installed, on the console type library(rattle) and R will load the Rattle package into memory.
7. To use Rattle, on the console type rattle() to start Rattle. If you have found this video useful, subscribe and hit the bell icon to be notified when other useful videos are uploaded.