Change to avoid redundancy in sentence (#200)
* Change to to avoid redundancy in sentence * 38 models of cars - should be plural cars
This commit is contained in:
parent
22d207508f
commit
70d4db9038
|
@ -16,4 +16,4 @@ Visualisation alone is typically not enough, so in [data transformation] you'll
|
||||||
|
|
||||||
Finally, in [exploratory data analysis], you'll combine visualisation and transformation with your curiosity and scepticism to ask and answer interesting questions about data.
|
Finally, in [exploratory data analysis], you'll combine visualisation and transformation with your curiosity and scepticism to ask and answer interesting questions about data.
|
||||||
|
|
||||||
Modelling is an important part of the exploratory process, but you don't have the skills to effectively learn or apply it yet. We'll come back to modelling in [modelling](#model-intro), once you're better equipped with more data wrangling and programming tools.
|
Modelling is an important part of the exploratory process, but you don't have the skills to effectively learn or apply it yet. We'll come back to it in [modelling](#model-intro), once you're better equipped with more data wrangling and programming tools.
|
||||||
|
|
|
@ -37,7 +37,7 @@ You can test your answer with the `mpg` dataset in ggplot2, or `ggplot2::mpg`:
|
||||||
mpg
|
mpg
|
||||||
```
|
```
|
||||||
|
|
||||||
The dataset contains observations collected by the EPA on 38 models of car. Among the variables in `mpg` are:
|
The dataset contains observations collected by the EPA on 38 models of cars. Among the variables in `mpg` are:
|
||||||
|
|
||||||
1. `displ`, a car's engine size, in litres.
|
1. `displ`, a car's engine size, in litres.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue