https://github.com/cran/MASS
Raw File
Tip revision: 2cb9f8a7a4f1489695cfd00c3235601a71f8d4d2 authored by Brian Ripley on 12 January 2024, 08:51:36 UTC
version 7.3-60.2
Tip revision: 2cb9f8a
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. (2002)
  \emph{Modern Applied Statistics with S-PLUS.} Fourth Edition. Springer.
}
\keyword{datasets}
back to top