Learn R Programming

VarReg (version 2.0)

mcycle: mcycle dataset.

Description

A dataset containing 133 observations from a simulated motorcycle accident, used to test crash helmets.

Usage

mcycle

Arguments

Format

A data frame with 133 rows and 2 variables:

times

in milliseconds from time of impact

accel

in g, acceleration of the head

...

References

Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.

Examples

Run this code
library(VarReg)
data(mcycle)
attach(mcycle)
plot(times,accel)

Run the code above in your browser using DataLab