-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.06 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
32
33
Package: rmexact
Title: Exact Tests for Random Mating in Polyploids
Version: 0.0.1
Authors@R:
c(person(given = "David",
family = "Gerard",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9450-5023")),
person(given = "Karene",
family = "Matoka Nana",
role = c("aut"),
email = "[email protected]"),
person(given = "NSF DBI 2132247",
role = "fnd",
comment = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=2132247")
)
Description: Implements exact testing procedures for random mating in
autopolyploids. We take two approaches: A sufficient statistic
approach for tetraploids and a split likelihood ratio test for
any ploidy level. We also implement a basic chi-squared test for
random mating.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
hwep (>= 2.0.0)
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr