-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 924 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
Package: BBcor
Type: Package
Title: Bayesian Bootstrapping Correlations
Version: 1.0.2
Authors@R: c(
person("Donald", "Williams", email = "[email protected]", role = c("aut", "cre")),
person("Josue", "Rodriguez", email = "[email protected]", role = c("aut"))
)
Description: Efficiently draw samples from the posterior distribution of various correlation coefficients
with the Bayesian bootstrap described in Rubin (1981) <doi:10.1214/aos/1176345338>.
There are six correlation coefficients, including
Pearson, Kendall, Spearman, Gaussian Rank, Blomqvist, and polychoric.
Depends: R (>= 4.0.0)
License: GPL-2
Imports:
parallel,
pbapply (>= 1.4-2),
psych (>= 1.9.12.31),
wdm (>= 0.2.1),
ggplot2 (>= 3.3.4),
stats,
utils,
methods,
bayeslincom (>= 1.1.0),
Rdpack
Suggests:
BGGM
RdMacros: Rdpack
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1