| Tadpoles {mosaicModel} | R Documentation |
Swimming speed of tadpoles.
Description
Tim Watkins examined the swimming speed of tadpoles as a function of the water temperature, and the water temperature at which the tadpoles had been raised. Since size is a major determinant of speed, the tadpole's length was measured as well.
Usage
data(Tadpoles)
Format
A data frame Trucking_jobs with 129 rows and 11 variables.
groupWhether the tadpole was raised in cold water ("c") or warm ("w").rtempThe temperature (C) of the water in which the swimming speed was measured. (The swimming channel is called a "race".)lengthThe tadpole's length, in mm.vmaxThe maximum swimming speed attained in one trial, in mm/sec.
Details
It was hypothesized that tadpoles would swim faster in the temperature of water close to that in which they had been raised.
Examples
mod_1 = lm(vmax ~ poly(rtemp, 2) * group + length, data = Tadpoles)
[Package mosaicModel version 0.3.0 Index]