openintro (version 1.7.1)

cherry: Summary information for 31 cherry trees

Description

Researchers wanting to understand the relationship between these variables for black cherry trees collected data from 31 trees in the Allegheny National Forest, Pennsylvania.

Usage

data("cherry")

Arguments

Format

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

Diam

diameter in inches (at 54 inches above ground)

Height

height is measured in feet

Volume

volume in cubic feet

Examples

Run this code
# NOT RUN {
data(cherry)
model <- lm(Volume ~ Diam + Height, cherry)
summary(model)
plot(model)
# }

Run the code above in your browser using DataLab