-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 2.02 KB
/
DESCRIPTION
File metadata and controls
62 lines (62 loc) · 2.02 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: BGmisc
Title: An R Package for Extended Behavior Genetics Analysis
Version: 1.7.0.1.1
Authors@R: c(
person("S. Mason", "Garrison", , "garrissm@wfu.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4804-6003")),
person(c("Michael", "D."), "Hunter", role = "aut",
comment = c(ORCID = "0000-0002-3651-6709")),
person("Xuanyu", "Lyu", role = "aut",
comment = c(ORCID = "0000-0002-2841-5529")),
person(c("Rachel", "N."), "Good", role = "ctb"),
person(c("Jonathan", "D."), "Trattner", , "code@jdtrat.com", role = "aut",
comment = c(ORCID = "0000-0002-1097-7603")),
person(c("S.", "Alexandra"), "Burt", role = "aut",
comment = c(ORCID = "0000-0001-5538-7431"))
)
Description: Provides functions for behavior genetics analysis, including
variance component model identification [Hunter et al. (2021)
<doi:10.1007/s10519-021-10055-x>], calculation of relatedness
coefficients using path-tracing methods [Wright (1922)
<doi:10.1086/279872>; McArdle & McDonald (1984)
<doi:10.1111/j.2044-8317.1984.tb00802.x>], inference of relatedness,
pedigree conversion, and simulation of multi-generational family data
[Lyu et al. (2025) <doi:10.1007/s10519-025-10225-1>]. For a full
overview, see [Garrison et al. (2024) <doi:10.21105/joss.06203>]. For
a big data application see [Burt et al. (2025) <doi:
10.1016/j.ebiom.2025.105911>].
License: GPL-3
URL: https://github.com/R-Computing-Lab/BGmisc/,
https://r-computing-lab.github.io/BGmisc/
BugReports: https://github.com/R-Computing-Lab/BGmisc/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
igraph,
Matrix,
methods,
stats,
stringr
Suggests:
corrplot,
discord,
dplyr,
EasyMx,
ggpedigree,
ggplot2,
kinship2,
knitr,
mvtnorm,
OpenMx,
rmarkdown,
testthat (>= 3.0.0),
tidyverse,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.3