Click or drag to resize

LogisticRegressionParameterCalcDesignVariables Method

Overload List
 NameDescription
Public methodStatic memberDesignVariables(IDFColumn) Convenience method for generating design, or dummy, variables which replace independent variables in a logistic model that take on discrete, nominal scaled values. The encoding method used is "reference cell coding". where the group with the SMALLEST code serves as the reference group. The method is described in the remark below.
Public methodStatic memberDesignVariables(IDFColumn, IComparable) Convenience method for generating design, or dummy, variables which replace independent variables in a logistic model that take on discrete, nominal scaled values. The encoding method used is "reference cell coding" with the group with the speficied code serves as the reference group. The method is described in the remark below.
Top
See Also