powered by
A dataset containing 133 observations from a simulated motorcycle accident, used to test crash helmets.
mcycle
A data frame with 133 rows and 2 variables:
in milliseconds from time of impact
in g, acceleration of the head
...
Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.
library(VarReg) data(mcycle) attach(mcycle) plot(times,accel)
Run the code above in your browser using DataLab