indicate source of sim1 dataset (#546)
This commit is contained in:
parent
a8099d06a6
commit
7494ea1c01
|
@ -54,7 +54,7 @@ options(na.action = na.warn)
|
||||||
|
|
||||||
## A simple model
|
## 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}
|
```{r}
|
||||||
ggplot(sim1, aes(x, y)) +
|
ggplot(sim1, aes(x, y)) +
|
||||||
|
|
Loading…
Reference in New Issue