forked from ACCLAB/dabestr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.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
Package: dabestr
Type: Package
Title: Data Analysis using Bootstrap-Coupled Estimation
Version: 0.3.0
Authors@R: c(
person("Joses W.", "Ho",
email = "[email protected]", role = c("cre", "aut")),
person("Tayfun", "Tumkaya",
role = c("aut"))
)
Maintainer: Joses W. Ho <[email protected]>
Description: Data Analysis using Bootstrap-Coupled ESTimation.
Estimation statistics is a simple framework that avoids the pitfalls of
significance testing. It uses familiar statistical concepts: means,
mean differences, and error bars. More importantly, it focuses on the
effect size of one's experiment/intervention, as opposed to a false
dichotomy engendered by P values.
An estimation plot has two key features:
1. It presents all datapoints as a swarmplot, which orders each point to
display the underlying distribution.
2. It presents the effect size as a bootstrap 95% confidence interval on a
separate but aligned axes.
Estimation plots are introduced in Ho et al., Nature Methods 2019, 1548-7105.
<doi:10.1038/s41592-019-0470-3>.
The free-to-view PDF is located at <https://rdcu.be/bHhJ4>.
License: file LICENSE
URL: https://github.com/ACCLAB/dabestr
BugReports: https://github.com/ACCLAB/dabestr/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
magrittr,
stats,
utils
Imports:
boot,
cowplot,
dplyr,
effsize,
ellipsis,
ggplot2 (>= 3.2),
forcats,
ggforce,
ggbeeswarm,
plyr,
RColorBrewer,
rlang,
simpleboot,
stringr,
tibble,
tidyr,
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown,
tufte,
testthat,
vdiffr
VignetteBuilder: knitr