Learn R Programming

lmreg (version 1.2)

airspeed: Air speed experiment data

Description

Air speed data, which is part of a larger data set from a designed experiment (Wilkie, 1962).

Usage

data(airspeed)

Arguments

Format

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

Posmaxspeed

The position of highest speed of air blown down the space between a roughened rod and a smoothed pipe surrounding it. The position is defined as the distance (in inches) from the center of the rod, in excess of 1.4 inches

Reynolds

Reynolds number of air flow (dimensionless)

Ribht

Height of ribs on the roughened rod (in inches)

Examples

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

Run the code above in your browser using DataLab