Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views9 pages

R Introduction

The document provides an introduction to R programming, highlighting its features as an open-source language for data science, including its vast library of statistical functions and visualization capabilities. It outlines the installation process for R and offers a demo of its functionalities. The presentation emphasizes R's popularity and support from the Comprehensive R Archive Network (CRAN).

Uploaded by

LearnMSBI First
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views9 pages

R Introduction

The document provides an introduction to R programming, highlighting its features as an open-source language for data science, including its vast library of statistical functions and visualization capabilities. It outlines the installation process for R and offers a demo of its functionalities. The presentation emphasizes R's popularity and support from the Comprehensive R Archive Network (CRAN).

Uploaded by

LearnMSBI First
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

A Quick Introduction to R Programming

by Bryan Cafferky
Predictive Modeling with R
About Bryan Cafferky…
• Data Solutions Consultant and Trainer.

• Decades of IT Experience in health care, insurance, banking, and ecommerce.

• Microsoft MVP.

• Author of Pro PowerShell for Database Developers.

• Founded and lead PASS Chapter The RI Microsoft BI User Group and The SNE R User Group.

• Frequent presenter at technical conferences and user groups.

[email protected]

www.sql-fy.com

https://www.linkedin.com/in/bryancafferky

@BryanCafferky – follow me! Subscribe to me on YouTube!


Predictive Modeling with R
For Language and graphics

Predictive Modeling with R


Presentation Goals

• What is R?
• Installing the R Language
• A Quick Demo of the R Language

Predictive Modeling with R


What is R?

R is an open source
language for Data
Science.

Predictive Modeling with R


R Features

• Scripting language like Python, BASH, Perl, or


PowerShell.
• Vast library of statistical functions.
• Support to create impressive visualizations.
• Extensive free open source libraries by the user
community.

Predictive Modeling with R


Where to Get R

Predictive Modeling with R


R CLI – Command Line interface.
https://cran.r-project.org/

7
Must install this because it includes the R
language interpreter.

Predictive Modeling with R


Demo

• Installing R
• Using the R Console
• A Look at the R Language

Slides available at:


https://github.com/bcafferky/shared/tree/master/QuickRIntro

Predictive Modeling with R


Review

• R is a popular open source data science language.


• The Comprehensive R Archive Network (CRAN) maintains
R.
• R has rich support for statistics and visualizations.
• R is a vectorized language.
• R is Extended with new Functionality via Packages.

Predictive Modeling with R

You might also like