Skip to content

Commit a7a79ff

Browse files
authored
Merge pull request #1165 from gajennings/main
Fix bug 4834
2 parents badd0e4 + 3aa5160 commit a7a79ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

OpenProblemLibrary/CollegeOfIdaho/setStatistics_Ch05Regression/05Stats_06_Regression.pg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ to the team batting average? The table below shows the batting average (in thou
5353
[@ DataTable(\@rows,
5454
padding => [0.25, 0.25], horizontalrules => 1, align => '|c|c|c|' ) @]*
5555

56-
Using games won as the explanatory variable [`x`], do the following:
56+
Using batting average as the explanatory variable [`x`], and games won as the response variable [`y`], do the following:
5757

58-
a) The correlation coefficient is [`r = `][_____]{$ans_a}
58+
a) Find the correlation coefficient [`r = `][_____]{$ans_a}
5959

60-
b) The equation of the least squares line is [`\hat{y} = `][___]{$ans_b}
60+
b) Find the equation of the least squares line [`\hat{y} = `][___]{$ans_b}
61+
62+
What do you think? In this case was a higher batting average associated with winning more games, or were other things involved?
6163

6264
END_PGML
6365

0 commit comments

Comments
 (0)