Learn R Programming

univariateML (version 1.1.1)

abalone: Abalone data

Description

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

Usage

abalone

Arguments

Format

A tibble with 4,177 observations and 9 variables:

sex

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

length

Longest shell measurement.

diameter

Diameter perpendicular to length.

height

Height with with meat in shell.

whole_weight

Grams whole abalone.

shucked_weight

Grams weight of meat.

viscera_weight

Grams gut weight (after bleeding).

shell_weight

Grams after being dried.

rings

+1.5 gives the age in years.

Details

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

References

Ko, V., Hjort, N. L., & Hobaek Haff, I. (2019). Focused information criteria for copulas. Scandinavian Journal of Statistics.

Examples

Run this code
abalone

Run the code above in your browser using DataLab