{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %} {% if non_categorical_columns %}

The following metadata columns have been omitted because they didn't contain categorical data: {{ non_categorical_columns }}

{% endif %} {% if filtered_columns %}

The following categorical metadata columns have been omitted because the number of groups was equal to the number of samples, there was only a single group, or the column consisted only of missing data: {{ filtered_columns }}

{% endif %} {% if filtered_group_comparisons %}

The following pairwise group comparisons have been omitted because the Kruskal-Wallis test could not be completed. This can occur if the two groups being compared each have a sample size (n) of 1 and contain the same single value. {{ filtered_group_comparisons }}

{% endif %}


Kruskal-Wallis (all groups)

Result
H
p-value

Kruskal-Wallis (pairwise)

Download CSV
{% for column in columns %} {% endfor %} {% endblock %}