ex0327: Pollen Removal

Description Usage Format Source References Examples

Description

As part of a study to investigate reproductive strategies in plants, biologists recorded the time spent at sources of pollen and the proportions of pollen removed by bumblebee queens and honeybee workers pollinating a species of lily.

Usage

1

Format

A data frame with 47 observations on the following 3 variables.

PollenRemoved

proportion of pollen removed

DurationOfVisit

duration of visit (in seconds)

BeeType

factor variable with levels "Queen" and "Worker"

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

References

Harder, L.D. and Thompson, J.D. (1989). Evolutionary Options for Maximizing Pollen Dispersal of Animal-pollinated Plants, American Naturalist 133: 323–344.

Examples

1

Example output

'data.frame':	47 obs. of  3 variables:
 $ PollenRemoved  : num  0.07 0.1 0.11 0.12 0.15 0.19 0.28 0.31 0.3 0.34 ...
 $ DurationOfVisit: int  2 5 7 11 12 11 9 9 16 17 ...
 $ BeeType        : Factor w/ 2 levels "Queen","Worker": 1 1 1 1 1 1 1 1 1 1 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.