Learn R Programming

GLMsData (version 1.4)

leafblotch: Percentage leaf area of leaf blotch

Description

The percentage leaf area of barley infected with leafblotch

Usage

data(leafblotch)

Arguments

Format

A data frame with 90 observations on the following 3 variables.

Area

the percentage area infected with leaf blotch; a numeric vector

Site

the site; a factor with levels A, B up to I

Variety

the variety of barley; a factor with levels 1, 2, up to 9

Details

The data give the percentage leaf area of barley infected with Rhynchosporium secalis, or leaf blotch, for ten different barley varieties grown at nine different sites.

References

The data also appear in McCullagh and Nelder, p 329, and in Faraway (2006), Exercise 7.5.

Examples

Run this code
data(leafblotch)
plot( Area ~ Site, data=leafblotch)

Run the code above in your browser using DataLab