JANKA: Australian Eucalypt Hardwoods

Description Usage Format Details Source References Examples

Description

The dataset consists of density and hardness measurements from 36 Australian Eucalypt hardwoods.

Usage

1

Format

A data frame with 36 observations on the following 2 variables:

Details

Janka hardness is a structural property of Australian hardwood timbers. The Janka hardness test measures the force required to imbed a steel ball into a piece of wood.

Source

Williams, E.J. 1959. Regression Analysis. John Wiley & Sons, New York.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
ggplot(data = JANKA, aes(x = density, y = hardness)) + geom_point() + geom_smooth()

Example output

Loading required package: lattice
Loading required package: ggplot2
`geom_smooth()` using method = 'loess' and formula 'y ~ x'

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.