| milkman {doBy} | R Documentation |
Milk yield data for cows milked manually twice a day (morning and evening).
data(milkman)
A data frame with 161836 observations on the following 12 variables.
cownoa numeric vector; cow identification
lactnoa numeric vector; lactation number
ampma numeric vector; milking time: 1: morning; 2: evening
dfca numeric vector; days from calving
mya numeric vector; milk yield (kg)
fatpcta numeric vector; fat percentage
protpcta numeric vector; protein percentage
lactpcta numeric vector; lactose percentage
scca numeric vector; somatic cell counts
racea factor with levels RDM Holstein Jersey
ecmya numeric vector; energy corrected milk
cowlactCombination of cowno and lactno; necessary because the same cow may appear more than once in the dataset (in different lactations)
There are data for 222 cows. Some cows appear more than once in the dataset (in different lactations) and there are 288 different lactations.
data(milkman) ## maybe str(milkman) ; plot(milkman) ...