Learn R Programming

wooldridge (version 1.1.0)

phillips: phillips

Description

Data loads lazily. Type data(phillips) into the console.

Usage

data(phillips)

Arguments

Format

A data.frame with 56 rows and 7 variables:

  • year. 1948 through 2003

  • unem. civilian unemployment rate, percent

  • inf. percentage change in CPI

  • inf_1. inf[_n-1]

  • unem_1. unem[_n-1]

  • cinf. inf - inf_1

  • cunem. unem - unem_1

Examples

Run this code
# NOT RUN {
 str(phillips)
# }

Run the code above in your browser using DataLab