Learn R Programming

nutshell (version 1.02)

tires.sus: Stepped Up Speed Tire Failure Test Data

Description

This data set contains the results of an experiment on tire durability conducted by the NHTSA.

Usage

data(tires.sus)

Arguments

source

The data for this example was taken from http://www-nrd.nhtsa.dot.gov/vrtc/ca/tires.htm

Details

This data is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Examples

Run this code
data(tires.sus)
library(lattice)
dotplot(as.factor(Speed_At_Failure_km_h) ~ Time_To_Failure | Tire_Type,
        data=tires.sus)

Run the code above in your browser using DataLab