Class
TMtxLogistReg
logit(p_ij) = theta(j) + A_i'B , i = 1,..,length(Y), j = 1,..,k-1,
where A_i is the i'th row of A . The number of ordinal categories k is taken to be the number of distinct values of int(y). If k is 2 the model is ordinary logistic regression.
Set B values to define initial estimates for B coefficients. Setting B values is not mandatory. You can also set AutoInitEstimates to true and force the algorithm to calculate initial estimates for B and Theta. After the Recalc call B stores logistic regression model B coefficient estimates.
| See Also |
|---|
| AutoInitEstimates |
| Theta |
| Copyright 2008 Dew Research |