Learn R Programming

lmreg (version 1.2)

hoop: Hoop tree data

Description

Compressive strength and moisture content of wood in hoop trees (Williams, 1959).

Usage

data(hoop)

Arguments

Format

A data frame with 50 observations on the following 4 variables.

Temp

Temperature (in Celsius)

Tree

Hoop tree number

Strength

Maximum compressive strength parallel to the grain (in MPa)

Moisture

Moisture content (100 times water mass/dry wood mass)

Examples

Run this code
# NOT RUN {
data(hoop)
head(hoop)
# }

Run the code above in your browser using DataLab