From 3cd4e92819e56adf49aae33c9d28d0c91eefda34 Mon Sep 17 00:00:00 2001 From: S'busiso Mkhondwane Date: Mon, 25 Jul 2016 22:00:36 +0200 Subject: [PATCH] Update transform.Rmd (#191) typo --- transform.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transform.Rmd b/transform.Rmd index ae032c5..909da37 100644 --- a/transform.Rmd +++ b/transform.Rmd @@ -389,7 +389,7 @@ There are many functions for creating new variables that you can use with `mutat feature we'll come back to in modelling. All else being equal, I recommend using `log2()` because it's easy to - interpret: an difference of 1 on the log scale corresponds to doubling on + interpret: a difference of 1 on the log scale corresponds to doubling on the original scale and a difference of -1 corresponds to halving. * Offsets: `lead()` and `lag()` allow you to refer to leading or lagging