One more typo...

This commit is contained in:
Marco Oesting 2023-10-10 07:57:48 +02:00
parent c74be9a6d7
commit 563ae9de12

View File

@ -212,8 +212,8 @@ linmod3 = lm(@formula(Volume ~ Girth + Height + Girth*Height), trees)
r2(linmod3)
```
::: {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.
::: {.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-fit of a model and its complexity, information criteria such as `aic` are considered.
:::
## Generalized Linear Models