mushroom.int: Mushroom Interval Dataset

mushroom.intR Documentation

Mushroom Interval Dataset

Description

Mushroom interval dataset generated from mushroom dataset. The mushroom data set consists of a set of 23 species described by 3 interval variables. These mushroom species are members of the genus Agaricies. The specific variables and their values are extracted from the Fungi of California Species.

Usage

data(mushroom.int)

Format

A data frame with 23 observations and 5 variables named Species, Pileus Cap Width, Stipe Length, Stipe Thickness, and Edibility.

  • Species: The class of mushroom.

  • Pileus Cap Width: The pileus cap width of the mushroom.

  • Stipe Length: The stipe length of the mushroom.

  • Stipe Thickness: The stipe thickness of the mushroom.

  • Edibility: The edibility of mushroom (U: unknown, Y: Yes, N: No, T: Toxic).

Source

Billard, L. and Diday, E. (2006) Symbolic Data Analysis: Conceptual Statistics and Data Mining John Wiley & Sons, Ltd.

References

Billard L. and Diday E. (2006).Symbolic data analysis: Conceptual statistics and data mining. Wiley, Chichester.

Examples

data(mushroom.int)

dataSDA documentation built on July 9, 2023, 7:39 p.m.