Today’s Beginner Workshop

Slides:



Advertisements
Similar presentations
A very brief introduction to R - Matthew Keller Some material cribbed from: UCLA Academic Technology Services Technical Report Series (by Patrick Burns)
Advertisements

An Introduction to spss & endnote
R Mohammed Wahaj. What is R R is a programming language which is geared towards using a statistical approach and graphics Statisticians and data miners.
Software for data management: The contribution of Stata Dr Karen Robson, Senior Research Fellow, The Geary Institute, University College Dublin, Ireland.
Ann Arbor ASA ‘Up and Running’ Series: SPSS Prepared by volunteers of the Ann Arbor Chapter of the American Statistical Association, in cooperation with.
1 The Five Parts of an Information System
What is R Muhammad Omer. What is R  R is the programing language software for statistical computing and data analysis  The R language is extensively.
Sociology 690 SPSS Introduction. Using SPSS The Statistical Package for the Social Sciences (SPSS) started at Stanford University in the late 1960’s.
CS548 Showcase Using SPSS for Data Mining Ahmedul Kabir.
Biostatistics, statistical software II. A brief survey of statistical program systems Krisztina Boda PhD Department of Medical Informatics, University.
1 An Introduction – UCF, Methods in Ecology, Fall 2008 An Introduction By Danny K. Hunt & Eric D. Stolen Getting Started with R (with speaker notes)
Data Visualization using R
 Overview of SPSS  Interface  Getting Started  Managing Data  Descriptive Statistics  Basic Analysis  Additional Resources.
Introduction to SPSS Edward A. Greenberg, PhD
The Original and Current Basic R “Console” command line interface….
Social Science Research Design and Statistics, 2/e Alfred P. Rovai, Jason D. Baker, and Michael K. Ponton Modifying Syntax PowerPoint Prepared by Alfred.
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.
Outline Class Intros – What are your goals? – What types of problems? datasets? Overview of Course Example Research Project.
Using Software in Teaching Statistics Damon Berridge, Centre for Applied Statistics, Dept of Mathematics & Statistics ESRC NCRM.
Outline Class Intros Overview of Course Example Research Project.
1 The Five Parts of an Information System
What is SPSS  SPSS is a program software used for statistical analysis.  Statistical Package for Social Sciences.
Outline Comparison of Excel and R R Coding Example – RStudio Environment – Getting Help – Enter Data – Calculate Mean – Basic Plots – Save a Coding Script.
1 An Introduction to SPSS for Windows Jie Chen Ph.D. 6/4/20161.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
Data Mining Tools some examples.
Data Science and Big Data Analytics Chap 3: Data Analytics Using R
An Introduction to the R Statistical Programming Language
Introduction to CADStat. CADStat and R R is a powerful and free statistical package [
Introduction to R Aedín Culhane
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
With the support of the LPP programme of the European Union 1 This project has been funded with support from the European Commission. This publication.
Introduction to R Dr. Satish Nargundkar. What is R? R is a free software environment for statistical computing and graphics. It compiles and runs on a.
Statistical Exploratory Analysis with “EnQuireR” 1.Introduction 2.Installation 3.How to 4.Report.
LangTest: An easy-to-use stats calculator Punjaporn P.
A quick guide to other statistical software
SPSS: Using statistical software — a primer
Data Tools: R and RStudio
Leveraging R and Shiny for Point and Click ADaM Analysis
R For The SQL Developer Kevin Feasel Manager, Predictive Analytics
Data Mining Tools some examples.
Introduction to R Programming with AzureML
Adventures in teaching and learning data analysis with R
R Programming.
An Introduction to Visual Basic .NET and Program Design
R Integration in Microsoft Solutions
Dane Stubben QuintilesIMS Database Manager
Stat Nov D. R. Brillinger
Lab 1 Introductions to R Sean Potter.
Introduction to R.
Introduction to R By Robert Biddle.
An introduction to data analysis using R
Software for data management: The contribution of Stata
HMI 7530– Programming in R Introduction
STAT 4030 – Programming in R Introduction
Code is on the Website Outline Comparison of Excel and R
R Bina Ramamurthy CSE651C, B. Ramamurthy 12/7/2018.
CSCI N207 Data Analysis Using Spreadsheet
Statistics---SPSS.
Predictive Models with SQL Server Machine Learning Services
Introduction to Matlab
R Statistical Language
Fun, Flexible, Free Mobile Data Collection and Web-Based Analysis
Using R for Data Analysis and Data Visualization
RESEARCH METHODS Lecture 31
Mobile Teaching Statistics by Using
An Introduction to SPSS
Presentation transcript:

Today’s Beginner Workshop R Overview Learn Data Types Enter Data Write Basic Code Analyze Data Create Charts Install Packages

R Overview Statistics and Data Analysis User Interfaces Packages Comparison to SAS, SPSS User Interfaces RStudio Microsoft Packages Growth Who is Creating These Packages?

Top 20 Skills of a Data Scientist https://rjmetrics.com/resources/reports/the-state-of-data-science/

R was created in 1996 by Ross Ihaka and Robert Gentleman of the Statistics Department at The University of Auckland in New Zealand http://cm.bell-labs.com/cm/ms/departments/sia/S/index.html

As of 2010, still active in R Development https://www.stat.auckland.ac.nz/~ihaka/?Ross_Ihaka As of 2010, still active in R Development

Notable Pre-Loaded R Packages Descriptions base Core functions for data management, basic descriptive statistics stats Hundreds of statistical functions including correlation, regression, anova, cluster analysis, normal distribution graphics Contains many basic plots including barplot, boxplot, histograms, line, pie, and many more. graphics demos demo(graphics, package = "graphics")

R was initially developed as FREE, OPEN SOURCE, STATISTICAL SOFTWARE versus alternative Commercial Products Acquired by IBM in 2009 Business vs. Academia

Many R Packages have been created that are equivalent to the base functionality of SAS and SPSS Source: Robert Muenchen

R has Grown Far Beyond its Data, Analytics, and Graphics Beginnings http://www.r-bloggers.com/on-the-growth-of-cran-packages/

Package Categories COMMON FUNCTIONS SPECIALIZED TASK VIEWS Data Input / Output Data Management Mathematics and Statistics Graphics SPECIALIZED TASK VIEWS Web High Performance Computing Subject Matter Specific

Who is creating these packages? R is the work of dozens upon dozens of people; primarily University Professors and PhD Students; though also individuals on their spare time; and more recently companies. They have written many packages to make it easier for everyone to analyze data.

Most From Universities Many University Researchers receive FEDERAL and other grants to work on projects. For some projects, part of that money goes to create R libraries. $$$

$300K https://ropensci.org/ http://srug.ropensci.org/

User Interfaces Basic R User Interface RStudio Microsoft

The Original and Current Basic R “Console” command line interface…. Write Code/ Program Input Data Analyze Graphics R User Interface

2008- 1996- RStudio leverages the BaseR Software. This is why both installations are needed! RStudio has a better User-Interface . 2008- + Software Comparison 1996-

Console Scripting/Coding Current Datasets Write Code/ Program Input Data Analyze Graphics Console http://www.rstudio.com/ Enter Single Commands See Output

Microsoft and Revolution Analytics https://mran.revolutionanalytics.com/open/ https://mran.revolutionanalytics.com/rro/

Which IDE?