Learn R Programming

wooldridge (version 1.1.0)

beveridge: beveridge

Description

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

Usage

data(beveridge)

Arguments

Format

A data.frame with 135 rows and 8 variables:

  • month. dec 200 through feb 2012

  • urate. unemployment rate, percent

  • vrate. vacancy rate, percent

  • t. linear time trend

  • urate_1. L.urate

  • vrate_1. L.vrate

  • curate. D.urate

  • cvrate. D.vrate

Examples

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

Run the code above in your browser using DataLab