Drop extensions
(This chapter is already going to be big)
This commit is contained in:
parent
8cfd653441
commit
1ae26bdbe9
|
@ -542,24 +542,3 @@ delays %>%
|
||||||
geom_smooth(se = F)
|
geom_smooth(se = F)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Linear model extensions
|
|
||||||
|
|
||||||
### Non-linearity with splines
|
|
||||||
|
|
||||||
help()
|
|
||||||
|
|
||||||
### Transformations to "stabilise" variance
|
|
||||||
|
|
||||||
glm
|
|
||||||
|
|
||||||
Predicting probability of cancellation
|
|
||||||
|
|
||||||
### Robustness
|
|
||||||
|
|
||||||
### Mixed effects models
|
|
||||||
|
|
||||||
### Shrinkage
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue