Learn R Programming

faraway (version 1.0.8)

fortune: Billionaires' wealth and age

Description

Fortune magazine publishes a f the world's billionaires each year. The 1992 list includes 233 individuals. Their wealth, age, and geographic location (Asia, Europe, Middle East, United States, and Other) are reported.

Arguments

Format

A data frame with 232 observations on the following 3 variables.

wealth

Billions of dollars

age

age in years

region

a factor with levels A, Asia, E, Europe, M, Middle East, O Other, U USA

Examples

Run this code

data(fortune)
## maybe str(fortune) ; plot(fortune) ...

Run the code above in your browser using DataLab