Learn R Programming

FBMS (version 1.1)

abalone: Physical measurements of 4177 abalones, a species of sea snail.

Description

%% ~~ A concise (1-5 lines) description of the dataset. ~~

Arguments

Format

A data frame with 4177 observations on the following 9 variables.

Diameter

Diameter Perpendicular to length, continuous

Height

Height with with meat in shell, continuous.

Length

Longest shell measurement, continuous

Rings

+1.5 gives the age in years, integer

Sex

Sex of the abalone, F is female, M male, and I infant, categorical.

Weight_S

Grams after being dried, continuous.

Weight_Sh

Grams weight of meat, continuous.

Weight_V

Grams gut weight (after bleeding), continuous.

Weight_W

Grams whole abalone, continuous.

Details

See the web page https://archive.ics.uci.edu/ml/datasets/Abalone for more information about the data set.

Examples

Run this code

data(abalone)
## maybe str(abalone) ; plot(abalone) ...

Run the code above in your browser using DataLab