abalone {FBMS} | R Documentation |
Physical measurements of 4177 abalones, a species of sea snail.
Description
%% ~~ A concise (1-5 lines) description of the dataset. ~~
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, andI
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.
Source
Dua, D. and Graff, C. (2019). UCI Machine Learning Repository https://archive.ics.uci.edu/ml/. Irvine, CA: University of California, School of Information and Computer Science.
Examples
data(abalone)
## maybe str(abalone) ; plot(abalone) ...