Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benwhalley committed May 17, 2019
1 parent 61d4db1 commit b6b2e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DATASETS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ variable from another:

```{r}
tibble(
height_m = rnorm(10, 1.5, .2),
weight_kg = rnorm(10, 65, 10),
bmi = weight_kg / height_m ^ 2,
overweight = bmi > 25
height_m = rnorm(10, 1.5, .2),
weight_kg = rnorm(10, 65, 10),
bmi = weight_kg / height_m ^ 2,
overweight = bmi > 25
)
```

Expand Down

0 comments on commit b6b2e80

Please sign in to comment.