mcycle | R Documentation |
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
...
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.