Skip to contents

This dataset, cows_insemination, is a data frame containing records of artificial insemination and conception in cows collected over multiple time periods. It includes insemination and conception counts for three breeding cycles labeled C1, C2, and C3.

Usage

data(cows_insemination)

Format

A data frame with 10 observations and 7 variables:

Time

Factor indicating the time period

Sillod_Insemination_C1

Integer vector indicating the number of inseminations during cycle 1

Sillod_Conception_C1

Integer vector indicating the number of conceptions during cycle 1

Sillod_Insemination_C2

Integer vector indicating the number of inseminations during cycle 2

Sillod_Conception_C2

Integer vector indicating the number of conceptions during cycle 2

Sillod_Insemination_C3

Integer vector indicating the number of inseminations during cycle 3

Sillod_Conception_C3

Integer vector indicating the number of conceptions during cycle 3

Source

Data taken from the gpk package version 1.0

Details

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