Skip to contents

This dataset, egg_weight_daily, is a data frame containing a sample of egg weights collected on 24 consecutive days. It includes information on day and weight.

Usage

data(egg_weight_daily)

Format

A data frame with 240 observations and 2 variables:

day

Integer vector indicating the day

weight

Integer vector indicating the egg weight

Source

Data taken from the agridat package version 1.26

Details

The dataset name has been kept as 'egg_weight_daily' 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.