Skip to contents

This dataset, nitrofen_toxicity, is a data frame containing data from an experiment to measure the reproductive toxicity of nitrofen on a species of zooplankton (Ceriodaphnia dubia). Fifty animals were randomized into batches of ten and each batch was put in a solution with a measured concentration of nitrofen. It includes information on nitrofen concentration and brood sizes across three broods along with the total.

Usage

data(nitrofen_toxicity)

Format

A data frame with 50 observations and 5 variables:

conc

Numeric vector indicating the nitrofen concentration

brood1

Numeric vector indicating the number of offspring in brood 1

brood2

Numeric vector indicating the number of offspring in brood 2

brood3

Numeric vector indicating the number of offspring in brood 3

total

Numeric vector indicating the total number of offspring

Source

Data taken from the boot package version 1.3-32

Details

The dataset name has been kept as 'nitrofen_toxicity' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the agridatasets package and assists users in identifying its specific characteristics.