-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 926 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: rBahadur
Title: Assortative Mating Simulation and Multivariate Bernoulli Variates
Version: 1.0.0
Authors@R:
c(person("Richard", "Border",
email= "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6293-2968")),
person("Osman", "Malik", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-4477-481X")))
Description: Simulation of phenotype / genotype data under assortative mating.
Includes functions for generating Bahadur order-2 multivariate Bernoulli
variables with general and diagonal-plus-low-rank correlation structures.
Further details are provided in: Border and Malik (2022)
<doi:10.1101/2022.10.13.512132>.
URL: https://github.com/rborder/rBahadur
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.3.0),
stats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3