-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 1019 Bytes
/
DESCRIPTION
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
33
34
35
Package: adjustr
Encoding: UTF-8
Type: Package
Title: Stan Model Adjustments and Sensitivity Analyses using Importance Sampling
Version: 0.1.2
Authors@R: person("Cory", "McCartan", email = "[email protected]",
role = c("aut", "cre"))
Description: Functions to help assess the sensitivity of a Bayesian model
(fitted using the rstan package) to the specification of its likelihood and
priors. Users provide a series of alternate sampling specifications, and the
package uses Pareto-smoothed importance sampling to estimate posterior
quantities of interest under each specification.
License: MIT + file LICENSE
Depends: R (>= 3.6.0),
dplyr (>= 1.0.0)
Imports:
rlang,
tidyselect,
purrr,
stringr,
rstan,
loo
Suggests:
ggplot2,
extraDistr,
tidyr,
testthat,
covr,
knitr,
rmarkdown
URL: https://corymccartan.github.io/adjustr/
BugReports: https://github.com/CoryMcCartan/adjustr/issues
LazyData: true
RoxygenNote: 7.2.0
VignetteBuilder: knitr