CausalPy Analysis Report

Generated by CausalPy

{% if effect_summary %}

Effect Summary

{% if effect_summary.text %}
{{ effect_summary.text }}
{% endif %} {% if effect_summary_table_html %} {{ effect_summary_table_html | safe }} {% endif %} {% endif %} {% if plots %}

Diagnostic Plots

{% for plot_b64 in plots %}
Diagnostic plot
{% endfor %} {% endif %} {% if sensitivity_results %}

Sensitivity Analysis

{% for check_result in sensitivity_results %}

{{ check_result.check_name }} {% if check_result.passed is true %} PASS {% elif check_result.passed is false %} FAIL {% else %} INFO {% endif %}

{% if check_result.text %}

{{ check_result.text }}

{% endif %} {% if check_result.table_html %} {{ check_result.table_html | safe }} {% endif %}
{% endfor %} {% endif %}