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

Description Usage Format Source Examples

Description

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

Usage

1

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

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

SenSrivastava documentation built on May 2, 2019, 7:29 a.m.