abalone {AppliedPredictiveModeling}R Documentation

Abalone Data

Description

The Abalone data consist of data from 4177 abalones. The data consist of measurements of the type (male, female and infant), the longest shell measurement, the diameter, height and several weights (whole, shucked, viscera and shell). The outcome is the number of rings. The age of the abalone is the number of rings plus 1.5.

The data are taken from the UCI database (http://archive.ics.uci.edu/ml/datasets/Abalone).

Usage

data(abalone)

Value

abalone

a data frame with 4177 rows and 9 columns

Examples

data(abalone)

[Package AppliedPredictiveModeling version 1.1-7 Index]