Builds counts and rates of eviction and eviction court case filing at the CoC level. The rates are the number of evictions/court cases divided by the number of renting households in the CoC.
build_coc_evictions(evictions, county_crosswalk)
evictions | A data frame with county-level eviction data. |
---|---|
county_crosswalk | A data frame with the county to CoC crosswalk. |
A data frame:
coc_number
: CoC number
year
: Year
eviction_filings
: Number of eviction court cases filed
evictions
: Number of evictions
eviction_filing_rate
: Number of eviction court cases filed / renting households
eviction_rate
: Number of evictions / renting households
missing_evictions_rate
: Share of the CoC's renting households in counties with missing eviction data