-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 870 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
Package: AscRtain
Title: Examining bias in observational associations due to sampling ascertainment
Version: 0.0.0.9000
Authors@R:
person(given = "Gibran",
family = "Hemani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0920-1055"))
Description: A set of simulation and plotting functions for examining different collider structures on estimates of associations between two variables.
URL: https://github.com/explodecomputer/AscRtain
BugReports: https://github.com/explodecomputer/AscRtain/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.1.0),
rmarkdown,
covr,
ggnewscale
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
R6,
dplyr,
ggplot2,
pwr,
knitr,
plot3D,
magrittr
VignetteBuilder: knitr