R Dataset / Package MASS / mcycle

On this R-data statistics page, you will find information about the mcycle data set which pertains to Data from a Simulated Motorcycle Accident. The mcycle data set is found in the MASS R package. You can load the mcycle data set in R by issuing the following command at the console data("mcycle"). This will load the data into a variable called mcycle. If R says the mcycle data set is not found, you can try installing the package by issuing this command install.packages("MASS") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the mcycle R data set. The size of this file is about 1,324 bytes.

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

times

in milliseconds after impact.

accel

in g.

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.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-mass-mcycle.html" width="100%" height="100%" style="border:0px"></iframe>