What is the process of conducting a Logit Regression analysis using SPSS?

What is the process of conducting a Logit Regression analysis using SPSS?

Logit Regression analysis is a statistical method used to model the relationship between a categorical dependent variable and one or more independent variables. SPSS (Statistical Package for the Social Sciences) is a software program commonly used for data analysis. The process of conducting a Logit Regression analysis using SPSS involves several steps. First, the researcher must import the data into the SPSS program. Then, the researcher must specify the dependent and independent variables for the analysis. Next, the researcher must select the appropriate Logit Regression model based on the type of data and research question. The program will then generate the regression results, including the coefficient estimates, significance levels, and goodness of fit measures. The researcher can also use the output to interpret the results and make conclusions about the relationship between the variables. Finally, the researcher may choose to visualize the results through graphs or charts. Overall, conducting a Logit Regression analysis using SPSS involves importing the data, specifying variables, running the analysis, and interpreting the results to gain insights into the relationship between variables.

Logit Regression | SPSS Data Analysis Examples

Version info: Code for this page was tested in SPSS 20.

Logistic regression, also called a logit model, is used to model dichotomous
outcome variables. In the logit model the log odds of the outcome is modeled as a linear
combination of the predictor variables.

Please note: The purpose of this page is to show how to use various data analysis commands.
It does not cover all aspects of the research process which researchers are expected to do. In
particular, it does not cover data cleaning and checking, verification of assumptions, model
diagnostics and potential follow-up analyses.

Examples

Example 1:  Suppose that we are interested in the factors

that influence whether a political candidate wins an election.  The

outcome (response) variable is binary (0/1);  win or lose.

The predictor variables of interest are the amount of money spent on the campaign, the

amount of time spent campaigning negatively and whether or not the candidate is an

incumbent.

Example 2:  A researcher is interested in how variables, such as GRE (Graduate Record Exam scores),

GPA (grade

point average) and prestige of the undergraduate institution, effect admission into graduate

school. The response variable, admit/don’t admit, is a binary variable.

Description of the data

For our data analysis below, we are going to expand on Example 2 about getting
into graduate school.  We have generated hypothetical data, which can be
obtained from our website by clicking on binary.sav.
You can store this anywhere you like, but the syntax below assumes it has been
stored in the directory c:data.
This dataset has a binary response (outcome, dependent) variable called admit,
which is equal to 1 if the individual was admitted to graduate school, and 0
otherwise. There are three
predictor variables: gre, gpa, and rank. We will treat the variables
gre and gpa as continuous.
The variable rank takes on the values 1 through 4. Institutions with a rank of 1 have the highest
prestige, while those with a rank of 4 have the lowest. We start out by opening
the dataset and looking at some descriptive statistics.

get file = "c:databinary.sav".

descriptives /variables=gre gpa.Image logit1frequencies /variables = rank.Image logit2crosstabs /tables = admit by rank.Image logit3Image logit4

Analysis methods you might consider

Below is a list of some analysis methods you may have encountered.
Some of the methods listed are quite reasonable while others have either
fallen out of favor or have limitations.

Logistic regression

Below we use the logistic regression command to run a model predicting the outcome variable
admit, using gre, gpa, and rank. The categorical option
specifies that rank is a categorical rather than continuous variable. The
output is shown in sections, each of which is discussed below.

logistic regression admit with gre gpa rank 
   /categorical = rank.Image logit5

The first table above shows a breakdown of the number of cases used and not
used in the analysis. The second table above
gives the coding for the outcome variable, admit.

Image logit6

The table above shows how the values of the categorical variable
rank were handled, there are terms (essentially dummy variables) in the model for
rank=1,
rank=2, and rank=3; rank=4 is the omitted category.

Image logit7
Image logit8
Image logit9

Things to consider

See also

References

 

 

Cite this article

stats writer (2024). What is the process of conducting a Logit Regression analysis using SPSS?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/what-is-the-process-of-conducting-a-logit-regression-analysis-using-spss/

stats writer. "What is the process of conducting a Logit Regression analysis using SPSS?." PSYCHOLOGICAL SCALES, 29 Jun. 2024, https://scales.arabpsychology.com/stats/what-is-the-process-of-conducting-a-logit-regression-analysis-using-spss/.

stats writer. "What is the process of conducting a Logit Regression analysis using SPSS?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/what-is-the-process-of-conducting-a-logit-regression-analysis-using-spss/.

stats writer (2024) 'What is the process of conducting a Logit Regression analysis using SPSS?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/what-is-the-process-of-conducting-a-logit-regression-analysis-using-spss/.

[1] stats writer, "What is the process of conducting a Logit Regression analysis using SPSS?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.

stats writer. What is the process of conducting a Logit Regression analysis using SPSS?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top