Click or drag to resize
Accord.NET (logo)

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 int DoStep()
Request Example View Source

Return Value

Type: Int32
Returns the index of the variable discarded in the step or -1 in case no variable could be discarded.
See Also