116 Alphabetical Listing
Output variable Description
stat.CLower, stat.CUpper Confidence interval for a mean response
stat.ME Confidence interval marginof error
stat.SE Standard error of mean response
stat.LowerPred,
stat.UpperrPred
Prediction interval for a single observation
stat.MEPred Prediction interval marginof error
stat.SEPred Standard error for prediction
stat.bList List of regression coefficients, {b0,b1,b2,...}
stat.Resid Residuals from the regression
MultRegTests
Catalog >
MultRegTests Y, X1[, X2[, X3,…[, X10]]]
Multiple linear regression test computes a
multiple linear regression on the given data
and provides the global F test statistic and t
test statistics for the coefficients.
A summary of results is stored in the
stat.results variable. (See page 172.)
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 232.
Outputs
Output
variable
Description
stat.RegEqn
Regression Equation: b0+b1•x1+b2•x2+ ...
stat.F
Global F test statistic
stat.PVal
P-value associatedwith global F statistic
stat.R
2
Coefficientof multiple determination
stat.AdjR
2
Adjusted coefficient of multiple determination
stat.s Standard deviation of the error
stat.DW Durbin-Watson statistic; used to determine whether first-order auto correlation is
present inthe model