# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.predicteasy.com/statistical-test/kruskal-wallis-h-test.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
