Proportion of slopes more extreme than observed slope: {{ slope_extreme | round(4) }}
{% endif %} {% if intercept_extreme is defined and intercept_extreme is not none %}Proportion of intercepts more extreme than observed intercept: {{ intercept_extreme | round(4) }}
{% endif %} {% if plot3 %}Parameter Tested: {{ parameter.capitalize() }}
Observed {{ parameter.capitalize() }}: {{ observed_stat | round(4) }}
Hypothesized Value (H₀): {{ hypothesized_value }}
p-value: {{ p_value | round(4) }}
{% if fun_message %}{{ fun_message }}
{% endif %}{{ confidence_level }}% Confidence Interval for {{ parameter.capitalize() }}: [{{ ci_lower | round(4) }}, {{ ci_upper | round(4) }}]
Mean Estimate: {{ mean_estimate | round(4) }}
Confidence Interval Includes True Parameter: {{ includes_true }}