| Test | Statistic | p-value | Conclusion |
|---|---|---|---|
| {{ test.test }} | {{ test.get('statistic', '---') | format_number(4) if test.get('statistic') is not none else '---' }} | {{ test.get('p_value', '---') | format_pvalue if test.get('p_value') is not none else '---' }} | {{ test.get('conclusion', '---') }} |