The StepwiseRegression type exposes the following members.

Constructors

NameDescription
StepwiseRegressionOverloaded.

Methods

NameDescription
Compute
Builds the multiple linear regression models using forward selection, backward selection, or stepwise selection.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetMeans
Sets the means of the variables.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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