Learn R Programming

SenSrivastava (version 0.1-14)

Ex.7.7: 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)

Arguments

concept

  • U.S. Population
  • regression
  • time series

source

Sen and Srivastava.

Examples

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

Run the code above in your browser using DataLab