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