Learn R Programming

HoRM (version 0.1.3)

fly: Fruit Fly Dataset

Description

This dataset is from a study on the effects of temperature on development of the common fruit fly.

Usage

data(fly)

Arguments

Format

This data frame consists of 23 batches with the following 8 variables measured:

  • temp The experimental temperature (in degrees Celsius).

  • exp.no The experiment number.

  • duration The mean duration of the embryonic period (in hours).

  • dur.var The standard deviation of the duration of the recorded embryonic period.

  • batch The number of eggs in each batch.

  • batch.sd The standard deviation of the number of eggs in each batch.

  • egg.temp The temperature in which the eggs were laid (in degrees Celsius).

  • egg.dur The duration the eggs remained in the given conditions (in hours).

References

McCullagh, P. and Nelder, J. A. (1989), Generalized Linear Models, CRC Press.

Young, D. S. (2017), Handbook of Regression Methods, CRC Press.