{% with vartype='Numeric' %}
{% include '_row_header.html' %}
{% endwith %}
Distinct count |
{{ values['distinct_count'] }} |
Unique (%) |
{{ values['p_unique'] | fmt_percent }} |
Missing (%) |
{{ values['p_missing'] | fmt_percent }} |
Missing (n) |
{{ values['n_missing'] }} |
Infinite (%) |
{{ values['p_infinite'] | fmt_percent }} |
Infinite (n) |
{{ values['n_infinite'] }} |
Mean |
{{ values['mean'] | fmt_numeric }} |
Minimum |
{{ values['min'] | fmt_numeric }} |
Maximum |
{{ values['max'] | fmt_numeric }} |
Zeros (%) |
{{ values['p_zeros'] | fmt_percent }} |
{% with values=values['sections'], anchor_id=values['varid'], classes='collapse col-sm-12', id='descriptives' ~ values['varid']|string %}
{% include "components/tabs.html" %}
{% endwith %}
{% include '_row_footer.html' %}