Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default excel regression for more than 16 entries

I am trying to run a regression but I have more than 16 entries. Are there
any programs that I can download to fix this? Or what are your suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default excel regression for more than 16 entries

According to this site:
http://www.jeremymiles.co.uk/regress...pendix2/excel/
the Excel Add-In Analysis Tool-Pack will allow this funtionality.
- KC
--
Please remember to indicate when the post is answered so others can benefit
from it later.


"jesslor" wrote:

I am trying to run a regression but I have more than 16 entries. Are there
any programs that I can download to fix this? Or what are your suggestions.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 762
Default excel regression for more than 16 entries

jesslor -

The Regression tool (and the LINEST worksheet function used by the Analysis
ToolPak Regression tool) are limited to sixteen explanatory ("x" or
independent) variables.

I am not aware of a downloadable program with more capacity, but you could
try your own search at www.google.com.

Commercial statistical software includes Minitab and SPSS.

- Mike
http://www.mikemiddleton.com


"jesslor" wrote in message
...
I am trying to run a regression but I have more than 16 entries. Are there
any programs that I can download to fix this? Or what are your
suggestions.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 837
Default excel regression for more than 16 entries

You could roll your own along the lines of
http://groups.google.com/group/micro...446fa2eb605d5b
The direct limit on MINVERSE is 52 columns (including the column of 1's for
the constant term), but unless your x columns are orthogonal, it is quite
likely that you would need much more than the available numeric precision to
get meaningful results, which is probably why LINEST has a much smaller
limit. For example
http://groups.google.com/group/micro...9a2bb33e6cdbb8
gives an example where trying to fit a 6th degree polynomial by these direct
matrix formulas would fail to give a single correct figure for any
coefficient, without more precision than is available in IEEE double
precision (used by Excel and almost all other general purpose software).

A freely downloadable statistics package that uses a better numeric
algorithm than direct matrix formulas is R, which is a dialect of the S
language
http://www.r-project.org

Jerry

"jesslor" wrote:

I am trying to run a regression but I have more than 16 entries. Are there
any programs that I can download to fix this? Or what are your suggestions.

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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Excel Form Deleting Entries Kass Excel Discussion (Misc queries) 1 January 18th 07 01:46 PM
Excel: Clear all cell entries EXCEPT formulas? newsgal Excel Discussion (Misc queries) 6 March 18th 06 12:46 AM
How do I perform multiple regression in Excel using two independe Freda Excel Worksheet Functions 2 November 29th 05 04:59 PM
Duplicate entries in an excel list? Duplicate entries Excel Discussion (Misc queries) 5 March 29th 05 01:29 PM


All times are GMT +1. The time now is 03:33 PM.

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"