R/data.R

#' Sample pedigree for partition.
#'
#' A dataset containing pedigree information and breeding values
#' for six individuals.
#'
#' @format A data frame with 6 rows and 8 variables:
#' \describe{
#'   \item{IId}{individual's ID}
#'   \item{FId}{Father's ID}
#'   \item{MId}{Mother's ID}
#'   \item{gen}{Generation}
#'   \item{country}{Country}
#'   \item{gender}{Individual's sex}
#'   \item{bv1}{Breeding value for trait 1}
#'   \item{bv2}{Breeding value for trait 1}
#' }
#' @source Simulation.
"AlphaPart.ped"
AlphaGenes/AlphaPart documentation built on Feb. 27, 2025, 7:05 p.m.