Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Predictive Analytics using Rattle and Qlik Sense

You're reading from   Predictive Analytics using Rattle and Qlik Sense Create comprehensive solutions for predictive analysis using Rattle and share them with Qlik Sense

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781784395803
Length 242 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ferran Garcia Pagans Ferran Garcia Pagans
Author Profile Icon Ferran Garcia Pagans
Ferran Garcia Pagans
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Ready with Predictive Analytics FREE CHAPTER 2. Preparing Your Data 3. Exploring and Understanding Your Data 4. Creating Your First Qlik Sense Application 5. Clustering and Other Unsupervised Learning Methods 6. Decision Trees and Other Supervised Learning Methods 7. Model Evaluation 8. Visualizations, Data Applications, Dashboards, and Data Storytelling 9. Developing a Complete Application Index

Downloading and installing Rattle

Rattle is an R package, which is a collection of functions and data someone else has developed, and we can use it in our programs. If you already have some hands-on experience with R, then this task should be a much lighter task.

Before starting with the installation, remember that you need an active Internet connection. The following are the steps to install Rattle:

  1. We will install Rattle from R Console; to open it double-click on the R x64 3.1.1 desktop icon.
  2. In R Console, type install.packages("rattle") and press Enter. The R Console will show you a list of CRAN mirrors; choose a download mirror that is the closest to your geographic location and R will download the Rattle package, as shown here:
    Downloading and installing Rattle
  3. After you have downloaded it, type library(rattle) and R will load the Rattle package into memory, and you will be able to use it. Use the rattle() command to start Rattle:
    Downloading and installing Rattle

    Note

    Rattle needs other R packages to work properly, the first time you open Rattle, the system will ask your permission to install some packages; in order to execute Rattle, you have to accept the installation of these packages.

  4. To exit, click on the Quit icon from Rattle GUI and type q() in the R Console:
    Downloading and installing Rattle

    Tip

    If you are from a non-English speaking country, you've probably installed everything in English, but Rattle's texts appear in your own language. Rattle will work fine in your language, but this book is written in English and it will refer to Rattle's functions and menus using English names. If you prefer to execute Rattle in English, quit Rattle and type Sys.setenv(LANGUAGE="en") in your R Console and start Rattle again.

    Downloading and installing Rattle

    Tip

    Rattle's menu now appears in English.

You have been reading a chapter from
Predictive Analytics using Rattle and Qlik Sense
Published in: Jun 2015
Publisher:
ISBN-13: 9781784395803
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image