https://github.com/cran/MASS
Raw File
Tip revision: 1a16bee7f2d979cb2a7a1a5dcb68fd708b4e6608 authored by Brian Ripley on 06 October 2011, 00:00:00 UTC
version 7.3-16
Tip revision: 1a16bee
mcycle.Rd
% file MASS/man/mcycle.Rd
% copyright (C) 1994-9 W. N. Venables and B. D. Ripley
%
\name{mcycle}
\alias{mcycle}
\title{
  Data from a Simulated Motorcycle Accident
}
\description{
  A data frame giving a series of measurements of head acceleration
  in a simulated motorcycle accident, used to test crash helmets.
}
\usage{
mcycle
}
\format{
  \describe{
    \item{\code{times}}{
      in milliseconds after impact.
    }
    \item{\code{accel}}{
      in g.
    }
  }
}
\source{
  Silverman, B. W. (1985) Some aspects of the spline smoothing approach to
  non-parametric curve fitting.
  \emph{Journal of the Royal Statistical Society series B} \bold{47}, 1--52.
}
\references{
  Venables, W. N. and Ripley, B. D. (1999)
  \emph{Modern Applied Statistics with S-PLUS.} Third
  Edition. Springer.
}
\keyword{datasets}
back to top