Learn R Programming

Rlab (version 1.1)

airplane: Distances flown by paper airplanes in an experiment with four treatments.

Description

The airplane data frame has 6 rows and 4 columns. Each data point is the distance flown by one of the of 24 airplanes randomly assigned to the four treatments described below.

Arguments

source

Motivated by a class experiment (but artificial).

Examples

Run this code
# Make side by side boxplots of the four treatments:

bplot(airplane$distance,airplane$treatment)

Run the code above in your browser using DataLab