One more typo...
This commit is contained in:
parent
c74be9a6d7
commit
563ae9de12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user