|
Binary Logistic Regression |
|
|
|
|
What does it do?  | Binary logistic regression is useful in two important applications: analyzing the differences among discrete Xs and modeling the relationship between a discrete binary Y and discrete and/or continuous Xs |
Why Use?
| Binary logistic regression is useful in two applications: analyzing the differences among discrete Xs and modeling the relationship between a discrete binary Y and discrete and/or continuous Xs. Binary logistic regression can be used to model the relationship between a discrete binary Y and discrete and/or continuous Xs. The predicted values will be probabilities p(d) of an event such as success or failure-not an event count. The predicted values will be bounded between zero and one (because they are probabilities) |
When Use?
| Generally speaking, logistic regression is used when the Ys are discrete and the Xs are continuous |
Downloads
|