
286
Part III: Drawing Conclusions from Data
Here are the steps for using LINEST for multiple regression with three
coefficients:
1. With the data entered, select a five-row-by-three-column array of cells
for LINEST’s results.
I selected H3:J7.
2. Click the Insert Function button to open the Insert Function dialog box.
3. In the Insert Function dialog box, select LINEST and click OK to open
the Function Arguments dialog box for LINEST.
In the Known_y’s box, enter the column that holds the scores for the
y-variable. For this example, that’s E3:E22, the GPAs.
In the Known_x’s box, enter the columns that hold the scores for the
x-variables .For this example, it’s C3:D22, the SAT scores and the high-
school averages.
In the Const box, enter TRUE (or leave it blank) to calculate the y-intercept.
Enter FALSE to set the y-intercept to zero. I typed TRUE.
In the Stats box, enter TRUE to return regression statistics in addition
to the slope and the intercept, FALSE (or leave it blank) to return just
the slope and the intercept. I entered TRUE. The dialog box refers to the
intercept as b and to the other coefficients as m-coefficients. I use a to rep-
resent the slope and b to refer to the other coefficients. No set of symbols
is standard.
4. IMPORTANT: Do NOT click OK. Because this is an array function,
press Ctrl+Shift+Enter to put LINEST’s answers into the selected array.
Figure 14-24 shows LINEST’s results. They’re not labeled in any way, so I
added the labels for you in the worksheet. I also drew a box around part of
the results to clarify what goes with what.
The entries that stand out are the ugly #N/A symbols in the last three rows of
the rightmost column. These indicate that LINEST doesn’t put anything into
these cells.
The top two rows of the array provide the values and standard errors for the
coefficients. I drew the box around those rows to separate them from the
three remaining rows, which present information in a different way. Before I
get to those rows, I’ll just tell you that the top row gives you the information
for writing the regression equation:
20 454060-ch14.indd 28620 454060-ch14.indd 286 4/21/09 7:33:59 PM4/21/09 7:33:59 PM