Skip to content

Commit

Permalink
Remove inline R code in ppc vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Apr 12, 2017
1 parent 0878d8c commit 50f249e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/PPC.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 50f249e

Please sign in to comment.