From 7494ea1c0177439b208024c7f9f90ca1c283f969 Mon Sep 17 00:00:00 2001 From: Ben Marwick Date: Wed, 3 May 2017 19:43:54 +0700 Subject: [PATCH] indicate source of sim1 dataset (#546) --- model-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-basics.Rmd b/model-basics.Rmd index 5791adc..f283f20 100644 --- a/model-basics.Rmd +++ b/model-basics.Rmd @@ -54,7 +54,7 @@ options(na.action = na.warn) ## A simple model -Lets take a look at the simulated dataset `sim1`. It contains two continuous variables, `x` and `y`. Let's plot them to see how they're related: +Lets take a look at the simulated dataset `sim1`, included with the modelr package. It contains two continuous variables, `x` and `y`. Let's plot them to see how they're related: ```{r} ggplot(sim1, aes(x, y)) +