Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionModel Properties

The StepwiseLogisticRegressionModel type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the Stepwise Logistic Regression Analysis from which this model belongs to.
Public propertyChiSquare
Gets the Chi-Square Likelihood Ratio test for the model.
Public propertyCoefficients
Gets information about the regression model coefficients in a object-oriented structure.
Public propertyCoefficientValues
Gets the value of each coefficient.
Public propertyConfidences
Gets the 95% Confidence Intervals (C.I.) for each coefficient found in the regression.
Public propertyInputs
Gets the subset of the original variables used by the model.
Public propertyLikelihoodRatioTests
Gets the Likelihood-Ratio Tests for each coefficient.
Public propertyNames
Gets the name of the variables used in this model combined as a single string.
Public propertyOddsRatios
Gets the Odds Ratio for each coefficient found during the logistic regression.
Public propertyRegression
Gets the regression model.
Public propertyStandardErrors
Gets the Standard Error for each coefficient found during the logistic regression.
Public propertyVariables
Gets the subset of the original variables used by the model.
Public propertyWaldTests
Gets the Wald Tests for each coefficient.
Top
See Also