R/data.R

#' Example covariate matrix
#'
#' @docType data
#' @format A matrix with 200 rows and 4 variables
#' @keywords data
'covariate_mat'

#' Example kinship matrix
#'
#' @docType data
#' @format A matrix with 200 rows and 200 columns
#' @keywords data
'kinship_mat'

#' Example locus list
#'
#' @docType data
#' @format A list of matrices, where each matrix has 200 rows and 1 column
#' @keywords data
'locus_list'

#' Example phenotype
#'
#' @docType data
#' @format A vector of length 200
#' @keywords data
'phenotype'

#' Example standard error of the mean per strain
#'
#' @docType data
#' @format A vector of length 200
#' @keywords data
'se_mean_per_strain'

Try the wISAM package in your browser

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

wISAM documentation built on May 2, 2019, 9:14 a.m.