Learn R Programming

data.tree (version 0.2.0-3)

mushroom: Sample Data: Data Used by the ID3 Vignette

Description

mushroom contains attributes of mushrooms. We can use this data to predict a mushroom's toxicity based on its attributes. The attributes available in the data set are:

Usage

data(mushroom)

Arguments

Format

data.frame

Details

  • color the weather outlook

  • size The temperature of the day (Hot, Mild, Cool, Cold)

  • points The humidity (High, Normal, Low)

  • edibility The wind on the day (Weak, Strong)