Add note on Multiple Regression.

This commit is contained in:
Marco Oesting 2023-10-09 22:40:46 +02:00
parent 12e0a50946
commit 72e4f8da83

View File

@ -107,6 +107,9 @@ normal distribution with mean 0.0 and standard deviation 2.0, and sample
3. Play with different choices of the parameters above (including the 3. Play with different choices of the parameters above (including the
sample size $n$) to see the effects on the parameter estimates and sample size $n$) to see the effects on the parameter estimates and
the $p$-values. the $p$-values.
::: {callout-note}
The more covariates you add the more variance can be explained by the linear model - $R^2$ increases. In order to balance goodness-of-tit of a model and its complexity, information criteria such as `aic` are considered.
::: :::
## Multiple Regression Model ## Multiple Regression Model