Unemployment {carEx}R Documentation

Canadian Monthly Unemployment Rate

Description

Monthly unemployment data for Canada for the period 1995-01-01 through 2019-02-01

Usage

Unemployment

Format

A data frame with 290 observations on the following 2 variables.

date

a "Date" object.

unemployment

Percentage unemployed.

Source

Downloaded from https://research.stlouisfed.org/ on 2019-03-18.

Examples

 plot(unemployment ~ date, type="l", lwd=2, data=Unemployment)

[Package carEx version 0.2-0 Index]