# ANOVA

## One-Way ANOVA

One-Way ANOVA is one of the statistical testing methods and can be used to test if the difference in multiple means among multiple groups is significant.

Please take a look at this document for more details on how to use and interpret the output.

* [Introduction to One-Way ANOVA in Exploratory](https://exploratory.io/note/exploratory/Introduction-to-One-Way-ANOVA-in-Exploratory-IOx8pxH7)

## Two-Way ANOVA

Two-Way ANOVA is one of the statistical testing methods and can be used to test if the difference in multiple means among multiple groups is significant when the effect might be coming from another categorical variable with multiple groups or from the interaction between the two categorical variables.

Please take a look at this document for more details on how to use and interpret the output.

* [Introduction to Two-Way ANOVA in Exploratory](https://exploratory.io/note/exploratory/Introduction-to-Two-Way-ANOVA-in-Exploratory-rte3Zab6)


---

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