discord

CRAN version

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)