! Profile Functions
! Chemicals: Cr6, bis-ph, perc, benzo(a)anthracene, eth. glycol, ni subsulfide [file date 11-2-05]

MaxTempCat
! Temperature ranges (categories) in Fahrenheit
TABLE
INPUT1 INTRANGE 1        "MaxTemp"
RESULT INTEGER 1         "TempCatM"
1  
#

AvgTempCat
! Temperature ranges (categories) in Fahrenheit
TABLE
INPUT1 INTRANGE 5        "AvgTemp"
50 68 77 86
RESULT INTEGER 5       "TempCatA"
1 2 3 4 5
#

DiaryPools
! Group activity diaries into pools
TABLE
INPUT1 INTRANGE 3        "MaxTemp"
55 84
INPUT2 INTRANGE 1        "AvgTemp"
INPUT3 INTINDEX 7        "DayOfWeek"
RESULT INTEGER 21        "Pool number"
4 5 6
1 2 3
1 2 3
1 2 3
1 2 3
1 2 3
4 5 6 
#

AC_Home
! Has air conditioning at home
TABLE
INPUT1 PROBABILITY 2     "A/C probabilities"
0.84 0.16
RESULT INTEGER 2         "Yes/No"
1 2
#

AC_Car
! Has air conditioning in car 
TABLE
INPUT1 PROBABILITY 2     "A/C probabilities"
0.85 0.15
RESULT INTEGER 2         "Yes/No"
1 2
#
