strider: Skeletal dimensions of water striders

Description Usage Format Details Source References Examples

Description

Water striders live on the surface of lakes and ponds. These insects grow in six distinct stages called instars; at each transition they shed their skin / skeleton. Data has been collected on N=88 female water striders from species Limnoporus canaliculatus. Measurements are reported for the first three instars.

Usage

1

Format

A data frame with 88 observations on the following 6 variables.

Femur1

Average length of femur, instar 1

Tibia1

Average length of tibia, instar 1

Femur2

Average length of femur, instar 2

Tibia2

Average length of tibia, instar 2

Femur3

Average length of femur, instar 3

Tibia3

Average length of tibia, instar 3

Details

The actual analysis used the variables x_j star = 100 log x_j, for the j = 1 to 6 variables reported.

Source

Data courtesy of Dr. C.P. Klingenberg, University of Alberta

References

Flury, B.D. (1997) A First Course in Multivariate Statistics, New York: Springer

Examples

1
2
3
4
5
data(strider)
## Not run: 
X <- 100 * log(strider)
cov(X) ## etc.
## End(Not run)

Flury documentation built on May 1, 2019, 6:50 p.m.