Skip to contents

This dataset, broiler_growth, is a data frame containing daily weight, feed, and egg measurements for a broiler chicken. It includes information on body weight, target body weight, average daily feed intake, average daily gain, egg weight, and age.

Usage

data(broiler_growth)

Format

A data frame with 59 observations and 6 variables:

bw

Integer vector indicating the body weight

targetbw

Integer vector indicating the target body weight

adfi

Numeric vector indicating the average daily feed intake

adg

Numeric vector indicating the average daily gain

eggwt

Numeric vector indicating the egg weight

age

Integer vector indicating the age

Source

Data taken from the agridat package version 1.26

Details

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