Learn R Programming

isdals (version 3.0.1)

mackerel: Nematodes in mackerel

Description

Data to examine if cooling right after catching prevents nematodes (roundworms) from moving from the belly of mackerel to the fillet. A total of 150 mackerels were investigated and their length, number of nematodes in the belly, and time before counting the nematodes in the fillet were registered. The response variable is binary: presence or absence of nematodes in the fillet.

Usage

data(mackerel)

Arguments

Format

A data frame with 150 observations on the following 7 variables.

length

a numeric vector

visc

a numeric vector

left

a numeric vector

right

a numeric vector

filet

a numeric vector

portion

a numeric vector

time

a numeric vector

Examples

Run this code
data(mackerel)
## maybe str(mackerel) ; plot(mackerel) ...

Run the code above in your browser using DataLab