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))
- 2010/04/09 - Initial Release
- 2010/04/14 - Improved formatting a little