From 437e82736aa016094fc7ad2437cde2b6d5f3ec70 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 21 Jul 2016 15:09:02 -0500 Subject: [PATCH] Link to model-vis paper --- model-basics.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model-basics.Rmd b/model-basics.Rmd index 4d76541..ef307be 100644 --- a/model-basics.Rmd +++ b/model-basics.Rmd @@ -258,8 +258,7 @@ grid (You can also use this function to add predictions to your original dataset.) -Next, we plot the predictions. You might wonder about all this extra work compared to just using `geom_abline()`. But the advantage of this approach is that it will work with _any_ model in R, from the simplest to the most complex. You're only limited by your visualisation skills. - +Next, we plot the predictions. You might wonder about all this extra work compared to just using `geom_abline()`. But the advantage of this approach is that it will work with _any_ model in R, from the simplest to the most complex. You're only limited by your visualisation skills. For more ideas about how to visualise more complex model types, you might try . ```{r} ggplot(sim1, aes(x)) +