Skip to contents

This dataset, lamb_births, is a data frame containing lamb birth data across sheep breeds and farms. It includes information on farm, breed, lamb class, and number of lambs.

Usage

data(lamb_births)

Format

A data frame with 36 observations and 4 variables:

farm

Factor w/ 3 levels indicating the farm

breed

Factor w/ 3 levels indicating the breed

lambclass

Factor w/ 4 levels indicating the lamb class

y

Integer vector indicating the number of lambs

Source

Data taken from the agridat package version 1.26

Details

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