STAT 4030 – Programming in R Introduction

Slides:



Advertisements
Similar presentations
Introduction to Computer Programming in C
Advertisements

Alternative text for elementary statistics –Elementary Concepts –Basic Statistics.
Course Introduction: Preface to Social Research and Quantitative Methods.
Collection and Analysis of Data CPH 608 Spring 2015.
CSCI 1301 Principles of Computer Science I
1 Experimental Statistics - week 4 Chapter 8: 1-factor ANOVA models Using SAS.
18 August Statistical Analysis with R Questionnaires Variables organization Descriptive analysis Graphs Statistical tests 1.
R Brown-Bag Seminar 2: Hands-on Antony Karanja Ndungu Research Methods Group-ICRAF.
1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.
Ministry of Higher Education Sohar College of Applied Sciences IT department Comp Introduction to Programming Using C++ Fall, 2011.
STAT 3130 Statistical Methods I Lecture 1 Introduction.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
PROGRAMMING IN R Introduction to R. In this session I will: Introduce you to the R program and windows Show how to install R Write basic programs in R.
1 FREE SAS SOFTWARE. 2 FREE SOFTWARE Free SAS ® software. SAS STUDIO; An interactive, online community. Superior training and documentation. And the analytical.
R Workshop #2 Basic Data Analysis. What we did last week: Understand the basics of how R works Generated objects (vectors, matrices, etc.) Read in data.
Analyzing Data. Learning Objectives You will learn to: – Import from excel – Add, move, recode, label, and compute variables – Perform descriptive analyses.
Pinellas County Schools
An Introduction to Epi Info 6/7
Cen 112 C Programming Özgür Örnek.
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
DATA MANAGEMENT MODULE: USING SQL in R
Excel in the Accounting Curriculum – Where and How
CSc 1302 Principles of Computer Science II
Bivariate Testing (ttests and proportion tests)
STAT 4030 – Programming in R STATISTICS MODULE: Basic Data Analysis
Introduction to Programming (CS 201)
Bivariate Testing (ANOVA)
DATA MANAGEMENT MODULE: Concatenating, Stacking and Merging
STAT 4030 – Programming in R STATISTICS MODULE: Multiple Regression
AP Statistics, Section 3.1, Part 1
Bivariate Testing (ttests and proportion tests)
Correlation and Regression Basics
September 27 – Course introductions; Adts; Stacks and Queues
STAT 4030 – Jennifer Priestley, Ph.D. Programming in R
Why Study Spoken Language?
STAT 4030 – Programming in R STATISTICS MODULE: Confidence Intervals
PSYC 355 Education for Service/tutorialrank.com
DATA MANAGEMENT MODULE: USING SQL in R
Correlation and Regression Basics
Data Analysis Module: Basic Visualizations
Bivariate Testing (ANOVA)
HMI 7530– Programming in R STATISTICS MODULE: Multiple Regression
DATA MANAGEMENT MODULE: Managing Variables
BMTRY 747: Introduction Jeffrey E. Korte, PhD
Why Study Spoken Language?
Bivariate Testing (Chi Square)
Click on the Create Student Account Link
Today’s Beginner Workshop
HMI 7530– Programming in R STATISTICS MODULE: Confidence Intervals
HMI 7530– Programming in R STATISTICS MODULE: Basic Data Analysis
Bivariate Testing (ttests and proportion tests)
Bivariate Testing (Chi Square)
Advanced topics in graphing in R
Siva R Venna (sxv6878) Satya Katragadda (sxk6389)
HMI 7530– Programming in R Introduction
ENGT 3050 Vamsi Borra Instructor: Ph.D. candidate, EECS department
DATA MANAGEMENT MODULE: Concatenating, Stacking and Merging
DATA MANAGEMENT MODULE: Managing Variables
MA171 Introduction to Probability and Statistics
Computer Programming 1 introduction to JAVA Lecture 1 Instructor: Ruba A. Salamah Islamic University of Gaza.
Melinda Higgins, PhD Associate Research Professor
ADVANCED DATA ANALYSIS IN SPSS AND AMOS
C Programming Lecture 1 : Introduction
MA171 Introduction to Probability and Statistics
C Programming Lecture 1 : Introduction
Recitation #1 Tel Aviv University 2017/2018 Slava Novgorodov
Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov
Python for Data Analysis
Producing good data through sampling and experimentation
Research methodology R Statistics – Introduction
Presentation transcript:

STAT 4030 – Programming in R Introduction Jennifer Lewis Priestley, Ph.D. Kennesaw State University 1

Introduction to R Website and Syllabus R Day at KSU – November 18 My expectations of you Your expectations of the class Brief review of STAT3010 2 2 2

Introduction to R R is available at the following website: https://cran.revolutionanalytics.com/ I will be using R Studio. https://www.rstudio.com/

There is an introduction to R available on the CRAN R-project website. http://cran.r-project.org/doc/manuals/R- intro.pdf I recommend downloading this document and getting acquainted with it. 4

Introduction to R 5 5 Data Management Install and update R and associated add-on packages. Perform basic object-oriented computing using vectors, factors, matrices, data frames and arrays. Import and export data into and from R using various data file protocols. Perform basic data management tasks including recoding variables, converting data types, merging data, etc. Perform intermediate computing tasks such as conditional processing statements, and loops. Statistical Analysis Execute simple univariate and bivariate tests, including ttests, ANOVA, correlation, chi square. Execute simple multivariate regression models. Create simple data visualizations including Histograms, Boxplots, Barcharts, Pie Charts. Social Media Analysis Access and scrape Twitter to find trends by topic and by location. Execute basic Text Analysis. Missing Values have not been reported. For each Category: Outside = 344 (5.9% of total) Inside = 665 (11.47%) Out of bed = 659 (11.36%) Eating = 402 (6.93%) Bathing = 321 (5.54%) Toileting = 649 (11.19%) Dressing = 522 (9.00%) 5 5

Introduction to R Notes about assignments: Hands On Exercises Practice only – no grade – work together Homeworks Graded – feel free to work together but everyone turns in their own assignment Midterm Exam (take home) Graded – work alone Final Project (take home) Graded – you can work in declared pairs (sink or swim together) 6