Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Al Boccia -
Do I need the statistical function add-in to get LINEST to work? < No. ... is the standard error returned by STEYX the same as the standard error of the coefficient? < No. If you prefer to not use the array-entered LINEST function, you can get the standard error of the regression coefficient this way: =STEYX(known_y's,known_x's)/(STDEV(known_x's)*(COUNT(known_x's)-1)^0.5) - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "al boccia" wrote in message ... Thanks Mike - Maybe you can clarify two things for me. 1. Do I need the statistical function add-in to get LINEST to work? All the individual functions (SLOPE, STEYX, etc, are working presently) 2. What I really need from the analysis is the standard error of the regression coefficient. Since I can get STEYX to work, and since I have only one independent variable (that is one x argument), is the standard error returned by STEYX the same as the standard error of the coefficient? If so I'm home free. Al Boccia "Mike Middleton" wrote: Al Boccia - If you have a single X variable, you could use worksheet functions INTERCEPT, SLOPE, RSQ, and STEYX. But if you need other diagnostics or if you have multiple X variables, you'll have to figure out how to use LINEST or use statistical software. - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "al boccia" <al wrote in message ... I have been struggling to get the LINEST function to work for me. I have checked out the instructions for the function, and have followed them carefully, but I can't get LINEST to return either the basic results (slope and intercept) or the full array of output (with the STATS option set to TRUE (or 1). I am entering the formula as an array formala, as instructed. No matter what I do, all I get is the slope result as a single number. Any suggestions would be greatly appreciated. Al Boccia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linear Regression Analysis | Excel Worksheet Functions | |||
The multiple regression tool - linear or non-linear regression? | Excel Discussion (Misc queries) | |||
Linear Regression in Excel | Excel Worksheet Functions | |||
linear regression | Excel Worksheet Functions | |||
formula for linear regression | Excel Worksheet Functions |