Skip to content

Commit 50f249e

Browse files
committed
Remove inline R code in ppc vignette
1 parent 0878d8c commit 50f249e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/PPC.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ ppc_stat(y, yrep_poisson, stat = "prop_zero")
190190
```
191191

192192
In the plot the dark line is at the value $T(y)$, i.e. the value of the test
193-
statistic computed from the observed $y$, in this case `prop_zero(y)` ( roughly
194-
`r round(prop_zero(y), 2)`). It's hard to see because almost all the datasets in
193+
statistic computed from the observed $y$, in this case `prop_zero(y)`.
194+
It's hard to see because almost all the datasets in
195195
`yrep` have no zeros, but the lighter bar is actually a histogram of the the
196196
proportion of zeros in each of the replicated datasets.
197197

0 commit comments

Comments
 (0)