Remove stub

Closes #440
This commit is contained in:
hadley 2016-10-03 07:44:35 -05:00
parent 6913611855
commit 70745b55b9
1 changed files with 0 additions and 2 deletions

View File

@ -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