Learn R Programming

pairwiseCI (version 0.1-27)

behenic: Measurements of behenic acid in two samples

Description

Observations below a detection limit: in field trials with transgenic and isogenic corn varieties the behenic acid content was measured. Objective is to prove equivalence.

Usage

data(behenic)

Arguments

Format

A data frame with 12 observations on the following 2 variables.

Treatment

a factor with 2 levels: transgenic xisogenic

Behenic

a numeric vector giving concentration of behenic acid, where 0.002 is the detection limit

Examples

Run this code
# NOT RUN {
data(behenic)
boxplot(Behenic~Treatment, data= behenic)
# }

Run the code above in your browser using DataLab