-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
44 lines (44 loc) · 1.23 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
Package: TOSTER
Version: 0.8.4
Title: Two One-Sided Tests (TOST) Equivalence Testing
Description: Two one-sided tests (TOST) procedure to test equivalence for t-tests, correlations, differences between proportions, and meta-analyses, including power analysis for t-tests and correlations. Allows you to specify equivalence bounds in raw scale units or in terms of effect sizes. See: Lakens (2017) <doi:10.1177/1948550617697177>.
Authors@R: c(
person(given = "Daniel",family = "Lakens",
role = c("aut"),
email = "[email protected]"),
person(given = "Aaron",
family = "Caldwell",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Aaron Caldwell <[email protected]>
URL: https://aaroncaldwell.us/TOSTERpkg/
License: GPL-3
Roxygen: list(markdown = TRUE)
Imports:
stats,
graphics,
jmvcore (>= 0.9.6.4),
ggplot2,
ggdist,
distributional,
cowplot,
tidyr,
utils,
R6,
lifecycle
Suggests:
knitr,
rmarkdown,
broom,
car,
afex,
testthat (>= 3.0.0),
spelling
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Depends:
R (>= 3.5)
RoxygenNote: 7.2.3
Language: en-US