|
StepwiseLogisticRegressionAnalysisDoStep Method
|
Computes one step of the Stepwise Logistic Regression Analysis.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax Public Function DoStep As Integer
Request Example
View SourceReturn Value
Type:
Int32
Returns the index of the variable discarded in the step or -1
in case no variable could be discarded.
See Also