Summary
Highlights
SPSS is a widely used statistical analysis program, particularly popular in behavioral sciences due to its user-friendly interface with drop-down menus. While this simplicity makes it easy to learn, it can also lead to superficial analysis. The video explains that this series will focus on getting comfortable with the software first, with deeper theoretical understanding covered in later videos.
Originally standing for 'Statistical Package for the Social Sciences' when created in 1968, SPSS was acquired by IBM in 2009. Due to its expanded use beyond social sciences, SPSS is now an acronym, and its official name is IBM SPSS Statistics. The video notes that the letters no longer stand for anything specific.
The tutorial begins by opening SPSS (version 24 is used, but content is applicable to versions 16 and later). The two main view modes are introduced: Data View and Variable View. Data View is presented as a spreadsheet where numerical data is entered. Each row represents a participant, and each column a variable. The video demonstrates how entering numbers automatically creates variables with default names like VAR00001.
Variable View is where variable properties are defined. Here, each variable is a row, and its properties are in columns. The video emphasizes changing default variable names (e.g., ID, Gender, Height, Weight) and explains naming rules: no spaces, most special characters, or numbers at the beginning. Underscores or CamelCase can be used for descriptive names.
Beyond names, descriptive 'Labels' can be added for more detail (e.g., 'random identification number' for 'ID'). The 'Type' property, typically 'Numeric', can be changed for dates or currency, or 'String' for text. The 'Measure' property is crucial, differentiating between 'Nominal', 'Ordinal', and 'Scale' (which combines interval and ratio).
The video briefly touches on other properties: 'Width' for string variable entry size, 'Decimals' for numerical precision (defaulting to two), 'Columns' for display width in Data View, and 'Align' for justification. Properties like 'Values', 'Missing', and 'Role' are mentioned as advanced topics to be covered later.
The core steps for creating a new variable are summarized: typing a name, adding a label, adjusting decimals, and setting the measure, leaving other settings at default. To delete a variable, select it and choose 'Clear'. The video concludes by preparing viewers for plugging in numbers and running simple analyses in the next session.