Goodness of fit test - overview
This page offers structured overviews of one or more selected methods. Add additional methods for comparisons by clicking on the dropdown button in the right-hand column. To practice with a specific method click the button at the bottom row of the table
Goodness of fit test | Paired sample $t$ test | Spearman's rho | Friedman test |
|
---|---|---|---|---|
Independent variable | Independent variable | Variable 1 | Independent/grouping variable | |
None | 2 paired groups | One of ordinal level | One within subject factor ($\geq 2$ related groups) | |
Dependent variable | Dependent variable | Variable 2 | Dependent variable | |
One categorical with $J$ independent groups ($J \geqslant 2$) | One quantitative of interval or ratio level | One of ordinal level | One of ordinal level | |
Null hypothesis | Null hypothesis | Null hypothesis | Null hypothesis | |
| H0: $\mu = \mu_0$
Here $\mu$ is the population mean of the difference scores, and $\mu_0$ is the population mean of the difference scores according to the null hypothesis, which is usually 0. A difference score is the difference between the first score of a pair and the second score of a pair. | H0: $\rho_s = 0$
Here $\rho_s$ is the Spearman correlation in the population. The Spearman correlation is a measure for the strength and direction of the monotonic relationship between two variables of at least ordinal measurement level. In words, the null hypothesis would be: H0: there is no monotonic relationship between the two variables in the population. | H0: the population scores in any of the related groups are not systematically higher or lower than the population scores in any of the other related groups
Usually the related groups are the different measurement points. Several different formulations of the null hypothesis can be found in the literature, and we do not agree with all of them. Make sure you (also) learn the one that is given in your text book or by your teacher. | |
Alternative hypothesis | Alternative hypothesis | Alternative hypothesis | Alternative hypothesis | |
| H1 two sided: $\mu \neq \mu_0$ H1 right sided: $\mu > \mu_0$ H1 left sided: $\mu < \mu_0$ | H1 two sided: $\rho_s \neq 0$ H1 right sided: $\rho_s > 0$ H1 left sided: $\rho_s < 0$ | H1: the population scores in some of the related groups are systematically higher or lower than the population scores in other related groups | |
Assumptions | Assumptions | Assumptions | Assumptions | |
|
|
|
| |
Test statistic | Test statistic | Test statistic | Test statistic | |
$X^2 = \sum{\frac{(\mbox{observed cell count} - \mbox{expected cell count})^2}{\mbox{expected cell count}}}$
Here the expected cell count for one cell = $N \times \pi_j$, the observed cell count is the observed sample count in that same cell, and the sum is over all $J$ cells. | $t = \dfrac{\bar{y} - \mu_0}{s / \sqrt{N}}$
Here $\bar{y}$ is the sample mean of the difference scores, $\mu_0$ is the population mean of the difference scores according to the null hypothesis, $s$ is the sample standard deviation of the difference scores, and $N$ is the sample size (number of difference scores). The denominator $s / \sqrt{N}$ is the standard error of the sampling distribution of $\bar{y}$. The $t$ value indicates how many standard errors $\bar{y}$ is removed from $\mu_0$. | $t = \dfrac{r_s \times \sqrt{N - 2}}{\sqrt{1 - r_s^2}} $ Here $r_s$ is the sample Spearman correlation and $N$ is the sample size. The sample Spearman correlation $r_s$ is equal to the Pearson correlation applied to the rank scores. | $Q = \dfrac{12}{N \times k(k + 1)} \sum R^2_i - 3 \times N(k + 1)$
Here $N$ is the number of 'blocks' (usually the subjects - so if you have 4 repeated measurements for 60 subjects, $N$ equals 60), $k$ is the number of related groups (usually the number of repeated measurements), and $R_i$ is the sum of ranks in group $i$. Remember that multiplication precedes addition, so first compute $\frac{12}{N \times k(k + 1)} \times \sum R^2_i$ and then subtract $3 \times N(k + 1)$. Note: if ties are present in the data, the formula for $Q$ is more complicated. | |
Sampling distribution of $X^2$ if H0 were true | Sampling distribution of $t$ if H0 were true | Sampling distribution of $t$ if H0 were true | Sampling distribution of $Q$ if H0 were true | |
Approximately the chi-squared distribution with $J - 1$ degrees of freedom | $t$ distribution with $N - 1$ degrees of freedom | Approximately the $t$ distribution with $N - 2$ degrees of freedom | If the number of blocks $N$ is large, approximately the chi-squared distribution with $k - 1$ degrees of freedom.
For small samples, the exact distribution of $Q$ should be used. | |
Significant? | Significant? | Significant? | Significant? | |
| Two sided:
| Two sided:
| If the number of blocks $N$ is large, the table with critical $X^2$ values can be used. If we denote $X^2 = Q$:
| |
n.a. | $C\%$ confidence interval for $\mu$ | n.a. | n.a. | |
- | $\bar{y} \pm t^* \times \dfrac{s}{\sqrt{N}}$
where the critical value $t^*$ is the value under the $t_{N-1}$ distribution with the area $C / 100$ between $-t^*$ and $t^*$ (e.g. $t^*$ = 2.086 for a 95% confidence interval when df = 20). The confidence interval for $\mu$ can also be used as significance test. | - | - | |
n.a. | Effect size | n.a. | n.a. | |
- | Cohen's $d$: Standardized difference between the sample mean of the difference scores and $\mu_0$: $$d = \frac{\bar{y} - \mu_0}{s}$$ Cohen's $d$ indicates how many standard deviations $s$ the sample mean of the difference scores $\bar{y}$ is removed from $\mu_0.$ | - | - | |
n.a. | Visual representation | n.a. | n.a. | |
- | ![]() | - | - | |
n.a. | Equivalent to | n.a. | n.a. | |
- |
| - | - | |
Example context | Example context | Example context | Example context | |
Is the proportion of people with a low, moderate, and high social economic status in the population different from $\pi_{low} = 0.2,$ $\pi_{moderate} = 0.6,$ and $\pi_{high} = 0.2$? | Is the average difference between the mental health scores before and after an intervention different from $\mu_0 = 0$? | Is there a monotonic relationship between physical health and mental health? | Is there a difference in depression level between measurement point 1 (pre-intervention), measurement point 2 (1 week post-intervention), and measurement point 3 (6 weeks post-intervention)? | |
SPSS | SPSS | SPSS | SPSS | |
Analyze > Nonparametric Tests > Legacy Dialogs > Chi-square...
| Analyze > Compare Means > Paired-Samples T Test...
| Analyze > Correlate > Bivariate...
| Analyze > Nonparametric Tests > Legacy Dialogs > K Related Samples...
| |
Jamovi | Jamovi | Jamovi | Jamovi | |
Frequencies > N Outcomes - $\chi^2$ Goodness of fit
| T-Tests > Paired Samples T-Test
| Regression > Correlation Matrix
| ANOVA > Repeated Measures ANOVA - Friedman
| |
Practice questions | Practice questions | Practice questions | Practice questions | |