mcycle {VarReg} | R Documentation |
mcycle dataset.
Description
A dataset containing 133 observations from a simulated motorcycle accident, used to test crash helmets.
Usage
mcycle
Format
A data frame with 133 rows and 2 variables:
- times
in milliseconds from time of impact
- accel
in g, acceleration of the head
...
Source
Silverman, B. W. (1985) Some aspects of the spline smoothing approach to non-parametric curve fitting. Journal of the Royal Statistical Society series B 47, 1-52.
References
Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.
Examples
library(VarReg)
data(mcycle)
attach(mcycle)
plot(times,accel)
[Package VarReg version 2.0 Index]