Learn R Programming

isdals (version 3.0.1)

thumbtack: Throwing thumbtacks

Description

A brass thumbtack was thrown 100 times and it was registered whether the pin was pointing up or down towards the table upon landing.

Usage

data(thumbtack)

Arguments

Format

The format is: int [1:100] 1 1 0 0 1 1 0 1 0 0 ...

Details

1 corresponds to "tip pointing down" and 0 corresponds to "tip pointing up"

References

Mats Rudemo (1979). Statistik og sandsynlighedslaere med biologiske anvendelser. Del 1: Grundbegreber.

Examples

Run this code
data(thumbtack)
mean(thumbtack)

Run the code above in your browser using DataLab