Key Concepts R for Data Science.

Slides:



Advertisements
Similar presentations
Chapter 3 Properties of Random Variables
Advertisements

Correlation and Regression Analysis Many engineering design and analysis problems involve factors that are interrelated and dependent. E.g., (1) runoff.
Modeling Process Quality
Calculating & Reporting Healthcare Statistics
Logical Line Fitting: One Step in the EDA Process by Shannon Guerrero Northern Arizona University NCTM 2008 Annual Meeting & Exposition Salt Lake City,
Correlation. Two variables: Which test? X Y Contingency analysis t-test Logistic regression Correlation Regression.
CHAPTER 3: Statistical Description of Data
Exploring Microarray data Javier Cabrera. Outline 1.Exploratory Analysis Steps. 2.Microarray Data as Multivariate Data. 3.Dimension Reduction 4.Correlation.
1 Re-expressing Data  Chapter 6 – Normal Model –What if data do not follow a Normal model?  Chapters 8 & 9 – Linear Model –What if a relationship between.
CHAPTER 1: Picturing Distributions with Graphs
The Five-Number Summary And Boxplots. Chapter 3 – Section 5 ●Learning objectives  Compute the five-number summary  Draw and interpret boxplots 1 2.
©2013 Cengage Learning. All Rights Reserved. Business Management, 13e Data Analysis and Decision Making Mathematics and Management Basic.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
Exploratory Data Analysis. Computing Science, University of Aberdeen2 Introduction Applying data mining (InfoVis as well) techniques requires gaining.
Data Collection & Processing Hand Grip Strength P textbook.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Data Handbook Chapter 4 & 5. Data A series of readings that represents a natural population parameter A series of readings that represents a natural population.
Describing Behavior Chapter 4. Data Analysis Two basic types  Descriptive Summarizes and describes the nature and properties of the data  Inferential.
Exploratory Data Analysis
BUSINESS MARKET RESEARCH
McGraw-Hill/Irwin Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Descriptive Statistics: Numerical Methods.
 Two basic types Descriptive  Describes the nature and properties of the data  Helps to organize and summarize information Inferential  Used in testing.
Multivariate Data Analysis Chapter 2 – Examining Your Data
Sullivan – Fundamentals of Statistics – 2 nd Edition – Chapter 3 Section 5 – Slide 1 of 21 Chapter 3 Section 5 The Five-Number Summary And Boxplots.
Chapter 4 Variability. Introduction Purpose of measures of variability Consider what we know if we know that the mean test score was 75 Single score to.
© Tan,Steinbach, Kumar Introduction to Data Mining 8/05/ Data Mining: Exploring Data Lecture Notes for Chapter 3 Introduction to Data Mining by Tan,
BASIC STATISTICAL CONCEPTS Chapter Three. CHAPTER OBJECTIVES Scales of Measurement Measures of central tendency (mean, median, mode) Frequency distribution.
Copyright © 2008 by Nelson, a division of Thomson Canada Limited Chapter 18 Part 5 Analysis and Interpretation of Data DIFFERENCES BETWEEN GROUPS AND RELATIONSHIPS.
R PROGRAMMING FOR SQL DEVELOPERS Kiran Math Developer : Proterra in Greenville SC
Midterm Review IN CLASS. Chapter 1: The Art and Science of Data 1.Recognize individuals and variables in a statistical study. 2.Distinguish between categorical.
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Elementary Statistics
Elementary Statistics
CHAPTER 3 Describing Relationships
(보충자료) MVA.
Exploring Microarray data
ggplot2 Merrill Rudd TAs: Brooke Davis and Megsie Siple
Module 6: Descriptive Statistics
Next Generation R tidyr, dplyr, ggplot2
Analyzing and Interpreting Quantitative Data
CHAPTER 1: Picturing Distributions with Graphs
Lecture Slides Elementary Statistics Twelfth Edition
Measures of Central Tendency
Displaying Quantitative Data
R Programming For Sql Developers ETL USING R
Psychology Statistics
Shape of Distributions
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
1.1 Cont’d.
CHAPTER 1 Exploring Data
Good Morning AP Stat! Day #2
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Exploratory Data Analysis Questions
CHAPTER 1: Picturing Distributions with Graphs
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Probability and Statistics
CHAPTER 1 Exploring Data
CHAPTER 1 Exploring Data
Warmup Find the marginal distribution for age group.
Relations in Categorical Data
Statistics 101 CORRELATION Section 3.2.
CHAPTER 1 Exploring Data
Lecture Slides Elementary Statistics Twelfth Edition
Presentation transcript:

Key Concepts R for Data Science

Grammar of Graphics Chapter 3 Data Mapping of aesthetics Geometric objects Statistical calculations Position Coordinate system Facets Grammar of Graphics Chapter 3

Data Transformation Chapter 5 Rows Filter Arrange Columns Select Mutate and transmute Collapsing Summarise Group_by Data Transformation Chapter 5

Exploratory Data Analysis Chapter 7 Tools of EDA Visualization Transformation Modeling Distribution (Single Variable) Location or central tendency Scale or spread Symmetry Outliers or tail thickness relative to normal Relationships and patterns (Among Variables) Between variables Covariation Covariance Correlation Models Response and explanatory variables Extract patterns Explained variation Unexplained variation

Manipulation of Data Frames and Tibbles Chapters 12 and 13 Single Data Frame or tibble (Reshape) relational Creation and Combination of Columns Gather (Wide to Long) Spreading (Long to Wide) Operations on values in a variable or column Separate Unite Keys Primary Foreign Surrogate Mutating Joins Inner Full Left Right Filtering Joints Semi Anti