bees | R Documentation |
Number of different types of bees caught in plates of different colours. There are four locations and within each location there are three replicates consisting of three plates of the three different colours (yellow, white and blue). Data are collected at 5 different dates over the summer season. Only data from one date available until data has been published.
A data frame with 72 observations on the following 7 variables.
a factor with levels Havreholm
Kragevig
Saltrup
Svaerdborg
. Four different localities
in Denmark.
a factor with levels A
B
C
a factor with levels Blue
White
Yellow
. Colour of plates
a factor with levels
july1
july14
june17
june3
june6
. Data
collected at different dates in summer season. Only one day is present in
the current data frame until the full data has been released.
a factor with levels Bumblebees
Solitary
.
Type of bee.
a numeric vector. The response variable with number of bees catched.
a numeric vector. The id of the clusters (each containg three plates).
Data were kindly provided by Casper Ingerslev Henriksen, Department of Agricultural Sciences, KU-LIFE. Added by Torben Martinussen <tma@life.ku.dk>
data(bees)
model <- glm(Number ~ Locality + Type*Color,
family=poisson, data=bees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.