Data Tools: R and RStudio

Slides:



Advertisements
Similar presentations
Data Mining with R/ORE Minming Duan. 2 iTech Solution Profile Agenda R/ORE Overview 1 XML output generation using SQL 4 Integration with IBP and BIEE.
Advertisements

Writing functions in R Some handy advice for creating your own functions.
Introduction to Graphics in R Department of Statistical Sciences and Operations Research Computation Seminar Series Speaker: Edward Boone
Welcome to the Plant Breeding and Genomics Webinar Series Today’s Presenter: Dr. Heather Merk Presentation & Supplemental Files:
 Statistics package  Graphics package  Programming language  Can be used to share/reproduce analyses  Many new packages being created - can be downloaded.
Bina Ramamurthy 6/28/2014 CSE651C, B. Ramamurthy1.
Plannes security for items, variables and applications NEPS User Rights Management.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Introduction to R Statistical Software Anthony (Tony) R. Olsen USEPA ORD NHEERL Western Ecology Division Corvallis, OR (541)
Lecturer: Ghadah Aldehim
Introduction to R By Robert Biddle. About Me Data Professional with over 10 years experience. Hilton Grand Vacations, Orlando Data Architect MCITP Database.
Data, graphics, and programming in R 28.1, 30.1, Daily:10:00-12:45 & 13:45-16:30 EXCEPT WED 4 th 9:00-11:45 & 12:45-15:30 Teacher: Anna Kuparinen.
Introduction to Git and GitHub
Bina Ramamurthy 6/7/2014 CSE6511.  R is a software package for statistical computing.  R is an interpreted language  It is open source with high level.
Piotr Wolski Introduction to R. Topics What is R? Sample session How to install R? Minimum you have to know to work in R Data objects in R and how to.
Using Software in Teaching Statistics Damon Berridge, Centre for Applied Statistics, Dept of Mathematics & Statistics ESRC NCRM.
Integration of OpenStreetMap into ArcGIS Al Pascual.
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS GLOBAL FORUM: NEW & NOTEWORTHY MATT MALCZEWSKI – COMMUNITIES MANAGER.
Data Manipulation Steve Allison
Introduction to R Introductions What is R? RStudio Layout Summary Statistics Your First R Graph 17 September 2014 Sherubtse Training.
Data Mining Tools some examples.
 Desktop computer at work  Laptop computer for work  Computer at home  The Dilemma: having access to your  Documents  Events  Notes  To Do List.
BIF713 Operating System Concepts MS Windows. Agenda 1. What is an Operating System (definition)? 2. Types of Operating Systems 3. Basic Operations: –
Introduction to R Aedín Culhane
Chris Knight Beginners’ workshop.
WSUG M AY 2012 EViews, S-Plus and R Damian Staszek Bristol Water.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
Block 1: Introduction to R
Big data toolbox.
R; One Ring to Rule Them All
Project Update & Plans for 2014
Shiny for RStudio Exploring Web Mapping Technology
Java for Beginners University Greenwich Computing At School DASCO
Lecture 2: Introduction to R
Operating System Concepts
Introduction to R Samal Dharmarathna.
The Commute: The Battle of Finding Distance
Introduction to Visual Basic 2008 Programming
ALTOVA XMLSPY.
Introduction to R.
R in Power BI.
Using R for Statistical Instruction
May 17-19, 2017, Missouri Botanical Garden
Principles of Information Technology
Introduction to R Programming with AzureML
R Package Management By Toni Lee McCreash.
Installing R and R Studio
UNIT 15 Webpage Creator.
R Programming.
The Six Parts of a GIS.
PowerBI : Data Visualization SQL Saturday with R
Fixed Income Analytics at Scale
Introduction to R.
Introduction to R By Robert Biddle.
An introduction to data analysis using R
Today’s Beginner Workshop
R Bina Ramamurthy CSE651C, B. Ramamurthy 12/7/2018.
This is where R scripts will load
R basics workshop for REU students
GitHub A Tool for software collaboration James Skon
CSCI N207 Data Analysis Using Spreadsheet
Installing Packages Introduction to R, Part II
R basics mini-workshop for REU students
Microsoft Connect /17/2019 9:55 PM
May 31-June 2, 2016, Missouri Botanical Garden
Capacity building on the use of Geospatial Data and Technologies
Predictive Models with SQL Server Machine Learning Services
This is where R scripts will load
> Introduction to Nelson Rios, Tulane University
June 5-7, 2019, Missouri Botanical Garden
Presentation transcript:

Data Tools: R and RStudio Jenna Daly March 24, 2017 2017 CTData Days: Equip, Synthesize, and Mobilize with data

intRoduction R is both a language and an environment R is the programming language that can be used for many different statistical and graphical functions RStudio is the integrated development environment (IDE) for R, where one can visually manage their workspace CRAN - The Comprehensive R Archive Network Network of web servers that store the most up-to-date versions of code and documentation for R souRces: https://www.r-project.org/about.html http://www.gnu.org/ http://www.statmethods.net/about/learningcurve.html http://analyticstrainings.com/?p=101

wheRe to download R is available as free software, making it open-source, so everyone can use it! Where to download both R and RStudio: Download R here: https://cran.r-project.org/ Download RStudio here: https://www.rstudio.com/products/rstudio/download/ souRces: https://www.r-project.org/about.html http://www.gnu.org/ http://www.statmethods.net/about/learningcurve.html http://analyticstrainings.com/?p=101

leaRn moRe R is one of the most comprehensive statistical analyses tools available Steep learning curve Functionality comes from thousands of user-contributed packages Iterative learning Learn more: https://www.rstudio.com/resources/training/ https://www.datacamp.com/courses/free-introduction-to-r http://swirlstats.com/ http://www.statmethods.net/ souRces: https://www.r-project.org/about.html http://www.gnu.org/ http://www.statmethods.net/about/learningcurve.html http://analyticstrainings.com/?p=101 https://blogs.umass.edu/gwis/2015/05/21/crash-course-in-r-programming/

R demo Data source: www.irs.gov Data sets: SOI Tax Stats – Individual Income Tax Statistics (2011-2014) What we’ll learn: That the data we download aren’t always as pretty as we want We sometimes have to manipulate data before we can process What insights can we gather from the given data? What variables can be calculated based on the given data?