Skip to main content

SELECTING CASES in SPSS
Sometimes a researcher may wish to restrict an analysis to only a subset of the data file. For example, a researcher might want to do an analysis on only the female participants, only on American citizens, or only on those who disagreed with a presented message. You can have SPSS only perform analyses on a subset of cases meeting specified criteria by selecting cases.

For example, suppose you believed that an experimental manipulation would work better on female participants. You might therefore want to do an analysis only on the female participants. Assuming that you had a variable named gender in your data set where men had a value of 1 and women had a value of 2, you could select only women for analysis in SPSS by taking the following steps

Choose Data then Goto Select Cases.
Click the radio button next to If condition is satisfied.
Click the If button.
Type gender = 2 in the popup window.
Click the Continue button.
Click the OK button.

After running this procedure, the dataset will have slashes crossing out the cases that are excluded (in this case, it should cross out all the male participants). Any further analyses on this data set (until you issue another Select Cases command or load another data set) will be performed solely on the female participants.

An analyst can restrict the data set in more complicated ways by using the Boolean operator AND (represented by the symbol &) or the Boolean operator OR (represented by the symbol |). The & symbol tells SPSS that a case has to meet two specific criteria to be included in the analysis, while the | symbol tells SPSS that it should include a case if it meets either of two criteria. As an example, let us assume that the data set included a variable named class where 1 = freshmen, 2 = sophomore, 3 = junior, and 4 = senior. If we only wanted to include cases that represented female juniors we would perform the following steps.

Choose Data then Goto Select Cases.
Click the radio button next to If condition is satisfied.
Click the If button.
Type (gender=2) & (class=3) in the popup window.
Click the Continue button.
Click the OK button.

If we wanted to include cases that were either female or juniors (so that the analysis would include all females and any males who happened to be juniors) we would take the following steps.

Choose Data then Goto Select Cases.
Click the radio button next to If condition is satisfied. Click the If button.
Type (gender=2) | (class=3) in the popup window.
Click the Continue button.
Click the OK button.

You may notice that one of the buttons on the selection keypad looks like ~=. This symbol stands for .not equal to.. Sometimes it is easier to identify what cases to exclude than it is to identify what cases to include. For example, you could select everyone in the data set except sophomores by taking the following steps.

Choose Data then Goto Select Cases.
Click the radio button next to If condition is satisfied.
Click the If button.
Type class~=2 in the popup window.
Click the Continue button.
Click the OK button.

Popular posts from this blog

US Scholarships Updates

I. Financial Aid UG: Eastern Illinois University Scholarships for New International Students UG: College of Saint Benedict and Saint John's University Scholarships UG: Fresno Pacific University PresidentĆ¢€™s Scholarship UG/Grad: East Tennessee State University Academic Merit Scholarship UG/Grad: Southern Oregon University Cascade & Siskiyou International Student Scholarships UG/Grad: CollegeWeekLive $1,000 Scholarship Grad/Postgrad/Postdoc: The University of Michigan Law School Fellowships II. Campus News • Live Online: College Week Live International Day October 13th • International Students Get Job Search Tips at Seminar • University of Missouri Celebrates International Day • University of California Davis Announces Global Achievement Program I. Financial Aid EASTERN ILLINOIS UNIVERSITY SCHOLARSHIPS FOR NEW INTERNATIONAL STUDENTS Eastern Illinois University is proud to announce scholarships for new international students! Undergraduate students that have...

JCR JOURNALS - SOCIAL SCIENCE

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z I< <   >   >I SR TITLE COUNTRY 1772 KEDI JOURNAL OF EDUCATIONAL POLICY SOUTH KOREA 1773 KENNEDY INSTITUTE OF ETHICS JOURNAL UNITED STATES 1774 KINDHEIT UND ENTWICKLUNG GERMANY 1775 KINESIOLOGY CROATIA 1776 KNOWLEDGE MANAGEMENT RESEARCH & PRACTICE ENGLAND 1777 KNOWLEDGE ORGANIZATION GERMANY 1778 KOLNER ZEITSCHRIFT FUR SOZIOLOGIE UND SOZIALPSYCHOLOGIE GERMANY 1779 KOREA OBSERVER SOUTH KOREA 1780 KOREAN ECONOMIC REVIEW SOUTH KOREA 1781 KOREAN JOURNAL OF DEFENSE ANALYSIS SOUTH KOREA 1782 KRIMINOLOGISCHES JOUR...

How to write strcutured abstracts

Structured abstracts Emerald introduced structured abstracts to all journals in 2005. This development was undertaken as part of the strategy of continuous improvement in the delivery and dissemination of papers. Use of structured abstracts ensures that better information is supplied and that there is more consistency across the journals and database. Ultimately, readers and researchers searching the database are more likely to access the paper when the abstract provides useful information. In the past, author-written abstracts were very variable both in terms of content and quality. Structured abstracts ensure we no longer have this problem.  In an electronic environment, abstracts are more important that they have ever been. Sometimes this “snippet” is the only thing a reader or researcher will see and it is the one chance we have of persuading them to download the full text of the paper. Structured abstracts act like signposts, they provide: Consistency and clarity. Much ea...