From f955d0415ea91a00ac8a94c45fef60358f3adbfa Mon Sep 17 00:00:00 2001 From: Rademeyer Vermaak Date: Fri, 5 Aug 2016 15:53:16 +0200 Subject: [PATCH] Update model-basics.Rmd (#235) --- model-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-basics.Rmd b/model-basics.Rmd index 09323c0..3ff445c 100644 --- a/model-basics.Rmd +++ b/model-basics.Rmd @@ -536,7 +536,7 @@ This shows you that interaction between two continuous variables works basically You can see that even with just two continuous variables, coming up with good visualisations are hard. But that's reasonable: you shouldn't expect it will be easy to understand how three or more variables simultaneously interact! But again, we're saved a little because we're using models for exploration, and you can gradually build up your model over time. The model doesn't have to be perfect, it just has to help you reveal a little more about your data. -I spent some time looking at the residuals to see if I could figure if `mod2` did `mod1`. I think it does, but it's pretty subtle. You'll have a chance to work on it in the exercises. +I spent some time looking at the residuals to see if I could figure if `mod2` did better than `mod1`. I think it does, but it's pretty subtle. You'll have a chance to work on it in the exercises. ### Transformations