-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1015 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
24
25
26
27
28
29
30
31
32
33
Package: associationstudies
Title: Custom functions useful to perform association studies and prediction analyses
Version: 0.1.0
Authors@R:
person("Leonard Daniël", "Samson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6252-7639"))
Description: This is a collection of functions that I used during my PhD. I used a combination of association studies (using the coin package and permutation testing between many variables, while using a fixed false discovery rate as a cutoff value) and prediction analyses. The package is still under development, use it at your own risk.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
coin,
ggplot2,
scales,
caret,
randomForest,
knitr,
tidyr,
rlang,
purrr,
magrittr,
stringr,
stats,
tidyselect
Depends:
R (>= 3.5.0)
LazyData: true
Suggests:
kableExtra,
testthat (>= 3.0.0)
Config/testthat/edition: 3