
| Cost to Produce Movie (millions
of dollars) |
55 |
42 |
17 |
30 |
43 |
19 |
22 |
13 |
26 |
35 |
| income of
movie (millions of dollars) |
150 |
123 |
68 |
93 |
100 |
10 |
20 |
15 |
5 |
35 |
| explanatory variable | response variable | association guess |
explanation |
| Length of hair in inches |
Cost of last haircut in dollars |
||
| Number of hours spent training |
Errors made by employees |
||
| Size of a fastfood sandwich in ounces |
calories in the fastfood sandwich |
||
| Highway fuel efficiency (mpg) |
size (gallons) of gas tank |
||
| Mean amount of pop consumed per week |
Length of right big toe |
||
| Distance Des Moines to the city |
Airfare Des Moines to a city |
| Association |
weak |
moderate |
strong |
| Positive |
|
|
|
| Negative |
|
|
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Each of the scatterplots below shows a typical scatterplot for the correlation range on the left, and displays the actual value of the correlation r as well. These plots will serve as a guide to what scatterplots with given correlations look like. For the moment, simply look at the pictures and the corresponding values of the correlation r.
Close to 1 (0.8 to 1)
r = 0.98![]()
Medium positive (0.3 to 0.7)
r = 0.68![]()
Slightly positive (0.1 to 0.3)
r = 0.25![]()
Near zero (-0.1 to 0.1)
r = -0.02![]()
Slightly negative (-0.3 to -0.1)
r = -0.3![]()
Medium negative (-0.7 to -0.3)
r = -0.7![]()
Near -1 (-1 to -0.8)
r = -0.98![]()
- Shown below are scatterplots of various data pairs. On each plot, draw in a straight line that you think best describes the scatterplot and guess a value (one number) for the correlation r (think about whether the association is positive or negative, and how strong it is). Pay careful attention to whether your line increases or decreases. If you don't know where to draw the line, draw it "down the middle". Look at the examples above for help.
![]()
![]()
![]()
![]()
![]()
![]()
EXAMPLE 1: The command LinReg(a+bx) L1, L2 asks the calculator to find a linear equation for the x-values in L1, the y-values in L2. Once you execute this command, the correlation will be printed on your screen.
EXAMPLE 2: The command LinReg(a+bx) L3, L2
asks the calculator to find a linear equation for the x-values in L3
and the y-values in L2. Once you execute this command, the correlation
will be printed on your screen.