SlideShare une entreprise Scribd logo
1  sur  37
Introducing

R and Rcmdr

Statistical Software
FutureVideo
HealthVideo

November 24, 2013 (Sunday)
12:20 PM
Jabria-2 Auditorium

By: Dr. Kang Mun Arturo Tan
Management Sciences Department
Yanbu University College
R is the 18th letter of the alphabet.

R is data analysis software.
R is a programming language.

R is an environment for
statistical analysis.
A Bit of History (and Credits)

The R Project
The Department

of Statistics of
The University of Auckland, New Zealand
is well known for being the birthplace of the R Project.
Founders of the R Project are, at the time senior lecturers

Robert Gentleman and Ross Ihaka, now Associate Professors.
Starting to work in 1991, the R codes were first released in 1996. The R
Project is a language and environment for statistical computing and
graphics.
John Hopkins University
University of Washington
Princeton University
Stanford University
Google
Pfizer
Merck
Bank of America
Intercontinental Hotels

Shell
…
It is widely taught around the world and is being used by

Ivy League Universities, Google,
students, and even by school children.

second-year Statistics
“R is the

most powerful
statistical computing language on the planet.”
www.r-project.org

R runs on
Windows,
Linux and
MacOS.
44 countries serve as a mirror site.
16 sites
11 universities
Total of 44 countries
Total of 88 mirror sites
More than 3000 packages ..Stanford University
Books related to R

A total of 141 books and increasing…..
Rcmdr

R Commander

> library (Rcmdr)
R Commander Default Menu Tree [current as of version 2.0-0]
File - Change working directory
|- Open script file
|- Save script
|- Save script as |- Open R Markdown file
|- Save R Markdown file
|- Save R Markdown file as
|- Save output
|- Save output as
|- Save R workspace
|- Save R workspace as
|- Exit - from Commander
|- from Commander and R
Edit - Cut
|- Copy
|- Paste
|- Delete
|- Find
|- Select all
|- Undo
|- Redo
|- Clear Window
Data - New data set
|- Load data set
|- Merge data sets
|- Import data - from text file, clipboard, or URL
| |- from SPSS data set | |- from SAS xport file
| |- from Minitab data set
| |- from STATA data set
| |- from Excel, Access, or dBase data set [32-bit Windows only]
| |- from Excel file [currently 64-bit Windows only]
|- Data in packages - List data sets in packages
| |- Read data set from attached package
|- Active data set - Select active data set
| |- Refresh active data set
| |- Help on active data set (if available)
| |- Variables in active data set
| |- Set case names
| |- Subset active data set
| |- Aggregate variables in active data set
| |- Remove row(s) from active data set
| |- Stack variables in active data set
| |- Remove cases with missing data
| |- Save active data set
| |- Export active data set
|- Manage variables in active data set - Recode variable
|- Compute new variable
|- Add observation numbers to data set
|- Standardize variables
|- Convert numeric variables to factors
|- Bin numeric variable
|- Reorder factor levels
|- Define contrasts for a factor
|- Rename variables
|- Delete variables from data set
Popularity of R
http://www.r-bloggers.com/r-tackles-big-garbage/
http://r-pbd.org/
Why use R?
There's lots of software available for data analysis today: spreadsheets like
Excel, batch-oriented procedure-based systems like SAS; point-and-click
GUI-based systems like SPSS; data mining systems, and so on
What makes R different?
R is free.
As an open-source project, you can use R free of charge: no worries about subscription
fees, license managers, or user limits. But just as importantly, R is open: you can inspect
the code and tinker with it as much as you like (provided you respect the terms of the GNU
General Public License version 2 under which it is distributed). Thousands of experts
around the world have done just that, and their contributions benefit the millions of
people who use R today.

R is a language.
In R, you do data analysis by writing functions and scripts, not by pointing and clicking.
That may sound daunting, but it's an easy language to learn, and a very natural and
expressive one for data analysis. But once you learn the language, there are many benefits.
As an interactive language (as opposed to a data-in-data-out black-box procedures), R
promotes experimentation and exploration, which improves data analysis and often leads
to discoveries that wouldn't be made otherwise. A script documents all your work, from
data access to reporting, and can instantly be re-run at any time. (This makes it much
easier to update results when the data change.) Scripts also make it easy to automate a
sequence of tasks that can be integrated into other processes. Many R users who have
used other software report that they can do their data analyses in a fraction of the time.
Graphics and data visualization.
One of the design principles of R was that visualization of data through charts and graphs is an essential
part of the data analysis process. As a result, it has excellent tools for creating graphics, from staples like
bar charts and scatterplots to multi-panel Lattice charts to brand new graphics of your own devising. R's
graphical system is heavily influenced by thought leaders in data visualization like Bill Cleveland and
Edward Tufte, and as a result graphics based on R appear regularly in venues like the New York Times,
the Economist, and the FlowingData blog.

