Learn R Programming

isdals (version 3.0.1)

crabs: Weight of crabs

Description

The length and weight of 361 crabs. The crabs were measured at three different days and they were raised in three different vat types.

Usage

data(crabs)

Arguments

Format

A data frame with 361 observations on the following 5 variables.

day

id for day of measurement (a numeric vector)

date

date of measurement (a numeric vector)

kar

id of the vat type (a numeric vector

lgth

length of the crab in cm

wgt

weight of the crab in grams

Details

Only crabs from day 1 (190692) are used in the isdals book.

Examples

Run this code
data(crabs)

Run the code above in your browser using DataLab