Learn R Programming

pairwiseCI (version 0.1-27)

repellent: Repellent effect of sulphur in eight concentrations

Description

Sugar solutions were presented to certain number of bees. To assess the repellent effect of the fungicide sulphur of bees, increasing concentration of sulphur was added to the sugar solutions. The decrease of sugar solutions (i.e. uptake by bees) was measured. Low values of decrease therefore can be interpreted as high repellent effect of the sulphur concentration. Assumed to be a completely randomized design.

Usage

data(repellent)

Arguments

Format

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

decrease

a numeric vector, the absolut decrease of sugar solutions from begin to end of the experiment

treatment

a factor with levels A B C D E F G H, the concentration of sulphur

Examples

Run this code
# NOT RUN {
data(repellent)
boxplot(decrease ~ treatment, data=repellent)

# }

Run the code above in your browser using DataLab