getData: Get MCAPS data objecdts

Description Usage Arguments Details Author(s) References Examples

Description

Retrieve MCAPS data objects from remote database.

Usage

1

Arguments

name

character, name of data object to retrieve

Details

If name is NULL for getData, then a character vector is returned (invisibly) containing the names of all the available data objects. Current data objects are

APWdata

a list of air pollution and weather data for all 204 U.S. counties.

siteList

character vector containing 5-digit FIPS codes for all counties.

estimates.subset

subset of county-specific log-relative risk estimates from MCAPS study.

estimates.full

full set of county-specific log-relative risk estimates from MCAPS study.

Author(s)

Roger D. Peng rpeng@jhsph.edu

References

Dominici F, Peng RD, Bell ML, Pham L, McDermott A, Zeger SL, Samet JM (2006). "Fine Particulate Air Pollution and Hospital Admission for Cardiovascular and Respiratory Diseases," Journal of the American Medical Association, 295 (10) 1127–1134.

Examples

1
2
3
4
5
6
7
## Not run: 
initMCAPS()
getData()
siteList <- getData("sitesList")
head(siteList)

## End(Not run)

MCAPS documentation built on Jan. 15, 2017, 7:51 a.m.

Related to getData in MCAPS...