Data Analysis SPSS Flashcards

0.0(0)
studied byStudied by 5 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary related to data analysis using SPSS.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

SPSS

Statistical Package for Social Sciences developed by IBM Corporation.

2
New cards

.sav

data and variables.

3
New cards

.sps

commands and comments.

4
New cards

.spv

contains results.

5
New cards

EDIT

includes the typical cut, copy, and paste commands, and allows you to specify various options for displaying data and output

6
New cards

VIEW

allows you to select which toolbars you want to show, select font size, add or remove the gridlines that separate each piece of data, and to select whether or not display your raw data or the data labels

7
New cards

DATA

allows you to select several options ranging from displaying data that is sorted by specific variable to selecting certain cases for subsequent analyses.

8
New cards

ANALYZE

Includes all of the commands to carry out statistical analyses and to calculate descriptive statistics.

9
New cards

GRAPH

Includes the commands to create various types of graphs including box plots, histograms, line graphs, pie graph, chart and bar charts.

10
New cards

UTILITIES

  • allows you to list file information which is a list of all variables, their labels, values, 

locations in the data file, and type.


11
New cards

EXTENSIONS

  • Custom components that extend capabilities of IBM SPSS statistics. 

  • Can be created by any users by sharing the associated extension bundle

12
New cards

WINDOW

Can be used to select which window you want to view (i.e., Data Editor, Output Viewer, or Syntax)

13
New cards

Data View

The area in SPSS where you input your data.

14
New cards

Variable View

Contains information about the data set, including name, type, width, decimals, label, values, missing, columns, align, measure, and role.

15
New cards

Variable Name

Must start with a letter, be less than 64 characters, and be unique; no special characters or spaces allowed.

16
New cards

Nominal Variable

Categorical data with no order or ranking (e.g., gender, religion).

17
New cards

Ordinal Variable

Ordered categories with unequal gaps (e.g., satisfaction rankings).

18
New cards

Interval Variable

Ordered categories with equal intervals but no true zero (e.g., temperature in Celsius).

19
New cards

Ratio Variable

Ordered categories with equal intervals and a true zero (e.g., age, weight).

20
New cards

Syntax Editor

Text editor in SPSS used to create files and run analyses using syntax code.

21
New cards

Output Viewer

Window in SPSS where graphs, tables, and analyses results are displayed.

22
New cards

Frequency

The number of times a certain event has taken place; a count of occurrences.

23
New cards

Hypothesis

A specific, testable prediction about the relationship between two or more variables.

24
New cards

Statistical Hypothesis

An assertion or conjecture concerning one or more populations.

25
New cards

Null Hypothesis (H0)

A statement about a population parameter assumed to be true; expresses no significant difference or relationship.

26
New cards

Alternative Hypothesis (Ha or H1)

Statement that contradicts the null hypothesis, proposing a difference or relationship.

27
New cards

Confidence Level

Measure of the reliability of a result; e.g., a 95% confidence level means a 0.95 probability the result is reliable.

  • 0.05 (commonly used)

28
New cards

Level of Significance (alpha)

Criterion for judging a decision regarding the null hypothesis, based on the probability of obtaining a statistic if the null hypothesis were true.

29
New cards

Critical Value Approach

A method to decide whether to reject the null hypothesis by comparing the test statistic to a critical value.

30
New cards

P-Value Approach

An alternative way of conducting tests of significance using the probability of getting a sample statistic if the null hypothesis is true.

I. if p ≤ a : reject null hypothesis

ii. If p > a : accept null hypothesis

31
New cards

One-Tailed Test

A statistical test where the critical region is on one side of the distribution mean.

32
New cards

Two-Tailed Test

A statistical test where the critical region is two-sided, testing if a sample is greater or less than a range of values.

33
New cards

Type 1 Error

Rejecting the null hypothesis when it is actually true (false positive).

34
New cards

Type 2 Error

Failing to reject the null hypothesis when it is actually false (false negative).

35
New cards
  1. SETTING HYPOTHESIS

  2. CRITERION

  1. COMPUTATION (SPSS)

  2. DECISION

  3. CONCLUSION

FIVE STEPS IN HYPOTHESIS TESTING

36
New cards

Parametric Test

Statistical test that assumes normal distribution of data; typically uses interval or ratio data.

37
New cards

T-Test

Compares the means of two groups to determine if there's a significant difference.

  • Comparing exam scores of male vs. female students

38
New cards

Independent T-Test

Compares the means of two different, unrelated groups.

  • Comparing test scores of Section A vs. Section B

39
New cards

Paired T-Test

Compares the same group’s performance before and after a treatment or over time.

40
New cards

ANOVA (Analysis of Variance)

Compares the means of three or more groups.

  • Comparing test scores of students from 3 different sections

  1. Go to Analyze → Compare Means → One-Way ANOVA...

  2. Move your dependent variable (e.g., Exam Score) into the Dependent List box.

  3. Move your independent/grouping variable (e.g., Department) into the Factor box.

Click OptionsCheck Descriptive and Homogeneity of variance test → Click Continue.

41
New cards

Pearson's r

Measures the correlation between two quantitative variables.

  •  Relationship between hours studied and exam score

  1. Analyze → Correlate → Bivariate

  2. A dialog box will appear. Select the two numeric variables you want to correlate and move them to the Variables box using the arrow button.

Under Correlation Coefficients, make sure: Pearson is checked.

42
New cards

Simple Linear Regression

Predicts the value of a dependent variable based on one independent variable.

  1. Analyze → Regression → Linear

  2. In the dialog box:

  • Move your dependent variable (what you want to predict) into the "Dependent" box.

  • Move your independent variable (predictor) into the "Independent(s)" box.

  1. Click Statistics...

  • Check Estimates and Model Fit (already checked by default).

  1. Click Plots...

  • You can plot ZPRED (x-axis) and ZRESID (y-axis) to check assumptions

43
New cards

Non-Parametric Test

Statistical test that does not assume a normal distribution; typically uses ordinal or nominal data.

44
New cards

Chi-Square Test

Used for frequencies and categorical data to test relationships between variables.

45
New cards

TYPES OF CHI-SQUARE TESTS

  1. GOODNESS-OF-FIT

  2. TEST OF INDEPENDENCE

46
New cards

Chi-Square Goodness-of-Fit Test

Tests whether observed frequencies match expected frequencies for a single categorical variable.

  • 1 categorical variable vs. expected distribution

  • example:Are students equally likely to choose STEM, ABM, and HUMSS tracks?

47
New cards

Chi-Square Test of Independence

Tests whether two categorical variables are independent or associated.

  • 2 categorical variables

  • EXAMPLE: Is there a relationship between gender (male/female) and choice of ice cream flavor (vanilla/chocolate/strawberry)?