Learn R Programming

lmreg (version 1.2)

Wright: Wright brothers' wind tunnel data

Description

Wright brothers' 1901 wind tunnel data on pressure over different types of wings at different angles.

Usage

data(Wright)

Arguments

Format

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

Pressure

Air pressure (in psi)

Angle

Angle of wing (in degrees)

Wing

Wing type

Examples

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

Run the code above in your browser using DataLab