Learn R Programming

PP3 (version 1.2)

beetle: The Beetle Data

Description

The Lubischew flea beetle data consisting of six observations measured on 74 flea beetles on three species. The rows dimnames attribute contains the species id.

Usage

data(beetle)

Arguments

Format

A 74x6 data matrix.

References

Lubischew, A.A. (1962) On the use of discriminant functions in taxonomy. Biometrics, 18, 455-477.

Examples

Run this code
# NOT RUN {
data(beetle)
#
# Here is the sample mean of this multivariate data set
#
apply(beetle, 2, mean)
# [1] 177.25676 123.95946  50.35135 134.81081  12.98649  95.37838
# }

Run the code above in your browser using DataLab