ex0728: Number of Stories and Building Height

Description Usage Format Source Examples

Description

The 1994 World Almanac reports heights and number of stories for notable tall buildings in North America. The data in this data frame are a random sample of size 60 of those for which dates of completion were available.

Usage

1

Format

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

Year

year of completion

Height

height of building

Stories

number of stories of building

Source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

Examples

1

Example output

'data.frame':	60 obs. of  3 variables:
 $ Year   : num  1990 1980 1990 1989 1966 ...
 $ Height : num  770 677 428 410 371 ...
 $ Stories: num  54 47 28 38 29 38 80 52 45 40 ...

Sleuth2 documentation built on May 2, 2019, 7:01 a.m.