Learn R Programming

dlmap (version 1.13)

BSphe: Simulated phenotypic data

Description

Phenotypic data simulated with BSdat which has multiple observations per genotype

Usage

data(BSphe)

Arguments

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

Run this code
data(BSphe)

boxplot(BSphe$phenotype~BSphe$Block)

Run the code above in your browser using DataLab