{% extends 'base.html' %} {% block title %}q2-longitudinal : {{ plot_name }}{% endblock %} {% block content %} {% if errors %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endif %}
{{ summary }} {% if model_summary %}

Model summary

{{ model_summary }}

Download summary as tsv

{% endif %} {% if model_results %}

Model results

{{ model_results }}

Download results as tsv

{% endif %} {% if plot %}

{{ plot_name }}


Download as PDF

{% if raw_data %}

Download raw data as tsv

{% endif %} {% if multiple_group_test %}

Download within-subject pairwise comparison data as tsv

{% endif %}
{% endif %} {% if residuals %}

Projected Residuals

Fit values for metric vs. observation error (residuals). Residuals should be roughly zero-centered and normal. Uncentered, systematically high or low, and autocorrelated values could indicate a poor model.

{% endif %} {% if paired_difference_tests %}

Pairwise difference tests

{{ paired_difference_tests }}

Download scores as tsv

{% endif %} {% if multiple_group_test %}

Multiple group tests

{{ multiple_group_test }}
{% endif %} {% if pairwise_tests %}

{{ pairwise_test_name }}

{{ pairwise_tests }}

Download scores as tsv

{% endif %}
{% endblock %}