-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
DESCRIPTION
98 lines (98 loc) · 2.88 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Type: Package
Package: correlation
Title: Methods for Correlation Analysis
Version: 0.8.6
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
role = c("aut", "inv"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Brenton M.",
family = "Wiernik",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9560-6336")),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Rémi",
family = "Thériault",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4315-6788")),
person(given = "Mark",
family = "White",
email = "[email protected]",
role = "rev"),
person(given = "Maximilian M.",
family = "Rabe",
email = "[email protected]",
role = "rev",
comment = c(ORCID = "0000-0002-2556-5644")))
Maintainer: Brenton M. Wiernik <[email protected]>
Description: Lightweight package for computing different kinds
of correlations, such as partial correlations, Bayesian correlations,
multilevel correlations, polychoric correlations, biweight
correlations, distance correlations and more. Part of the 'easystats'
ecosystem. References: Makowski et al. (2020) <doi:10.21105/joss.02306>.
License: MIT + file LICENSE
URL: https://easystats.github.io/correlation/
BugReports: https://github.com/easystats/correlation/issues
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.15.0),
datasets,
datawizard (>= 0.13.0),
insight (>= 0.20.5),
parameters (>= 0.22.2),
stats
Suggests:
BayesFactor,
energy,
ggplot2,
ggraph,
gt,
Hmisc,
knitr,
lme4,
MASS,
mbend,
polycor,
poorman,
ppcor,
psych,
rmarkdown,
rmcorr,
rstanarm,
see (>= 0.8.1),
testthat (>= 3.2.1),
tidygraph,
wdm,
WRS2,
openxlsx2 (>= 1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Remotes: easystats/insight