diff --git a/model-basics.Rmd b/model-basics.Rmd index 8aad2d1..04261a4 100644 --- a/model-basics.Rmd +++ b/model-basics.Rmd @@ -694,8 +694,6 @@ nobs(mod) ## Other model families -Pattern in variance, not just mean. Or other characteristics of distribution of residuals. - This chapter has focussed exclusively on the class of linear models, which assume a relationship of the form `y = a_1 * x1 + a_2 * x2 + ... + a_n * xn`. Linear models additionally assume that the residuals have a normal distribution, which we haven't talked about. There are a large set of model classes that extend the linear model in various interesting ways. Some of them are: * __Generalised linear models__, e.g. `stats::glm()`. Linear models assume that