This dataset, rabbit_body_mass, is a data frame containing measurements used to
examine the relationship between hind foot length and body weight in rabbits.
It includes continuous measurements of hind foot length and body weight.
A data frame with 141 observations and 2 variables:
- Hind_Foot_Length
Numeric vector indicating hind foot length
- Body_Weight
Numeric vector indicating body weight
Source
Data taken from the gpk package version 1.0
Details
The dataset name has been kept as 'rabbit_body_mass' to avoid confusion with
other datasets in the R ecosystem. This naming convention helps distinguish this
dataset as part of the agridatasets package and assists users in identifying its
specific characteristics.