-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 927 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
Package: twoxtwo
Type: Package
Title: Work with Two-by-Two Tables
Version: 0.1.0
Authors@R: c(person("VP", "Nagraj", role = c("aut", "cre"), email = "nagraj@nagraj.net"))
Maintainer: VP Nagraj <nagraj@nagraj.net>
Description: A collection of functions for data analysis with two-by-two contingency tables. The package provides tools to compute measures of effect (odds ratio, risk ratio, and risk difference), calculate impact numbers and attributable fractions, and perform hypothesis testing. Statistical analysis methods are oriented towards epidemiological investigation of relationships between exposures and outcomes.
Imports:
dplyr,
tidyr,
forcats,
magrittr,
rlang,
knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
lifecycle,
rmarkdown,
ggplot2,
purrr
Depends:
R (>= 2.10)
VignetteBuilder: knitr