-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from stan-dev/ppd-functions
Add new PPD module for plots without `y` variable
- Loading branch information
Showing
140 changed files
with
16,310 additions
and
6,243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ images/* | |
book/* | ||
docs/* | ||
Rplots.pdf | ||
tests/figs/* | ||
^\.github$ | ||
^tests/testthat/_snaps$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,18 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@c | |
person("Tristan", "Mahr", role = "aut"), | ||
person("Paul-Christian", "Bürkner", role = "ctb"), | ||
person("Martin", "Modrák", role = "ctb"), | ||
person("Malcolm", "Barrett", role = "ctb"), | ||
person("Malcolm", "Barrett", role = "ctb"), | ||
person("Frank", "Weber", role = "ctb"), | ||
person("Eduardo", "Coronado Sroka", role = "ctb"), | ||
person("Aki", "Vehtari", role = "ctb")) | ||
Maintainer: Jonah Gabry <[email protected]> | ||
Description: Plotting functions for posterior analysis, MCMC diagnostics, | ||
prior and posterior predictive checks, and other visualizations | ||
prior and posterior predictive checks, and other visualizations | ||
to support the applied Bayesian workflow advocated in | ||
Gabry, Simpson, Vehtari, Betancourt, and Gelman (2019) <doi:10.1111/rssa.12378>. | ||
The package is designed not only to provide convenient functionality | ||
for users, but also a common set of functions that can be easily used by | ||
developers working on a variety of R packages for Bayesian modeling, | ||
The package is designed not only to provide convenient functionality | ||
for users, but also a common set of functions that can be easily used by | ||
developers working on a variety of R packages for Bayesian modeling, | ||
particularly (but not exclusively) packages interfacing with 'Stan'. | ||
License: GPL (>= 3) | ||
URL: https://mc-stan.org/bayesplot/ | ||
|
@@ -35,10 +35,10 @@ Imports: | |
reshape2, | ||
rlang (>= 0.3.0), | ||
stats, | ||
tibble, | ||
tibble (>= 2.0.0), | ||
tidyselect, | ||
utils | ||
Suggests: | ||
Suggests: | ||
ggfortify, | ||
gridExtra (>= 2.2.1), | ||
hexbin, | ||
|
@@ -53,7 +53,7 @@ Suggests: | |
shinystan (>= 2.3.0), | ||
survival, | ||
testthat (>= 2.0.0), | ||
vdiffr | ||
vdiffr (>= 1.0.2) | ||
RoxygenNote: 7.1.2 | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.