Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Within limits, you can do it. Help for LINEST is extremely misleading,
it fits general linear models, not just straight lines.
http://www.stfx.ca/people/bliengme/E...Polynomial.htm
shows how to fit a polynomial. In general, you just have to pass the X
matrix (less the initial column of 1's for the grand mean). If you
request statistics (TRUE as 4th argument), then the second output line
will be the standard errors of the coefficients (1st line of output).
That will allow you to test significance of any coefficient.

The biggest limit is that larger models can easily become
ill-conditioned. Prior to 2003, LINEST directly solves the normal
equations, instead of doing an SVD on X. The result is that numerical
singularity depends on the condition number of X'X instead of X (i.e.
LINEST would need quad-precision to do some problems that S-Plus and R
can do in double-precision). SAS (other than PROC ORTHOREG) also works
with X'X, but it warns you of numerical singularity instead of charging
ahead and producing nonsense results.

Another limit is that LINEST will not fit more than 17 parameters (the
intercept counts, if requested) even though MINVERSE will attempt to
invert up to a 52x52 X'X matrix.

Jerry

Grinch wrote:

I would like to do screening regression analysis in Excel. Can this be done
and how ? Do I need an add-in of some kind ?

Any help appreciated.

Grinch


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
How do I add Data Analysis Tool Pak to my Excel 2000? justin Excel Discussion (Misc queries) 1 January 25th 05 05:35 AM
How do I prepare a comparitive analysis graph in Excel dalvin Charts and Charting in Excel 1 December 5th 04 02:05 PM
I cannot load the Analysis Toolpak in Excel 2003 like Microsoft H. Frustrated student Excel Discussion (Misc queries) 2 November 28th 04 11:59 PM


All times are GMT +1. The time now is 02:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"