genodata
A matrix containing genotypes of 50 genetic variants (given in columns) in 66 individuals
(given in rows). Three genotypes are coded as 0, 1 and 2.
phenodata
A data frame containing "trait", "sex" and "age" columns: a quantitative trait to be analyzed
and its covariates.
snpdata
A data frame with descriptive information on 50 genetic variants in genodata
.
The important column is "gene": it assigns each variant to a certain gene region.
kin
A kinship matrix for the 66 individuals.
data(example.data)