{% include 'tab_scripts.html' %} {% include 'tab_styles.html' %}
{% for title in context.meta %} {% endfor %}
{% if context.tabledata %}
{% for th, tbs in context.tabledata.items() %} {% for v in tbs.values() %} {% endfor %} {% endfor %}
Pearson Spearman KendallTau
{{th}}{{v}}
{% if context.insights[context.meta[0]] %} {% endif %}
{% endif %} {% for fig in context.components[1] %}
{% if context.how_to_guide[context.figs[loop.index - 1]] %}
{% for desc in context.how_to_guide[context.figs[loop.index - 1]] %}
{{ desc[0] }}
{{ desc[1] }}
{% endfor %}
{% endif %} {% if context.insights[context.figs[loop.index - 1]] %}
    {% for insight in context.insights[context.figs[loop.index - 1]] %}
  • {{ insight }}
  • {% endfor %}
{% endif %} {{ fig }}
{% endfor %}