Learn R Programming

favnums (version 1.0.0)

favourite_numbers: Favourite Numbers based on an online poll

Description

A dataset containing the favourite numbers selected by over 30,000 people in an online poll.

Usage

favourite_numbers

Arguments

Format

A data frame with 1123 rows and 4 variables:
number
the actual number chosen. May be NA in the case of "imaginary" numbers, or Infinite.
frequency
the number of times this number was chosen.
percentage
the percentage of user answers a particular number represents.
description
descriptions of the number's importance, as provided by Alex Bellos. Often NA.

Examples

Run this code
head(favourite_numbers)

Run the code above in your browser using DataLab