|
|
The
Public Health Disparities Geocoding Project Monograph |
|
| Geocoding
and Monitoring US Socioeconomic Inequalities in Health: An introduction to using area-based socioeconomic measures |
WHY? |
READ
MORE |
HOW
TO |
TRY
IT OUT! |
TOOLS |
||||||
| STEP
BY STEP COMPARISON |
||||||||
| Step
4: Now merge the combined numerator and denominator data from Step 3 with the ABSM data, by AREAKEY. |
||
| SAS
PROGRAMMING click here to download SAS program |
||
| The file rawabsm.csv is a comma-delimited file containing the 189 census tracts in Suffolk County, and the % of persons living below poverty for each tract, categorized into 4 categories (1=0-4.9%, 2=5-9.9%, 3=10-19.9%, 4=20-100%). | Next, in order to generate rates for categories of a specific ABSM, it is necessary to aggregate OVER areas into strata defined by AGECAT and ABSM. Numerators and denominators from census tracts with missing ABSM data for a particular ABSM are typically excluded from that analysis. | PROC IMPORT
OUT= rawabsm PROC SORT DATA=rawabsm
;
|
| This
work was funded by the National Institutes of Health (1RO1HD36865-01)
via the National Institute of Child Health & Human Development (NICHD)
and the Office of Behavioral & Social Science Research (OBSSR). |
||
| Copyright
© 2004 by the President and Fellows of Harvard College - The Public
Health Disparities Geocoding Project. |
||