> For the complete documentation index, see [llms.txt](https://docs.predicteasy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.predicteasy.com/statistical-test/kruskal-wallis-h-test.md).

# Kruskal-Wallis H Test

**Use:** The Kruskal-Wallis test is a non-parametric method used to determine if there are statistically significant differences between three or more independent groups. It's suitable for <mark style="color:green;">**non-normally distributed data or ordinal data.**</mark>

**Example:** Assessing whether there is a difference in pain relief among three different painkillers in a clinical trial.

<figure><img src="/files/jTCqZs4kWhFHKOVmSZ3J" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Column Requirement:** Continuous data for the response variable and a categorical variable for groups.
{% endhint %}

**Steps:**

1. Select a continuous variable (e.g., scores) and a categorical variable (e.g., treatments).
2. Check for assumptions such as independence and ordinal data.
3. Perform the Kruskal-Wallis test to compare medians.
4. Evaluate the p-value. A low p-value indicates significant differences between groups.
5. Conduct post-hoc tests for pairwise comparisons if the Kruskal-Wallis test is significant.
