Package: BGmisc Title: An R Package for Extended Behavior Genetics Analysis Version: 1.8.0 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) ], calculation of relatedness coefficients using path-tracing methods [Wright (1922) ; McArdle & McDonald (1984) ], inference of relatedness, pedigree conversion, and simulation of multi-generational family data [Lyu et al. (2025) ]. For a full overview, see [Garrison et al. (2024) ]. For a big data application see [Burt et al. (2025) ]. 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 Config/roxygen2/version: 8.0.0 RoxygenNote: 8.0.0 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://r-computing-lab.r-universe.dev Date/Publication: 2026-06-20 23:19:56 UTC RemoteUrl: https://github.com/r-computing-lab/bgmisc RemoteRef: HEAD RemoteSha: f08cbe64cf0611b00b6495e91e8cf9756c567baa NeedsCompilation: no Packaged: 2026-06-21 00:30:01 UTC; root Author: S. Mason Garrison [aut, cre] (ORCID: ), Michael D. Hunter [aut] (ORCID: ), Xuanyu Lyu [aut] (ORCID: ), Rachel N. Good [ctb], Jonathan D. Trattner [aut] (ORCID: ), S. Alexandra Burt [aut] (ORCID: ) Maintainer: S. Mason Garrison