-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
115 lines (115 loc) · 3.68 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Type: Package
Package: effectsize
Title: Indices of Effect Size
Version: 0.8.9
Authors@R:
c(person(given = "Mattan S.",
family = "Ben-Shachar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
person(given = "Dominique",
family = "Makowski",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
person(given = "Brenton M.",
family = "Wiernik",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
person(given = "Rémi",
family = "Thériault",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
person(given = "Ken",
family = "Kelley",
role = "ctb"),
person(given = "David",
family = "Stanley",
role = "ctb"),
person(given = "Aaron",
family = "Caldwell",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4541-6283")),
person(given = "Jessica",
family = "Burnett",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0896-5099")),
person(given = "Johannes",
family = "Karreth",
role = "rev",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4586-7153")),
person(given = "Philip",
family = "Waggoner",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7825-7573")))
Maintainer: Mattan S. Ben-Shachar <[email protected]>
Description: Provide utilities to work with indices of effect size for a wide
variety of models and hypothesis tests (see list of supported models using
the function 'insight::supported_models()'), allowing computation of and
conversion between indices such as Cohen's d, r, odds, etc.
References: Ben-Shachar et al. (2020) <doi:10.21105/joss.02815>.
License: MIT + file LICENSE
URL: https://easystats.github.io/effectsize/
BugReports: https://github.com/easystats/effectsize/issues/
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.2),
insight (>= 0.20.1),
parameters (>= 0.22.0),
performance (>= 0.12.0),
datawizard (>= 0.11.0),
stats,
utils
Suggests:
correlation (>= 0.8.4),
see (>= 0.8.0),
afex,
BayesFactor,
boot,
brms,
car,
emmeans,
gt,
knitr,
lavaan,
lme4,
lmerTest,
mgcv,
parsnip,
pwr,
rmarkdown,
rms,
rstanarm,
rstantools,
testthat (>= 3.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Remotes: easystats/insight