R Dataset / Package MASS / crabs

On this R-data statistics page, you will find information about the crabs data set which pertains to Morphological Measurements on Leptograpsus Crabs. The crabs data set is found in the MASS R package. You can load the crabs data set in R by issuing the following command at the console data("crabs"). This will load the data into a variable called crabs. If R says the crabs 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 crabs R data set. The size of this file is about 6,927 bytes.

Morphological Measurements on Leptograpsus Crabs

Description

The crabs data frame has 200 rows and 8 columns, describing 5 morphological measurements on 50 crabs each of two colour forms and both sexes, of the species Leptograpsus variegatus collected at Fremantle, W. Australia.

Usage

crabs

Format

This data frame contains the following columns:

sp

species - "B" or "O" for blue or orange.

sex

as it says.

index

index 1:50 within each of the four groups.

FL

frontal lobe size (mm).

RW

rear width (mm).

CL

carapace length (mm).

CW

carapace width (mm).

BD

body depth (mm).

Source

Campbell, N.A. and Mahon, R.J. (1974) A multivariate study of variation in two species of rock crab of genus Leptograpsus. Australian Journal of Zoology 22, 417–425.

References

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

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

Attachments: csv, json

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