Output variable Description
stat.s Standard error about the line
For Response type only
Output variable Description
[stat.CLower, stat.CUpper] Confidence interval for the mean response
stat.ME Confidence interval marginof error
stat.SE Standard error of mean response
[stat.LowerPred,
stat.UpperPred]
Prediction interval for a single observation
stat.MEPred Prediction interval marginof error
stat.SEPred Standard error for prediction
stat.y
a + b•XVal
LinRegtTest
Catalog >
LinRegtTest X,Y[,Freq[,Hypoth]]
Computes a linear regression on the X and Y
lists and a t test on the value of slope β and
the correlation coefficient ρ for the equation
y=α+βx. It tests the null hypothesis H
0
:β=0
(equivalently, ρ=0) against one of three
alternative hypotheses.
All the lists must have equal dimension.
X and Y are lists of independent and
dependent variables.
Freq is an optional list of frequency values.
Each element in Freq specifies the
frequency of occurrence for each
corresponding X and Y data point. The
default value is 1. All elements must be
integers ≥ 0.
Hypoth is an optional value specifying one
of three alternative hypotheses against
which the null hypothesis (H
0
:β=ρ=0) will be
tested.
Alphabetical Listing 99