StepwiseOptions Properties

Properties

Criterion Gets or sets whether the thresholds are specified as statistic values or as p-values.
FixedVariables Gets the collection of variables that are always included in the regression model.
Method Gets or sets the method used to add and remove variables from the model.
ToEnterPValueThreshold Gets or sets the minimum significance level needed to allow a variable to enter the model.
ToEnterStatisticThreshold Gets or sets the critical value for the statistic needed to allow a variable to enter the model.
ToRemovePValueThreshold Gets or sets the maximum significance level needed to consider a variable for removal from the model.
ToRemoveStatisticThreshold Gets or sets the critical value for the statistic to cause a variable to be removed from the model.

See Also