You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We want to make inferences about the efficacy of a certain pest management system at reducing the number of roaches in urban apartments. [...] The regression predictors for the model are the pre-treatment number of roaches `roach1`, the treatment indicator `treatment`, and a variable `senior` indicating whether the apartment is in a building restricted to elderly residents. Because the number of days for which the roach traps were used is not the same for all apartments in the sample, we include it as an exposure [...].
@@ -269,7 +269,7 @@ See Figure 7 in [Gabry et al. (2019)](#gabry2019) for another example of using
269
269
There are many additional PPCs available, including plots of predictive
270
270
intervals, distributions of predictive errors, and more. For links to the
271
271
documentation for all of the various PPC plots see `help("PPC-overview")`
272
-
from R or the [online documentation](http://mc-stan.org/bayesplot/reference/index.html#section-ppc) on the Stan website.
272
+
from R or the [online documentation](https://mc-stan.org/bayesplot/reference/index.html#section-ppc) on the Stan website.
273
273
274
274
The `available_ppc` function can also be used to list the names of all PPC
275
275
plotting functions:
@@ -381,7 +381,7 @@ version 1.7.0. https://CRAN.R-project.org/package=brms
381
381
382
382
Gabry, J., and Goodrich, B. (2017). rstanarm: Bayesian Applied Regression
0 commit comments