A flexible statistical analysis toolkit.
All of the standard data analysis tools are built right into the R language: from accessing
data in various formats, to data manipulation (transforms, merges, aggregations, etc.), to
traditional and modern statistical models (regression, ANOVA, GLM, tree models, etc). All
are included in an object-oriented framework that makes it easy to programatically extract
out and combine just the information you need from the results, rather than having to cutand-paste from a static report.
Access to powerful, cutting-edge analytics.
Leading academics and researches from around the world use R to develop the latest
methods in statistics, machine learning, and predictive modeling. There are expansive,
cutting-edge extensions to R in finance, genomics, and dozens of other fields. To date,
more than 2000 packages extending the R language in every domain are available for free
download, with more added every day.

A robust, vibrant community.
With thousands of contributors and more than two million users around the world, if
you've got a question about R chances are, someone's answered it (or can). There's a
wealth of community resources for R available on the Web, for help in just about every
domain.
Unlimited possibilities.
With R, you're not restricted to choosing a pre-defined set of routines. You can use code
contributed by others in the open-source community, or extend R with your own functions.
And R is excellent for "mash-ups" with other applications: combine R with a MySQL
database, an Apache web-server, and the Google Maps API and you've got yourself a realtime GIS analysis toolkit. That's just one big idea -- what's yours?

“The great beauty of R is that you can modify it to do all
sorts of things,” said Hal Varian, chief economist at
Google. “And you have a lot of prepackaged stuff that’s
already available, so you’re standing on the shoulders of
giants.”
Here are our suggestions for the best on-line resources for information about R.

The R Project homepage. Look here for official news from the R Project,
plus links to documentation, mailing lists, the official R FAQs, and more.

StackOverflow. Got a question about R? Search for questions tagged with "r"
and you'll probably find your question already answered. If not, ask away.

R bloggers. For a steady stream of news, tips and articles related to R follow
this blog aggregator for posts from dozens of R bloggers, including the team
from Revolution Analytics.
The Video Rchive. Watch recordings of speakers at R user group meetings and
conferences talk about various aspects of using R.

#rstats on Twitter. To listen in on (or contribute to) an information-rich
conversation about R 140 characters at a time, search for the #rstats hastag.

CRAN Task Views. The list of 2000+ add-on packages for R can be daunting, but
these Task Views list the most important ones in domain-specific areas as diverse as
Finance, Clinical Trials, and Machine Learning.

Crantastic.org.On the other hand, if you're looking for a specific page, you can
search by keyword at this interactive directory of all R packages. You can also log in
and rate and comment on packages.
R and Rcmdr Statistical Software

Contenu connexe

Tendances

Analytics and Access to the UK web archive
Analytics and Access to the UK web archiveAnalytics and Access to the UK web archive
Analytics and Access to the UK web archive
Lewis Crawford
 
Cheat sheets for data scientists
Cheat sheets for data scientistsCheat sheets for data scientists
Cheat sheets for data scientists
Ajay Ohri
 
Iterative data discovery and transformation with open refine
Iterative data discovery and transformation with open refineIterative data discovery and transformation with open refine
Iterative data discovery and transformation with open refine
Martin Magdinier
 
Semantic Technologies and Triplestores for Business Intelligence
Semantic Technologies and Triplestores for Business IntelligenceSemantic Technologies and Triplestores for Business Intelligence
Semantic Technologies and Triplestores for Business Intelligence
Marin Dimitrov
 

Tendances (20)

Skillshare - Let's talk about R in Data Journalism
Skillshare - Let's talk about R in Data JournalismSkillshare - Let's talk about R in Data Journalism
Skillshare - Let's talk about R in Data Journalism
 
Analytics and Access to the UK web archive
Analytics and Access to the UK web archiveAnalytics and Access to the UK web archive
Analytics and Access to the UK web archive
 
Modelling and Querying Lists in RDF. A Pragmatic Study
Modelling and Querying Lists in RDF. A Pragmatic StudyModelling and Querying Lists in RDF. A Pragmatic Study
Modelling and Querying Lists in RDF. A Pragmatic Study
 
