| Houses {heR.IndoorAir} | R Documentation |
Data set bundled with the Versar/Geomet multi-chamber chemical exposure model (MCCEM) created for the USEPA ca. 1990. The dataset contains ventilation data for 603 homes, consisting of zone volumes, air exchange rates and interzonal air flows for different seasons. The data set is described in a 1990 Versar report for the USEPA as well as in the USEPA Exposure Factors Handbook.
data(Houses)
A data frame with 604 observations, corresponding to each house that was surveyed. The following variables exist for each house:
This is the Versar 1990 PFT database taken from the MCCEM input file Housedb.dbf for 603 houses with number of stories, number of zones, zone volumes, air exchanges, and interzonal flows measured in different seasons: summer (SM), fall-spring (FL-SP), and winter (WN). The homes were primarily in CA. The study and selected results are described in the USEPA Exposure Factors Handbook, but the actual Versar (1990) report is apparently unavailable. I also couldn't find the raw databases. Apparently over 2000 houses were originally surveyed.
I downloaded the MCCEM program from the EPA.gov website and upon installation, I found the Housedb.dbf file in the installation directory, which I converted to R format using the foreign package. The file format is pretty self-explanatory with zone volumes in units of cubic meters, air exchange rate (ACH) in units of inverse hours, and the interzonal flows in units of cubic meters per hour. Up to four zones were characterized with descriptions given for each zone. Values of ventilation are given for each season, as well as overall average values.
Versar, 1990, Database of Perfluorocarbon Tracer (PFT) Ventilation Measurements, final report for USEPA Office of Toxic Substances, Versar, Inc.
USEPA. 1997. Exposure Factors Handbook. National Center for Environmental Assessment, Office of Research and Development, U.S. Environmental Protection Agency, Washington DC. Chapter 17. Residential Building Characteristics. http://www.epa.gov/oppt/exposure/docs/USEPA_1997_EFH.pdf
data(Houses)