Learn R Programming

GLMsData (version 1.4)

janka: Janka hardness

Description

The Janka hardness of Australian hardwoods

Usage

data(janka)

Arguments

Format

A data frame containing 36 observations with the following 2 variables.

Density

the hardwood density (units unknown); a numeric vector

Hardness

the Janka hardness (units unknown); a numeric vector

Details

The data give the Janka hardness (which is hard to measure) and the density of Australian hardwoods (which is easier to measure).

References

Williams, E. J. (1959) Regression Analysis, Wiley, New York.

Examples

Run this code
   data(janka)
   plot(janka)

Run the code above in your browser using DataLab