Click or drag to resize
StepwiseRegression Properties

The StepwiseRegression type exposes the following members.

Properties
  NameDescription
Public propertyANOVA
An analysis of variance table and related statistics.
Public propertyCoefficientTTests
The student-t test statistics for the regression coefficients.
Public propertyCoefficientVIF
The variance inflation factors for the final model in this invocation.
Public propertyCovariancesSwept
Results after cov has been swept for the columns corresponding to the variables in the model.
Public propertyForce
Forces independent variables into the model based on their level assigned from Levels.
Public propertyHistory
The stepwise regression history for the independent variables.
Public propertyIntercept
Returns the intercept.
Public propertyLevels
The levels of priority for variables entering and leaving the regression.
Public propertyMethod
Specifies the stepwise selection method, forward, backward, or stepwise Regression.
Public propertyPValueIn
Defines the largest p-value for variables entering the model.
Public propertyPValueOut
Defines the smallest p-value for removing variables.
Public propertySwept
An array containing information indicating whether or not a particular variable is in the model.
Public propertyTolerance
The tolerance used to detect linear dependence among the independent variables.
Top
See Also