BSphe: Simulated phenotypic data

Description Usage Format References Examples

Description

Phenotypic data simulated with BSdat which has multiple observations per genotype

Usage

1

Format

A data frame with three columns:

ID:

the ID for each individual. These are the same 250 individuals appearing in BSdat, each with 4 replicates

Block:

a factor with 4 levels indicating the replicate

phenotype:

the phenotype value. It is generated from the same QTL effects as in BSdat, with the additional block effect and random error

References

Broman, KW and Speed TP. 2002. A model selection approach for the identification of quantitative trait loci in experimental crosses. JRSS-B 64:641-656.

Examples

1
2
3
data(BSphe)

boxplot(BSphe$phenotype~BSphe$Block)

dlmap documentation built on May 2, 2019, 2:45 a.m.