Learn R Programming

BayesDA (version 2012.04-1)

light: Simon Newcomb's Measurements for the Speed of Light

Description

Simon Newcomb's measurements (1882) to measure the speed of light. The data are recordes as deviations from 24800 nanoseconds.

Usage

data(light)

Arguments

Format

The format is: atomic [1:66] 28 26 33 24 34 -44 27 16 40 -2 ... - attr(*, "comment")= chr "Units: deviations from 24800 nanoseconds"

Details

The currently accepted value for the speed of light on this scale is 33.0.

Examples

Run this code
data(light)
comment(light)
hist(light, breaks=40)
abline(v=33.0, col="red")

Run the code above in your browser using DataLab