Skip to content

Commit

Permalink
fix typos in readme
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry authored Oct 29, 2016
1 parent ea1f4fc commit 0fb8687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mcmc_nuts_energy(np, merge_chains = FALSE) + ggtitle("NUTS Energy Diagnostic")
```
<img src=https://github.com/jgabry/bayesplot/blob/master/images/mcmc_nuts_energy-rstan.png width=50% />
```r
# more exampels with rstanarm
# another example with rstanarm
color_scheme_set("purple")

fit <- stan_glmer(mpg ~ wt + (1|cyl), data = mtcars)
Expand All @@ -102,4 +102,4 @@ ppc_intervals(
panel_bg(fill = "gray95", color = NA) +
grid_lines(color = "white")
```
<img src=https://github.com/jgabry/bayesplot/blob/master/images/ppc_intervals-rstanarm.png width=50% />
<img src=https://github.com/jgabry/bayesplot/blob/master/images/ppc_intervals-rstanarm.png width=55% />

0 comments on commit 0fb8687

Please sign in to comment.