abalone | R Documentation |
Predicting the age of abalone from physical measurements. The age of abalone is determined by cutting the shell through the cone, staining it, and counting the number of rings through a microscope – a boring and time-consuming task. Other measurements, which are easier to obtain, are used to predict the age. Further information, such as weather patterns and location (hence food availability) may be required to solve the problem. Data comes from the UCI machine learning repository. Further information can be found at: https://archive.ics.uci.edu/ml/datasets/Abalone
abalone
A data frame with 4177 rows and 9 variables:
Sex
Male, Female, Infant
Length
Longest shell measurement (mm)
Diameter
Perpendicular to length (mm)
Height
With meat in shell (mm)
Whole_Weight
Whole abalone (g)
Older_12
Whether the abalone is (strictly) greater than 12 years of age (0 = no, 1 = yes)
Warwick J Nash, Tracy L Sellers, Simon R Talbot, Andrew J Cawthorn and Wes B Ford (1994) "The Population Biology of Abalone (Haliotis species) in Tasmania. I. Blacklip Abalone (H. rubra) from the North Coast and Islands of Bass Strait",Sea Fisheries Division, Technical Report No. 48 (ISSN 1034-3288)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.