MATH 2311-06 Section 5.1. Bivariate Data Bivariate data is data for two different variables (usually related in some way). Variables are classified as.

Slides:



Advertisements
Similar presentations
Chapter 3 Examining Relationships Lindsey Van Cleave AP Statistics September 24, 2006.
Advertisements

Scatterplots and Correlation
Scatterplots and Correlation
Section 3.1 Scatterplots. Two-Variable Quantitative Data  Most statistical studies involve more than one variable.  We may believe that some of the.
2.1Scatterplots A scatterplot displays two quantitative variables for a set of data.
CHAPTER 3 Describing Relationships
Quantitative Data Essential Statistics. Quantitative Data O Review O Quantitative data is any data that produces a measurement or amount of something.
Warm-Up A trucking company determines that its fleet of trucks averages a mean of 12.4 miles per gallon with a standard deviation of 1.2 miles per gallon.
Prior Knowledge Linear and non linear relationships x and y coordinates Linear graphs are straight line graphs Non-linear graphs do not have a straight.
C. A. Warm Up 1/28/15 SoccerBasketballTotal Boys1812 Girls1614 Total Students were asked which sport they would play if they had to choose. 1)Fill in the.
Notes Bivariate Data Chapters Bivariate Data Explores relationships between two quantitative variables.
Example 1: page 161 #5 Example 2: page 160 #1 Explanatory Variable - Response Variable - independent variable dependent variable.
Holt Algebra Curve Fitting with Linear Models 2-7 Curve Fitting with Linear Models Holt Algebra 2 Lesson Presentation Lesson Presentation.
Notes Bivariate Data Chapters Bivariate Data Explores relationships between two quantitative variables.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 3 Describing Relationships 3.1 Scatterplots.
Bivariate data are used to explore the relationship between 2 variables. Bivariate Data involves 2 variables. Scatter plots are used to graph bivariate.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 3 Describing Relationships 3.1 Scatterplots.
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
Examining Bivariate Data Unit 3 – Statistics. Some Vocabulary Response aka Dependent Variable –Measures an outcome of a study Explanatory aka Independent.
Chapter 4 - Scatterplots and Correlation Dealing with several variables within a group vs. the same variable for different groups. Response Variable:
4.2 Correlation The Correlation Coefficient r Properties of r 1.
Chapter 4 Scatterplots and Correlation. Chapter outline Explanatory and response variables Displaying relationships: Scatterplots Interpreting scatterplots.
Chapter 12: Correlation and Linear Regression 1.
Data Analysis I can investigate patterns of association in bivariate data. LINES OF BEST FIT.
Warm Up Read over the Activity at the beginning of Chapter 3 (p. 120) AP Statistics, Section 3.1, Part 1 1.
Notes Chapter 7 Bivariate Data. Relationships between two (or more) variables. The response variable measures an outcome of a study. The explanatory variable.
Chapter 5 Summarizing Bivariate Data Correlation.
Chapter Nonlinear models. Objectives O Classify scatterplots O Use scatterplots and a graphing utility to find models for data and choose the model.
Chapter 4 Scatterplots – Descriptions. Scatterplots Graphical display of two quantitative variables We plot the explanatory (independent) variable on.
Chapter 9 Scatter Plots and Data Analysis LESSON 1 SCATTER PLOTS AND ASSOCIATION.
MATH 2311 Section 5.2 & 5.3. Correlation Coefficient.
Scatter Plots. Standard: 8.SP.1 I can construct and interpret scatterplots.
STANDARD: 8.SP.2 STATISTICS AND PROBABILITY: SCATTER PLOTS.
Unit 3 – Association: Contingency, Correlation, and Regression Lesson 3-2 Quantitative Associations.
MATH 2311 Section 5.4. Residuals Examples: Interpreting the Plots of Residuals The plot of the residual values against the x values can tell us a lot.
Exploring Relationships Between Numerical Variables Correlation.
STANDARD: 8.SP.1 STATISTICS AND PROBABILITY: SCATTER PLOTS.
Chapter 12: Correlation and Linear Regression 1.
CHAPTER 3 Describing Relationships
MATH 2311 Section 5.1 & 5.2.
Enter the data above into your calculator and create a scatterplot
Variables Dependent variable: measures an outcome of a study
2-7 Curve Fitting with Linear Models Holt Algebra 2.
AGENDA: Quiz # minutes Begin notes Section 3.1.
Scatterplots Lecture 19 Sec Wed, Feb 18, 2004.
Variables Dependent variable: measures an outcome of a study
Examining Relationships
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
Chapter 4 - Scatterplots and Correlation
Chapter 3 Scatterplots and Correlation.
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
AP Statistics September 30th, 2014 Mr. Calise
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
Summarizing Bivariate Data
MATH 2311 Section 5.1.
Scatterplots Lecture 18 Sec Fri, Oct 1, 2004.
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
CHAPTER 3 Describing Relationships
Correlation & Trend Lines
Chapter 3 Examining Relationships
Creating and interpreting scatter plots
CHAPTER 3 Describing Relationships
MATH 2311 Section 5.3.
MATH 2311 Section 5.1.
3.2 Correlation Pg
Presentation transcript:

MATH Section 5.1

Bivariate Data Bivariate data is data for two different variables (usually related in some way). Variables are classified as response variables and explanatory variables. A response variable (dependent) measures the outcome of a study. An explanatory variable (independent) attempts to explain the observed outcomes. Algebraically speaking, your explanatory variable is your “x” and the response variable is your “y”.

Scatterplots Once the explanatory and response variables are identified, we can display the association between the two using a scatterplot.

Example: Suppose we want to know if there is an association between the number of spaces a property is from GO and the cost of the property in a monopoly game. The data is below:

Labelling Variables First we must decide which variable is explanatory and which is response. Which variable “causes” the change in the other variable? The one that causes the change is your x (explanatory). The one is changed because of the other one is your y (response).

Creating a scatterplot in R-Studio Assign each set of data a variable name: Choose variable names. I will use spaces and cost. Enter the lists in R: assign(“spaces”,c(1,3,5,6,8,9,11,12,13,14,15,16,18,19,21,23,24,2 5,26,27,28,29,31,32,34,35,37,39)) assign(“cost”,c(60,60,200,100,100,120,140,150,140,160,200,180, 180,200,220,220,240,200,260,260,150,280,300,300,320,200,350,400)) Now use the plot command: plot(spaces, cost) Note plot command is plot(explanatory,response)

Creating a Scatterplot in R-Studio

Trends in a scatterplot: To interpret a scatter plot we will look at the direction, form and strength. Positively related: Negatively related: Linear relationship:

Popper 11 Let’s discuss the Monopoly problem above. 1.What is the relationship of the data? a. Positiveb. Negativec. No Relationship 2. What is the strength of this relationship? a. Strongb. Moderatec. Weak 3. Is the relationship linear? a. Yesb. No