Ex.7.7 {SenSrivastava} | R 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)
[Package SenSrivastava version 2015.6.25.1 Index]