Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default "advanced statistics" in Excel/VBA

I'm looking for software for doing advanced statistics (such as the General
Linear Model) within Excel. Furthermore, the software would have to be
accessible through VBA meaning that I could call subroutines using VBA code.
Does anyone have a recommendation?

Best regards,

Thomas
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default "advanced statistics" in Excel/VBA

The Excel function LINEST (as implemented in Excel 2003 or later) will do a
General Linear Model (but not a Generalized Linear Model), you just have to
supply the appropriate X matrix. Help for LINEST misleads you into thinking
that it is much more limited than it really is. You can call worksheet
functions (including LINEST) from VBA. You might also find PopTools
http://www.cse.csiro.au/poptools/
and Morefunc.xll
http://xcell05.free.fr/english/index.html
to be useful. There are also various commercial add-ins that I am less
familiar with.

Unless you are quite good at both statistics and statistical computing, you
will be less likely to get into trouble with a real statistics package. R is
free, highly capable, and well respected
http://www.r-project.org/
There is an R package that allows you to call R functions from Excel.

Jerry

"Thomas" wrote:

I'm looking for software for doing advanced statistics (such as the General
Linear Model) within Excel. Furthermore, the software would have to be
accessible through VBA meaning that I could call subroutines using VBA code.
Does anyone have a recommendation?

Best regards,

Thomas

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
In descriptive statistics, what does the "confidence level" mean? Dora Smith Excel Worksheet Functions 3 May 10th 23 11:45 AM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
In descriptive statistics, what does "confidence level" mean? Dora Smith Excel Discussion (Misc queries) 3 February 11th 07 03:52 PM
Created date in "General" tape and "Statistics" tape Winnie Excel Discussion (Misc queries) 1 January 5th 07 02:43 PM
Excel will not "show all" from an Advanced Filter on a sheet with protected cells. Gareth Surgenor Excel Programming 3 May 20th 04 10:48 PM


All times are GMT +1. The time now is 08:59 PM.

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

About Us

"It's about Microsoft Excel"