R/data.R

#' Example dataset for pedtricks examples and tutorial
#'
#' This contains pedigree and life history data of a fictional
#' population.  The data are relevant to power and sensitivity
#' analyses for quantitative genetic studies of natural populations.
#'
#' \describe{
#'   \item{id}{what}
#'   \item{dam}{what}
#'   \item{sire}{what}
#'   \item{sex}{what}
#'   \item{cohort}{what}
#'   \item{fatherErrorProb}{what}
#'   \item{fatherSampledProb}{what}
#'   \item{firstReproCohort}{what}
#'   \item{lastReproCohort}{what}
#' }
#' @keywords dataset

"gryphons"

#' Seychelles Warbler Genotypes
#'
#' Genotype data collected by David Richardson from Cousin Island in 1999.
#'
#' @references
#' Richardson \emph{et.al.} (2001) Molecular Ecology 10 2263-2273
#' Hadfield J.D. \emph{et al} (2006) Molecular Ecology 15 3715-31
#' 
#' @keywords dataset

"WarblerG"

Try the pedtricks package in your browser

Any scripts or data that you put into this service are public.

pedtricks documentation built on Sept. 11, 2024, 8:15 p.m.