lengthguesses | R Documentation |
The lengthguesses
list consists of 2 numeric vectors, one
giving the metric-converted length guesses (in feet) of an auditorium
whose actual length (in meters) was 13.1m, and the other containing
the length guesses of 69 others (in meters).
data(lengthguesses)
This list contains the following columns:
a numeric vector of 69 student guesses as to the length of an auditorium using the imperial system, converted to meters.
a numeric vector of 44 student guesses as to the length of an auditorium using the metric system.
Hills, M. and the M345 Course Team (1986) M345 Statistical Methods, Unit 1: Data, distributions and uncertainty, Milton Keynes: The Open University. Tables 2.1 and 2.4.
Hand, D.J., Daly, F., Lunn, A.D., McConway, K.J. and Ostrowski, E. (1994) A Handbook of Small Data Sets. Boca Raton: Chapman & Hall/CRC.
with(lengthguesses, t.test(imperial, metric))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.