mammals_brain_body_df | R Documentation |
This dataset, mammals_brain_body_df, is a data frame containing comparative neuroanatomical and life history data for 96 mammalian species. The data examine the relationship between brain size, body size, and reproductive characteristics across different mammal species.
data(mammals_brain_body_df)
A data frame with 96 observations and 5 variables:
Factor with 96 levels: Mammalian species names
Numeric: Brain weight (grams)
Numeric: Body weight (kilograms)
Integer: Gestation period (days)
Numeric: Average litter size
The dataset name has been kept as 'mammals_brain_body_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.
Data taken from the Sleuth3 package version 1.0-6. Original study: Allison, T. and Cicchetti, D.V. (1976) Sleep in Mammals: Ecological and Constitutional Correlates. Science, 194, 732-734.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.