abalone | R Documentation |
%% ~~ A concise (1-5 lines) description of the dataset. ~~
A data frame with 4177 observations on the following 9 variables.
Diameter Perpendicular to length, continuous
Height with with meat in shell, continuous.
Longest shell measurement, continuous
+1.5 gives the age in years, integer
Sex of the abalone, F
is female, M
male, and I
infant, categorical.
Grams after being dried, continuous.
Grams weight of meat, continuous.
Grams gut weight (after bleeding), continuous.
Grams whole abalone, continuous.
See the web page https://archive.ics.uci.edu/ml/datasets/Abalone for more information about the data set.
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.
data(abalone)
## maybe str(abalone) ; plot(abalone) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.