Logistic Regression2
Logistic Regression2
Linear regression is used to predict the Logistic regression is used to predict the
continuous dependent variable using a categorical dependent variable using a
given set of independent variables. given set of independent variables.
The output must be continuous value, such Output must be categorical value such as 0
as price, age, etc. or 1, Yes or no, etc.
Interpretation of Coefficients:
Once the parameters are estimated, they can be interpreted in terms of log-odds and
odds ratio:
Coefficients (β) represent the change in the log-odds of the outcome for a one-unit
change in the corresponding predictor.
Odds Ratio (e^β): Exponentiation the coefficients gives the odds ratio, which tells how
the odds of the outcome change with a one-unit increase in the predictor.