{% include 'scripts.html' %} {% include 'styles.html' %}
{{ context.title }}
{% if context.components.has_overview %}
Overview
{% endif %}
{% if context.components.has_variables %}
Variables ≡
{% for var in context.components.variables.keys() %}
{{ var|e }}
{% endfor %}
{% endif %}
{% if context.components.has_interaction %}
Interactions
{% endif %} {% if context.components.has_correlation %}
Correlations
{% endif %} {% if context.components.has_missing %}
Missing Values
{% endif %}
{% if context.components.has_overview %}
Overview
{% include 'overview.html' %}
{% endif %} {% if context.components.has_variables %}
Variables
{% include 'variables.html' %}
{% endif %} {% if context.components.has_interaction %}
Interactions
{% include 'interactions.html' %}
{% endif %} {% if context.components.has_correlation %}
Correlations
{% include 'correlation.html' %}
{% endif %} {% if context.components.has_missing %}
Missing Values
{% include 'missing.html' %}
{% endif %}
{% if context.components.has_interaction and context.components.interactions[0] != 0%} {{ context.components.interactions[0] }} {% endif %}