Learn R Programming

mixdist (version 0.5-5)

pearson: Karl Pearson's Crab Data

Description

The data give the ratio of "forehead" breadth to body length for 1000 crabs sampled at Naples by Professor W.F.R. Weldon.

The pearson data frame has 29 rows and 2 columns.

Usage

data(pearson)

Arguments

Format

This data frame contains the following columns:

ratio

the boundaries of grouping intervals.

freq

the frequencies of observation falling into each interval.

References

http://www.math.mcmaster.ca/peter/mix/demex/excrabs.html

Examples

Run this code
# NOT RUN {
data(pearson)
plot.mixdata(pearson)
# }

Run the code above in your browser using DataLab