From 0fb86870ce1a5f12d63816231b3b6229b535f994 Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Sat, 29 Oct 2016 01:44:21 -0400 Subject: [PATCH] fix typos in readme [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba4e205f..4408273a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ mcmc_nuts_energy(np, merge_chains = FALSE) + ggtitle("NUTS Energy Diagnostic") ``` ```r -# more exampels with rstanarm +# another example with rstanarm color_scheme_set("purple") fit <- stan_glmer(mpg ~ wt + (1|cyl), data = mtcars) @@ -102,4 +102,4 @@ ppc_intervals( panel_bg(fill = "gray95", color = NA) + grid_lines(color = "white") ``` - +