The StepwiseRegression type exposes the following members.

Properties

NameDescription
ANOVA
An analysis of variance table and related statistics.
CoefficientTTests
The student-t test statistics for the regression coefficients.
CoefficientVIF
The variance inflation factors for the final model in this invocation.
CovariancesSwept
Results after cov has been swept for the columns corresponding to the variables in the model.
Force
Forces independent variables into the model based on their level assigned from Levels.
History
The stepwise regression history for the independent variables.
Intercept
Returns the intercept.
Levels
The levels of priority for variables entering and leaving the regression.
Method
Specifies the stepwise selection method, forward, backward, or stepwise Regression.
PValueIn
Defines the largest p-value for variables entering the model.
PValueOut
Defines the smallest p-value for removing variables.
Swept
An array containing information indicating whether or not a particular variable is in the model.
Tolerance
The tolerance used to detect linear dependence among the independent variables.

See Also