Learn R Programming

GLMsData (version 1.4)

lactation: Lactation of dairy cows

Description

Lactation of dairy cows over time

Usage

data(lactation)

Arguments

Format

A data frame containing 35 observations on the following 2 variables.

Yield

the average daily far yield from a dairy cow, in kg/day

Week

the week in which the data were collected

Details

The data give data from a lactating dairy cow, recording the average daily fat yield over 35 weeks.

Examples

Run this code
  data(lactation)
  plot(lactation$Yield ~ lactation$Week)

Run the code above in your browser using DataLab