# Friedman Test

**Use:** The Friedman test is a non-parametric alternative to ANOVA, used for repeated measures or within-subject designs. It determines if there are **differences among the groups** across multiple treatments or conditions.

**Example:** Testing if there are significant differences in the preferences of individuals for three different types of mobile phones before and after a marketing campaign.

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

{% hint style="info" %}
**Column Requirement:** Paired or matched continuous data across multiple groups.
{% endhint %}

**Steps:**

1. Select columns with continuous data representing matched groups (e.g., performance of individuals on three different occasions).
2. Ensure that the data is paired or matched.
3. Perform the Friedman test.
4. Evaluate the test statistic and associated p-value.
5. A low p-value suggests significant differences among the matched groups.


---

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