{% for header in headers %} {% endfor %} {% for acc in accs %} {% endfor %} {% for i in intercept %} {% endfor %} {% for coef_row in coef %} {% for col in coef_row %} {% endfor %} {% endfor %}
Group {{ header }}
% Correct{{ acc|round(5) }}
(Intercept){{ i|round(5) }}
{{ var_list[loop.index0] }}{{ col|round(5) }}