R/pheno-data.R

#' @title Phenotypic Values for The Markers of The Simulated Data
#' @name pheno-data
#' @description Phenotypic values for the markers of the simulated data
#' @docType data
#' @usage data(pheno)
#' @format A numeric vector of the phenotypic values of 93 simulated
#' individuals.
#' @details Note that there is only one column for each marker.
#' @keywords datasets
#' @examples
#' data("pheno", package="vGWAS")
#' hist(pheno, breaks = 30)
"pheno"
kullrich/vGWAS documentation built on June 10, 2025, 3:56 a.m.