Application Guide

118 Alphabetical Listing
MultReg
Catalog >
MultReg Y, X1[,X2[,X3,…[,X10]]]
Calculates multiple linear regression of list Y
on lists X1, X2, …, X10. A summary of
results is stored in the stat.results variable.
(See page 177.)
All the lists must have equal dimension.
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 236.
Output variable Description
stat.RegEqn
Regression Equation: b0+b1x1+b2x2+ ...
stat.b0, stat.b1, ... Regression coefficients
stat.R
2
Coefficient of multiple determination
stat.yList yList = b0+b1x1+ ...
stat.Resid Residuals from the regression
MultRegIntervals
Catalog >
MultRegIntervals Y, X1[, X2[, X3,…[,
X10]]], XValList[, CLevel]
Computes a predicted y-value, a level C
prediction interval for a single observation,
and a level C confidence interval for the
mean response.
A summary of results is stored in the
stat.results variable. (See page 177.)
All the lists must have equal dimension.
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 236.
Output variable Description
stat.RegEqn
Regression Equation: b0+b1x1+b2x2+ ...
stat.y A point estimate: y = b0 + b1 xl + ... for XValList
stat.dfError Error degrees of freedom