Description
Functions for Discordant Kinship Modeling.
Description
Functions for discordant kinship modeling (and other sibling-based quasi-experimental designs). Currently, the package contains data restructuring functions and functions for generating biometrically informed data for kin pairs.
README.md
discord
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.
Installation
# 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')
devtools::install_github('R-Computing-Lab/discord')
# Load package
library(discord)