What is inferential statistics?
Techniques to make conclusions or generalizations beyond the sample data.
Inferential testing is a fundamental aspect of psychological research and statistics, used to determine whether observed data provide enough evidence to support a hypothesis about a population. Rather than just describing data (descriptive statistics), inferential statistics allow us to make conclusions, predictions, or generalizations beyond the immediate data we have. This process involves several stages and key concepts, which are essential for understanding how to analyse research results correctly.
Statistical testing begins with a research hypothesis, typically formulated as a null hypothesis (H₀) and an alternative hypothesis (H₁). The null hypothesis states that there is no effect or difference in the population, while the alternative hypothesis suggests the presence of an effect or difference.
To test hypotheses, data from samples are analysed using inferential tests. One such test is the sign test, which is a simple non-parametric test used to evaluate differences between two related samples or conditions when data are nominal or ordinal and assumptions for other parametric tests are not met.
Level of Measurement: Choosing the correct inferential test depends heavily on whether data are nominal, ordinal, interval, or ratio. This choice determines if a parametric or non-parametric test is appropriate.
SUMMARY OF KEY POINTS FOR TEST SELECTION:
| Test | Data Type | Design | Purpose | P/NP | Distr. Needs |
|---|---|---|---|---|---|
| Sign Test | Nominal (paired) | Related samples | Test direction of difference | Non-parametric | None |
| Wilcoxon | Ordinal | Related samples | Test median difference | Non-parametric | None |
| Related t-test | Interval/Ratio | Related samples | Test mean difference | Parametric | Normal distribution |
| Mann-Whitney U | Ordinal | Independent groups | Test rank differences | Non-parametric | None |
| Unrelated t-test | Interval/Ratio | Independent groups | Test mean difference | Parametric | Normal distribution |
| Spearman’s rho | Ordinal/Non-normal I/R | Any | Correlation | Non-parametric | None |
| Pearson’s r | Interval/Ratio | Any | Correlation | Parametric | Normal distribution |
| Chi-Squared | Nominal | Independent groups | Association between categories | Non-parametric | Expected frequencies met |
What is inferential statistics?
Techniques to make conclusions or generalizations beyond the sample data.
What is the null hypothesis (H₀)?
The hypothesis stating no effect or difference exists in the population.
What is the alternative hypothesis (H₁)?
The hypothesis suggesting there is an effect or difference in the population.
When is the sign test used?
For paired or matched nominal/ordinal data to test difference in direction.
How do you calculate the sign test?
Count positive and negative differences, exclude ties, test statistic is smaller count.
What does rejecting the null hypothesis in a sign test indicate?
A significant directional difference exists between paired conditions.
What is a Type I error?
Rejecting a true null hypothesis (false positive).
What is a Type II error?
Failing to reject a false null hypothesis (false negative).
What does a significance level (α) represent?
The probability threshold for rejecting the null hypothesis, commonly 0.05.
What type of data requires parametric tests?
Interval or ratio data with normal distribution assumptions.
Which test compares two related samples considering difference magnitude?
Wilcoxon Signed-Rank Test.
What is the main difference between the sign test and Wilcoxon test?
Sign test only considers direction, Wilcoxon considers magnitude and ranks differences.
What test is suitable for nominal categorical data association?
Chi-Squared test.
What factors affect the choice of statistical test?
Level of measurement, design (related or independent), and distribution of data.