Skip to content

Commit

Permalink
minor code/prose edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomon Kurz committed Oct 11, 2020
1 parent c86cc7f commit e4792e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 12.Rmd
Expand Up @@ -363,7 +363,7 @@ head(dsim)

McElreath twice urged us to inspect the contents of the simulation. In addition to looking at the data with `head()`, we might well plot.

```{r, fig.width = 5, fig.height = 3}
```{r, fig.width = 5, fig.height = 3, warning = F, message = F}
library(tidybayes)
dsim %>%
Expand Down Expand Up @@ -491,7 +491,7 @@ dsim %>%
plot.subtitle = element_text(size = 10))
```

If you wanted to quantify the difference in simple summaries, you might do something like this:
If you wanted to quantify the difference in simple summaries, you might do something like this.

```{r, message = F}
dsim %>%
Expand Down Expand Up @@ -1337,7 +1337,7 @@ p %>%
glimpse()
```

For a detailed discussion on this way of using `brms::predict()`, see [Andrew MacDonald](https://twitter.com/polesasunder)'s [great blogpost on this very figure](https://thestudyofthehousehold.me/2018/02/13/2018-02-13-easily-made-fitted-and-predicted-values-made-easy/). Here's what we've been working for.
For a detailed discussion on this way of using `brms::predict()`, see [Andrew MacDonald](https://twitter.com/polesasunder)'s [great blogpost on this very figure](https://thestudyofthehousehold.netlify.app/2018/02/13/2018-02-13-easily-made-fitted-and-predicted-values-made-easy/). Here's what we've been working for.

```{r, fig.width = 3.75, fig.height = 3.5}
p %>%
Expand Down

0 comments on commit e4792e8

Please sign in to comment.