Ex.7.7: U.S. Population in thousands, for exercise 7.7

Ex.7.7R Documentation

U.S. Population in thousands, for exercise 7.7

Description

The Ex.7.7 data frame has 19 rows and 2 columns.

Usage

data(Ex.7.7)

Format

This data frame contains the following columns:

y

a numeric vector, U.S. population in thousands.

t

a numeric vector, year.

Source

Sen and Srivastava.

Examples

##---- Should be DIRECTLY executable !! ----
data(Ex.7.7)
with(Ex.7.7, plot(y ~ t))
summary(Ex.7.7)

SenSrivastava documentation built on May 29, 2024, 7:34 a.m.