-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.15 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
Type: Package
Package: cofad
Title: Contrast Analyses for Factorial Designs
Version: 0.3.1.9000
Authors@R: c(
person("Johannes", "Titz", , "johannes.titz@gmail.com", role = c("aut", "cre")),
person("Markus", "Burkhardt", , "markus.burkhardt@psychologie.tu-chemnitz.de", role = "aut"),
person("Mirka", "Henninger", , "mail@mirka-henninger.de", role = "ctb"),
person("Simone", "Malejka", role = "ctb")
)
Description: Contrast analysis for factorial designs provides an
alternative to the traditional ANOVA approach, offering the distinct
advantage of testing targeted hypotheses. The foundation of this
package is primarily rooted in the works of Rosenthal, Rosnow, and
Rubin (2000, ISBN: 978-0521659802) as well as Sedlmeier and Renkewitz
(2018, ISBN: 978-3868943214).
License: LGPL (>= 3)
URL: https://github.com/johannes-titz/cofad
Depends:
R (>= 3.5)
Imports:
dplyr,
Hmisc,
magrittr,
readr,
rhandsontable,
rlang,
shiny,
shinydashboard,
shinyjs,
stringr,
tibble,
utils
Suggests:
rmarkdown,
shinytest2,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2