Skip to contents

This dataset, cattle_butterfat, is a data frame containing the average butterfat content for dairy cattle. It includes information on butterfat content, breed, and age.

Usage

data(cattle_butterfat)

Format

A data frame with 100 observations and 3 variables:

Butterfat

Numeric vector indicating the butterfat content

Breed

Factor w/ 5 levels indicating the breed

Age

Factor w/ 2 levels indicating the age

Source

Data taken from the GLMsData package version 1.4

Details

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