Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

urchin.growth

Data on growth of sea urchins


Description

Data on growth of sea urchins.

Usage

data(urchin.growth)

Format

A data frame with 250 observations on the following 2 variables.

age

Estimated age of sea urchin

size

Measurement of size

Details

Data is sampled from a data set that accompanies the thesis of P. Grosjean.

Source

Thesis was found at http://www.sciviews.org/_pgrosjean

Examples

data(urchin.growth)
plot(jitter(size) ~ jitter(age), data=urchin.growth)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.