PRINT_ANOVA
Name
PRINT_ANOVA
Purpose
This procedure will display the ANOVA table given in the analyis
structure along with the coefficients computed by the
MULTIPLE_LINEAR_REGRESSION module.
Category
Statistics.
Calling Sequence
PRINT_ANOVA, coefficients, analysis
Inputs
coefficients
A vector containing the regression coefficients produced by the
MULTIPLE_LINEAR_REGRESSION routine.
analysis
A structure containing the ANOVA table elements produced by the
MULTIPLE_LINEAR_REGRESSION routine.
Keyword Parameters
None
Side Effects
None
Modification History
Written by: Carl Salvaggio
June, 2010 Original code
Disclaimer
This source code is provided "as is" and without warranties as to performance
or merchantability. The author and/or distributors of this source code may
have made statements about this source code. Any such statements do not
constitute warranties and shall not be relied on by the user in deciding
whether to use this source code.
This source code is provided without any express or implied warranties
whatsoever. Because of the diversity of conditions and hardware under which
this source code may be used, no warranty of fitness for a particular purpose
is offered. The user is advised to test the source code thoroughly before
relying on it. The user must assume the entire risk of using the source code.