{% extends 'base.html' %} {% block content %} {% set index=True %} {# ========= header =========== #} {% set notes_title="Applied Linear Models" %} {% set lead=" Notes on linear statistical models, univariate models, multivariate models, empirical model building, and response surfaces. " %} {% set link="https://github.com/charlesreid1/linear-models-notes" %} {% include 'notes_head.html' %} {# ========= topic 1 =========== #} {% set anchor="linear-models" %} {% set cluster="Linear Models" %} {% include 'notes_clustertitle.html' %}
TBA