-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 874 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: jointest
Version: 1.0
Date: 2024-12-13
Title: Multivariate Testing Through Joint Resampling-Based Tests
Authors@R:
c(person("Livio", "Finos", email = "[email protected]", role = c("cre","aut"), comment = c(ORCID = "0000-0003-3181-8078")),
person("Angela", "Andreella", role = "aut"),
person("Filippo", "Gambarota", role = "ctb"))
Description: Runs resampling-based tests jointly, e.g., sign-flip score tests from Hemerik et al., (2020) <doi:10.1111/rssb.12369>, to allow for multivariate testing, i.e., weak and strong control of the Familywise Error Rate or True Discovery Proportion.
Imports: flipscores, flip, stats, graphics, grDevices
Encoding: UTF-8
License: GPL-2
RoxygenNote: 7.3.2
Suggests:
knitr,
logistf,
rmarkdown,
ggplot2,
lme4
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true