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.
# Install/update discord with the release version from CRAN.
install.packages('discord')
# Install/update discord with the development version from GitHub.
# If devtools is not installed, uncomment the line below.
# install.packages('devtools')
::install_github('R-Computing-Lab/discord')
devtools
# Load package
library(discord)