parent
6913611855
commit
70745b55b9
|
@ -694,8 +694,6 @@ nobs(mod)
|
||||||
|
|
||||||
## Other model families
|
## 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:
|
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
|
* __Generalised linear models__, e.g. `stats::glm()`. Linear models assume that
|
||||||
|
|
Loading…
Reference in New Issue