house_prices: House Price Index and unemployment, by state

Description Usage Format Details Source Examples

Description

This data set combines the Freddie Mac House Price Index with unemployment data.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 25704 rows and 5 columns.

Details

Data columns:

Source

House Price Index: http://www.freddiemac.com/research/docs/states.xls

Unemployment: https://download.bls.gov/pub/time.series/la/la.txt

Examples

1
2
3
library(lubridate)
ggplot(filter(house_prices, state == "California", year(date) > 2000),
       aes(unemploy_perc, house_price_perc)) + geom_path()

clauswilke/dviz.supp documentation built on Aug. 25, 2020, 2:12 a.m.