-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 2.5 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 2.5 KB
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
Type: Package
Package: superb
Title: Summary Plots with Adjusted Error Bars
Version: 1.0.1
Date: 2025-11-30
Authors@R: c(
person("Denis", "Cousineau", email = "denis.cousineau@uottawa.ca",
role = c("aut", "cre")),
person("Bradley", "Harding", email = "bradley.harding@umoncton.ca",
role = c("ctb")),
person("Marc-Andre", "Goulet", email = "magoulet101@gmail.com",
role = c("ctb")),
person("Jesika", "Walker", email = "jwalk050@uottawa.ca",
role = c("art","pre"))
)
Author: Denis Cousineau [aut, cre],
Bradley Harding [ctb],
Marc-Andre Goulet [ctb],
Jesika Walker [art, pre]
Maintainer: Denis Cousineau <denis.cousineau@uottawa.ca>
BugReports: https://github.com/dcousin3/superb/issues/
URL: https://github.com/dcousin3/superb/,
https://CRAN.R-project.org/package=superb,
https://dcousin3.github.io/superb/
Description:
Computes standard error and confidence interval of various descriptive statistics under
various designs and sampling schemes. The main function, superb(), return a plot. It can
also be used to obtain a dataframe with the statistics and their precision intervals
so that other plotting environments (e.g., Excel)
can be used. See Cousineau and colleagues (2021) <doi:10.1177/25152459211035109>
or Cousineau (2017) <doi:10.5709/acp-0214-z> for a review as well as Cousineau (2005)
<doi:10.20982/tqmp.01.1.p042>, Morey (2008) <doi:10.20982/tqmp.04.2.p061>, Baguley (2012)
<doi:10.3758/s13428-011-0123-7>, Cousineau & Laurencelle (2016) <doi:10.1037/met0000055>,
Cousineau & O'Brien (2014) <doi:10.3758/s13428-013-0441-z>, Calderini & Harding
<doi:10.20982/tqmp.15.1.p001> for specific references.
The documentation is available at <https://dcousin3.github.io/superb/> .
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
Rdpack (>= 0.7),
methods,
utils,
stats,
MASS,
lsr (>= 0.5),
plyr (>= 1.8.4),
ggplot2 (>= 3.5.0),
stringr,
foreign,
reshape2,
shiny,
shinyBS,
rrapply
Suggests:
psych,
rlang,
dplyr,
gridExtra,
emojifont,
fMultivar,
grid,
knitr,
lattice,
boot,
png,
rmarkdown,
rstatix,
RColorBrewer,
sadists,
scales,
testthat,
tibble
RdMacros: Rdpack