Page 1 of 1

EqOutputTab (library that helps build equation output)

Posted: Fri Apr 09, 2010 10:39 am
by EViews Gareth
This thread is about the EqOutTab library that helps EViews programmers/Add-in writers build equation output tables. The routine has the following inputs:

Code: Select all

tab        table object (note this table object must already exist)
!row      row at which to start the output  (usually 1).   On exit will be set at final row number
coefs      coefficient vector
cov      covariance sym matrix
%coefnames  coefficient names
%title   equation title (if null, equation title won't be added (and nor will date/time)
%method   equation method (if null, equation method won't be added)
%sample    sample string (if null, sample string won't be added)
%obs         string containing number of observations (if null observation count won't be added)
!df      Degree of Freedom correction
%dist      string containing name of distribution function to use for p-values.  (If null, it will use @tdist (i.e. t-distribution))


Change Log
  • 2010/04/09 - Initial Release
  • 2010/04/14 - Improved formatting a little

Re: EqOutputTab (library that helps build equation output)

Posted: Sun Sep 25, 2011 10:23 am
by wrsuclaedu
Are there any written instructions available on using this Add-In? Any information is much appreciated.

Re: EqOutputTab (library that helps build equation output)

Posted: Sun Sep 25, 2011 1:17 pm
by EViews Gareth
This isn't an add-in per se, rather it is a simple subroutine that creates an equation output table. The program itself is well commented, so if you wish to use the subroutine, just follow the instructions in the program.