Learn R Programming

daewr (version 1.1-8)

strung: Repeated measures study with dairy cow diets

Description

Data from the Repeated measures study with dairy cow diets in chapter 9 of Design and Analysis of Experiments with R (strung out format)

Usage

data(strung)

Arguments

Format

A data frame with 120 observations on the following 5 variables.

Diet

a factor with levels "Barley" "Mixed" "Lupins"

Cow

a factor with levels 1 2 3 4 5 6 7 8 9 10

week

a factor with levels 1 2 3 4

protein

a numeric vector

Examples

Run this code
# NOT RUN {
data(strung)
# }

Run the code above in your browser using DataLab