|
 We will now begin our analysis of the bivariate data and explore the co-variation in the arm span and height data. Here again are the collected arm spans and heights for 24 people, sorted in increasing order by arm span:
Bivariate data analysis employs a special "X-Y" coordinate plot of the data that allows you to visualize the simultaneous changes taking place in two variables. This type of plot is called a scatter plot. Note 1
For our data, we will assign the X and Y variables as follows:
X = Arm Span
Y = Height
To see how this works, let's examine the 10th person in the data table. Here are the measurements for Person 10:
X = Arm Span = 170 and Y = Height = 167
Person 10 is represented by the coordinate pair (170, 167) and is represented in the scatter plot as this point:

Let's add two more points to the scatter plot, corresponding to Persons 2 and 23:

Here is the completed scatter plot for all 24 people:

|