Tadpoles: Swimming speed of tadpoles.

Description Usage Format Details Examples

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

1

Format

A data frame Trucking_jobs with 129 rows and 11 variables.

Details

It was hypothesized that tadpoles would swim faster in the temperature of water close to that in which they had been raised.

Examples

1
mod_1 = lm(vmax ~ poly(rtemp, 2) * group + length, data = Tadpoles)

dtkaplan/gghelper documentation built on May 15, 2019, 5 p.m.