From 50f249e8e6c79e365b5ae96a4b6d7d0e58085ad9 Mon Sep 17 00:00:00 2001 From: jgabry Date: Tue, 11 Apr 2017 20:10:59 -0400 Subject: [PATCH] Remove inline R code in ppc vignette --- vignettes/PPC.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/PPC.Rmd b/vignettes/PPC.Rmd index 729b1a18..7834fa56 100644 --- a/vignettes/PPC.Rmd +++ b/vignettes/PPC.Rmd @@ -190,8 +190,8 @@ ppc_stat(y, yrep_poisson, stat = "prop_zero") ``` In the plot the dark line is at the value $T(y)$, i.e. the value of the test -statistic computed from the observed $y$, in this case `prop_zero(y)` ( roughly -`r round(prop_zero(y), 2)`). It's hard to see because almost all the datasets in +statistic computed from the observed $y$, in this case `prop_zero(y)`. +It's hard to see because almost all the datasets in `yrep` have no zeros, but the lighter bar is actually a histogram of the the proportion of zeros in each of the replicated datasets.