Learn R Programming

mixdist (version 0.5-5)

cassie: Cassie's Length-Frequency Example

Description

Data for Cassie's (1954) analysis of size frequency distributions.

The cassie data frame has 40 rows and 2 columns.

Usage

data(cassie)

Arguments

Format

This data frame contains the following columns:

length

the boundaries of grouping intervals.

freq

the frequencies of observation falling into each interval.

References

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

Examples

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

Run the code above in your browser using DataLab