R Dataset / Package MASS / mammals

On this R-data statistics page, you will find information about the mammals data set which pertains to Brain and Body Weights for 62 Species of Land Mammals. The mammals data set is found in the MASS R package. You can load the mammals data set in R by issuing the following command at the console data("mammals"). This will load the data into a variable called mammals. If R says the mammals data set is not found, you can try installing the package by issuing this command install.packages("MASS") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the mammals R data set. The size of this file is about 1,272 bytes.

Brain and Body Weights for 62 Species of Land Mammals

Description

A data frame with average brain and body weights for 62 species of land mammals.

Usage

mammals

Format

body

body weight in kg.

brain

brain weight in g.

name

Common name of species. (Rock hyrax-a = Heterohyrax brucci, Rock hyrax-b = Procavia habessinic..)

Source

Weisberg, S. (1985) Applied Linear Regression. 2nd edition. Wiley, pp. 144–5.

Selected from: Allison, T. and Cicchetti, D. V. (1976) Sleep in mammals: ecological and constitutional correlates. Science 194, 732–734.

References

Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-mass-mammals.html" width="100%" height="100%" style="border:0px"></iframe>