build_coc_zillow_rent: Creates a CoC level Zillow rent index

Description Usage Arguments Value See Also

View source: R/coc_zillow_rent.R

Description

The CoC level index is created by taking a weighted average of the census tract level Zillow rent index for the tracts in each CoC. The weights are the share of the CoC's population that are in each tract.

Usage

1
build_coc_zillow_rent(tract_rent, tract_to_coc)

Arguments

tract_rent

A data frame with processed census tract level Zillow rent index data created by build_tract_zillow_rent().

tract_to_coc

A data frame with a census tract to CoC crosswalk created by build_tract_crosswalk().

Value

A data frame with the CoC level Zillow rent index.

See Also

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


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