Top Banner
Noida R Users Meetup Group/ Event Basic R learning session (PART - I) Introduction and basics graphs of R -by Suchita Aggarwal (PART - II) - What’s new in R and its market -by Ajay Ohri
25
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: R basics

Noida R Users Meetup Group/ Event

Basic R learning session

(PART - I) Introduction and basics graphs of R-by Suchita Aggarwal

(PART - II) - What’s new in R and its market -by Ajay Ohri

Page 2: R basics

Topics Covered

(PART - I) Introduction & basics graphs of R Basic IntroductionIntroduction of Business AnalyticsInstallation of RWhat is Package and how to install and use it.R-commanderImporting Data in RHands-on inbuilt functionsGraphs

(PART - II) - What’s new in R and its market Rattle-Data miningR-Studio SeverR-FiddleStatace

Page 3: R basics

Part 1: What Is Business Analytics?

Page 4: R basics

Part 1: What Is Business Analytics?

Purpose:Identify where the business stands in relation to rivals, etc.Collect and use data to inform business decision makingIdentify strengths and weaknesses in the businessUse information to inform strategic planning

Page 5: R basics

Part 1: What Is Business Analytics?

***Collection***•Market Research•Past Sales Data•Market growth data

***Analysis***•Trend Analysis•Time-Series Analysis•Spatial Analysis

***Presentation***•Graphs•Charts•Tables

Page 6: R basics

Part 1: What Is Business Analytics?

Page 7: R basics

Part 2: What is R?

Page 8: R basics

Part 2: What is R?

Page 9: R basics

Part 2: What is R?

Page 10: R basics

Part 2: What is R? – Corporate Use

Page 11: R basics

Part 2: What is R? – Corporate Use

Page 12: R basics

Part 3: Installation of R and Packages

http://cran.r-project.org/http://cran.r-project.org/bin/windows/Rtools/

Page 13: R basics

http://cran.r-project.org/http://cran.r-project.org/bin/windows/Rtools/

Part 3: Installation of R and Packages

Page 14: R basics

Part 3: Installation of R and Packages

http://cran.r-project.org/http://cran.r-project.org/bin/windows/Rtools/

Page 15: R basics

http://cran.r-project.org/http://cran.r-project.org/bin/windows/Rtools/

Part 3: Installation of R and Packages

Page 16: R basics

Part 3: Installation of R and Packages

Page 17: R basics

Part 4: Rcmdr

Page 18: R basics

Part 4: Loading Rcmdr

Page 19: R basics

Part 4: Loading Rcmdr

Page 20: R basics

Part 4: Loading Rcmdr

Page 21: R basics

Part 5: Importing Data in R

Page 22: R basics

Part 6: How to use inbuilt functions

•Library() -loads package•Data() -loads dataset•Head() -First few rows of object•Tail() - Last few rows of object•Str() -Structure of an object•Summary() -Summary of an object

Page 23: R basics

Part 7: Graphs

•plot(x,y)•plot(x,y, type = ‘b’)•Boxplot()•scatterplot()

Page 24: R basics

Questions??

Page 25: R basics

Thank you!!