Learn R Programming

discord (version 1.1.0)

discord-package: Functions for Discordant Kinship Modeling.

Description

Utilities and 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.

Arguments

Author

S. Mason Garrison (Wake Forest University) Jonathan Trattner Cermet Ream

Maintainer: S. Mason Garrison <garrissm@wfu.edu>

References

test

Examples

Run this code

library(discord) #Load the package into the current R session.

if (FALSE) {
# Install/update discord with the release version from CRAN.
install.packages('discord')

# Install/update discord with the development version from GitHub
#install.packages('devtools') #Uncomment if `devtools` isn't installed already.
devtools::install_github('R-Computing-Lab/discord')
}

Run the code above in your browser using DataLab