-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vignette + improved parser + wasserstein + more
- Loading branch information
1 parent
86859a5
commit d24848b
Showing
53 changed files
with
1,186 additions
and
470 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 |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
^pkgdown$ | ||
^codecov\.yml$ | ||
^\.travis\.yml$ | ||
^doc$ | ||
^Meta$ |
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 |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
|
||
.Rproj.user | ||
inst/doc | ||
doc | ||
Meta |
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 |
---|---|---|
|
@@ -2,28 +2,27 @@ Package: adjustr | |
Encoding: UTF-8 | ||
Type: Package | ||
Title: Stan Model Adjustments and Sensitivity Analyses using Importance Sampling | ||
Version: 0.0.0.9000 | ||
Version: 0.1.0 | ||
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 pakcage) to the specification of its likelihood and | ||
priors.Users provide a series of alternate sampling specifications, and the | ||
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: BSD_3_clause + file LICENSE | ||
Depends: R (>= 3.6.0) | ||
Imports: | ||
tibble, | ||
tidyselect, | ||
dplyr, | ||
dplyr (>= 1.0.0), | ||
purrr, | ||
stringr, | ||
methods, | ||
utils, | ||
stats, | ||
rlang, | ||
rstan, | ||
stringr, | ||
dparser, | ||
ggplot2, | ||
loo | ||
Suggests: | ||
|
@@ -35,5 +34,5 @@ Suggests: | |
rmarkdown | ||
URL: https://corymccartan.github.io/adjustr/ | ||
LazyData: true | ||
RoxygenNote: 7.1.0 | ||
RoxygenNote: 7.1.1 | ||
VignetteBuilder: knitr |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# adjustr 0.1.0 | ||
|
||
* Initial release. | ||
|
||
* Basic workflow implemented: `make_spec()`, `adjust_weights()`, and `summarize()`/`spec_plot()`. |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.