Linked Statistical Data: does it actually pay off?
Linked Statistical Data: does it actually pay off?Linked Statistical Data: does it actually pay off?
Linked Statistical Data: does it actually pay off?
 
INEGI ESS big data workshop
INEGI ESS big data workshopINEGI ESS big data workshop
INEGI ESS big data workshop
 
Property graph vs. RDF Triplestore comparison in 2020
Property graph vs. RDF Triplestore comparison in 2020Property graph vs. RDF Triplestore comparison in 2020
Property graph vs. RDF Triplestore comparison in 2020
 
aRangodb, un package per l'utilizzo di ArangoDB con R
aRangodb, un package per l'utilizzo di ArangoDB con RaRangodb, un package per l'utilizzo di ArangoDB con R
aRangodb, un package per l'utilizzo di ArangoDB con R
 
Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data
 
Cheat sheets for data scientists
Cheat sheets for data scientistsCheat sheets for data scientists
Cheat sheets for data scientists
 
Iterative data discovery and transformation with open refine
Iterative data discovery and transformation with open refineIterative data discovery and transformation with open refine
Iterative data discovery and transformation with open refine
 
Semantic Technologies and Triplestores for Business Intelligence
Semantic Technologies and Triplestores for Business IntelligenceSemantic Technologies and Triplestores for Business Intelligence
Semantic Technologies and Triplestores for Business Intelligence
 
Reason To learn & use r
Reason To learn & use rReason To learn & use r
Reason To learn & use r
 
Introduction to r
Introduction to rIntroduction to r
Introduction to r
 
