-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·31 lines (31 loc) · 1.36 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
Package: hypr
Type: Package
Title: Hypothesis Matrix Translation
URL: https://maxrabe.com/hypr
BugReports: https://github.com/mmrabe/hypr/issues
Version: 0.2.8
Authors@R: c(
person(given = "Maximilian M.", family = "Rabe", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0002-2556-5644")),
person(given = "Shravan", family = "Vasishth", role = c("aut"), comment = c(ORCID = "0000-0003-2027-1994")),
person(given = "Sven", family = "Hohenstein", role = c("aut"), comment = c(ORCID = "0000-0002-9708-1593")),
person(given = "Reinhold", family = "Kliegl", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-0180-8488")),
person(given = "Daniel J.", family = "Schad", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2586-6823")))
Description: Translation between experimental null hypotheses, hypothesis matrices, and contrast matrices as used in linear regression models. The package is based on the method described in Schad et al. (2019) <doi:10.1016/j.jml.2019.104038> and Rabe et al. (2020) <doi:10.21105/joss.02134>.
License: GPL-3
Depends: R (>= 3.5.0)
Imports:
MASS,
pracma,
methods,
cli,
magrittr,
Matrix,
Suggests:
knitr,
rmarkdown,
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate:
'equations.R'
'hypr.R'