public class LogisticProblem extends LMProblem
Logistic regression is a variation of OLS regression which is used when the dependent (response) variable is a binary variable. The independent (input) variables can be continuous, categorical, or both.
| Constructor and Description |
|---|
LogisticProblem(LMProblem problem) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkInputs()
Check whether this LMProblem instance is valid.
|
invOfwAtwA, nExogenousFactors, nFactors, nObs, Xpublic LogisticProblem(LMProblem problem)
protected void checkInputs()
LMProblemcheckInputs in class LMProblem