Non-parametric tests Flashcards
(9 cards)
Parametric test
-Based on parameters (e.g. standard deviation)
-Assumes normal distribution of data
-Most common stats tests covered so far are parametric
Parametric tests rely on assumptions about the population parameters and distribution of the data.
When not to use parametric test
-When data is not normally distributed
-When scales are ordinal rather than interval or ratio
-When data is skewed or step sizes between values are unequal
These conditions can lead to inaccurate results if parametric tests are applied.
Non-parametric test options
-These tests use ranking instead of raw values
-Are robust against non-normal data
-Mann-Whitney U
-Wilcoxon signed-rank
-Kruskal-Wallis H
-Friedman
Non-parametric tests are useful when data does not meet the assumptions required for parametric testing.
Mann-Whitney U
-Equivalent to independent t-test
-Use for 2 unpaired samples (between-subjects)
-Null hypothesis- group ranks should be randomly distributed
Use for 2 unpaired samples (between-subject designs).
Wilcoxon signed-rank test
-Equivalent to paired samples (within-subject designs)
-Calculates ranked differences between paired observations
-Tests whether positive and negative ranks balance
This test calculates ranked differences between paired observations.
Kruskal-Wallis H test
-Equivalent to one-way ANOVA (between-subjects)
-Use for 3+ independent groups
-Null hypothesis- group ranks are equal
-SPSS reports as χ²
Use for 3+ independent groups.
Friedman Test
-Equivalent test repeated measures ANOVA
-Use for 3+ related samples (within-subjects)
-Ranks data within each subject
Use for 3+ related samples (within-subject designs).
Handling ties in ranks
-Assign the average rank across tied values
-Do not alter other ranks
This approach maintains the integrity of the ranking system.
SPSS procedure non-parametric tests
-Analyse -> nonparametric tests -> choose appropriate test
-Ensure variables set to correct type (nominal, ordinal or scale)
-SPSS reports raw data and standardised stats
Ensuring you select the correct test is crucial for accurate results.