discord
discord is an R package that provides functions for discordant kinship
modeling and other sibling-based quasi-experimental designs. It includes
functions for data preparation, regression analysis, and simulation of
genetically-informed data. The package is designed to facilitate the
implementation of discordant sibling designs in research, allowing for
the control of shared familial confounding factors.
Visit the discord website for more information and detailed documentation. Below is a brief overview of the package, its features, and a roadmap to get you started.
Quick Start Guide
Step 1: Install the Package
# Install from CRAN
install.packages('discord')
# Or install development version from GitHub
# install.packages('devtools')
devtools::install_github('R-Computing-Lab/discord')Step 2: Choose Your Starting Point
Your workflow depends on your data structure and experience level:
**