# ANOVA Test

**Use:** ANOVA is used to **compare the means of three or more groups** to see if there's a statistically significant difference between them. It assesses whether there are any statistically significant differences between the means of two or more independent (unrelated) groups.

**Example:** A food manufacturer wants to determine if there are differences in the taste preferences of consumers for multiple variations of a product, like regular, low-fat, and organic.

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

{% hint style="info" %}
**Column Requirement:** Continuous data is required for multiple independent groups.
{% endhint %}

**Steps:**

1. Select a continuous variable (e.g., test scores) and a categorical variable (e.g., treatment groups).
2. Ensure that the data meets the assumptions of normality and homogeneity of variance across groups.
3. Perform the ANOVA test and obtain the p-value.
4. A low p-value indicates that there are significant differences among the group means.
5. If the ANOVA is significant, conduct post-hoc tests (e.g., Tukey HSD) to identify specific group differences.


---

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