Stats - SPSS Flashcards

Revision notes for the practicalities of using SPSS

1
Q

When you have treatment readings from two sample groups and want to compare them…

  • Test type
  • SPSS menu option
  • 4 key steps to reading the results
  • Format to present the result
A
  • Independent groups t-test
  • Analyze –> Compare Means –> Independent Samples t-test
  • 4 key steps
    1. check the coding of the IV groups (entered in correct order)
    2. Equality of variance? (Levene’s test: if the F-statistic is significant (p < 0.05), then you have to use
    3. Check the direction of the difference (is group A higher/lower than group B)
    4. Is the difference between the groups significant?
  • t(n) = , p < 0.###
    • where n = degrees of freedom
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When you have treatment readings from one sample groups and want to compare it to a known mean for another sample.

  • Test type
  • SPSS menu option
  • things to remember
  • Format to present the result
A
  • 1-sample T test
  • Analyze –> Compare means –> One sample t-test
  • order should be DV - IV
  • t(n) = , p < 0.###
    • where n = degrees of freedom
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you have treatment readings from participants (pre- and post-test) and want to compare them…

  • Test type
  • SPSS menu option
  • 4 key steps to reading the results
  • Format to present the result
A
  • Paired Samples t-test
  • Analyze –> Compare Means –> Paired Samples t-test
  • 4 key steps
    1. Add DV readings to variables 1 and 2 - only need to run 1 pair
    2. Equality of variance? (Levene’s test: if the F-statistic is significant (p
    3. Check the direction of the difference (is group A higher/lower than group B)
    4. Is the difference between the groups significant?
  • t(n) = , p
    • where n = degrees of freedom
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. Menu option
  2. 3 key things
  3. Degrees of freedom - how calculated?
  4. Report as?
A
  1. Analyze –> Descriptive Statistics –> Crosstabs
  2. 3 key things
    1. doesn’t matter which way you tabulate (cols vs rows)
    2. select ‘Statistics’ and check ‘chi square’ option
    3. Go to ‘cells’ and add counts (observed, expected) + percentages
  3. (r-1)(c-1)
  4. chi^2(df) = #.###, p = o.###
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 3 steps to running a chi^2 test where the data are already summarised as totals?

A
  1. Code IVs in separated columns (remember to add in the variable view)
  2. Add the frequencies in a 3rd column
  3. Weight cases by frequency
    • (Data –> Weight Caes –> Weight by the Frequency variable)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • SPSS menu option
  • 2 key pre-flight checks
  • What goes where in the dialogue box?
  • Format to present the result
A
  • Analyze –> Compare Means –> One-way ANOVA
  • 2 key pre-flight checks
    1. Confirm your IV and DV
    2. Check your IV has appropriate labels
  • IV goes into FACTOR, DV goes into DEPENDENT LIST
  • F(df_bg, df_wg) = #.###, p =0.###
    • df_bg = between-groups d.o.f;
    • df_wg = within-groups d.o.f. (error d.o.f.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • SPSS menu option (including plots)
  • 3 key steps to reading the results
  • Format to present the result
A
  • Analyze –> General Linear Model –> Univariate
    • Plots –> add one IV as horizontal, another as separate lines
  • 3 steps:
    • Corrected Model = significance of the general model
    • Read each IV’s F-stat for MAIN EFFECTS
    • Read IV1*IV2 F-stat for INTERACTION
  • F(df_bg, df_wg) = #.###, p =0.###
    • df_bg = between-groups d.o.f;
    • df_wg = within-groups d.o.f. (error d.o.f.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  • SPSS menu option
  • 5 key steps to reading the results
  • Format to present the result
A
  • Analyze –> General Linear Model –> Repeated Measures
  • 5 key steps
    1. Assign factor name (this is just a description) and number of levels (number of repeated measures)
    2. Assign within-subjects factors in a suitable order
    3. If you have a between-subjects factor (e.g. Gender) don’t forget to add it
    4. Add plots
      • ​​Plots –> within-subjects factor on horizontal, between-subjects as separate lines
    5. ​Add a check for sphericity (Mauchly’s)
  • F(df_bg, df_wg) = #.###, p =0.###
    • df_bg = between-groups d.o.f.
    • df_wg = within-groups d.o.f. (error d.o.f.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • When do you run post-hoc tests?
  • How do you know what kind to use?
  • Method in SPSS?
A
  • When you don’t have an a-priori hypothesis but want to compare different treatment effects of the IV.
  • You need to test for homogeneity of variance across the treatmeng groups, i..e a Levene’s Test.
    • If not significant, you can use a Tukey Test
    • If significant, use Games-Howell
  • Method:
    • Options –> Homogeneity ofVariance Test
    • Post-Hoc –> Tukey (under EVA) and Games-Howell (under EVNA)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • SPSS menu option
  • 3 key checks to perform
  • What is your p-value threshold?
A
  • Options –> select Factor, check COMPARE MAIN EFFECTS, select BONFERRONI CORRECTION
  • 3 key checks:
    • Look at Pairwise Comparisons table
    • Remember to pay careful attention to the direction of the mean difference
    • Check significance of each pair (note repetition)
  • Bonferroni adjustment here is implict. So this means in this case use p
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • What test do you use?
    • Name, statistic, decision you need to make
  • When would you use it?
A
  • Levene’s test
    • F statistic. If significant (p < 0.05) then you cannot assume homogeneity of variance.
  • independent samples T-test; One-way ANOVA post-hoc analyses.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • What test should you run to test whether your data follows a normal distribution?
  • How do you run it?
  • Any caveats?
A
  • Kolmogorov-Smirnoff test
  • Descriptive Statistics –> Plots –> Normality plots with tests
  • Can be misleading if:
    • running against a large sample (will detect signficance in small or unimportant effects)
    • using a small sample, as will lack power to detect violations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • What is your trend analysis doing?
  • How many models can it test for?
  • SPSS menu option?
  • 3 key steps for analysing trends.
A
  • This is a form of contrast analysis. It is attempting to fit a trend model to the data and giving an indication if that model is significant
  • One less than number of within-subjects treatments
  • Contrasts –> polynomial
  • Steps:
    1. Check ‘Tests of within-subjects Contrasts’ table
    2. Calculate your p-value threshold (i.e. do a Bonferroni correction: 0.05 / (num. of trends)
    3. See how many trends have significance (where p-value is less than your p-value threshold)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • How do you get descriptive statistics?
A
  • Analyze –> Descriptive Statistics –> Explore
  • Take both stats and plots
  • To get the test of normality of data, go to Plots –> check box for normality tests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

[]

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • When do you run Contrasts?
  • Method?
  • Menu options
A
  • If you have an a-priori hypothesis
  • Need to run contrasts with a Bonferroni correction
    *
17
Q
A
18
Q
  • What is skewness?
  • How can you look for it (data + visuals)
A
  • Sample data does not sit ‘evenly’ about a mean. Results tend to cluster to the left or right of your observed data range.
  • Positive number = +ve skew, i.e. results tend to be grouped to the left hand side.
  • Negative number = -ve skew, i.e. results tend to be grouped to the right hand side
  • Analyze –> Descriptive statistics. The resulting output has skewness measures (in s.d.s). You can also create histograms.
    *
19
Q
A
20
Q
A
21
Q

[]

A
22
Q

[

A
23
Q
A
24
Q
A
25
Q
A
26
Q
A
27
Q
A