@@ -466,7 +466,9 @@ mcmc_parcoord(posterior_cp, np = np_cp)
466
466
467
467
In the plot above we can see the for the centered parameterization the divergences
468
468
occur when $\tau$, the hierarchical standard deviation, goes to zero and
469
- the values of the $\theta$s are essentially fixed.
469
+ the values of the $\theta$s are essentially fixed. See
470
+ Gabry et al. (2018) for more another example of the parallel
471
+ coordinates plot.
470
472
471
473
#### mcmc_scatter
472
474
@@ -482,6 +484,8 @@ mcmc_scatter(
482
484
)
483
485
```
484
486
487
+ See Gabry et al. (2018) for further discussion of this example.
488
+
485
489
#### mcmc_pairs
486
490
487
491
Finally, the ` mcmc_pairs ` function can be used also be used to look at the
@@ -554,8 +558,8 @@ Gabry, J., and Goodrich, B. (2017). rstanarm: Bayesian Applied Regression
554
558
Modeling via Stan. R package version 2.15.3.
555
559
http://mc-stan.org/rstanarm , https://CRAN.R-project.org/package=rstanarm
556
560
557
- Gabry, J., Simpson, D., Vehtari, A., Betancourt, M., Gelman, A. (2017 ).
558
- Visualization in Bayesian workflow. arXiv preprint
561
+ Gabry, J., Simpson, D., Vehtari, A., Betancourt, M., Gelman, A. (2018 ).
562
+ Visualization in Bayesian workflow. _ Journal of the Royal Statistical Society Series A _ , accepted for publication. arXiv preprint:
559
563
https://arxiv.org/abs/1709.01449
560
564
561
565
Gelman, A. and Rubin, D. B. (1992). Inference from iterative simulation using
0 commit comments