From add9be341c468351a72091e925ecccf215add95f Mon Sep 17 00:00:00 2001 From: Brett Klamer Date: Thu, 25 Aug 2016 15:31:24 -0400 Subject: [PATCH] Fixing typos in communicate.Rmd (#304) --- communicate.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicate.Rmd b/communicate.Rmd index 004e074..0e8b44f 100644 --- a/communicate.Rmd +++ b/communicate.Rmd @@ -2,7 +2,7 @@ # Introduction {#communicate-intro} -So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand you data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results. +So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand your data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results. ```{r echo = FALSE, out.width = "75%"} knitr::include_graphics("diagrams/data-science-communicate.png")