Learn R Programming

ANOM (version 0.5)

spring:

Description

Weights required to stretch springs of four brands by 0.1 inches.

Usage

data(spring)

Arguments

Format

A data frame with 24 observations on the following 2 variables.
brand
A factor with 4 levels giving the brands of springs.
weight
A numeric vector giving the weight required to extend the spring by 0.1 inches.

Examples

Run this code
data(spring)
str(spring)

Run the code above in your browser using DataLab