Abes and semweb (#ELAG14 conference lightning talk)
Abes and semweb (#ELAG14 conference lightning talk)Abes and semweb (#ELAG14 conference lightning talk)
Abes and semweb (#ELAG14 conference lightning talk)
 
Make your data great again - Ver 2
Make your data great again - Ver 2Make your data great again - Ver 2
Make your data great again - Ver 2
 
Introduction To R
Introduction To RIntroduction To R
Introduction To R
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
An R primer for SQL folks
An R primer for SQL folksAn R primer for SQL folks
An R primer for SQL folks
 
Christian Jakenfelds
Christian JakenfeldsChristian Jakenfelds
Christian Jakenfelds
 
Data Tactics Analytics Brown Bag (November 2013)
Data Tactics Analytics Brown Bag (November 2013)Data Tactics Analytics Brown Bag (November 2013)
Data Tactics Analytics Brown Bag (November 2013)
 

En vedette

Introduction to Deducer
Introduction to DeducerIntroduction to Deducer
Introduction to Deducer
Kazuki Yoshida
 

En vedette (20)

Introduction to Deducer
Introduction to DeducerIntroduction to Deducer
Introduction to Deducer
 
Data mining with Rattle For R
Data mining with Rattle For RData mining with Rattle For R
Data mining with Rattle For R
 
Installing R and R-Studio
Installing R and R-StudioInstalling R and R-Studio
Installing R and R-Studio
 
R-Studio Vs. Rcmdr
R-Studio Vs. RcmdrR-Studio Vs. Rcmdr
R-Studio Vs. Rcmdr
 
Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016Introduction to R Short course Fall 2016
Introduction to R Short course Fall 2016
 
H2O Machine Learning AutoML Roadmap 2016.10
H2O Machine Learning AutoML Roadmap 2016.10H2O Machine Learning AutoML Roadmap 2016.10
H2O Machine Learning AutoML Roadmap 2016.10
 
400 million Search Results -Predict Contextual Ad Clicks
400 million Search Results -Predict Contextual Ad Clicks 400 million Search Results -Predict Contextual Ad Clicks
400 million Search Results -Predict Contextual Ad Clicks
 
Robsonalves fotografia Fine Art 2016-2
Robsonalves fotografia Fine Art 2016-2Robsonalves fotografia Fine Art 2016-2
Robsonalves fotografia Fine Art 2016-2
 
Alice Lindorfer
Alice LindorferAlice Lindorfer
Alice Lindorfer
 
Automating Machine Learning - Is it feasible?
Automating Machine Learning - Is it feasible?Automating Machine Learning - Is it feasible?
Automating Machine Learning - Is it feasible?
 
WF ED 540, Class Meeting 3 - Introduction to dplyr, 2016
WF ED 540, Class Meeting 3 - Introduction to dplyr, 2016WF ED 540, Class Meeting 3 - Introduction to dplyr, 2016
WF ED 540, Class Meeting 3 - Introduction to dplyr, 2016
 
20160611 kintone Café 高知 Vol.3 LT資料
20160611 kintone Café 高知 Vol.3 LT資料20160611 kintone Café 高知 Vol.3 LT資料
20160611 kintone Café 高知 Vol.3 LT資料
 
Rlecturenotes
RlecturenotesRlecturenotes
Rlecturenotes
 
R Brown-bag seminars : Seminar-8
R Brown-bag seminars : Seminar-8R Brown-bag seminars : Seminar-8
R Brown-bag seminars : Seminar-8
 
Paquete ggplot - Potencia y facilidad para generar gráficos en R
Paquete ggplot - Potencia y facilidad para generar gráficos en RPaquete ggplot - Potencia y facilidad para generar gráficos en R
Paquete ggplot - Potencia y facilidad para generar gráficos en R
 
Análisis espacial con R (asignatura de Master - UPM)
Análisis espacial con R (asignatura de Master - UPM)Análisis espacial con R (asignatura de Master - UPM)
Análisis espacial con R (asignatura de Master - UPM)
 
Learn to use dplyr (Feb 2015 Philly R User Meetup)
Learn to use dplyr (Feb 2015 Philly R User Meetup)Learn to use dplyr (Feb 2015 Philly R User Meetup)
Learn to use dplyr (Feb 2015 Philly R User Meetup)
 
Automatic Machine Learning, AutoML
Automatic Machine Learning, AutoMLAutomatic Machine Learning, AutoML
Automatic Machine Learning, AutoML
 
WF ED 540, Class Meeting 3 - mutate and summarise, 2016
WF ED 540, Class Meeting 3 - mutate and summarise, 2016WF ED 540, Class Meeting 3 - mutate and summarise, 2016
WF ED 540, Class Meeting 3 - mutate and summarise, 2016
 
R seminar dplyr package
R seminar dplyr packageR seminar dplyr package
R seminar dplyr package
 

Similaire à R and Rcmdr Statistical Software

2 it unit-1 start learning r
2 it   unit-1 start learning r2 it   unit-1 start learning r
2 it unit-1 start learning r
Netaji Gandi
 
Business Analytics with R - Webinar
Business Analytics with R - WebinarBusiness Analytics with R - Webinar
Business Analytics with R - Webinar
Edureka!
 
Revolution R: 100% R and more
Revolution R: 100% R and moreRevolution R: 100% R and more
Revolution R: 100% R and more
Masayoshi Ootsuka
 
Tools for Unstructured Data Analytics
Tools for Unstructured Data AnalyticsTools for Unstructured Data Analytics
Tools for Unstructured Data Analytics
Ravi Teja
 

Similaire à R and Rcmdr Statistical Software (20)

GNU R in Clinical Research and Evidence-Based Medicine
GNU R in Clinical Research and Evidence-Based MedicineGNU R in Clinical Research and Evidence-Based Medicine
GNU R in Clinical Research and Evidence-Based Medicine
 
2 it unit-1 start learning r
2 it   unit-1 start learning r2 it   unit-1 start learning r
2 it unit-1 start learning r
 
UNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdfUNIT-1 Start Learning R.pdf
UNIT-1 Start Learning R.pdf
 
R_L1-Aug-2022.pptx
R_L1-Aug-2022.pptxR_L1-Aug-2022.pptx
R_L1-Aug-2022.pptx
 
Python vs. r for data science
Python vs. r for data sciencePython vs. r for data science
Python vs. r for data science
 
R as supporting tool for analytics and simulation
R as supporting tool for analytics and simulationR as supporting tool for analytics and simulation
R as supporting tool for analytics and simulation
 
An introduction to R is a document useful
An introduction to R is a document usefulAn introduction to R is a document useful
An introduction to R is a document useful
 
Introtor
IntrotorIntrotor
Introtor
 
R for data analytics
R for data analyticsR for data analytics
R for data analytics
 
Big Data - Analytics with R
Big Data - Analytics with RBig Data - Analytics with R
Big Data - Analytics with R
 
Algerian R Users Group (Official Kick Off)
Algerian R Users Group (Official Kick Off)Algerian R Users Group (Official Kick Off)
Algerian R Users Group (Official Kick Off)
 
R programming for psychometrics
R programming for psychometricsR programming for psychometrics
R programming for psychometrics
 
Business Analytics with R - Webinar
Business Analytics with R - WebinarBusiness Analytics with R - Webinar
Business Analytics with R - Webinar
 
Big Data Analytics with R
Big Data Analytics with RBig Data Analytics with R
Big Data Analytics with R
 
Revolution R: 100% R and more
Revolution R: 100% R and moreRevolution R: 100% R and more
Revolution R: 100% R and more
 
tools
toolstools
tools
 
GET STARTED WITH R FOR DATA SCIENCE
GET STARTED WITH R FOR DATA SCIENCEGET STARTED WITH R FOR DATA SCIENCE
GET STARTED WITH R FOR DATA SCIENCE
 
Executive Intro to R
Executive Intro to RExecutive Intro to R
Executive Intro to R
 
Top 10 statistics tools to get better data insights
Top 10 statistics tools to get better data insightsTop 10 statistics tools to get better data insights
Top 10 statistics tools to get better data insights
 
Tools for Unstructured Data Analytics
Tools for Unstructured Data AnalyticsTools for Unstructured Data Analytics
Tools for Unstructured Data Analytics
 

Plus de arttan2001

Plus de arttan2001 (7)

Dax Power Pivot: Introductory Level
Dax Power Pivot: Introductory Level Dax Power Pivot: Introductory Level
Dax Power Pivot: Introductory Level
 
Introduction to Excel VBA/Macros
Introduction to Excel VBA/MacrosIntroduction to Excel VBA/Macros
Introduction to Excel VBA/Macros
 
Uber210 slide share
Uber210 slide shareUber210 slide share
Uber210 slide share
 
Logistics Systems Design for the Yangtze River Delta Region
Logistics Systems Design for the Yangtze River Delta RegionLogistics Systems Design for the Yangtze River Delta Region
Logistics Systems Design for the Yangtze River Delta Region
 
Summarizing Siegel's Predictive Analytics
Summarizing Siegel's Predictive Analytics Summarizing Siegel's Predictive Analytics
Summarizing Siegel's Predictive Analytics
 
On Big Data
On Big DataOn Big Data
On Big Data
 
Linux for Education
Linux for EducationLinux for Education
Linux for Education
 

Dernier

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
Matteo Carbone
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
dlhescort
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Dipal Arora
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Dernier (20)

B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 

R and Rcmdr Statistical Software

  • 1. Introducing R and Rcmdr Statistical Software FutureVideo HealthVideo November 24, 2013 (Sunday) 12:20 PM Jabria-2 Auditorium By: Dr. Kang Mun Arturo Tan Management Sciences Department Yanbu University College
  • 2. R is the 18th letter of the alphabet. R is data analysis software. R is a programming language. R is an environment for statistical analysis.
  • 3. A Bit of History (and Credits) The R Project The Department of Statistics of The University of Auckland, New Zealand is well known for being the birthplace of the R Project.
  • 4. Founders of the R Project are, at the time senior lecturers Robert Gentleman and Ross Ihaka, now Associate Professors. Starting to work in 1991, the R codes were first released in 1996. The R Project is a language and environment for statistical computing and graphics.
  • 5. John Hopkins University University of Washington Princeton University Stanford University Google Pfizer Merck Bank of America Intercontinental Hotels Shell … It is widely taught around the world and is being used by Ivy League Universities, Google, students, and even by school children. second-year Statistics
  • 6. “R is the most powerful statistical computing language on the planet.”
  • 8.
  • 9. 44 countries serve as a mirror site.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 16. Total of 44 countries Total of 88 mirror sites More than 3000 packages ..Stanford University
  • 17. Books related to R A total of 141 books and increasing…..
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. R Commander Default Menu Tree [current as of version 2.0-0] File - Change working directory |- Open script file |- Save script |- Save script as |- Open R Markdown file |- Save R Markdown file |- Save R Markdown file as |- Save output |- Save output as |- Save R workspace |- Save R workspace as |- Exit - from Commander |- from Commander and R Edit - Cut |- Copy |- Paste |- Delete |- Find |- Select all |- Undo |- Redo |- Clear Window
  • 25. Data - New data set |- Load data set |- Merge data sets |- Import data - from text file, clipboard, or URL | |- from SPSS data set | |- from SAS xport file | |- from Minitab data set | |- from STATA data set | |- from Excel, Access, or dBase data set [32-bit Windows only] | |- from Excel file [currently 64-bit Windows only] |- Data in packages - List data sets in packages | |- Read data set from attached package |- Active data set - Select active data set | |- Refresh active data set | |- Help on active data set (if available) | |- Variables in active data set | |- Set case names | |- Subset active data set | |- Aggregate variables in active data set | |- Remove row(s) from active data set | |- Stack variables in active data set | |- Remove cases with missing data | |- Save active data set | |- Export active data set |- Manage variables in active data set - Recode variable |- Compute new variable |- Add observation numbers to data set |- Standardize variables |- Convert numeric variables to factors |- Bin numeric variable |- Reorder factor levels |- Define contrasts for a factor |- Rename variables |- Delete variables from data set
  • 27.
  • 30. Why use R? There's lots of software available for data analysis today: spreadsheets like Excel, batch-oriented procedure-based systems like SAS; point-and-click GUI-based systems like SPSS; data mining systems, and so on
  • 31. What makes R different? R is free. As an open-source project, you can use R free of charge: no worries about subscription fees, license managers, or user limits. But just as importantly, R is open: you can inspect the code and tinker with it as much as you like (provided you respect the terms of the GNU General Public License version 2 under which it is distributed). Thousands of experts around the world have done just that, and their contributions benefit the millions of people who use R today. R is a language. In R, you do data analysis by writing functions and scripts, not by pointing and clicking. That may sound daunting, but it's an easy language to learn, and a very natural and expressive one for data analysis. But once you learn the language, there are many benefits. As an interactive language (as opposed to a data-in-data-out black-box procedures), R promotes experimentation and exploration, which improves data analysis and often leads to discoveries that wouldn't be made otherwise. A script documents all your work, from data access to reporting, and can instantly be re-run at any time. (This makes it much easier to update results when the data change.) Scripts also make it easy to automate a sequence of tasks that can be integrated into other processes. Many R users who have used other software report that they can do their data analyses in a fraction of the time.
  • 32. Graphics and data visualization. One of the design principles of R was that visualization of data through charts and graphs is an essential part of the data analysis process. As a result, it has excellent tools for creating graphics, from staples like bar charts and scatterplots to multi-panel Lattice charts to brand new graphics of your own devising. R's graphical system is heavily influenced by thought leaders in data visualization like Bill Cleveland and Edward Tufte, and as a result graphics based on R appear regularly in venues like the New York Times, the Economist, and the FlowingData blog. A flexible statistical analysis toolkit. All of the standard data analysis tools are built right into the R language: from accessing data in various formats, to data manipulation (transforms, merges, aggregations, etc.), to traditional and modern statistical models (regression, ANOVA, GLM, tree models, etc). All are included in an object-oriented framework that makes it easy to programatically extract out and combine just the information you need from the results, rather than having to cutand-paste from a static report.
  • 33. Access to powerful, cutting-edge analytics. Leading academics and researches from around the world use R to develop the latest methods in statistics, machine learning, and predictive modeling. There are expansive, cutting-edge extensions to R in finance, genomics, and dozens of other fields. To date, more than 2000 packages extending the R language in every domain are available for free download, with more added every day. A robust, vibrant community. With thousands of contributors and more than two million users around the world, if you've got a question about R chances are, someone's answered it (or can). There's a wealth of community resources for R available on the Web, for help in just about every domain.
  • 34. Unlimited possibilities. With R, you're not restricted to choosing a pre-defined set of routines. You can use code contributed by others in the open-source community, or extend R with your own functions. And R is excellent for "mash-ups" with other applications: combine R with a MySQL database, an Apache web-server, and the Google Maps API and you've got yourself a realtime GIS analysis toolkit. That's just one big idea -- what's yours? “The great beauty of R is that you can modify it to do all sorts of things,” said Hal Varian, chief economist at Google. “And you have a lot of prepackaged stuff that’s already available, so you’re standing on the shoulders of giants.”
  • 35. Here are our suggestions for the best on-line resources for information about R. The R Project homepage. Look here for official news from the R Project, plus links to documentation, mailing lists, the official R FAQs, and more. StackOverflow. Got a question about R? Search for questions tagged with "r" and you'll probably find your question already answered. If not, ask away. R bloggers. For a steady stream of news, tips and articles related to R follow this blog aggregator for posts from dozens of R bloggers, including the team from Revolution Analytics.
  • 36. The Video Rchive. Watch recordings of speakers at R user group meetings and conferences talk about various aspects of using R. #rstats on Twitter. To listen in on (or contribute to) an information-rich conversation about R 140 characters at a time, search for the #rstats hastag. CRAN Task Views. The list of 2000+ add-on packages for R can be daunting, but these Task Views list the most important ones in domain-specific areas as diverse as Finance, Clinical Trials, and Machine Learning. Crantastic.org.On the other hand, if you're looking for a specific page, you can search by keyword at this interactive directory of all R packages. You can also log in and rate and comment on packages.