HMI 7530– Programming in R Introduction

Slides:



Advertisements
Similar presentations
Computer Science: A Structured Programming Approach Using C Converting File Type A rather common but somewhat trivial problem is to convert a text.
Advertisements

Statistics for Decision Making Descriptive Statistics QM Fall 2003 Instructor: John Seydel, Ph.D.
Quantitative Research Methods for Information Systems and Management (Info 271B) Course Introduction: Preface to Social Research and Quantitative Methods.
How to Use the R Programming Language for Statistical Analyses Part I: An Introduction to R Jennifer Urbano Blackford, Ph.D. Department of Psychiatry Kennedy.
Course Introduction: Preface to Social Research and Quantitative Methods.
Collection and Analysis of Data CPH 608 Spring 2015.
Research Methods. Research Projects  Background Literature  Aims and Hypothesis  Methods: Study Design Data collection approach Sample Size and Power.
18 August Statistical Analysis with R Questionnaires Variables organization Descriptive analysis Graphs Statistical tests 1.
Introduction to STATA for Clinical Researchers Jay Bhattacharya August 2007.
A Brief Introduction to R Programming Darren J. Fitzpatrick, PhD The Bioinformatics Support Team 27/08/2015.
R Brown-Bag Seminar 2: Hands-on Antony Karanja Ndungu Research Methods Group-ICRAF.
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.
Project 1 FINA B. Group of 5. Due by 18/09/ parts. Each worth 50% of total. Need to provide 1 excel workbook for part 1 and part 2. This.
An Introduction to R Statistical Computing AMS 597 Stony Brook University Spring 2009 By Tianyi Zhang.
Data Science and Big Data Analytics Chap 3: Data Analytics Using R
Copyright © 2011, 2005, 1998, 1993 by Mosby, Inc., an affiliate of Elsevier Inc. Chapter 19: Statistical Analysis for Experimental-Type Research.
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
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.
Introduction to Data Manipulation, Analysis, and Visualization with R Patrick Grof-Tisza.
An Introduction to Epi Info 6/7
Statistical Analysis – Part 3
R Brown-Bag Seminar 2.1 Topic: Introduction to R Presenter: Faith Musili ICRAF-Geoscience Lab.
DATA MANAGEMENT MODULE: USING SQL in R
Bivariate Testing (ttests and proportion tests)
STAT 4030 – Programming in R STATISTICS MODULE: Basic Data Analysis
Bivariate Testing (ANOVA)
DATA MANAGEMENT MODULE: Concatenating, Stacking and Merging
STAT 4030 – Programming in R STATISTICS MODULE: Multiple Regression
Bivariate Testing (ttests and proportion tests)
Correlation and Regression Basics
Research methodology R Statistics – Introduction
STAT 4030 – Jennifer Priestley, Ph.D. Programming in R
STAT 4030 – Programming in R STATISTICS MODULE: Confidence Intervals
DATA MANAGEMENT MODULE: Getting Data Into and Out of R
DATA MANAGEMENT MODULE: USING SQL in R
Correlation and Regression Basics
Data Analysis Module: Basic Visualizations
Bivariate Testing (ANOVA)
Introduction to R.
Univariate Data Exploration
HMI 7530– Programming in R STATISTICS MODULE: Multiple Regression
DATA MANAGEMENT MODULE: Managing Variables
BMTRY 747: Introduction Jeffrey E. Korte, PhD
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)
STAT 4030 – Programming in R Introduction
DATA MANAGEMENT MODULE: Concatenating, Stacking and Merging
DATA MANAGEMENT MODULE: Managing Variables
Melinda Higgins, PhD Associate Research Professor
Introduction to Computer Science
ADVANCED DATA ANALYSIS IN SPSS AND AMOS
C Programming Lecture 1 : Introduction
Install MySQL Community Server and MySQL Workbench
C Programming Lecture 1 : Introduction
Recitation #1 Tel Aviv University 2016/2017 Slava Novgorodov
Python for Data Analysis
Research methodology R Statistics – Introduction
Presentation transcript:

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

Introduction to R Website and Syllabus My expectations of you Your expectations of the class Brief review 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. 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 Final Project (take home) Graded – you can study together…but everyone will turn in their own project. 6