{% include 'scripts.html' %} {% include 'styles.html' %}
{% 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 %}