build_tract_zillow_rent: Creates a census tract level Zillow rent index

Description Usage Arguments Value See Also

View source: R/coc_zillow_rent.R

Description

The census tract level index is created by taking a weighted average of the original zip code level Zillow rent index for the zip codes in each census tract. The weights are the share of the census tract's residences that are in each zip code. That data comes from the USPS census tract to zip code crosswalk.

Usage

1
build_tract_zillow_rent(rent_data, tract_to_zip)

Arguments

rent_data

A data frame with processed zip code level Zillow rent index data created by process_zillow_data()

tract_to_zip

A data frame with a processed USPS census tract to zip code crosswalk created by process_tract_to_zip().

Value

A data frame with the census tract level Zillow rent index.

See Also

process_zillow_data() for processing the raw Zillow rent index, process_tract_to_zip() for processing the census tract to zip code crosswalk, build_coc_zillow_rent() for creating the CoC level Zillow rent index


ucsf-bhhi/coc-data documentation built on Dec. 23, 2021, 1:07 p.m.