Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 6, 2023
1 parent 807b653 commit 508faf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/performance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ model <- glm(vs ~ wt + mpg, data = mtcars, family = "binomial")
check_model(model)
```

### Using discrete plot type for posterior predictive checks
### Using different discrete plot type for posterior predictive checks

```{r fig.height=12, fig.width=10}
out <- check_model(model)
plot(out, type = "discrete_interval")
plot(out, type = "discrete_both")
```

### Modelling count data
Expand Down

0 comments on commit 508faf7

Please sign in to comment.