Learn R Programming

Sleuth3 (version 1.0-3)

ex0921: Ingestion Rates of Deposit Feeders

Description

The data are the typical dry weight in mg, the typical ingestion rate (weight of food intake per day for one animal) in mg/day, and the percentage of the food that is composed of organic matter for 19 species of deposit feeders. The goal is to see whether the distribution of species' ingestion rates depends on the percentage of organic matter in the food, after accounting for the effect of species weight and to describe the association.

Usage

ex0922

Arguments

Format

A data frame with 19 observations on the following 4 variables.

Species

a character variable with the name of the species

Weight

the dry weight of the species, in mg

Ingestion

ingestion rate in mg per day

Organic

percentage of organic matter in the food

References

Cammen, L. M. (1980) Ingestion Rate: An Empirical Model for Aquatic Deposit Feeders and Detritivores, Oecologia 44: 303--310.

See Also

ex1125

Examples

Run this code
# NOT RUN {
str(ex0921)
# }

Run the code above in your browser using DataLab