The goal of discord is to provide functions for discordant kinship modeling and other sibling-based quasi-experimental designs. It has highly customizable, efficient code for generating genetically-informed simulations and provides user-friendly functions to perform discordant-kinship regressions.
You can install the official version from CRAN
# Install/update discord with the release version from CRAN.
install.packages('discord')
You can also install/update discord with the development version of discord from GitHub with:
# If devtools is not installed, uncomment the line below.
# install.packages('devtools')
::install_github('R-Computing-Lab/discord') devtools
If you use discord
in your research or wish to refer to
it, please cite the following paper:
citation(package = "discord")
'discord' in publications use:
To cite package
Y (2025). _discord: Functions for
Garrison S, Trattner J, Hwang 1.2.3,
Discordant Kinship Modeling_. R package version <https://github.com/R-Computing-Lab/discord>.
for LaTeX users is
A BibTeX entry
@Manual{,
= {discord: Functions for Discordant Kinship Modeling},
title = {S. Mason Garrison and Jonathan Trattner and Yoo Ri Hwang},
author = {2025},
year = {R package version 1.2.3},
note = {https://github.com/R-Computing-Lab/discord},
url }
Contributions to the discord
project are welcome. For
guidelines on how to contribute, please refer to the Contributing
Guidelines. Issues and pull requests should be submitted on the
GitHub repository. For support, please use the GitHub issues page.
discord
is licensed under the GNU General Public License
v3.0. For more details, see the LICENSE
file.