Last data update: 2014.03.03

R: Abalone Data
abaloneR 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)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(AppliedPredictiveModeling)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/AppliedPredictiveModeling/abalone.Rd_%03d_medium.png", width=480, height=480)
> ### Name: abalone
> ### Title: Abalone Data
> ### Aliases: abalone
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(abalone)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>