Learn R Programming

cba (version 0.2-5)

Mushroom: Mushroom Data Set

Description

A data set with descriptions of hypothetical samples corresponding to 23 species of gilled mushrooms in the Agaricus and Lepiota Family, classified according to their edibility as (definitely) edible or poisonous (definitely poisonous, or of unknown edibility and not recommended).

Usage

data("Mushroom")

Arguments

source

http://www.ics.uci.edu/~mlearn/MLRepository.html

Details

The records are drawn from G. H. Lincoff (1981) (Pres.), The Audubon Society Field Guide to North American Mushrooms. New York: Alfred A. Knopf. (See pages 500--525 for the Agaricus and Lepiota Family.)

The Guide clearly states that there is no simple rule for determining the edibility of a mushroom; no rule like leaflets three, let it be for Poisonous Oak and Ivy.

Unused levels in the original data were dropped.

References

Blake, C.L. & Merz, C.J. (1998). UCI Repository of Machine Learning Databases. Irvine, CA: University of California, Department of Information and Computer Science.

Examples

Run this code
data("Mushroom")
summary(Mushroom)

Run the code above in your browser using DataLab