Description Usage Format Details Source References
ABALONE dataset for Exercise D in Chapter 3
1 | data("EX3.ABALONE")
|
A data frame with 1528 observations on the following 7 variables.
Length
a numeric vector
Diameter
a numeric vector
Height
a numeric vector
Whole.Weight
a numeric vector
Meat.Weight
a numeric vector
Shell.Weight
a numeric vector
Rings
a numeric vector
Abalone are sea creatures that are considered a delicacy and have very pretty iridescent shells. See https://en.wikipedia.org/wiki/Abalone. Predicting the age of the abalone from physical measurements could be useful for harvesting purposes. Dimensions are in mm and weights are in grams. Rings
is an indicator of the age of the abalone (Age is about 1.5 plus the number of rings).
Data is adapted from the abalone dataset on UCI Data Repository https://archive.ics.uci.edu/ml/datasets/Abalone. Only the male abalone are represented in this dataset.
See page on UCI for full details of owner and donor of this data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.