Learn R Programming

DAAG (version 0.37)

Lottario: Ontario Lottery Data

Description

The data frame \verb!Lottario! is a summary of 122 weekly draws of an Ontario lottery, beginning in November, 1978. Each draw consists of 7 numbered balls, drawn without replacement from an urn consisting of balls numbered from 1 through 39.

Usage

data(cuckoos)

Arguments

source

The Ontario Lottery Corporation

References

Bellhouse, D.R. (1982). Fair is fair: new rules for Canadian lotteries. Canadian Public Policy - Analyse de Politiques 8: 311-320.

Examples

Run this code
data(Lottario)
order(Lottario$Frequency)[33:39]  # the 7 most frequently chosen numbers

Run the code above in your browser using DataLab