-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 948 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: cppp
Title: Posterior Predictive Checks and Calibrated P-values
Version: 0.0.0.9000
Authors@R:
c(
person("Sally", "Paganin", email = "paganin.1@osu.edu",
role = c("aut", "cre")),
person("Perry", "de Valpine", role = "aut")
)
Maintainer: Sally Paganin <paganin.1@osu.edu>
Description: Tools for performing posterior predictive checks and computing
calibrated posterior predictive p-values (cPPP) in Bayesian models.
Includes infrastructure for calibration loops, diagnostic summaries, and
NIMBLE-based examples.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.1)
Imports:
methods,
stats,
nimble
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/salleuska/cpppPrototype
BugReports: https://github.com/salleuska/cpppPrototype/issues
LazyData: false