---
title: "Hypothesis tests"
slug: "hypothesis-tests"
updated: 2023-10-14T08:25:02Z
published: 2023-10-14T08:25:02Z
canonical: "userguide.dataclassroom.com/hypothesis-tests"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://userguide.dataclassroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hypothesis tests

Licensed featureHypothesis tests require a paid license or an active free trial.

The Hypothesis Test feature allows you to run a relevant statistical test on your dataset, whether or not you have already made a visualization / graph. Start by selecting **Hypothesis Test** in the left-hand menu of your dataset view:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1697201095570.png)

The [list of possible tests](/v1/docs/types-of-statistical-test) shows you what your options are. Any tests that can't be run at all on your dataset due to requiring too many variables of a given type will be greyed out, with an explanation:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1672753661051.png)

Clearly, you need to have set the [types for your columns](/v1/docs/data-types) before this can be used.

Then you can **select the variables** you want to use for the test:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1672753826861.png)

Then clicking **Calculate** will execute the actual test and you can see the results:

![](https://cdn.document360.io/62f8f41e-e041-42c4-b9bc-8ae1eb45d064/Images/Documentation/image-1672753921115.png)

Need help choosing a test?You might want to consider using the [Graph Driven Test](/v1/docs/graph-driven-tests), which can help you select your test based on a graph that you have made. If the graph illustrates the effect you are looking to test, then it will choose the correct test for you (and explain why)!
