From 1ae26bdbe9e0ac0236fa58b0fef73c73bc17dc17 Mon Sep 17 00:00:00 2001 From: hadley Date: Tue, 17 May 2016 08:07:59 -0500 Subject: [PATCH] Drop extensions (This chapter is already going to be big) --- model-vis.Rmd | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/model-vis.Rmd b/model-vis.Rmd index 959f152..883d7de 100644 --- a/model-vis.Rmd +++ b/model-vis.Rmd @@ -542,24 +542,3 @@ delays %>% 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 -