MR Project Group 7
MR Project Group 7
on
SPSS Analysis using
Logistic Regression Data Set-2
Section: B
Group No.7
Chi-Square df Sig.
Model Summary
Success = N Success = Y
Observed Expected Observed Expected Total
Step 1 1 3 2.967 0 0.033 3
2 3 2.856 0 0.144 3
3 3 2.712 0 0.288 3
4 1 2.009 2 0.991 3
5 1 1.059 2 1.941 3
6 1 .336 2 2.664 3
7 0 .051 3 2.949 3
8 0 .008 3 2.992 3
9 0 .001 2 1.999 2
Classification Table
Predicted
Observed Success Percentage
N Y Correct
Step 1 Success N 10 2 83.3
Y 2 12 85.7
Overall Percentage 84.6
Correlation Matrix
Specialization
Constant CGPA Specialization (1) (2) Aptitude Score
Step 1 Constant 1.000 -0.912 -0.373 0.028 -0.799
CGPA -0.912 1.000 0.456 -0.174 0.486
Specialization -0.373 0.456 1.000 0.330 0.058
(1)
Specialization .028 -0.174 .330 1.000 0.126
(2)
Aptitude Score -0.799 0.486 .058 .126 1.000
1. What is a logistic regression? How is it different from linear regression using
dummy variables?
• -2 Log Likelihood: This measures the overall fit of the model. Lower values
indicate a better fit. In this case, a value of 13.643 suggests a moderately good
fit.
• Cox & Snell R-squared: This is a pseudo R-squared measure that ranges
from 0 to 1. A higher value indicates a better fit. Here, 0.575 suggests a
moderate level of variance explained by the model.
• Nagelkerke R-squared: Another pseudo R-squared measure that can range
from 0 to 1. It often provides a more comprehensive assessment than Cox &
Snell R-squared. A value of 0.768 indicates a relatively strong fit.
Key columns:
• B: Unstandardized regression coefficient, representing the change in log-odds
for a one-unit increase in the predictor.
• S.E.: Standard error of the coefficient.
• Wald: Chi-square statistic for testing the significance of the coefficient.
• df: Degrees of freedom for the Wald test.
• Sig.: p-value associated with the Wald test.
• Exp(B): Odds ratio, representing the change in odds for a one-unit increase in
the predictor.
Interpretation:
• CGPA:
➢ Significance: Significant (p-value = 0.021)
➢ Effect: A one-unit increase in CGPA is associated with 410.208 times increase
in the odds of the outcome (positive effect).
• Specialization:
➢ Significance: Not significant for Specialization (1) or (2)
➢ Effect: The categories of Specialization do not have a significant impact on
the outcome.
• Aptitude Score:
➢ Significance: Significant (p-value = 0.094)
➢ Effect: A one-unit increase in Aptitude Score is associated with 1.665 times
increase in the odds of the outcome (positive effect).
• Constant:
➢ Significance: Significant (p-value = 0.018)
➢ Effect: The constant term represents the log-odds of the outcome when all
predictors are zero.
Overall, the model suggests that CGPA and Aptitude Score are significant
predictors of the outcome. Specialization, as categorized, does not have a significant
effect.
The Betas in the logistic regression model represent the log-odds of the outcome for
a one-unit increase in the corresponding predictor variable.
CGPA: (Beta 6.017)
Interpretation: For every one-unit increase in CGPA, the log-odds of the outcome
increase by 6.017. In other words, students with higher CGPA are more likely to
have a positive outcome (e.g., admission, success).
Specialization (1): (Beta 1.598)
Interpretation: Compared to the reference category (presumably Specialization 0),
students in Specialization 1 have a 1.598 higher log-odds of the outcome. This
suggests that students in Specialization 1 are more likely to have a positive outcome
than those in the reference category.
Specialization (2): (Beta: -0.317)
Interpretation: Compared to the reference category, students in Specialization 2
have a 0.317 lower log-odds of the outcome. This suggests that students in
Specialization 2 are less likely to have a positive outcome than those in the reference
category.
Aptitude Score: (Beta: 0.510)
Interpretation: For every one-unit increase in Aptitude Score, the log-odds of the
outcome increase by 0.510. This suggests that students with higher Aptitude Scores
are more likely to have a positive outcome.
Constant: (Beta: -62.249)
Interpretation: The constant term represents the log-odds of the outcome when all
predictors are zero. It provides a baseline for the model.