Skip to content

Commit

Permalink
version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Infanger authored and cran-robot committed Nov 30, 2021
1 parent 39d1f83 commit 9764a7b
Show file tree
Hide file tree
Showing 15 changed files with 866 additions and 825 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Expand Up @@ -2,22 +2,21 @@ Package: pvaluefunctions
Type: Package
Title: Creates and Plots P-Value Functions, S-Value Functions,
Confidence Distributions and Confidence Densities
Version: 1.6.1
Version: 1.6.2
Authors@R: person("Denis", "Infanger", email = "denis.infanger@unibas.ch", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9028-7110"))
Maintainer: Denis Infanger <denis.infanger@unibas.ch>
Description: Contains functions to compute and plot confidence distributions, confidence densities, p-value functions and s-value (surprisal) functions for several commonly used estimates. Instead of just calculating one p-value and one confidence interval, p-value functions display p-values and confidence intervals for many levels thereby allowing to gauge the compatibility of several parameter values with the data. These methods are discussed by Infanger D, Schmidt-Trucksäss A. (2019) <doi:10.1002/sim.8293>; Poole C. (1987) <doi:10.2105/AJPH.77.2.195>; Schweder T, Hjort NL. (2002) <doi:10.1111/1467-9469.00285>; Bender R, Berg G, Zeeb H. (2005) <doi:10.1002/bimj.200410104> ; Singh K, Xie M, Strawderman WE. (2007) <doi:10.1214/074921707000000102>; Rothman KJ, Greenland S, Lash TL. (2008, ISBN:9781451190052); Amrhein V, Trafimow D, Greenland S. (2019) <doi:10.1080/00031305.2018.1543137>; Greenland S. (2019) <doi:10.1080/00031305.2018.1529625> and Rafi Z, Greenland S. (2020) <doi:10.1186/s12874-020-01105-9>.
Depends: R (>= 3.5.0)
Imports: ggplot2 (>= 3.3.0), scales (>= 1.1.0), zipfR (>= 0.6-66),
pracma (>= 2.2.9), stats
Imports: ggplot2 (>= 3.3.0), scales (>= 1.1.1), zipfR (>= 0.6-70),
pracma (>= 2.3.3), gsl (>= 2.1-7.1), stats
Suggests: knitr, rmarkdown, devtools
License: GPL-3
URL: https://github.com/DInfanger/pvaluefunctions
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2020-12-09 10:35:42 UTC; denis
Packaged: 2021-11-30 20:48:54 UTC; Denis Infanger
Author: Denis Infanger [aut, cre] (<https://orcid.org/0000-0001-9028-7110>)
Repository: CRAN
Date/Publication: 2020-12-09 11:30:03 UTC
Date/Publication: 2021-12-01 00:40:05 UTC
28 changes: 14 additions & 14 deletions MD5
@@ -1,18 +1,18 @@
e39d7c0ea3a10fbe012766ff9078acb1 *DESCRIPTION
32837bc281b465ed1af4439b151d7c63 *DESCRIPTION
f4e77ba3810347894cacc5e5b68da3c0 *NAMESPACE
a3795021984ee989b159f2832abc9c2c *NEWS.md
cd9d7c3d396998007bd64085c7934872 *R/confidence_distributions.R
3d0e873eebb32a6d58806e25fa550719 *README.md
20b65b1d3490a9cda17b7f63749c4934 *build/vignette.rds
5057d1562a0f9293de8683af7cf7bf3e *inst/doc/pvaluefun.R
3c4e4e548fedd791358db416320b80ea *inst/doc/pvaluefun.Rmd
3b115a369791f3691a1a9c16fc917934 *inst/doc/pvaluefun.html
b0cb542b722ba554ee8cbbe8f25d170b *man/conf_dist.Rd
95ba12d42add04b1e89033936bcd6780 *man/figures/README-benderfig1-1.png
e1d306a2f0b34ccbcf4b715a9bc34424 *man/figures/README-ttest_pval-1.png
0d394c48e22e1031a23352c1dfee396f *man/figures/README-ttest_sval-1.png
409a21926571315e58aae37904f3f55c *NEWS.md
b8560bebbdde1daa2bbf22b3670c4209 *R/confidence_distributions.R
4be5dccc369aabd4bbe7493ff5e27e2a *README.md
5bb5c4f1acd3494e8d44a18b3e3d078a *build/vignette.rds
eccb919487b39be4ed72c20b155a2ff1 *inst/doc/pvaluefun.R
490d8108cd3dee5ea98fdc5ca6e4279f *inst/doc/pvaluefun.Rmd
3080ce54a8b459e5247bcd1690b42974 *inst/doc/pvaluefun.html
5dd654a7b740545626c9d6d2ad9e9374 *man/conf_dist.Rd
88bdde22ba62ba30bb5e4a3c522d534b *man/figures/README-benderfig1-1.png
b87a13eda571d9b6088a66b000253639 *man/figures/README-ttest_pval-1.png
25ce092dbe00b232969af5fc7ca9141c *man/figures/README-ttest_sval-1.png
70f0280813823dfe841f21813465f121 *man/figures/logo.svg
f8ad09a83a4bae484432532e94a6c95d *man/figures/logo2.svg
6c63de340dda5bfb650d755e6629e117 *man/figures/logo3.svg
3c4e4e548fedd791358db416320b80ea *vignettes/pvaluefun.Rmd
64411259804d77cd1659d1775fe67c86 *vignettes/pvaluefun.md
490d8108cd3dee5ea98fdc5ca6e4279f *vignettes/pvaluefun.Rmd
7b31f17bb2317e74c3ffe9cbf760edfa *vignettes/pvaluefun.md
7 changes: 7 additions & 0 deletions NEWS.md
@@ -1,5 +1,12 @@
## NEWS and changes for the pvaluefunctions package

1.6.2
-------------

* The calculations for Pearson's correlation coefficient now use the exact distribution described in a preprint by Gunnar Taraldsen (2020). This makes the use of the gsl package necessary because the calculations involve the Gaussian hypergeometric function (2F1). Warning: This can make the calculations drastically longer if a high value of `n_values` is used.
* The function `conf_dist` now also calculates the proportion of the AUCC that lies above any specified null values.
* Small changes in the help page for `conf_dist`.

1.6.1
-------------

Expand Down

0 comments on commit 9764a7b

Please sign in to comment.