Reshape dataset to long format - stats::reshape version

reshape_long(wide_df, case_id_var, time_id_var, datsize = Inf, chunks = 1)

Arguments

wide_df

dataframe in wide format

case_id_var

String with name of ID variable indicating same patient. E.g. idvar="PUBCSNUM" for SEER data.

time_id_var

String with name of variable that indicates diagnosis per patient. E.g. timevar="SEQ_NUM" for SEER data.

datsize

Number of rows to be taken from df. This parameter is mainly for testing. Default is Inf so that df is fully processed.

chunks

Numeric; default 1. Technical parameter how the data is split during reshaping.

Value

long df

Examples


data(us_second_cancer)

#prep step - reshape wide a sample of 10000 rows from us_second_cancer
usdata_wide_sample <- msSPChelpR::reshape_wide(us_second_cancer,
                         case_id_var = "fake_id", 
                         time_id_var = "SEQ_NUM", 
                         timevar_max = 2,
                         datsize = 10000)
#> Long dataset had too many cases per patient. Wide dataset is limited to  2  cases per id as defined in timevar_max option.

#now we can reshape long again
msSPChelpR::reshape_long(usdata_wide_sample,
                         case_id_var = "fake_id", 
                         time_id_var = "SEQ_NUM")
#>          fake_id SEQ_NUM                                 registry    sex  race
#> 100004.1  100004       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100004.2  100004       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100034.1  100034       1                     SEER Reg 21 - Hawaii   Male White
#> 100037.1  100037       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100038.1  100038       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100038.2  100038       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100039.1  100039       1                SEER Reg 02 - Connecticut Female White
#> 100039.2  100039       2                SEER Reg 02 - Connecticut Female White
#> 100047.1  100047       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100047.2  100047       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100057.1  100057       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 100060.1  100060       1                SEER Reg 02 - Connecticut Female White
#> 100063.1  100063       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100063.2  100063       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100073.1  100073       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100073.2  100073       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100103.1  100103       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100103.2  100103       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100110.1  100110       1                     SEER Reg 21 - Hawaii   Male White
#> 100134.1  100134       1                SEER Reg 02 - Connecticut   Male White
#> 100134.2  100134       2                SEER Reg 02 - Connecticut   Male White
#> 100143.1  100143       1                SEER Reg 02 - Connecticut   Male White
#> 100143.2  100143       2                SEER Reg 02 - Connecticut   Male White
#> 100146.1  100146       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100147.1  100147       1                     SEER Reg 21 - Hawaii   Male White
#> 100147.2  100147       2                     SEER Reg 21 - Hawaii   Male White
#> 100175.1  100175       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100175.2  100175       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100182.1  100182       1                SEER Reg 02 - Connecticut   Male Other
#> 100182.2  100182       2                SEER Reg 02 - Connecticut   Male Other
#> 100184.1  100184       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100184.2  100184       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100187.1  100187       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100187.2  100187       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100191.1  100191       1                SEER Reg 02 - Connecticut Female Black
#> 100197.1  100197       1                SEER Reg 02 - Connecticut Female White
#> 100197.2  100197       2                SEER Reg 02 - Connecticut Female White
#> 100208.1  100208       1                SEER Reg 02 - Connecticut   Male White
#> 100210.1  100210       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100221.1  100221       1                SEER Reg 02 - Connecticut Female Black
#> 100226.1  100226       1                SEER Reg 02 - Connecticut Female White
#> 100230.1  100230       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100230.2  100230       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100234.1  100234       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100237.1  100237       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 100244.1  100244       1                     SEER Reg 21 - Hawaii   Male White
#> 100266.1  100266       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100274.1  100274       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100282.1  100282       1                     SEER Reg 21 - Hawaii Female White
#> 100295.1  100295       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100295.2  100295       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 100296.1  100296       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100303.1  100303       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100310.1  100310       1                SEER Reg 02 - Connecticut Female Black
#> 100310.2  100310       2                SEER Reg 02 - Connecticut Female Black
#> 100317.1  100317       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100317.2  100317       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100319.1  100319       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 100323.1  100323       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100323.2  100323       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100330.1  100330       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100331.1  100331       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100352.1  100352       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100359.1  100359       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100359.2  100359       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100362.1  100362       1                SEER Reg 02 - Connecticut   Male White
#> 100368.1  100368       1                     SEER Reg 21 - Hawaii   Male White
#> 100368.2  100368       2                     SEER Reg 21 - Hawaii   Male White
#> 100378.1  100378       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100378.2  100378       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100385.1  100385       1                     SEER Reg 21 - Hawaii Female White
#> 100395.1  100395       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100415.1  100415       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100471.1  100471       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100473.1  100473       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100473.2  100473       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100492.1  100492       1                     SEER Reg 21 - Hawaii Female White
#> 100496.1  100496       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100501.1  100501       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100519.1  100519       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100522.1  100522       1                SEER Reg 02 - Connecticut   Male Other
#> 100530.1  100530       1                SEER Reg 02 - Connecticut   Male White
#> 100530.2  100530       2                SEER Reg 02 - Connecticut   Male White
#> 100534.1  100534       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100548.1  100548       1                SEER Reg 02 - Connecticut   Male White
#> 100570.1  100570       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100581.1  100581       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100584.1  100584       1                SEER Reg 02 - Connecticut   Male White
#> 100584.2  100584       2                SEER Reg 02 - Connecticut   Male White
#> 100590.1  100590       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 100596.1  100596       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100616.1  100616       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100616.2  100616       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100631.1  100631       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100641.1  100641       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100641.2  100641       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100642.1  100642       1                     SEER Reg 21 - Hawaii Female White
#> 100642.2  100642       2                     SEER Reg 21 - Hawaii Female White
#> 100668.1  100668       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100671.1  100671       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100675.1  100675       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100675.2  100675       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100684.1  100684       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100684.2  100684       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100699.1  100699       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100699.2  100699       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100704.1  100704       1                SEER Reg 02 - Connecticut   Male White
#> 100704.2  100704       2                SEER Reg 02 - Connecticut   Male White
#> 100710.1  100710       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100710.2  100710       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100719.1  100719       1                     SEER Reg 21 - Hawaii   Male White
#> 100724.1  100724       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100724.2  100724       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100725.1  100725       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100725.2  100725       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100739.1  100739       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100739.2  100739       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100745.1  100745       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100756.1  100756       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 100785.1  100785       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100833.1  100833       1                     SEER Reg 21 - Hawaii Female White
#> 100833.2  100833       2                     SEER Reg 21 - Hawaii Female White
#> 100849.1  100849       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100849.2  100849       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100856.1  100856       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100856.2  100856       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100857.1  100857       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100871.1  100871       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100871.2  100871       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100872.1  100872       1                     SEER Reg 21 - Hawaii Female White
#> 100898.1  100898       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100898.2  100898       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100901.1  100901       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 100905.1  100905       1                SEER Reg 02 - Connecticut Female White
#> 100905.2  100905       2                SEER Reg 02 - Connecticut Female White
#> 100908.1  100908       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 100909.1  100909       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100909.2  100909       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100918.1  100918       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100918.2  100918       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 100924.1  100924       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 100924.2  100924       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 100928.1  100928       1                SEER Reg 02 - Connecticut Female White
#> 100928.2  100928       2                SEER Reg 02 - Connecticut Female White
#> 100938.1  100938       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 100944.1  100944       1                     SEER Reg 21 - Hawaii   Male White
#> 100946.1  100946       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100951.1  100951       1                     SEER Reg 21 - Hawaii Female White
#> 100957.1  100957       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100957.2  100957       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 100967.1  100967       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 101003.1  101003       1                SEER Reg 02 - Connecticut   Male Black
#> 101003.2  101003       2                SEER Reg 02 - Connecticut   Male Black
#> 101007.1  101007       1                SEER Reg 02 - Connecticut Female White
#> 101023.1  101023       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 101036.1  101036       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101067.1  101067       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 101067.2  101067       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 101092.1  101092       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101159.1  101159       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101159.2  101159       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101160.1  101160       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101186.1  101186       1                SEER Reg 02 - Connecticut Female Black
#> 101186.2  101186       2                SEER Reg 02 - Connecticut Female Black
#> 101192.1  101192       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101196.1  101196       1                     SEER Reg 21 - Hawaii Female Other
#> 101196.2  101196       2                     SEER Reg 21 - Hawaii Female Other
#> 101200.1  101200       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101205.1  101205       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101211.1  101211       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 101211.2  101211       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 101238.1  101238       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101239.1  101239       1                SEER Reg 02 - Connecticut Female White
#> 101239.2  101239       2                SEER Reg 02 - Connecticut Female White
#> 101242.1  101242       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101242.2  101242       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101246.1  101246       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101246.2  101246       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101255.1  101255       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101255.2  101255       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101271.1  101271       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101330.1  101330       1                SEER Reg 02 - Connecticut   Male White
#> 101356.1  101356       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101356.2  101356       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101376.1  101376       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101377.1  101377       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 101393.1  101393       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101409.1  101409       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101434.1  101434       1                SEER Reg 02 - Connecticut Female White
#> 101434.2  101434       2                SEER Reg 02 - Connecticut Female White
#> 101442.1  101442       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101442.2  101442       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101445.1  101445       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 101447.1  101447       1                SEER Reg 02 - Connecticut   Male Black
#> 101468.1  101468       1                SEER Reg 02 - Connecticut Female White
#> 101469.1  101469       1                SEER Reg 02 - Connecticut Female White
#> 101469.2  101469       2                SEER Reg 02 - Connecticut Female White
#> 101474.1  101474       1                     SEER Reg 21 - Hawaii   Male White
#> 101476.1  101476       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101519.1  101519       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101531.1  101531       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101531.2  101531       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101551.1  101551       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 101551.2  101551       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 101642.1  101642       1                SEER Reg 02 - Connecticut   Male White
#> 101653.1  101653       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101676.1  101676       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101676.2  101676       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101678.1  101678       1                SEER Reg 02 - Connecticut Female White
#> 101682.1  101682       1                     SEER Reg 21 - Hawaii   Male White
#> 101723.1  101723       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101726.1  101726       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101732.1  101732       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101749.1  101749       1                SEER Reg 02 - Connecticut   Male White
#> 101749.2  101749       2                SEER Reg 02 - Connecticut   Male White
#> 101758.1  101758       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 101761.1  101761       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 101773.1  101773       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101773.2  101773       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101812.1  101812       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101812.2  101812       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101818.1  101818       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101829.1  101829       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101829.2  101829       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101831.1  101831       1                SEER Reg 02 - Connecticut Female White
#> 101833.1  101833       1                     SEER Reg 21 - Hawaii Female White
#> 101845.1  101845       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 101849.1  101849       1                SEER Reg 02 - Connecticut   Male Other
#> 101849.2  101849       2                SEER Reg 02 - Connecticut   Male Other
#> 101856.1  101856       1                SEER Reg 02 - Connecticut Female White
#> 101858.1  101858       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 101871.1  101871       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101888.1  101888       1                SEER Reg 02 - Connecticut   Male White
#> 101916.1  101916       1                     SEER Reg 21 - Hawaii Female White
#> 101926.1  101926       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 101926.2  101926       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 101930.1  101930       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101930.2  101930       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101933.1  101933       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101935.1  101935       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101935.2  101935       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101946.1  101946       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 101951.1  101951       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101951.2  101951       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 101958.1  101958       1                SEER Reg 02 - Connecticut Female Black
#> 101960.1  101960       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101960.2  101960       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 101962.1  101962       1                     SEER Reg 21 - Hawaii   Male White
#> 101962.2  101962       2                     SEER Reg 21 - Hawaii   Male White
#> 101963.1  101963       1                SEER Reg 02 - Connecticut   Male White
#> 101970.1  101970       1                SEER Reg 02 - Connecticut   Male White
#> 101973.1  101973       1                SEER Reg 02 - Connecticut Female White
#> 101973.2  101973       2                SEER Reg 02 - Connecticut Female White
#> 102000.1  102000       1                SEER Reg 02 - Connecticut   Male White
#> 102006.1  102006       1                     SEER Reg 21 - Hawaii   Male White
#> 102018.1  102018       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 102032.1  102032       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102032.2  102032       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102039.1  102039       1                SEER Reg 02 - Connecticut Female Black
#> 102047.1  102047       1                SEER Reg 02 - Connecticut Female Black
#> 102053.1  102053       1                SEER Reg 02 - Connecticut   Male Other
#> 102053.2  102053       2                SEER Reg 02 - Connecticut   Male Other
#> 102079.1  102079       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102098.1  102098       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102098.2  102098       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102100.1  102100       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 102102.1  102102       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102125.1  102125       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102130.1  102130       1                SEER Reg 02 - Connecticut   Male White
#> 102130.2  102130       2                SEER Reg 02 - Connecticut   Male White
#> 102136.1  102136       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102136.2  102136       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102149.1  102149       1                SEER Reg 02 - Connecticut Female White
#> 102157.1  102157       1                SEER Reg 02 - Connecticut   Male White
#> 102169.1  102169       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102176.1  102176       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102183.1  102183       1                     SEER Reg 21 - Hawaii   Male White
#> 102183.2  102183       2                     SEER Reg 21 - Hawaii   Male White
#> 102192.1  102192       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102192.2  102192       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102199.1  102199       1                     SEER Reg 21 - Hawaii   Male Black
#> 102215.1  102215       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102229.1  102229       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102229.2  102229       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102230.1  102230       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102284.1  102284       1                SEER Reg 02 - Connecticut   Male Other
#> 102296.1  102296       1                SEER Reg 02 - Connecticut   Male White
#> 102296.2  102296       2                SEER Reg 02 - Connecticut   Male White
#> 102298.1  102298       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102313.1  102313       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102337.1  102337       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102347.1  102347       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102354.1  102354       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102374.1  102374       1                SEER Reg 02 - Connecticut   Male White
#> 102374.2  102374       2                SEER Reg 02 - Connecticut   Male White
#> 102377.1  102377       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102382.1  102382       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102382.2  102382       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102406.1  102406       1                SEER Reg 02 - Connecticut Female White
#> 102406.2  102406       2                SEER Reg 02 - Connecticut Female White
#> 102410.1  102410       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102413.1  102413       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102426.1  102426       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 102426.2  102426       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 102427.1  102427       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102440.1  102440       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102458.1  102458       1                SEER Reg 02 - Connecticut   Male White
#> 102472.1  102472       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 102482.1  102482       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102485.1  102485       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102485.2  102485       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102486.1  102486       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102486.2  102486       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102510.1  102510       1                SEER Reg 02 - Connecticut   Male White
#> 102510.2  102510       2                SEER Reg 02 - Connecticut   Male White
#> 102533.1  102533       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102536.1  102536       1                SEER Reg 02 - Connecticut Female Black
#> 102536.2  102536       2                SEER Reg 02 - Connecticut Female Black
#> 102542.1  102542       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102542.2  102542       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102547.1  102547       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102551.1  102551       1                SEER Reg 02 - Connecticut Female White
#> 102552.1  102552       1                SEER Reg 02 - Connecticut Female White
#> 102552.2  102552       2                SEER Reg 02 - Connecticut Female White
#> 102553.1  102553       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102573.1  102573       1                SEER Reg 02 - Connecticut Female White
#> 102573.2  102573       2                SEER Reg 02 - Connecticut Female White
#> 102599.1  102599       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102603.1  102603       1                SEER Reg 02 - Connecticut Female White
#> 102613.1  102613       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102616.1  102616       1                SEER Reg 02 - Connecticut   Male White
#> 102635.1  102635       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102635.2  102635       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102648.1  102648       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 102648.2  102648       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 102650.1  102650       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 102655.1  102655       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102655.2  102655       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102660.1  102660       1                SEER Reg 02 - Connecticut Female White
#> 102699.1  102699       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 102705.1  102705       1                SEER Reg 02 - Connecticut   Male White
#> 102705.2  102705       2                SEER Reg 02 - Connecticut   Male White
#> 102732.1  102732       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102744.1  102744       1                SEER Reg 02 - Connecticut   Male Black
#> 102755.1  102755       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 102755.2  102755       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 102757.1  102757       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102771.1  102771       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 102780.1  102780       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102780.2  102780       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 102782.1  102782       1                     SEER Reg 21 - Hawaii   Male White
#> 102804.1  102804       1                SEER Reg 02 - Connecticut Female White
#> 102804.2  102804       2                SEER Reg 02 - Connecticut Female White
#> 102831.1  102831       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102831.2  102831       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 102839.1  102839       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102839.2  102839       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 102840.1  102840       1                SEER Reg 02 - Connecticut Female White
#> 102841.1  102841       1                SEER Reg 02 - Connecticut   Male Other
#> 102841.2  102841       2                SEER Reg 02 - Connecticut   Male Other
#> 102890.1  102890       1                     SEER Reg 21 - Hawaii Female White
#> 102912.1  102912       1                SEER Reg 02 - Connecticut   Male White
#> 102925.1  102925       1                SEER Reg 02 - Connecticut Female Black
#> 102938.1  102938       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102938.2  102938       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 102939.1  102939       1                SEER Reg 02 - Connecticut Female Other
#> 102940.1  102940       1                SEER Reg 02 - Connecticut   Male White
#> 102940.2  102940       2                SEER Reg 02 - Connecticut   Male White
#> 102947.1  102947       1                SEER Reg 02 - Connecticut   Male Other
#> 102981.1  102981       1                     SEER Reg 21 - Hawaii   Male White
#> 103002.1  103002       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103006.1  103006       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103006.2  103006       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103031.1  103031       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 103031.2  103031       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 103041.1  103041       1                     SEER Reg 21 - Hawaii Female White
#> 103044.1  103044       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103062.1  103062       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 103062.2  103062       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 103079.1  103079       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103081.1  103081       1                     SEER Reg 21 - Hawaii   Male Other
#> 103082.1  103082       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 103082.2  103082       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 103118.1  103118       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103118.2  103118       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103139.1  103139       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103149.1  103149       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103155.1  103155       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103155.2  103155       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103196.1  103196       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103196.2  103196       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103199.1  103199       1                SEER Reg 02 - Connecticut Female White
#> 103201.1  103201       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 103201.2  103201       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 103203.1  103203       1                     SEER Reg 21 - Hawaii   Male Black
#> 103209.1  103209       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103209.2  103209       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103217.1  103217       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103221.1  103221       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103263.1  103263       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103263.2  103263       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103275.1  103275       1                SEER Reg 02 - Connecticut Female Other
#> 103278.1  103278       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103278.2  103278       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103285.1  103285       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103285.2  103285       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103287.1  103287       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103287.2  103287       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103289.1  103289       1                SEER Reg 02 - Connecticut   Male White
#> 103293.1  103293       1                SEER Reg 02 - Connecticut   Male White
#> 103298.1  103298       1                     SEER Reg 21 - Hawaii Female Black
#> 103298.2  103298       2                     SEER Reg 21 - Hawaii Female Black
#> 103307.1  103307       1                SEER Reg 02 - Connecticut   Male White
#> 103324.1  103324       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 103365.1  103365       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103370.1  103370       1                     SEER Reg 21 - Hawaii   Male Black
#> 103370.2  103370       2                     SEER Reg 21 - Hawaii   Male Black
#> 103398.1  103398       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 103398.2  103398       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 103429.1  103429       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103429.2  103429       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103452.1  103452       1                     SEER Reg 21 - Hawaii Female White
#> 103452.2  103452       2                     SEER Reg 21 - Hawaii Female White
#> 103464.1  103464       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103464.2  103464       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103465.1  103465       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103465.2  103465       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103477.1  103477       1                     SEER Reg 21 - Hawaii Female White
#> 103477.2  103477       2                     SEER Reg 21 - Hawaii Female White
#> 103479.1  103479       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103479.2  103479       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 103529.1  103529       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103529.2  103529       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103567.1  103567       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 103567.2  103567       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 103612.1  103612       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103672.1  103672       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103672.2  103672       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103674.1  103674       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103687.1  103687       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103687.2  103687       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103695.1  103695       1                SEER Reg 02 - Connecticut Female White
#> 103697.1  103697       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103697.2  103697       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103701.1  103701       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103706.1  103706       1                     SEER Reg 21 - Hawaii   Male White
#> 103732.1  103732       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103732.2  103732       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103736.1  103736       1                SEER Reg 02 - Connecticut   Male White
#> 103736.2  103736       2                SEER Reg 02 - Connecticut   Male White
#> 103745.1  103745       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103747.1  103747       1                SEER Reg 02 - Connecticut   Male White
#> 103766.1  103766       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 103815.1  103815       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103821.1  103821       1                SEER Reg 02 - Connecticut   Male White
#> 103824.1  103824       1                SEER Reg 02 - Connecticut Female Other
#> 103832.1  103832       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103832.2  103832       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103836.1  103836       1                     SEER Reg 21 - Hawaii   Male White
#> 103838.1  103838       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103851.1  103851       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 103859.1  103859       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103859.2  103859       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 103866.1  103866       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 103888.1  103888       1                     SEER Reg 21 - Hawaii Female White
#> 103895.1  103895       1                     SEER Reg 21 - Hawaii   Male White
#> 103895.2  103895       2                     SEER Reg 21 - Hawaii   Male White
#> 103900.1  103900       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103940.1  103940       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103940.2  103940       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 103963.1  103963       1                     SEER Reg 21 - Hawaii   Male White
#> 103963.2  103963       2                     SEER Reg 21 - Hawaii   Male White
#> 103965.1  103965       1                     SEER Reg 21 - Hawaii   Male White
#> 103965.2  103965       2                     SEER Reg 21 - Hawaii   Male White
#> 104019.1  104019       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104021.1  104021       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 104021.2  104021       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 104057.1  104057       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 104082.1  104082       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104082.2  104082       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104114.1  104114       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104114.2  104114       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104117.1  104117       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104146.1  104146       1                     SEER Reg 21 - Hawaii Female Other
#> 104149.1  104149       1                     SEER Reg 21 - Hawaii   Male White
#> 104149.2  104149       2                     SEER Reg 21 - Hawaii   Male White
#> 104157.1  104157       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104157.2  104157       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104161.1  104161       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104161.2  104161       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104169.1  104169       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104194.1  104194       1                     SEER Reg 21 - Hawaii Female White
#> 104194.2  104194       2                     SEER Reg 21 - Hawaii Female White
#> 104224.1  104224       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 104248.1  104248       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 104261.1  104261       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104261.2  104261       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104267.1  104267       1                SEER Reg 02 - Connecticut   Male Black
#> 104267.2  104267       2                SEER Reg 02 - Connecticut   Male Black
#> 104291.1  104291       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104306.1  104306       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104307.1  104307       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104316.1  104316       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104352.1  104352       1                     SEER Reg 21 - Hawaii   Male Black
#> 104352.2  104352       2                     SEER Reg 21 - Hawaii   Male Black
#> 104364.1  104364       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104433.1  104433       1                SEER Reg 02 - Connecticut Female Black
#> 104446.1  104446       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104451.1  104451       1                     SEER Reg 21 - Hawaii Female White
#> 104465.1  104465       1                SEER Reg 02 - Connecticut   Male Black
#> 104465.2  104465       2                SEER Reg 02 - Connecticut   Male Black
#> 104473.1  104473       1                SEER Reg 02 - Connecticut Female White
#> 104482.1  104482       1                SEER Reg 02 - Connecticut   Male White
#> 104482.2  104482       2                SEER Reg 02 - Connecticut   Male White
#> 104483.1  104483       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104483.2  104483       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104489.1  104489       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104489.2  104489       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104493.1  104493       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 104498.1  104498       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104535.1  104535       1                SEER Reg 02 - Connecticut   Male White
#> 104542.1  104542       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104542.2  104542       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104552.1  104552       1                SEER Reg 02 - Connecticut Female White
#> 104554.1  104554       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104562.1  104562       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 104562.2  104562       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 104566.1  104566       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104572.1  104572       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104572.2  104572       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104584.1  104584       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104597.1  104597       1                SEER Reg 02 - Connecticut   Male White
#> 104597.2  104597       2                SEER Reg 02 - Connecticut   Male White
#> 104615.1  104615       1                SEER Reg 02 - Connecticut Female White
#> 104616.1  104616       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104624.1  104624       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104624.2  104624       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104632.1  104632       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104632.2  104632       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104636.1  104636       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104646.1  104646       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104661.1  104661       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104661.2  104661       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104671.1  104671       1                     SEER Reg 21 - Hawaii Female White
#> 104671.2  104671       2                     SEER Reg 21 - Hawaii Female White
#> 104672.1  104672       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104672.2  104672       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104711.1  104711       1                SEER Reg 02 - Connecticut   Male Other
#> 104737.1  104737       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 104745.1  104745       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 104772.1  104772       1                     SEER Reg 21 - Hawaii   Male Other
#> 104772.2  104772       2                     SEER Reg 21 - Hawaii   Male Other
#> 104789.1  104789       1                SEER Reg 02 - Connecticut Female White
#> 104789.2  104789       2                SEER Reg 02 - Connecticut Female White
#> 104790.1  104790       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 104790.2  104790       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 104799.1  104799       1                SEER Reg 02 - Connecticut Female White
#> 104848.1  104848       1                SEER Reg 02 - Connecticut   Male White
#> 104856.1  104856       1                SEER Reg 02 - Connecticut   Male White
#> 104875.1  104875       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 104881.1  104881       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 104884.1  104884       1                SEER Reg 02 - Connecticut Female White
#> 104894.1  104894       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 104894.2  104894       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 104902.1  104902       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104902.2  104902       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 104920.1  104920       1                SEER Reg 02 - Connecticut Female White
#> 104940.1  104940       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 104940.2  104940       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 105000.1  105000       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105024.1  105024       1                     SEER Reg 21 - Hawaii   Male White
#> 105024.2  105024       2                     SEER Reg 21 - Hawaii   Male White
#> 105028.1  105028       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105028.2  105028       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105030.1  105030       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105042.1  105042       1                     SEER Reg 21 - Hawaii Female White
#> 105042.2  105042       2                     SEER Reg 21 - Hawaii Female White
#> 105059.1  105059       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105078.1  105078       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105085.1  105085       1                     SEER Reg 21 - Hawaii   Male Other
#> 105121.1  105121       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105156.1  105156       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105156.2  105156       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105177.1  105177       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105177.2  105177       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105190.1  105190       1                     SEER Reg 21 - Hawaii Female Black
#> 105190.2  105190       2                     SEER Reg 21 - Hawaii Female Black
#> 105231.1  105231       1                SEER Reg 02 - Connecticut Female White
#> 105239.1  105239       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105239.2  105239       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105266.1  105266       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105300.1  105300       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105300.2  105300       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105305.1  105305       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105308.1  105308       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105310.1  105310       1                     SEER Reg 21 - Hawaii Female Other
#> 105335.1  105335       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105344.1  105344       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 105345.1  105345       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105345.2  105345       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105349.1  105349       1                SEER Reg 02 - Connecticut   Male White
#> 105353.1  105353       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 105353.2  105353       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 105356.1  105356       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105356.2  105356       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105368.1  105368       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105376.1  105376       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105388.1  105388       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105388.2  105388       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105428.1  105428       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 105429.1  105429       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105433.1  105433       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105440.1  105440       1                SEER Reg 02 - Connecticut   Male Black
#> 105440.2  105440       2                SEER Reg 02 - Connecticut   Male Black
#> 105452.1  105452       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105452.2  105452       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105456.1  105456       1                SEER Reg 02 - Connecticut Female Black
#> 105513.1  105513       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105527.1  105527       1                SEER Reg 02 - Connecticut   Male Black
#> 105549.1  105549       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105549.2  105549       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105576.1  105576       1                     SEER Reg 21 - Hawaii Female Black
#> 105587.1  105587       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105599.1  105599       1                     SEER Reg 21 - Hawaii   Male White
#> 105612.1  105612       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105614.1  105614       1                SEER Reg 02 - Connecticut   Male White
#> 105614.2  105614       2                SEER Reg 02 - Connecticut   Male White
#> 105617.1  105617       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105644.1  105644       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105653.1  105653       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105653.2  105653       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105663.1  105663       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105704.1  105704       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105715.1  105715       1                SEER Reg 02 - Connecticut   Male White
#> 105731.1  105731       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 105731.2  105731       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 105753.1  105753       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 105761.1  105761       1                     SEER Reg 21 - Hawaii Female White
#> 105779.1  105779       1                SEER Reg 02 - Connecticut Female White
#> 105779.2  105779       2                SEER Reg 02 - Connecticut Female White
#> 105794.1  105794       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105794.2  105794       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105798.1  105798       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105798.2  105798       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105810.1  105810       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105814.1  105814       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105823.1  105823       1                SEER Reg 02 - Connecticut   Male White
#> 105836.1  105836       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 105836.2  105836       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 105868.1  105868       1                     SEER Reg 21 - Hawaii   Male Black
#> 105868.2  105868       2                     SEER Reg 21 - Hawaii   Male Black
#> 105877.1  105877       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105877.2  105877       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105882.1  105882       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105887.1  105887       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 105888.1  105888       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 105890.1  105890       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105890.2  105890       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 105909.1  105909       1                SEER Reg 02 - Connecticut Female White
#> 105909.2  105909       2                SEER Reg 02 - Connecticut Female White
#> 105929.1  105929       1                SEER Reg 02 - Connecticut   Male White
#> 105934.1  105934       1                SEER Reg 02 - Connecticut   Male White
#> 105935.1  105935       1                     SEER Reg 21 - Hawaii Female White
#> 105937.1  105937       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105937.2  105937       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 105949.1  105949       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 105952.1  105952       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 105954.1  105954       1                SEER Reg 02 - Connecticut   Male White
#> 105954.2  105954       2                SEER Reg 02 - Connecticut   Male White
#> 105958.1  105958       1                     SEER Reg 21 - Hawaii Female White
#> 105988.1  105988       1                SEER Reg 02 - Connecticut   Male Black
#> 105993.1  105993       1                SEER Reg 02 - Connecticut Female White
#> 106000.1  106000       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 106000.2  106000       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 106007.1  106007       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106082.1  106082       1                SEER Reg 02 - Connecticut   Male White
#> 106082.2  106082       2                SEER Reg 02 - Connecticut   Male White
#> 106101.1  106101       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106121.1  106121       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106131.1  106131       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106152.1  106152       1                SEER Reg 02 - Connecticut Female White
#> 106152.2  106152       2                SEER Reg 02 - Connecticut Female White
#> 106161.1  106161       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106161.2  106161       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106184.1  106184       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106186.1  106186       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106186.2  106186       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106189.1  106189       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106189.2  106189       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106207.1  106207       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106207.2  106207       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106230.1  106230       1                     SEER Reg 21 - Hawaii   Male Other
#> 106230.2  106230       2                     SEER Reg 21 - Hawaii   Male Other
#> 106237.1  106237       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106237.2  106237       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106253.1  106253       1                SEER Reg 02 - Connecticut   Male Black
#> 106253.2  106253       2                SEER Reg 02 - Connecticut   Male Black
#> 106255.1  106255       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106264.1  106264       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106264.2  106264       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106284.1  106284       1                SEER Reg 02 - Connecticut Female Other
#> 106284.2  106284       2                SEER Reg 02 - Connecticut Female Other
#> 106298.1  106298       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106319.1  106319       1                SEER Reg 02 - Connecticut Female White
#> 106319.2  106319       2                SEER Reg 02 - Connecticut Female White
#> 106325.1  106325       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 106325.2  106325       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 106376.1  106376       1                SEER Reg 02 - Connecticut   Male White
#> 106376.2  106376       2                SEER Reg 02 - Connecticut   Male White
#> 106392.1  106392       1                SEER Reg 02 - Connecticut Female White
#> 106392.2  106392       2                SEER Reg 02 - Connecticut Female White
#> 106399.1  106399       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106404.1  106404       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 106404.2  106404       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 106415.1  106415       1                     SEER Reg 21 - Hawaii Female Black
#> 106415.2  106415       2                     SEER Reg 21 - Hawaii Female Black
#> 106423.1  106423       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 106423.2  106423       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 106428.1  106428       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 106442.1  106442       1                SEER Reg 02 - Connecticut Female White
#> 106442.2  106442       2                SEER Reg 02 - Connecticut Female White
#> 106452.1  106452       1                SEER Reg 02 - Connecticut Female White
#> 106452.2  106452       2                SEER Reg 02 - Connecticut Female White
#> 106495.1  106495       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 106513.1  106513       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 106513.2  106513       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 106521.1  106521       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106526.1  106526       1                     SEER Reg 21 - Hawaii Female White
#> 106528.1  106528       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106529.1  106529       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106532.1  106532       1                SEER Reg 02 - Connecticut   Male White
#> 106544.1  106544       1                     SEER Reg 21 - Hawaii   Male White
#> 106552.1  106552       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106567.1  106567       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 106567.2  106567       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 106585.1  106585       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106589.1  106589       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106589.2  106589       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106593.1  106593       1                SEER Reg 02 - Connecticut Female White
#> 106593.2  106593       2                SEER Reg 02 - Connecticut Female White
#> 106597.1  106597       1                SEER Reg 02 - Connecticut Female White
#> 106605.1  106605       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106605.2  106605       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106623.1  106623       1                SEER Reg 02 - Connecticut Female White
#> 106625.1  106625       1                     SEER Reg 21 - Hawaii Female White
#> 106639.1  106639       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106640.1  106640       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 106671.1  106671       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 106671.2  106671       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 106702.1  106702       1                     SEER Reg 21 - Hawaii   Male White
#> 106702.2  106702       2                     SEER Reg 21 - Hawaii   Male White
#> 106728.1  106728       1                     SEER Reg 21 - Hawaii   Male Other
#> 106728.2  106728       2                     SEER Reg 21 - Hawaii   Male Other
#> 106730.1  106730       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106748.1  106748       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106748.2  106748       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106762.1  106762       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 106762.2  106762       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 106796.1  106796       1                SEER Reg 02 - Connecticut Female White
#> 106796.2  106796       2                SEER Reg 02 - Connecticut Female White
#> 106802.1  106802       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106802.2  106802       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106813.1  106813       1                SEER Reg 02 - Connecticut Female White
#> 106816.1  106816       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 106823.1  106823       1                     SEER Reg 21 - Hawaii   Male Black
#> 106830.1  106830       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106830.2  106830       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106832.1  106832       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 106858.1  106858       1                SEER Reg 02 - Connecticut   Male Other
#> 106862.1  106862       1                SEER Reg 02 - Connecticut Female White
#> 106862.2  106862       2                SEER Reg 02 - Connecticut Female White
#> 106871.1  106871       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 106871.2  106871       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 106874.1  106874       1                SEER Reg 02 - Connecticut   Male White
#> 106874.2  106874       2                SEER Reg 02 - Connecticut   Male White
#> 106884.1  106884       1                SEER Reg 02 - Connecticut   Male White
#> 106897.1  106897       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 106899.1  106899       1                     SEER Reg 21 - Hawaii Female White
#> 106899.2  106899       2                     SEER Reg 21 - Hawaii Female White
#> 106900.1  106900       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106900.2  106900       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106915.1  106915       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106915.2  106915       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106924.1  106924       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 106942.1  106942       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 106955.1  106955       1                     SEER Reg 21 - Hawaii   Male Other
#> 106988.1  106988       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106988.2  106988       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106993.1  106993       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 106994.1  106994       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 106994.2  106994       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107015.1  107015       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107040.1  107040       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107040.2  107040       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107046.1  107046       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107046.2  107046       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107055.1  107055       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107056.1  107056       1                SEER Reg 02 - Connecticut Female White
#> 107070.1  107070       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 107084.1  107084       1                SEER Reg 02 - Connecticut Female White
#> 107108.1  107108       1                SEER Reg 02 - Connecticut   Male Black
#> 107109.1  107109       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107109.2  107109       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107126.1  107126       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107139.1  107139       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107157.1  107157       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107157.2  107157       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107196.1  107196       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107210.1  107210       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107210.2  107210       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107220.1  107220       1                SEER Reg 02 - Connecticut   Male White
#> 107220.2  107220       2                SEER Reg 02 - Connecticut   Male White
#> 107240.1  107240       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107279.1  107279       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107282.1  107282       1                SEER Reg 02 - Connecticut   Male White
#> 107282.2  107282       2                SEER Reg 02 - Connecticut   Male White
#> 107297.1  107297       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 107301.1  107301       1                     SEER Reg 21 - Hawaii   Male Black
#> 107325.1  107325       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107326.1  107326       1                SEER Reg 02 - Connecticut   Male White
#> 107326.2  107326       2                SEER Reg 02 - Connecticut   Male White
#> 107328.1  107328       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107328.2  107328       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107330.1  107330       1                SEER Reg 02 - Connecticut   Male Other
#> 107342.1  107342       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107342.2  107342       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107349.1  107349       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 107377.1  107377       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 107377.2  107377       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 107402.1  107402       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107402.2  107402       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107410.1  107410       1                SEER Reg 02 - Connecticut   Male White
#> 107419.1  107419       1                SEER Reg 02 - Connecticut Female White
#> 107419.2  107419       2                SEER Reg 02 - Connecticut Female White
#> 107478.1  107478       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 107478.2  107478       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 107483.1  107483       1                SEER Reg 02 - Connecticut   Male White
#> 107507.1  107507       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107508.1  107508       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107508.2  107508       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107515.1  107515       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 107515.2  107515       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 107520.1  107520       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107536.1  107536       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 107537.1  107537       1                     SEER Reg 21 - Hawaii Female White
#> 107538.1  107538       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107538.2  107538       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107559.1  107559       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107564.1  107564       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107564.2  107564       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107575.1  107575       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107592.1  107592       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107625.1  107625       1                SEER Reg 02 - Connecticut   Male White
#> 107649.1  107649       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107649.2  107649       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107651.1  107651       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107651.2  107651       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107671.1  107671       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 107671.2  107671       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 107678.1  107678       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107691.1  107691       1                SEER Reg 02 - Connecticut Female White
#> 107696.1  107696       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 107720.1  107720       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107720.2  107720       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107724.1  107724       1                SEER Reg 02 - Connecticut   Male White
#> 107724.2  107724       2                SEER Reg 02 - Connecticut   Male White
#> 107732.1  107732       1                SEER Reg 02 - Connecticut Female White
#> 107740.1  107740       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107754.1  107754       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 107765.1  107765       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107765.2  107765       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 107766.1  107766       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107774.1  107774       1                     SEER Reg 21 - Hawaii Female White
#> 107774.2  107774       2                     SEER Reg 21 - Hawaii Female White
#> 107795.1  107795       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107807.1  107807       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 107808.1  107808       1                SEER Reg 02 - Connecticut Female Black
#> 107812.1  107812       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107819.1  107819       1                SEER Reg 02 - Connecticut   Male White
#> 107859.1  107859       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107859.2  107859       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107915.1  107915       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 107917.1  107917       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107920.1  107920       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 107942.1  107942       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107942.2  107942       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 107945.1  107945       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107945.2  107945       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107969.1  107969       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107969.2  107969       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 107996.1  107996       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108000.1  108000       1                SEER Reg 02 - Connecticut   Male White
#> 108002.1  108002       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 108007.1  108007       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108044.1  108044       1                     SEER Reg 21 - Hawaii   Male White
#> 108044.2  108044       2                     SEER Reg 21 - Hawaii   Male White
#> 108053.1  108053       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 108056.1  108056       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 108061.1  108061       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108061.2  108061       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108063.1  108063       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 108063.2  108063       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 108092.1  108092       1                     SEER Reg 21 - Hawaii   Male White
#> 108093.1  108093       1                SEER Reg 02 - Connecticut Female White
#> 108121.1  108121       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 108126.1  108126       1                SEER Reg 02 - Connecticut   Male Black
#> 108126.2  108126       2                SEER Reg 02 - Connecticut   Male Black
#> 108131.1  108131       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108135.1  108135       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108136.1  108136       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 108140.1  108140       1                SEER Reg 02 - Connecticut   Male Black
#> 108152.1  108152       1                SEER Reg 02 - Connecticut Female White
#> 108152.2  108152       2                SEER Reg 02 - Connecticut Female White
#> 108160.1  108160       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108184.1  108184       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108184.2  108184       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108188.1  108188       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108188.2  108188       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108203.1  108203       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 108203.2  108203       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 108210.1  108210       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108210.2  108210       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108234.1  108234       1                     SEER Reg 21 - Hawaii   Male White
#> 108234.2  108234       2                     SEER Reg 21 - Hawaii   Male White
#> 108241.1  108241       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108241.2  108241       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108266.1  108266       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 108298.1  108298       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108298.2  108298       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108299.1  108299       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108299.2  108299       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108329.1  108329       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108352.1  108352       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108356.1  108356       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108363.1  108363       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 108371.1  108371       1                     SEER Reg 21 - Hawaii   Male White
#> 108384.1  108384       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108410.1  108410       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108410.2  108410       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108434.1  108434       1                SEER Reg 02 - Connecticut Female White
#> 108446.1  108446       1                     SEER Reg 21 - Hawaii Female White
#> 108456.1  108456       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108461.1  108461       1                     SEER Reg 21 - Hawaii   Male White
#> 108461.2  108461       2                     SEER Reg 21 - Hawaii   Male White
#> 108463.1  108463       1                     SEER Reg 21 - Hawaii   Male White
#> 108467.1  108467       1                SEER Reg 02 - Connecticut   Male White
#> 108473.1  108473       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108479.1  108479       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108484.1  108484       1                SEER Reg 02 - Connecticut   Male White
#> 108484.2  108484       2                SEER Reg 02 - Connecticut   Male White
#> 108494.1  108494       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108494.2  108494       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108504.1  108504       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108504.2  108504       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108510.1  108510       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 108510.2  108510       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 108512.1  108512       1                SEER Reg 02 - Connecticut Female Black
#> 108519.1  108519       1                     SEER Reg 21 - Hawaii Female White
#> 108519.2  108519       2                     SEER Reg 21 - Hawaii Female White
#> 108561.1  108561       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108561.2  108561       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108573.1  108573       1                SEER Reg 02 - Connecticut   Male White
#> 108573.2  108573       2                SEER Reg 02 - Connecticut   Male White
#> 108627.1  108627       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 108627.2  108627       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 108653.1  108653       1                     SEER Reg 21 - Hawaii Female White
#> 108661.1  108661       1                     SEER Reg 21 - Hawaii Female White
#> 108661.2  108661       2                     SEER Reg 21 - Hawaii Female White
#> 108664.1  108664       1                SEER Reg 02 - Connecticut   Male Other
#> 108689.1  108689       1                     SEER Reg 21 - Hawaii   Male White
#> 108689.2  108689       2                     SEER Reg 21 - Hawaii   Male White
#> 108704.1  108704       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108709.1  108709       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 108709.2  108709       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 108717.1  108717       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108717.2  108717       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108719.1  108719       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 108719.2  108719       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 108722.1  108722       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108722.2  108722       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108727.1  108727       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 108729.1  108729       1                     SEER Reg 21 - Hawaii   Male Other
#> 108729.2  108729       2                     SEER Reg 21 - Hawaii   Male Other
#> 108751.1  108751       1                SEER Reg 02 - Connecticut Female White
#> 108785.1  108785       1                SEER Reg 02 - Connecticut   Male White
#> 108785.2  108785       2                SEER Reg 02 - Connecticut   Male White
#> 108789.1  108789       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108789.2  108789       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108833.1  108833       1                     SEER Reg 21 - Hawaii Female White
#> 108833.2  108833       2                     SEER Reg 21 - Hawaii Female White
#> 108838.1  108838       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108838.2  108838       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108870.1  108870       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108887.1  108887       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108889.1  108889       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 108902.1  108902       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 108902.2  108902       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 108903.1  108903       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108917.1  108917       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108917.2  108917       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108920.1  108920       1                SEER Reg 02 - Connecticut Female White
#> 108934.1  108934       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 108939.1  108939       1                SEER Reg 02 - Connecticut   Male White
#> 108939.2  108939       2                SEER Reg 02 - Connecticut   Male White
#> 108943.1  108943       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 108943.2  108943       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 108958.1  108958       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108959.1  108959       1                SEER Reg 02 - Connecticut Female White
#> 108961.1  108961       1                SEER Reg 02 - Connecticut Female White
#> 108961.2  108961       2                SEER Reg 02 - Connecticut Female White
#> 108968.1  108968       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108968.2  108968       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 108976.1  108976       1                SEER Reg 02 - Connecticut Female White
#> 108979.1  108979       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 108992.1  108992       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 108992.2  108992       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 108995.1  108995       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 108995.2  108995       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 109017.1  109017       1                     SEER Reg 21 - Hawaii   Male Other
#> 109017.2  109017       2                     SEER Reg 21 - Hawaii   Male Other
#> 109030.1  109030       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109058.1  109058       1                SEER Reg 02 - Connecticut Female White
#> 109062.1  109062       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109063.1  109063       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109066.1  109066       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109066.2  109066       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109119.1  109119       1                SEER Reg 02 - Connecticut   Male White
#> 109119.2  109119       2                SEER Reg 02 - Connecticut   Male White
#> 109128.1  109128       1                SEER Reg 02 - Connecticut   Male Other
#> 109128.2  109128       2                SEER Reg 02 - Connecticut   Male Other
#> 109137.1  109137       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109142.1  109142       1                     SEER Reg 21 - Hawaii   Male White
#> 109142.2  109142       2                     SEER Reg 21 - Hawaii   Male White
#> 109143.1  109143       1                SEER Reg 02 - Connecticut Female Black
#> 109150.1  109150       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109173.1  109173       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 109182.1  109182       1                SEER Reg 02 - Connecticut Female White
#> 109205.1  109205       1                SEER Reg 02 - Connecticut Female White
#> 109205.2  109205       2                SEER Reg 02 - Connecticut Female White
#> 109212.1  109212       1                SEER Reg 02 - Connecticut   Male White
#> 109212.2  109212       2                SEER Reg 02 - Connecticut   Male White
#> 109216.1  109216       1                SEER Reg 02 - Connecticut   Male White
#> 109225.1  109225       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 109225.2  109225       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 109254.1  109254       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 109255.1  109255       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 109256.1  109256       1                SEER Reg 02 - Connecticut Female White
#> 109256.2  109256       2                SEER Reg 02 - Connecticut Female White
#> 109262.1  109262       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109262.2  109262       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109263.1  109263       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109263.2  109263       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109270.1  109270       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109270.2  109270       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109275.1  109275       1                SEER Reg 02 - Connecticut Female White
#> 109284.1  109284       1                     SEER Reg 21 - Hawaii Female White
#> 109297.1  109297       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109297.2  109297       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109325.1  109325       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109325.2  109325       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109326.1  109326       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109326.2  109326       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109328.1  109328       1                     SEER Reg 21 - Hawaii   Male White
#> 109378.1  109378       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109401.1  109401       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109401.2  109401       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109412.1  109412       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109422.1  109422       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109422.2  109422       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109427.1  109427       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109439.1  109439       1                SEER Reg 02 - Connecticut Female White
#> 109439.2  109439       2                SEER Reg 02 - Connecticut Female White
#> 109465.1  109465       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109465.2  109465       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 109499.1  109499       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109499.2  109499       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109506.1  109506       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109506.2  109506       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109509.1  109509       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109514.1  109514       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109514.2  109514       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109538.1  109538       1                SEER Reg 02 - Connecticut   Male White
#> 109538.2  109538       2                SEER Reg 02 - Connecticut   Male White
#> 109545.1  109545       1                SEER Reg 02 - Connecticut   Male Other
#> 109545.2  109545       2                SEER Reg 02 - Connecticut   Male Other
#> 109586.1  109586       1                SEER Reg 02 - Connecticut Female Other
#> 109586.2  109586       2                SEER Reg 02 - Connecticut Female Other
#> 109587.1  109587       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 109587.2  109587       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 109609.1  109609       1                SEER Reg 02 - Connecticut Female Other
#> 109610.1  109610       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109654.1  109654       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109657.1  109657       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 109657.2  109657       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 109668.1  109668       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 109668.2  109668       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 109674.1  109674       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109674.2  109674       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109681.1  109681       1                SEER Reg 02 - Connecticut Female White
#> 109681.2  109681       2                SEER Reg 02 - Connecticut Female White
#> 109715.1  109715       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109726.1  109726       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 109739.1  109739       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 109793.1  109793       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109801.1  109801       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109803.1  109803       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109804.1  109804       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109836.1  109836       1                SEER Reg 02 - Connecticut   Male White
#> 109836.2  109836       2                SEER Reg 02 - Connecticut   Male White
#> 109847.1  109847       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109860.1  109860       1                SEER Reg 02 - Connecticut   Male Black
#> 109872.1  109872       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 109897.1  109897       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 109901.1  109901       1                SEER Reg 02 - Connecticut Female White
#> 109901.2  109901       2                SEER Reg 02 - Connecticut Female White
#> 109913.1  109913       1                SEER Reg 02 - Connecticut   Male White
#> 109913.2  109913       2                SEER Reg 02 - Connecticut   Male White
#> 109941.1  109941       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109948.1  109948       1                SEER Reg 02 - Connecticut   Male White
#> 109979.1  109979       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109979.2  109979       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 109985.1  109985       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 109985.2  109985       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 109988.1  109988       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 109990.1  109990       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 109990.2  109990       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 109991.1  109991       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 110005.1  110005       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110009.1  110009       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110009.2  110009       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110014.1  110014       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110014.2  110014       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110031.1  110031       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110031.2  110031       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110043.1  110043       1                SEER Reg 02 - Connecticut Female White
#> 110043.2  110043       2                SEER Reg 02 - Connecticut Female White
#> 110110.1  110110       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110126.1  110126       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 110152.1  110152       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110152.2  110152       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110153.1  110153       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110153.2  110153       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110211.1  110211       1                SEER Reg 02 - Connecticut Female White
#> 110239.1  110239       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110239.2  110239       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110242.1  110242       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110242.2  110242       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110249.1  110249       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110254.1  110254       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110256.1  110256       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 110262.1  110262       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110262.2  110262       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110264.1  110264       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110264.2  110264       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110271.1  110271       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110271.2  110271       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110274.1  110274       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110278.1  110278       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110294.1  110294       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110306.1  110306       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 110306.2  110306       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 110317.1  110317       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110340.1  110340       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110346.1  110346       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 110359.1  110359       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110359.2  110359       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110373.1  110373       1                     SEER Reg 21 - Hawaii Female White
#> 110412.1  110412       1                     SEER Reg 21 - Hawaii Female White
#> 110412.2  110412       2                     SEER Reg 21 - Hawaii Female White
#> 110414.1  110414       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110425.1  110425       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110451.1  110451       1                SEER Reg 02 - Connecticut   Male White
#> 110456.1  110456       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110477.1  110477       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110480.1  110480       1                SEER Reg 02 - Connecticut Female White
#> 110502.1  110502       1                SEER Reg 02 - Connecticut   Male White
#> 110502.2  110502       2                SEER Reg 02 - Connecticut   Male White
#> 110525.1  110525       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110549.1  110549       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110564.1  110564       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 110580.1  110580       1                     SEER Reg 21 - Hawaii Female Other
#> 110580.2  110580       2                     SEER Reg 21 - Hawaii Female Other
#> 110582.1  110582       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110584.1  110584       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 110584.2  110584       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 110607.1  110607       1                SEER Reg 02 - Connecticut   Male Black
#> 110616.1  110616       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 110616.2  110616       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 110618.1  110618       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 110618.2  110618       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 110653.1  110653       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110653.2  110653       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110657.1  110657       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110661.1  110661       1                     SEER Reg 21 - Hawaii   Male White
#> 110661.2  110661       2                     SEER Reg 21 - Hawaii   Male White
#> 110676.1  110676       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110679.1  110679       1                SEER Reg 02 - Connecticut Female White
#> 110679.2  110679       2                SEER Reg 02 - Connecticut Female White
#> 110700.1  110700       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110705.1  110705       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110711.1  110711       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110712.1  110712       1                SEER Reg 02 - Connecticut   Male White
#> 110723.1  110723       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110723.2  110723       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110725.1  110725       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110725.2  110725       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110729.1  110729       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110743.1  110743       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110743.2  110743       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110746.1  110746       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110753.1  110753       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110753.2  110753       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110783.1  110783       1                SEER Reg 02 - Connecticut Female White
#> 110783.2  110783       2                SEER Reg 02 - Connecticut Female White
#> 110802.1  110802       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110802.2  110802       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110823.1  110823       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 110830.1  110830       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 110835.1  110835       1                     SEER Reg 21 - Hawaii   Male White
#> 110896.1  110896       1                     SEER Reg 21 - Hawaii   Male White
#> 110896.2  110896       2                     SEER Reg 21 - Hawaii   Male White
#> 110901.1  110901       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 110902.1  110902       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110902.2  110902       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110913.1  110913       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110913.2  110913       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110948.1  110948       1                SEER Reg 02 - Connecticut   Male White
#> 110969.1  110969       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110969.2  110969       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110987.1  110987       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 110993.1  110993       1                SEER Reg 02 - Connecticut Female White
#> 110993.2  110993       2                SEER Reg 02 - Connecticut Female White
#> 110998.1  110998       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 110998.2  110998       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111010.1  111010       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111029.1  111029       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111050.1  111050       1                SEER Reg 02 - Connecticut Female White
#> 111057.1  111057       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 111060.1  111060       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111087.1  111087       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111089.1  111089       1                     SEER Reg 21 - Hawaii   Male Black
#> 111089.2  111089       2                     SEER Reg 21 - Hawaii   Male Black
#> 111099.1  111099       1                SEER Reg 02 - Connecticut   Male White
#> 111099.2  111099       2                SEER Reg 02 - Connecticut   Male White
#> 111104.1  111104       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 111114.1  111114       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111135.1  111135       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111158.1  111158       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111175.1  111175       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 111216.1  111216       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111216.2  111216       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111264.1  111264       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111283.1  111283       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111304.1  111304       1                SEER Reg 02 - Connecticut   Male White
#> 111304.2  111304       2                SEER Reg 02 - Connecticut   Male White
#> 111307.1  111307       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111320.1  111320       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 111320.2  111320       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 111323.1  111323       1                     SEER Reg 21 - Hawaii Female Black
#> 111349.1  111349       1                SEER Reg 02 - Connecticut   Male White
#> 111363.1  111363       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 111369.1  111369       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 111379.1  111379       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111388.1  111388       1                     SEER Reg 21 - Hawaii   Male White
#> 111388.2  111388       2                     SEER Reg 21 - Hawaii   Male White
#> 111394.1  111394       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111411.1  111411       1                SEER Reg 02 - Connecticut Female White
#> 111411.2  111411       2                SEER Reg 02 - Connecticut Female White
#> 111415.1  111415       1                     SEER Reg 21 - Hawaii   Male Black
#> 111421.1  111421       1                     SEER Reg 21 - Hawaii   Male White
#> 111421.2  111421       2                     SEER Reg 21 - Hawaii   Male White
#> 111440.1  111440       1                SEER Reg 02 - Connecticut   Male White
#> 111440.2  111440       2                SEER Reg 02 - Connecticut   Male White
#> 111452.1  111452       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111452.2  111452       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111455.1  111455       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111455.2  111455       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111458.1  111458       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111474.1  111474       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111494.1  111494       1                SEER Reg 02 - Connecticut Female White
#> 111518.1  111518       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111518.2  111518       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111528.1  111528       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111529.1  111529       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111529.2  111529       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111558.1  111558       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111558.2  111558       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111564.1  111564       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111597.1  111597       1                SEER Reg 02 - Connecticut   Male White
#> 111597.2  111597       2                SEER Reg 02 - Connecticut   Male White
#> 111605.1  111605       1                SEER Reg 02 - Connecticut Female White
#> 111605.2  111605       2                SEER Reg 02 - Connecticut Female White
#> 111612.1  111612       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111620.1  111620       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 111622.1  111622       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 111622.2  111622       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 111627.1  111627       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111631.1  111631       1                     SEER Reg 21 - Hawaii   Male Black
#> 111631.2  111631       2                     SEER Reg 21 - Hawaii   Male Black
#> 111638.1  111638       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111638.2  111638       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111657.1  111657       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 111657.2  111657       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 111666.1  111666       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111666.2  111666       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111675.1  111675       1                SEER Reg 02 - Connecticut   Male Black
#> 111677.1  111677       1                     SEER Reg 21 - Hawaii   Male Black
#> 111677.2  111677       2                     SEER Reg 21 - Hawaii   Male Black
#> 111689.1  111689       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111693.1  111693       1                SEER Reg 02 - Connecticut Female White
#> 111698.1  111698       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111698.2  111698       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111719.1  111719       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 111727.1  111727       1                SEER Reg 02 - Connecticut   Male White
#> 111727.2  111727       2                SEER Reg 02 - Connecticut   Male White
#> 111789.1  111789       1                SEER Reg 02 - Connecticut Female White
#> 111789.2  111789       2                SEER Reg 02 - Connecticut Female White
#> 111790.1  111790       1                SEER Reg 02 - Connecticut   Male Other
#> 111796.1  111796       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111803.1  111803       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111809.1  111809       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111809.2  111809       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111822.1  111822       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111843.1  111843       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111850.1  111850       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111860.1  111860       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111860.2  111860       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111862.1  111862       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111862.2  111862       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111876.1  111876       1                SEER Reg 02 - Connecticut   Male White
#> 111876.2  111876       2                SEER Reg 02 - Connecticut   Male White
#> 111880.1  111880       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 111881.1  111881       1                     SEER Reg 21 - Hawaii   Male White
#> 111881.2  111881       2                     SEER Reg 21 - Hawaii   Male White
#> 111889.1  111889       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111889.2  111889       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111895.1  111895       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 111896.1  111896       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 111911.1  111911       1                SEER Reg 02 - Connecticut Female Other
#> 111911.2  111911       2                SEER Reg 02 - Connecticut Female Other
#> 111918.1  111918       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 111918.2  111918       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 111923.1  111923       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111923.2  111923       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 111941.1  111941       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 111950.1  111950       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 111952.1  111952       1                SEER Reg 02 - Connecticut   Male Black
#> 111952.2  111952       2                SEER Reg 02 - Connecticut   Male Black
#> 111958.1  111958       1                     SEER Reg 21 - Hawaii   Male Other
#> 111976.1  111976       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112036.1  112036       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112065.1  112065       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112090.1  112090       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112103.1  112103       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112110.1  112110       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112113.1  112113       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112128.1  112128       1                     SEER Reg 21 - Hawaii Female White
#> 112136.1  112136       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112150.1  112150       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112150.2  112150       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112183.1  112183       1                SEER Reg 02 - Connecticut Female White
#> 112183.2  112183       2                SEER Reg 02 - Connecticut Female White
#> 112192.1  112192       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112207.1  112207       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 112207.2  112207       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 112211.1  112211       1                SEER Reg 02 - Connecticut   Male White
#> 112223.1  112223       1                     SEER Reg 21 - Hawaii Female Other
#> 112229.1  112229       1                     SEER Reg 21 - Hawaii Female Black
#> 112229.2  112229       2                     SEER Reg 21 - Hawaii Female Black
#> 112244.1  112244       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112249.1  112249       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 112253.1  112253       1                SEER Reg 02 - Connecticut Female Black
#> 112261.1  112261       1                     SEER Reg 21 - Hawaii Female White
#> 112268.1  112268       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 112268.2  112268       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 112278.1  112278       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112281.1  112281       1                SEER Reg 02 - Connecticut   Male Other
#> 112281.2  112281       2                SEER Reg 02 - Connecticut   Male Other
#> 112283.1  112283       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112283.2  112283       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112285.1  112285       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112285.2  112285       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112322.1  112322       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112343.1  112343       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112343.2  112343       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112344.1  112344       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112344.2  112344       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112355.1  112355       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112356.1  112356       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 112365.1  112365       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112366.1  112366       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112376.1  112376       1                SEER Reg 02 - Connecticut   Male Other
#> 112376.2  112376       2                SEER Reg 02 - Connecticut   Male Other
#> 112397.1  112397       1                SEER Reg 02 - Connecticut   Male White
#> 112419.1  112419       1                SEER Reg 02 - Connecticut   Male Black
#> 112426.1  112426       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112426.2  112426       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112429.1  112429       1                     SEER Reg 21 - Hawaii Female Black
#> 112501.1  112501       1                SEER Reg 02 - Connecticut Female White
#> 112501.2  112501       2                SEER Reg 02 - Connecticut Female White
#> 112502.1  112502       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112515.1  112515       1                     SEER Reg 21 - Hawaii Female White
#> 112515.2  112515       2                     SEER Reg 21 - Hawaii Female White
#> 112523.1  112523       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112528.1  112528       1                     SEER Reg 21 - Hawaii Female White
#> 112540.1  112540       1                SEER Reg 02 - Connecticut Female White
#> 112540.2  112540       2                SEER Reg 02 - Connecticut Female White
#> 112545.1  112545       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112562.1  112562       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112573.1  112573       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112574.1  112574       1                SEER Reg 02 - Connecticut   Male White
#> 112576.1  112576       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112576.2  112576       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112579.1  112579       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112579.2  112579       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112584.1  112584       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112590.1  112590       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112627.1  112627       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112645.1  112645       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112646.1  112646       1                SEER Reg 02 - Connecticut Female Black
#> 112646.2  112646       2                SEER Reg 02 - Connecticut Female Black
#> 112655.1  112655       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112684.1  112684       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112734.1  112734       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112737.1  112737       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 112737.2  112737       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 112756.1  112756       1                     SEER Reg 21 - Hawaii   Male Black
#> 112766.1  112766       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112767.1  112767       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112767.2  112767       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112797.1  112797       1                SEER Reg 02 - Connecticut Female White
#> 112797.2  112797       2                SEER Reg 02 - Connecticut Female White
#> 112798.1  112798       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112798.2  112798       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112800.1  112800       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112800.2  112800       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112826.1  112826       1                SEER Reg 02 - Connecticut Female White
#> 112828.1  112828       1                SEER Reg 02 - Connecticut Female White
#> 112828.2  112828       2                SEER Reg 02 - Connecticut Female White
#> 112860.1  112860       1                SEER Reg 02 - Connecticut   Male Black
#> 112860.2  112860       2                SEER Reg 02 - Connecticut   Male Black
#> 112887.1  112887       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112887.2  112887       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112888.1  112888       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 112906.1  112906       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112906.2  112906       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 112911.1  112911       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 112913.1  112913       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 112913.2  112913       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 112915.1  112915       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112915.2  112915       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 112937.1  112937       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112937.2  112937       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112940.1  112940       1                     SEER Reg 21 - Hawaii Female White
#> 112940.2  112940       2                     SEER Reg 21 - Hawaii Female White
#> 112949.1  112949       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112949.2  112949       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 112974.1  112974       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 113027.1  113027       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113027.2  113027       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113037.1  113037       1                SEER Reg 02 - Connecticut Female Black
#> 113037.2  113037       2                SEER Reg 02 - Connecticut Female Black
#> 113040.1  113040       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113045.1  113045       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 113045.2  113045       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 113046.1  113046       1                SEER Reg 02 - Connecticut Female Other
#> 113054.1  113054       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113058.1  113058       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113058.2  113058       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113064.1  113064       1                SEER Reg 02 - Connecticut   Male White
#> 113082.1  113082       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113083.1  113083       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113105.1  113105       1                SEER Reg 02 - Connecticut   Male Black
#> 113105.2  113105       2                SEER Reg 02 - Connecticut   Male Black
#> 113109.1  113109       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113115.1  113115       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113116.1  113116       1                     SEER Reg 21 - Hawaii Female White
#> 113136.1  113136       1                SEER Reg 02 - Connecticut   Male White
#> 113141.1  113141       1                SEER Reg 02 - Connecticut   Male White
#> 113159.1  113159       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 113159.2  113159       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 113164.1  113164       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113164.2  113164       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113190.1  113190       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113190.2  113190       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113202.1  113202       1                     SEER Reg 21 - Hawaii   Male Black
#> 113202.2  113202       2                     SEER Reg 21 - Hawaii   Male Black
#> 113209.1  113209       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113219.1  113219       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113224.1  113224       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113235.1  113235       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113249.1  113249       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113249.2  113249       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113251.1  113251       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113272.1  113272       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 113275.1  113275       1                SEER Reg 02 - Connecticut Female Other
#> 113275.2  113275       2                SEER Reg 02 - Connecticut Female Other
#> 113293.1  113293       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 113296.1  113296       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113296.2  113296       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113321.1  113321       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 113346.1  113346       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113346.2  113346       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113353.1  113353       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113353.2  113353       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113358.1  113358       1                SEER Reg 02 - Connecticut Female White
#> 113365.1  113365       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113409.1  113409       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113461.1  113461       1                     SEER Reg 21 - Hawaii Female White
#> 113479.1  113479       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113483.1  113483       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113495.1  113495       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113513.1  113513       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113513.2  113513       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113519.1  113519       1                SEER Reg 02 - Connecticut Female White
#> 113519.2  113519       2                SEER Reg 02 - Connecticut Female White
#> 113520.1  113520       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113520.2  113520       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113522.1  113522       1                SEER Reg 02 - Connecticut Female White
#> 113531.1  113531       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 113531.2  113531       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 113554.1  113554       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113554.2  113554       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113578.1  113578       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 113587.1  113587       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113602.1  113602       1                SEER Reg 02 - Connecticut   Male White
#> 113609.1  113609       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 113611.1  113611       1                     SEER Reg 21 - Hawaii Female Other
#> 113611.2  113611       2                     SEER Reg 21 - Hawaii Female Other
#> 113620.1  113620       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113620.2  113620       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113635.1  113635       1                SEER Reg 02 - Connecticut   Male White
#> 113635.2  113635       2                SEER Reg 02 - Connecticut   Male White
#> 113661.1  113661       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 113673.1  113673       1                SEER Reg 02 - Connecticut Female Black
#> 113676.1  113676       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113676.2  113676       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113685.1  113685       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113685.2  113685       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113695.1  113695       1                     SEER Reg 21 - Hawaii Female Black
#> 113707.1  113707       1                     SEER Reg 21 - Hawaii Female White
#> 113707.2  113707       2                     SEER Reg 21 - Hawaii Female White
#> 113736.1  113736       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113736.2  113736       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113760.1  113760       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 113760.2  113760       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 113763.1  113763       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 113771.1  113771       1                SEER Reg 02 - Connecticut Female White
#> 113776.1  113776       1                     SEER Reg 21 - Hawaii   Male White
#> 113776.2  113776       2                     SEER Reg 21 - Hawaii   Male White
#> 113791.1  113791       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 113813.1  113813       1                SEER Reg 02 - Connecticut Female White
#> 113813.2  113813       2                SEER Reg 02 - Connecticut Female White
#> 113817.1  113817       1                     SEER Reg 21 - Hawaii   Male White
#> 113822.1  113822       1                SEER Reg 02 - Connecticut Female White
#> 113822.2  113822       2                SEER Reg 02 - Connecticut Female White
#> 113845.1  113845       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113858.1  113858       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 113863.1  113863       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113876.1  113876       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 113879.1  113879       1                SEER Reg 02 - Connecticut Female White
#> 113879.2  113879       2                SEER Reg 02 - Connecticut Female White
#> 113891.1  113891       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113891.2  113891       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 113923.1  113923       1                SEER Reg 02 - Connecticut Female Black
#> 113923.2  113923       2                SEER Reg 02 - Connecticut Female Black
#> 113940.1  113940       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114020.1  114020       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114020.2  114020       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114026.1  114026       1                SEER Reg 02 - Connecticut   Male White
#> 114079.1  114079       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114083.1  114083       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114083.2  114083       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114085.1  114085       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114085.2  114085       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114088.1  114088       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114089.1  114089       1                SEER Reg 02 - Connecticut Female White
#> 114089.2  114089       2                SEER Reg 02 - Connecticut Female White
#> 114112.1  114112       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 114130.1  114130       1                SEER Reg 02 - Connecticut   Male White
#> 114131.1  114131       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114135.1  114135       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114139.1  114139       1                SEER Reg 02 - Connecticut   Male White
#> 114140.1  114140       1                SEER Reg 02 - Connecticut   Male White
#> 114152.1  114152       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114152.2  114152       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114169.1  114169       1                     SEER Reg 21 - Hawaii Female White
#> 114169.2  114169       2                     SEER Reg 21 - Hawaii Female White
#> 114181.1  114181       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114181.2  114181       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114182.1  114182       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114199.1  114199       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 114214.1  114214       1                     SEER Reg 21 - Hawaii Female White
#> 114214.2  114214       2                     SEER Reg 21 - Hawaii Female White
#> 114224.1  114224       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114236.1  114236       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114236.2  114236       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114238.1  114238       1                SEER Reg 02 - Connecticut Female White
#> 114238.2  114238       2                SEER Reg 02 - Connecticut Female White
#> 114248.1  114248       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114248.2  114248       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114249.1  114249       1                SEER Reg 02 - Connecticut Female White
#> 114360.1  114360       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114382.1  114382       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 114395.1  114395       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 114395.2  114395       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 114417.1  114417       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114417.2  114417       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114418.1  114418       1                SEER Reg 02 - Connecticut Female White
#> 114438.1  114438       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114453.1  114453       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114458.1  114458       1                SEER Reg 02 - Connecticut   Male White
#> 114469.1  114469       1                SEER Reg 02 - Connecticut Female White
#> 114469.2  114469       2                SEER Reg 02 - Connecticut Female White
#> 114476.1  114476       1                SEER Reg 02 - Connecticut   Male Other
#> 114476.2  114476       2                SEER Reg 02 - Connecticut   Male Other
#> 114490.1  114490       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114495.1  114495       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 114507.1  114507       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114515.1  114515       1                     SEER Reg 21 - Hawaii   Male White
#> 114515.2  114515       2                     SEER Reg 21 - Hawaii   Male White
#> 114537.1  114537       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 114539.1  114539       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 114539.2  114539       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 114551.1  114551       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 114551.2  114551       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 114580.1  114580       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114580.2  114580       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114610.1  114610       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114627.1  114627       1                SEER Reg 02 - Connecticut   Male White
#> 114640.1  114640       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 114640.2  114640       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 114656.1  114656       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114656.2  114656       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114685.1  114685       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114688.1  114688       1                SEER Reg 02 - Connecticut Female White
#> 114709.1  114709       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 114709.2  114709       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 114733.1  114733       1                SEER Reg 02 - Connecticut   Male Black
#> 114733.2  114733       2                SEER Reg 02 - Connecticut   Male Black
#> 114743.1  114743       1                SEER Reg 02 - Connecticut   Male White
#> 114747.1  114747       1                SEER Reg 02 - Connecticut Female White
#> 114787.1  114787       1                     SEER Reg 21 - Hawaii   Male White
#> 114787.2  114787       2                     SEER Reg 21 - Hawaii   Male White
#> 114813.1  114813       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114817.1  114817       1                SEER Reg 02 - Connecticut   Male White
#> 114825.1  114825       1                SEER Reg 02 - Connecticut Female White
#> 114825.2  114825       2                SEER Reg 02 - Connecticut Female White
#> 114833.1  114833       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114833.2  114833       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114838.1  114838       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114838.2  114838       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114857.1  114857       1                     SEER Reg 21 - Hawaii   Male White
#> 114857.2  114857       2                     SEER Reg 21 - Hawaii   Male White
#> 114859.1  114859       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114867.1  114867       1                     SEER Reg 21 - Hawaii Female White
#> 114880.1  114880       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 114900.1  114900       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 114900.2  114900       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 114904.1  114904       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114920.1  114920       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 114927.1  114927       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 114935.1  114935       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 114938.1  114938       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114938.2  114938       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 114951.1  114951       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115003.1  115003       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115004.1  115004       1                SEER Reg 02 - Connecticut   Male Other
#> 115004.2  115004       2                SEER Reg 02 - Connecticut   Male Other
#> 115013.1  115013       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115013.2  115013       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115023.1  115023       1                SEER Reg 02 - Connecticut   Male Black
#> 115023.2  115023       2                SEER Reg 02 - Connecticut   Male Black
#> 115061.1  115061       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115061.2  115061       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115063.1  115063       1                SEER Reg 02 - Connecticut Female White
#> 115075.1  115075       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115117.1  115117       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115131.1  115131       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115131.2  115131       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115132.1  115132       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115132.2  115132       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115142.1  115142       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115149.1  115149       1                     SEER Reg 21 - Hawaii Female Black
#> 115170.1  115170       1                     SEER Reg 21 - Hawaii   Male White
#> 115172.1  115172       1                     SEER Reg 21 - Hawaii Female Black
#> 115201.1  115201       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115213.1  115213       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115213.2  115213       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115225.1  115225       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115225.2  115225       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115238.1  115238       1                SEER Reg 02 - Connecticut Female White
#> 115249.1  115249       1                     SEER Reg 21 - Hawaii   Male White
#> 115265.1  115265       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115270.1  115270       1                SEER Reg 02 - Connecticut Female White
#> 115270.2  115270       2                SEER Reg 02 - Connecticut Female White
#> 115337.1  115337       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115348.1  115348       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115357.1  115357       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 115357.2  115357       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 115374.1  115374       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115374.2  115374       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115392.1  115392       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115392.2  115392       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115405.1  115405       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115406.1  115406       1                     SEER Reg 21 - Hawaii   Male White
#> 115407.1  115407       1                     SEER Reg 21 - Hawaii Female White
#> 115407.2  115407       2                     SEER Reg 21 - Hawaii Female White
#> 115418.1  115418       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115420.1  115420       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115420.2  115420       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115427.1  115427       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 115436.1  115436       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115451.1  115451       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115451.2  115451       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115503.1  115503       1                SEER Reg 02 - Connecticut   Male Other
#> 115506.1  115506       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115536.1  115536       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115554.1  115554       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115571.1  115571       1                SEER Reg 02 - Connecticut Female White
#> 115571.2  115571       2                SEER Reg 02 - Connecticut Female White
#> 115580.1  115580       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115592.1  115592       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115599.1  115599       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115599.2  115599       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115600.1  115600       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115600.2  115600       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115632.1  115632       1                SEER Reg 02 - Connecticut Female Other
#> 115659.1  115659       1                SEER Reg 02 - Connecticut   Male Other
#> 115659.2  115659       2                SEER Reg 02 - Connecticut   Male Other
#> 115693.1  115693       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115693.2  115693       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115701.1  115701       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115701.2  115701       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115708.1  115708       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 115718.1  115718       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 115718.2  115718       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 115722.1  115722       1                SEER Reg 02 - Connecticut Female White
#> 115722.2  115722       2                SEER Reg 02 - Connecticut Female White
#> 115723.1  115723       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115731.1  115731       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115746.1  115746       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115747.1  115747       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115756.1  115756       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115756.2  115756       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115777.1  115777       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115777.2  115777       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115780.1  115780       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115780.2  115780       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115797.1  115797       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115797.2  115797       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115801.1  115801       1                SEER Reg 02 - Connecticut Female Black
#> 115801.2  115801       2                SEER Reg 02 - Connecticut Female Black
#> 115805.1  115805       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115805.2  115805       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 115806.1  115806       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115806.2  115806       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115810.1  115810       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115825.1  115825       1                     SEER Reg 21 - Hawaii   Male White
#> 115825.2  115825       2                     SEER Reg 21 - Hawaii   Male White
#> 115831.1  115831       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115831.2  115831       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115862.1  115862       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115862.2  115862       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 115869.1  115869       1                SEER Reg 02 - Connecticut Female White
#> 115871.1  115871       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 115871.2  115871       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 115872.1  115872       1                SEER Reg 02 - Connecticut Female White
#> 115872.2  115872       2                SEER Reg 02 - Connecticut Female White
#> 115878.1  115878       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115878.2  115878       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 115897.1  115897       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115897.2  115897       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115927.1  115927       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115927.2  115927       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 115941.1  115941       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 115947.1  115947       1                     SEER Reg 21 - Hawaii   Male White
#> 115955.1  115955       1                SEER Reg 02 - Connecticut Female White
#> 115955.2  115955       2                SEER Reg 02 - Connecticut Female White
#> 115959.1  115959       1                SEER Reg 02 - Connecticut Female White
#> 115974.1  115974       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115974.2  115974       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 115978.1  115978       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116004.1  116004       1                     SEER Reg 21 - Hawaii   Male Black
#> 116004.2  116004       2                     SEER Reg 21 - Hawaii   Male Black
#> 116012.1  116012       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116012.2  116012       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116036.1  116036       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116036.2  116036       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116037.1  116037       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116041.1  116041       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116041.2  116041       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116046.1  116046       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 116048.1  116048       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116048.2  116048       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116055.1  116055       1                SEER Reg 02 - Connecticut Female White
#> 116055.2  116055       2                SEER Reg 02 - Connecticut Female White
#> 116066.1  116066       1                SEER Reg 02 - Connecticut   Male White
#> 116066.2  116066       2                SEER Reg 02 - Connecticut   Male White
#> 116068.1  116068       1                     SEER Reg 21 - Hawaii Female White
#> 116068.2  116068       2                     SEER Reg 21 - Hawaii Female White
#> 116069.1  116069       1                SEER Reg 02 - Connecticut Female White
#> 116069.2  116069       2                SEER Reg 02 - Connecticut Female White
#> 116072.1  116072       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116076.1  116076       1                SEER Reg 02 - Connecticut   Male White
#> 116076.2  116076       2                SEER Reg 02 - Connecticut   Male White
#> 116083.1  116083       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 116087.1  116087       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116087.2  116087       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116111.1  116111       1                SEER Reg 02 - Connecticut   Male White
#> 116111.2  116111       2                SEER Reg 02 - Connecticut   Male White
#> 116138.1  116138       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116138.2  116138       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116153.1  116153       1                SEER Reg 02 - Connecticut   Male Black
#> 116155.1  116155       1                SEER Reg 02 - Connecticut   Male White
#> 116169.1  116169       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 116171.1  116171       1                SEER Reg 02 - Connecticut Female White
#> 116192.1  116192       1                SEER Reg 02 - Connecticut Female White
#> 116193.1  116193       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116214.1  116214       1                SEER Reg 02 - Connecticut Female White
#> 116258.1  116258       1                SEER Reg 02 - Connecticut Female White
#> 116258.2  116258       2                SEER Reg 02 - Connecticut Female White
#> 116259.1  116259       1                SEER Reg 02 - Connecticut Female White
#> 116271.1  116271       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 116309.1  116309       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116330.1  116330       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116330.2  116330       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116381.1  116381       1                SEER Reg 02 - Connecticut   Male Black
#> 116381.2  116381       2                SEER Reg 02 - Connecticut   Male Black
#> 116395.1  116395       1                     SEER Reg 21 - Hawaii Female White
#> 116424.1  116424       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 116433.1  116433       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116433.2  116433       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116451.1  116451       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 116451.2  116451       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 116457.1  116457       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 116463.1  116463       1                SEER Reg 02 - Connecticut Female White
#> 116486.1  116486       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116513.1  116513       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116513.2  116513       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116516.1  116516       1                SEER Reg 02 - Connecticut Female Other
#> 116516.2  116516       2                SEER Reg 02 - Connecticut Female Other
#> 116523.1  116523       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116523.2  116523       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116538.1  116538       1                SEER Reg 02 - Connecticut Female White
#> 116538.2  116538       2                SEER Reg 02 - Connecticut Female White
#> 116554.1  116554       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116554.2  116554       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116565.1  116565       1                SEER Reg 02 - Connecticut   Male White
#> 116565.2  116565       2                SEER Reg 02 - Connecticut   Male White
#> 116569.1  116569       1                SEER Reg 02 - Connecticut   Male White
#> 116654.1  116654       1                     SEER Reg 21 - Hawaii   Male White
#> 116664.1  116664       1                SEER Reg 02 - Connecticut   Male Black
#> 116690.1  116690       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116690.2  116690       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116700.1  116700       1                     SEER Reg 21 - Hawaii Female White
#> 116714.1  116714       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116714.2  116714       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116720.1  116720       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 116720.2  116720       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 116773.1  116773       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116773.2  116773       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116789.1  116789       1                SEER Reg 02 - Connecticut   Male Black
#> 116805.1  116805       1                     SEER Reg 21 - Hawaii   Male White
#> 116805.2  116805       2                     SEER Reg 21 - Hawaii   Male White
#> 116833.1  116833       1                SEER Reg 02 - Connecticut   Male White
#> 116850.1  116850       1                     SEER Reg 21 - Hawaii   Male White
#> 116855.1  116855       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116872.1  116872       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116873.1  116873       1                     SEER Reg 21 - Hawaii   Male Other
#> 116881.1  116881       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116893.1  116893       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116894.1  116894       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116894.2  116894       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116900.1  116900       1                     SEER Reg 21 - Hawaii   Male Black
#> 116900.2  116900       2                     SEER Reg 21 - Hawaii   Male Black
#> 116912.1  116912       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116921.1  116921       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116923.1  116923       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116923.2  116923       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 116940.1  116940       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116940.2  116940       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 116962.1  116962       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 116987.1  116987       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116996.1  116996       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 116996.2  116996       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117011.1  117011       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117011.2  117011       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117039.1  117039       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117040.1  117040       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 117040.2  117040       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 117061.1  117061       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117061.2  117061       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117088.1  117088       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 117094.1  117094       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117094.2  117094       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117109.1  117109       1                     SEER Reg 21 - Hawaii Female White
#> 117109.2  117109       2                     SEER Reg 21 - Hawaii Female White
#> 117126.1  117126       1                SEER Reg 02 - Connecticut Female White
#> 117130.1  117130       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117130.2  117130       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117136.1  117136       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117136.2  117136       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117159.1  117159       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117159.2  117159       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117167.1  117167       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117193.1  117193       1                     SEER Reg 21 - Hawaii Female Black
#> 117204.1  117204       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117239.1  117239       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 117263.1  117263       1                     SEER Reg 21 - Hawaii Female White
#> 117263.2  117263       2                     SEER Reg 21 - Hawaii Female White
#> 117270.1  117270       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117270.2  117270       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117275.1  117275       1                SEER Reg 02 - Connecticut Female White
#> 117279.1  117279       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117279.2  117279       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117299.1  117299       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 117299.2  117299       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 117334.1  117334       1                SEER Reg 02 - Connecticut Female White
#> 117334.2  117334       2                SEER Reg 02 - Connecticut Female White
#> 117341.1  117341       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117341.2  117341       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117348.1  117348       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 117369.1  117369       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117369.2  117369       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117375.1  117375       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117375.2  117375       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117388.1  117388       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117388.2  117388       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117399.1  117399       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117424.1  117424       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117424.2  117424       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117438.1  117438       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117438.2  117438       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117440.1  117440       1                     SEER Reg 21 - Hawaii Female Other
#> 117447.1  117447       1                SEER Reg 02 - Connecticut Female White
#> 117447.2  117447       2                SEER Reg 02 - Connecticut Female White
#> 117468.1  117468       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117468.2  117468       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117534.1  117534       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117534.2  117534       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117542.1  117542       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117552.1  117552       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117579.1  117579       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 117579.2  117579       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 117586.1  117586       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117586.2  117586       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117598.1  117598       1                SEER Reg 02 - Connecticut   Male Black
#> 117598.2  117598       2                SEER Reg 02 - Connecticut   Male Black
#> 117609.1  117609       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117609.2  117609       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117650.1  117650       1                     SEER Reg 21 - Hawaii   Male White
#> 117661.1  117661       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 117661.2  117661       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 117662.1  117662       1                SEER Reg 02 - Connecticut   Male White
#> 117670.1  117670       1                SEER Reg 02 - Connecticut Female White
#> 117670.2  117670       2                SEER Reg 02 - Connecticut Female White
#> 117674.1  117674       1                SEER Reg 02 - Connecticut Female White
#> 117674.2  117674       2                SEER Reg 02 - Connecticut Female White
#> 117676.1  117676       1                SEER Reg 02 - Connecticut Female White
#> 117686.1  117686       1                SEER Reg 02 - Connecticut Female White
#> 117686.2  117686       2                SEER Reg 02 - Connecticut Female White
#> 117696.1  117696       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117696.2  117696       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117712.1  117712       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117721.1  117721       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117726.1  117726       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117726.2  117726       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117736.1  117736       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117736.2  117736       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117739.1  117739       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 117744.1  117744       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117753.1  117753       1                SEER Reg 02 - Connecticut   Male White
#> 117753.2  117753       2                SEER Reg 02 - Connecticut   Male White
#> 117757.1  117757       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117760.1  117760       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117812.1  117812       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 117812.2  117812       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 117815.1  117815       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 117825.1  117825       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 117825.2  117825       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 117864.1  117864       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117873.1  117873       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117904.1  117904       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 117904.2  117904       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 117908.1  117908       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117913.1  117913       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117913.2  117913       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117917.1  117917       1                SEER Reg 02 - Connecticut   Male White
#> 117918.1  117918       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117930.1  117930       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 117936.1  117936       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117936.2  117936       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117941.1  117941       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 117944.1  117944       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 117944.2  117944       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 117950.1  117950       1                     SEER Reg 21 - Hawaii   Male White
#> 117955.1  117955       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 117984.1  117984       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117984.2  117984       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 117988.1  117988       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118002.1  118002       1                     SEER Reg 21 - Hawaii Female White
#> 118004.1  118004       1                SEER Reg 02 - Connecticut   Male Other
#> 118004.2  118004       2                SEER Reg 02 - Connecticut   Male Other
#> 118008.1  118008       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118009.1  118009       1                SEER Reg 02 - Connecticut   Male Other
#> 118012.1  118012       1                SEER Reg 02 - Connecticut Female Other
#> 118025.1  118025       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 118025.2  118025       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 118032.1  118032       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118033.1  118033       1                SEER Reg 02 - Connecticut   Male White
#> 118037.1  118037       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118048.1  118048       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118048.2  118048       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118051.1  118051       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 118061.1  118061       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118061.2  118061       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118068.1  118068       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 118068.2  118068       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 118077.1  118077       1                     SEER Reg 21 - Hawaii   Male White
#> 118079.1  118079       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 118079.2  118079       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 118099.1  118099       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118104.1  118104       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118104.2  118104       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118111.1  118111       1                     SEER Reg 21 - Hawaii Female White
#> 118111.2  118111       2                     SEER Reg 21 - Hawaii Female White
#> 118124.1  118124       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 118141.1  118141       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 118141.2  118141       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 118145.1  118145       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118145.2  118145       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118165.1  118165       1                SEER Reg 02 - Connecticut Female White
#> 118165.2  118165       2                SEER Reg 02 - Connecticut Female White
#> 118168.1  118168       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118168.2  118168       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118178.1  118178       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118193.1  118193       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118206.1  118206       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 118206.2  118206       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 118231.1  118231       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 118231.2  118231       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 118237.1  118237       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 118255.1  118255       1                     SEER Reg 21 - Hawaii Female White
#> 118257.1  118257       1                     SEER Reg 21 - Hawaii   Male Black
#> 118259.1  118259       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118259.2  118259       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118271.1  118271       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118272.1  118272       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118274.1  118274       1                SEER Reg 02 - Connecticut   Male White
#> 118274.2  118274       2                SEER Reg 02 - Connecticut   Male White
#> 118298.1  118298       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118300.1  118300       1                SEER Reg 02 - Connecticut   Male Other
#> 118306.1  118306       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118306.2  118306       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118309.1  118309       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 118314.1  118314       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118314.2  118314       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118318.1  118318       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118318.2  118318       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118343.1  118343       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118343.2  118343       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118348.1  118348       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118355.1  118355       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118355.2  118355       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118368.1  118368       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118369.1  118369       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118373.1  118373       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118374.1  118374       1                SEER Reg 02 - Connecticut   Male White
#> 118374.2  118374       2                SEER Reg 02 - Connecticut   Male White
#> 118409.1  118409       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118409.2  118409       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118417.1  118417       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118424.1  118424       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118426.1  118426       1                     SEER Reg 21 - Hawaii   Male Black
#> 118448.1  118448       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118448.2  118448       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118452.1  118452       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118452.2  118452       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118456.1  118456       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 118456.2  118456       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 118491.1  118491       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118505.1  118505       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 118511.1  118511       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 118520.1  118520       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118540.1  118540       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118546.1  118546       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118560.1  118560       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 118560.2  118560       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 118578.1  118578       1                SEER Reg 02 - Connecticut   Male Other
#> 118583.1  118583       1                SEER Reg 02 - Connecticut Female White
#> 118583.2  118583       2                SEER Reg 02 - Connecticut Female White
#> 118595.1  118595       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118595.2  118595       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118606.1  118606       1                SEER Reg 02 - Connecticut   Male Other
#> 118627.1  118627       1                SEER Reg 02 - Connecticut Female Black
#> 118631.1  118631       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118633.1  118633       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118633.2  118633       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118636.1  118636       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118640.1  118640       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118646.1  118646       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 118687.1  118687       1                SEER Reg 02 - Connecticut Female White
#> 118687.2  118687       2                SEER Reg 02 - Connecticut Female White
#> 118697.1  118697       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 118701.1  118701       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 118713.1  118713       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118726.1  118726       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118731.1  118731       1                     SEER Reg 21 - Hawaii   Male White
#> 118731.2  118731       2                     SEER Reg 21 - Hawaii   Male White
#> 118732.1  118732       1                     SEER Reg 21 - Hawaii Female Other
#> 118733.1  118733       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118733.2  118733       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118739.1  118739       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118767.1  118767       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118773.1  118773       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118773.2  118773       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118789.1  118789       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 118805.1  118805       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118805.2  118805       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 118814.1  118814       1                SEER Reg 02 - Connecticut Female White
#> 118814.2  118814       2                SEER Reg 02 - Connecticut Female White
#> 118816.1  118816       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118826.1  118826       1                SEER Reg 02 - Connecticut   Male White
#> 118838.1  118838       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 118852.1  118852       1                SEER Reg 02 - Connecticut Female Other
#> 118861.1  118861       1                SEER Reg 02 - Connecticut   Male White
#> 118861.2  118861       2                SEER Reg 02 - Connecticut   Male White
#> 118900.1  118900       1                SEER Reg 02 - Connecticut Female White
#> 118912.1  118912       1                SEER Reg 02 - Connecticut Female White
#> 118912.2  118912       2                SEER Reg 02 - Connecticut Female White
#> 118938.1  118938       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118954.1  118954       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118968.1  118968       1                     SEER Reg 21 - Hawaii Female Other
#> 118968.2  118968       2                     SEER Reg 21 - Hawaii Female Other
#> 118975.1  118975       1                SEER Reg 02 - Connecticut Female White
#> 118975.2  118975       2                SEER Reg 02 - Connecticut Female White
#> 118979.1  118979       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 118979.2  118979       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119012.1  119012       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119012.2  119012       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119018.1  119018       1                SEER Reg 02 - Connecticut Female White
#> 119018.2  119018       2                SEER Reg 02 - Connecticut Female White
#> 119029.1  119029       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 119039.1  119039       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119039.2  119039       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119053.1  119053       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 119053.2  119053       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 119057.1  119057       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119062.1  119062       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119063.1  119063       1                SEER Reg 02 - Connecticut   Male White
#> 119089.1  119089       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119089.2  119089       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119097.1  119097       1                     SEER Reg 21 - Hawaii Female White
#> 119102.1  119102       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 119102.2  119102       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 119109.1  119109       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119109.2  119109       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119110.1  119110       1                SEER Reg 02 - Connecticut   Male White
#> 119110.2  119110       2                SEER Reg 02 - Connecticut   Male White
#> 119118.1  119118       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119125.1  119125       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119125.2  119125       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119139.1  119139       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 119142.1  119142       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 119142.2  119142       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 119165.1  119165       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119166.1  119166       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119166.2  119166       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119168.1  119168       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119168.2  119168       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119169.1  119169       1                SEER Reg 02 - Connecticut   Male White
#> 119169.2  119169       2                SEER Reg 02 - Connecticut   Male White
#> 119200.1  119200       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119202.1  119202       1                SEER Reg 02 - Connecticut   Male White
#> 119205.1  119205       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119205.2  119205       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119212.1  119212       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119227.1  119227       1                     SEER Reg 21 - Hawaii Female White
#> 119227.2  119227       2                     SEER Reg 21 - Hawaii Female White
#> 119253.1  119253       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 119269.1  119269       1                     SEER Reg 21 - Hawaii   Male White
#> 119300.1  119300       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119300.2  119300       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119306.1  119306       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119306.2  119306       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119309.1  119309       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119309.2  119309       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119311.1  119311       1                SEER Reg 02 - Connecticut Female White
#> 119315.1  119315       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119322.1  119322       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 119322.2  119322       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 119334.1  119334       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119336.1  119336       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119336.2  119336       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119356.1  119356       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 119363.1  119363       1                SEER Reg 02 - Connecticut   Male Black
#> 119385.1  119385       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119385.2  119385       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119391.1  119391       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119441.1  119441       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 119441.2  119441       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 119445.1  119445       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119445.2  119445       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119460.1  119460       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119460.2  119460       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119461.1  119461       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119463.1  119463       1                SEER Reg 02 - Connecticut   Male White
#> 119475.1  119475       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119475.2  119475       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119491.1  119491       1                SEER Reg 02 - Connecticut Female White
#> 119535.1  119535       1                     SEER Reg 21 - Hawaii Female White
#> 119554.1  119554       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119559.1  119559       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119559.2  119559       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119568.1  119568       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119614.1  119614       1                SEER Reg 02 - Connecticut Female White
#> 119614.2  119614       2                SEER Reg 02 - Connecticut Female White
#> 119620.1  119620       1                SEER Reg 02 - Connecticut Female White
#> 119620.2  119620       2                SEER Reg 02 - Connecticut Female White
#> 119639.1  119639       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 119639.2  119639       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 119672.1  119672       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119672.2  119672       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119686.1  119686       1                     SEER Reg 21 - Hawaii Female White
#> 119686.2  119686       2                     SEER Reg 21 - Hawaii Female White
#> 119691.1  119691       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 119691.2  119691       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 119708.1  119708       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119731.1  119731       1                     SEER Reg 21 - Hawaii Female White
#> 119754.1  119754       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119777.1  119777       1                SEER Reg 02 - Connecticut Female Black
#> 119777.2  119777       2                SEER Reg 02 - Connecticut Female Black
#> 119783.1  119783       1                SEER Reg 02 - Connecticut Female White
#> 119783.2  119783       2                SEER Reg 02 - Connecticut Female White
#> 119799.1  119799       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119799.2  119799       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119822.1  119822       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 119824.1  119824       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 119825.1  119825       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119825.2  119825       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 119836.1  119836       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119847.1  119847       1                     SEER Reg 21 - Hawaii Female White
#> 119847.2  119847       2                     SEER Reg 21 - Hawaii Female White
#> 119951.1  119951       1                SEER Reg 02 - Connecticut Female White
#> 119953.1  119953       1                SEER Reg 02 - Connecticut   Male Black
#> 119953.2  119953       2                SEER Reg 02 - Connecticut   Male Black
#> 119959.1  119959       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119959.2  119959       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 119992.1  119992       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 119994.1  119994       1                SEER Reg 02 - Connecticut Female White
#> 120002.1  120002       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120002.2  120002       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120006.1  120006       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 120026.1  120026       1                SEER Reg 02 - Connecticut   Male White
#> 120026.2  120026       2                SEER Reg 02 - Connecticut   Male White
#> 120039.1  120039       1                SEER Reg 02 - Connecticut Female White
#> 120075.1  120075       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120152.1  120152       1                     SEER Reg 21 - Hawaii Female Other
#> 120168.1  120168       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120168.2  120168       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120170.1  120170       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120174.1  120174       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120180.1  120180       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 120183.1  120183       1                SEER Reg 02 - Connecticut   Male White
#> 120183.2  120183       2                SEER Reg 02 - Connecticut   Male White
#> 120207.1  120207       1                     SEER Reg 21 - Hawaii Female White
#> 120210.1  120210       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120214.1  120214       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120214.2  120214       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120215.1  120215       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120215.2  120215       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120216.1  120216       1                SEER Reg 02 - Connecticut Female White
#> 120218.1  120218       1                     SEER Reg 21 - Hawaii   Male White
#> 120227.1  120227       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120238.1  120238       1                SEER Reg 02 - Connecticut   Male White
#> 120238.2  120238       2                SEER Reg 02 - Connecticut   Male White
#> 120251.1  120251       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 120255.1  120255       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120269.1  120269       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 120269.2  120269       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 120278.1  120278       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120278.2  120278       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120284.1  120284       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120291.1  120291       1                SEER Reg 02 - Connecticut Female White
#> 120300.1  120300       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120301.1  120301       1                SEER Reg 02 - Connecticut   Male Black
#> 120301.2  120301       2                SEER Reg 02 - Connecticut   Male Black
#> 120310.1  120310       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120310.2  120310       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120327.1  120327       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120327.2  120327       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120345.1  120345       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120345.2  120345       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120352.1  120352       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120372.1  120372       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120372.2  120372       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120376.1  120376       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 120376.2  120376       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 120402.1  120402       1                SEER Reg 02 - Connecticut Female White
#> 120402.2  120402       2                SEER Reg 02 - Connecticut Female White
#> 120409.1  120409       1                     SEER Reg 21 - Hawaii   Male White
#> 120414.1  120414       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120423.1  120423       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120427.1  120427       1                SEER Reg 02 - Connecticut Female Other
#> 120427.2  120427       2                SEER Reg 02 - Connecticut Female Other
#> 120440.1  120440       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120445.1  120445       1                SEER Reg 02 - Connecticut   Male White
#> 120456.1  120456       1                SEER Reg 02 - Connecticut   Male White
#> 120488.1  120488       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120488.2  120488       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 120519.1  120519       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120535.1  120535       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 120562.1  120562       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 120562.2  120562       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 120580.1  120580       1                SEER Reg 02 - Connecticut Female White
#> 120580.2  120580       2                SEER Reg 02 - Connecticut Female White
#> 120596.1  120596       1                     SEER Reg 21 - Hawaii   Male Black
#> 120596.2  120596       2                     SEER Reg 21 - Hawaii   Male Black
#> 120607.1  120607       1                SEER Reg 02 - Connecticut   Male White
#> 120610.1  120610       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120617.1  120617       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120621.1  120621       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120654.1  120654       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120654.2  120654       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120694.1  120694       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120694.2  120694       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120706.1  120706       1                SEER Reg 02 - Connecticut Female White
#> 120708.1  120708       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120711.1  120711       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120711.2  120711       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120717.1  120717       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120722.1  120722       1                SEER Reg 02 - Connecticut Female Black
#> 120722.2  120722       2                SEER Reg 02 - Connecticut Female Black
#> 120730.1  120730       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 120738.1  120738       1                     SEER Reg 21 - Hawaii Female Black
#> 120739.1  120739       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 120739.2  120739       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 120740.1  120740       1                SEER Reg 02 - Connecticut   Male White
#> 120741.1  120741       1                SEER Reg 02 - Connecticut   Male White
#> 120754.1  120754       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120754.2  120754       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120769.1  120769       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120798.1  120798       1                SEER Reg 02 - Connecticut Female White
#> 120812.1  120812       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120821.1  120821       1                SEER Reg 02 - Connecticut Female White
#> 120821.2  120821       2                SEER Reg 02 - Connecticut Female White
#> 120832.1  120832       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 120869.1  120869       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120886.1  120886       1                     SEER Reg 21 - Hawaii Female White
#> 120886.2  120886       2                     SEER Reg 21 - Hawaii Female White
#> 120891.1  120891       1                SEER Reg 02 - Connecticut   Male Other
#> 120892.1  120892       1                SEER Reg 02 - Connecticut   Male White
#> 120897.1  120897       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120900.1  120900       1                SEER Reg 02 - Connecticut Female White
#> 120900.2  120900       2                SEER Reg 02 - Connecticut Female White
#> 120930.1  120930       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120930.2  120930       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120933.1  120933       1                     SEER Reg 21 - Hawaii Female White
#> 120936.1  120936       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120950.1  120950       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 120951.1  120951       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 120964.1  120964       1                     SEER Reg 21 - Hawaii Female Black
#> 120964.2  120964       2                     SEER Reg 21 - Hawaii Female Black
#> 120987.1  120987       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 120987.2  120987       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 121016.1  121016       1                SEER Reg 02 - Connecticut   Male White
#> 121027.1  121027       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121031.1  121031       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121031.2  121031       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121041.1  121041       1                     SEER Reg 21 - Hawaii Female White
#> 121059.1  121059       1                     SEER Reg 21 - Hawaii Female White
#> 121060.1  121060       1                     SEER Reg 21 - Hawaii Female White
#> 121060.2  121060       2                     SEER Reg 21 - Hawaii Female White
#> 121061.1  121061       1                     SEER Reg 21 - Hawaii Female White
#> 121069.1  121069       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 121069.2  121069       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 121085.1  121085       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121113.1  121113       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121113.2  121113       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121121.1  121121       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 121121.2  121121       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 121124.1  121124       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121124.2  121124       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121143.1  121143       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121153.1  121153       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 121158.1  121158       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121158.2  121158       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121159.1  121159       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121159.2  121159       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121171.1  121171       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121183.1  121183       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121203.1  121203       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121203.2  121203       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121207.1  121207       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121236.1  121236       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121242.1  121242       1                SEER Reg 02 - Connecticut   Male White
#> 121242.2  121242       2                SEER Reg 02 - Connecticut   Male White
#> 121253.1  121253       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121253.2  121253       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121265.1  121265       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121283.1  121283       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121283.2  121283       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121296.1  121296       1                SEER Reg 02 - Connecticut   Male White
#> 121296.2  121296       2                SEER Reg 02 - Connecticut   Male White
#> 121308.1  121308       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121313.1  121313       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121336.1  121336       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121347.1  121347       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121360.1  121360       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 121368.1  121368       1                     SEER Reg 21 - Hawaii Female White
#> 121368.2  121368       2                     SEER Reg 21 - Hawaii Female White
#> 121380.1  121380       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 121380.2  121380       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 121397.1  121397       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121397.2  121397       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121420.1  121420       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121440.1  121440       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121481.1  121481       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121494.1  121494       1                     SEER Reg 21 - Hawaii   Male White
#> 121496.1  121496       1                SEER Reg 02 - Connecticut   Male Black
#> 121505.1  121505       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121508.1  121508       1                     SEER Reg 21 - Hawaii Female Black
#> 121508.2  121508       2                     SEER Reg 21 - Hawaii Female Black
#> 121512.1  121512       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121517.1  121517       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121517.2  121517       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 121531.1  121531       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121544.1  121544       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121545.1  121545       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 121546.1  121546       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 121546.2  121546       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 121599.1  121599       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121599.2  121599       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121631.1  121631       1                SEER Reg 02 - Connecticut   Male Black
#> 121644.1  121644       1                SEER Reg 02 - Connecticut   Male White
#> 121654.1  121654       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121686.1  121686       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 121713.1  121713       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121713.2  121713       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121727.1  121727       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121739.1  121739       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121739.2  121739       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121746.1  121746       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121765.1  121765       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 121765.2  121765       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 121780.1  121780       1                     SEER Reg 21 - Hawaii Female White
#> 121784.1  121784       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121794.1  121794       1                SEER Reg 02 - Connecticut   Male White
#> 121802.1  121802       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121802.2  121802       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121818.1  121818       1                     SEER Reg 21 - Hawaii Female White
#> 121838.1  121838       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121839.1  121839       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121844.1  121844       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 121844.2  121844       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 121845.1  121845       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121850.1  121850       1                SEER Reg 02 - Connecticut   Male White
#> 121852.1  121852       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 121858.1  121858       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 121859.1  121859       1                SEER Reg 02 - Connecticut   Male White
#> 121859.2  121859       2                SEER Reg 02 - Connecticut   Male White
#> 121873.1  121873       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121873.2  121873       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121892.1  121892       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121893.1  121893       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121905.1  121905       1                     SEER Reg 21 - Hawaii Female White
#> 121905.2  121905       2                     SEER Reg 21 - Hawaii Female White
#> 121911.1  121911       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121920.1  121920       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121922.1  121922       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121926.1  121926       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121926.2  121926       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121934.1  121934       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121934.2  121934       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 121940.1  121940       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 121952.1  121952       1                SEER Reg 02 - Connecticut Female Other
#> 121962.1  121962       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121962.2  121962       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121975.1  121975       1                     SEER Reg 21 - Hawaii   Male White
#> 121975.2  121975       2                     SEER Reg 21 - Hawaii   Male White
#> 121978.1  121978       1                     SEER Reg 21 - Hawaii   Male White
#> 121980.1  121980       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121980.2  121980       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 121982.1  121982       1                SEER Reg 02 - Connecticut Female Other
#> 121982.2  121982       2                SEER Reg 02 - Connecticut Female Other
#> 121983.1  121983       1                     SEER Reg 21 - Hawaii   Male White
#> 121995.1  121995       1                SEER Reg 02 - Connecticut   Male White
#> 122036.1  122036       1                SEER Reg 02 - Connecticut   Male Black
#> 122036.2  122036       2                SEER Reg 02 - Connecticut   Male Black
#> 122040.1  122040       1                SEER Reg 02 - Connecticut Female White
#> 122040.2  122040       2                SEER Reg 02 - Connecticut Female White
#> 122080.1  122080       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122105.1  122105       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122105.2  122105       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122106.1  122106       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122110.1  122110       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122113.1  122113       1                     SEER Reg 21 - Hawaii Female White
#> 122113.2  122113       2                     SEER Reg 21 - Hawaii Female White
#> 122125.1  122125       1                SEER Reg 02 - Connecticut   Male White
#> 122127.1  122127       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122138.1  122138       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122138.2  122138       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122142.1  122142       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 122142.2  122142       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 122180.1  122180       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 122188.1  122188       1                SEER Reg 02 - Connecticut   Male White
#> 122226.1  122226       1                SEER Reg 02 - Connecticut Female White
#> 122259.1  122259       1                     SEER Reg 21 - Hawaii Female Other
#> 122270.1  122270       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 122270.2  122270       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 122274.1  122274       1                     SEER Reg 21 - Hawaii   Male White
#> 122283.1  122283       1                SEER Reg 02 - Connecticut   Male Other
#> 122283.2  122283       2                SEER Reg 02 - Connecticut   Male Other
#> 122284.1  122284       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 122308.1  122308       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122308.2  122308       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122314.1  122314       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122314.2  122314       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122317.1  122317       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 122363.1  122363       1                     SEER Reg 21 - Hawaii   Male White
#> 122380.1  122380       1                SEER Reg 02 - Connecticut Female White
#> 122399.1  122399       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122407.1  122407       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122407.2  122407       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122419.1  122419       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 122440.1  122440       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122449.1  122449       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 122454.1  122454       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122459.1  122459       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122459.2  122459       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122487.1  122487       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122492.1  122492       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122492.2  122492       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122494.1  122494       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122501.1  122501       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 122515.1  122515       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122522.1  122522       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 122534.1  122534       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122536.1  122536       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122567.1  122567       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122567.2  122567       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122568.1  122568       1                SEER Reg 02 - Connecticut   Male Black
#> 122573.1  122573       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122573.2  122573       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122625.1  122625       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122628.1  122628       1                SEER Reg 02 - Connecticut   Male White
#> 122633.1  122633       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122633.2  122633       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122637.1  122637       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122643.1  122643       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122659.1  122659       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 122675.1  122675       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122675.2  122675       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122694.1  122694       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122700.1  122700       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122710.1  122710       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122738.1  122738       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122738.2  122738       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122741.1  122741       1                     SEER Reg 21 - Hawaii   Male White
#> 122748.1  122748       1                SEER Reg 02 - Connecticut   Male White
#> 122748.2  122748       2                SEER Reg 02 - Connecticut   Male White
#> 122758.1  122758       1                SEER Reg 02 - Connecticut Female White
#> 122766.1  122766       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 122784.1  122784       1                SEER Reg 02 - Connecticut Female White
#> 122800.1  122800       1                SEER Reg 02 - Connecticut   Male White
#> 122800.2  122800       2                SEER Reg 02 - Connecticut   Male White
#> 122806.1  122806       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 122810.1  122810       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122810.2  122810       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122812.1  122812       1                SEER Reg 02 - Connecticut Female White
#> 122835.1  122835       1                     SEER Reg 21 - Hawaii Female White
#> 122835.2  122835       2                     SEER Reg 21 - Hawaii Female White
#> 122855.1  122855       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122874.1  122874       1                SEER Reg 02 - Connecticut   Male White
#> 122874.2  122874       2                SEER Reg 02 - Connecticut   Male White
#> 122902.1  122902       1                SEER Reg 02 - Connecticut   Male White
#> 122902.2  122902       2                SEER Reg 02 - Connecticut   Male White
#> 122916.1  122916       1                     SEER Reg 21 - Hawaii Female White
#> 122916.2  122916       2                     SEER Reg 21 - Hawaii Female White
#> 122923.1  122923       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 122930.1  122930       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122930.2  122930       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 122950.1  122950       1                SEER Reg 02 - Connecticut   Male White
#> 122954.1  122954       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122954.2  122954       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 122960.1  122960       1                     SEER Reg 21 - Hawaii Female White
#> 122967.1  122967       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 122974.1  122974       1                     SEER Reg 21 - Hawaii   Male Other
#> 122978.1  122978       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122978.2  122978       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 122997.1  122997       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 122999.1  122999       1                     SEER Reg 21 - Hawaii   Male White
#> 123005.1  123005       1                     SEER Reg 21 - Hawaii Female White
#> 123005.2  123005       2                     SEER Reg 21 - Hawaii Female White
#> 123009.1  123009       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123009.2  123009       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123010.1  123010       1                SEER Reg 02 - Connecticut   Male Black
#> 123010.2  123010       2                SEER Reg 02 - Connecticut   Male Black
#> 123022.1  123022       1                SEER Reg 02 - Connecticut   Male White
#> 123022.2  123022       2                SEER Reg 02 - Connecticut   Male White
#> 123036.1  123036       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123038.1  123038       1                SEER Reg 02 - Connecticut Female White
#> 123038.2  123038       2                SEER Reg 02 - Connecticut Female White
#> 123057.1  123057       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123057.2  123057       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123087.1  123087       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123087.2  123087       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123095.1  123095       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 123127.1  123127       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123127.2  123127       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123130.1  123130       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123154.1  123154       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 123168.1  123168       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 123179.1  123179       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 123179.2  123179       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 123238.1  123238       1                SEER Reg 02 - Connecticut   Male White
#> 123253.1  123253       1                SEER Reg 02 - Connecticut   Male White
#> 123253.2  123253       2                SEER Reg 02 - Connecticut   Male White
#> 123275.1  123275       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123281.1  123281       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 123281.2  123281       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 123304.1  123304       1                SEER Reg 02 - Connecticut   Male White
#> 123328.1  123328       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123330.1  123330       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 123335.1  123335       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123358.1  123358       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123367.1  123367       1                SEER Reg 02 - Connecticut   Male White
#> 123391.1  123391       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 123391.2  123391       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 123400.1  123400       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123400.2  123400       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123409.1  123409       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123409.2  123409       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123433.1  123433       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123433.2  123433       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123444.1  123444       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 123459.1  123459       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123467.1  123467       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123476.1  123476       1                SEER Reg 02 - Connecticut   Male White
#> 123514.1  123514       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123546.1  123546       1                     SEER Reg 21 - Hawaii Female White
#> 123553.1  123553       1                SEER Reg 02 - Connecticut   Male Other
#> 123553.2  123553       2                SEER Reg 02 - Connecticut   Male Other
#> 123591.1  123591       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123591.2  123591       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123634.1  123634       1                SEER Reg 02 - Connecticut   Male White
#> 123634.2  123634       2                SEER Reg 02 - Connecticut   Male White
#> 123636.1  123636       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123636.2  123636       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123643.1  123643       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123649.1  123649       1                SEER Reg 02 - Connecticut   Male White
#> 123649.2  123649       2                SEER Reg 02 - Connecticut   Male White
#> 123656.1  123656       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123656.2  123656       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123658.1  123658       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123658.2  123658       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123665.1  123665       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123685.1  123685       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123685.2  123685       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123688.1  123688       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123708.1  123708       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123709.1  123709       1                     SEER Reg 21 - Hawaii Female Other
#> 123741.1  123741       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123741.2  123741       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 123743.1  123743       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123743.2  123743       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123768.1  123768       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123772.1  123772       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123772.2  123772       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123816.1  123816       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123816.2  123816       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123828.1  123828       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 123847.1  123847       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 123871.1  123871       1                SEER Reg 02 - Connecticut   Male White
#> 123900.1  123900       1                SEER Reg 02 - Connecticut Female White
#> 123915.1  123915       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 123942.1  123942       1                SEER Reg 02 - Connecticut Female Black
#> 123942.2  123942       2                SEER Reg 02 - Connecticut Female Black
#> 123968.1  123968       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123968.2  123968       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 123970.1  123970       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 123983.1  123983       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 123994.1  123994       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124004.1  124004       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124034.1  124034       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124056.1  124056       1                SEER Reg 02 - Connecticut Female White
#> 124056.2  124056       2                SEER Reg 02 - Connecticut Female White
#> 124062.1  124062       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 124080.1  124080       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124095.1  124095       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124098.1  124098       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124098.2  124098       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124102.1  124102       1                SEER Reg 02 - Connecticut Female Other
#> 124121.1  124121       1                SEER Reg 02 - Connecticut Female White
#> 124121.2  124121       2                SEER Reg 02 - Connecticut Female White
#> 124139.1  124139       1                SEER Reg 02 - Connecticut   Male White
#> 124151.1  124151       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124153.1  124153       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124153.2  124153       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124155.1  124155       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124155.2  124155       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124159.1  124159       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124162.1  124162       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124162.2  124162       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124179.1  124179       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 124181.1  124181       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 124182.1  124182       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124182.2  124182       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124186.1  124186       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124196.1  124196       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124196.2  124196       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124201.1  124201       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124201.2  124201       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124209.1  124209       1                SEER Reg 02 - Connecticut Female White
#> 124218.1  124218       1                     SEER Reg 21 - Hawaii   Male Other
#> 124218.2  124218       2                     SEER Reg 21 - Hawaii   Male Other
#> 124227.1  124227       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124227.2  124227       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124240.1  124240       1                     SEER Reg 21 - Hawaii   Male White
#> 124242.1  124242       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124242.2  124242       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124243.1  124243       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124248.1  124248       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124248.2  124248       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124253.1  124253       1                SEER Reg 02 - Connecticut   Male White
#> 124256.1  124256       1                SEER Reg 02 - Connecticut Female Black
#> 124261.1  124261       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124280.1  124280       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 124293.1  124293       1                     SEER Reg 21 - Hawaii Female White
#> 124293.2  124293       2                     SEER Reg 21 - Hawaii Female White
#> 124313.1  124313       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124332.1  124332       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124357.1  124357       1                SEER Reg 02 - Connecticut   Male White
#> 124391.1  124391       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 124391.2  124391       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 124393.1  124393       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124395.1  124395       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124395.2  124395       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124445.1  124445       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124453.1  124453       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124510.1  124510       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 124514.1  124514       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124514.2  124514       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124530.1  124530       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124549.1  124549       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124558.1  124558       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124558.2  124558       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124566.1  124566       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 124566.2  124566       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 124582.1  124582       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124584.1  124584       1                SEER Reg 02 - Connecticut Female Black
#> 124604.1  124604       1                     SEER Reg 21 - Hawaii   Male White
#> 124604.2  124604       2                     SEER Reg 21 - Hawaii   Male White
#> 124610.1  124610       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 124610.2  124610       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 124616.1  124616       1                SEER Reg 02 - Connecticut Female White
#> 124616.2  124616       2                SEER Reg 02 - Connecticut Female White
#> 124618.1  124618       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 124622.1  124622       1                SEER Reg 02 - Connecticut   Male Black
#> 124630.1  124630       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124630.2  124630       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124655.1  124655       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124665.1  124665       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124665.2  124665       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124669.1  124669       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124669.2  124669       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 124677.1  124677       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 124687.1  124687       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124698.1  124698       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124698.2  124698       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124718.1  124718       1                SEER Reg 02 - Connecticut Female White
#> 124718.2  124718       2                SEER Reg 02 - Connecticut Female White
#> 124721.1  124721       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 124726.1  124726       1                SEER Reg 02 - Connecticut Female White
#> 124726.2  124726       2                SEER Reg 02 - Connecticut Female White
#> 124743.1  124743       1                SEER Reg 02 - Connecticut   Male White
#> 124744.1  124744       1                SEER Reg 02 - Connecticut Female White
#> 124744.2  124744       2                SEER Reg 02 - Connecticut Female White
#> 124748.1  124748       1                SEER Reg 02 - Connecticut   Male White
#> 124765.1  124765       1                SEER Reg 02 - Connecticut   Male White
#> 124804.1  124804       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124804.2  124804       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 124814.1  124814       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124820.1  124820       1                     SEER Reg 21 - Hawaii   Male Black
#> 124821.1  124821       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124821.2  124821       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 124835.1  124835       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 124835.2  124835       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 124837.1  124837       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124869.1  124869       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124869.2  124869       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 124872.1  124872       1                SEER Reg 02 - Connecticut Female Other
#> 124947.1  124947       1                     SEER Reg 21 - Hawaii   Male White
#> 124947.2  124947       2                     SEER Reg 21 - Hawaii   Male White
#> 124951.1  124951       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 124998.1  124998       1                     SEER Reg 21 - Hawaii   Male White
#> 124999.1  124999       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125000.1  125000       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125000.2  125000       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125017.1  125017       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125023.1  125023       1                SEER Reg 02 - Connecticut   Male Black
#> 125027.1  125027       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125060.1  125060       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125060.2  125060       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125062.1  125062       1                SEER Reg 02 - Connecticut   Male Other
#> 125136.1  125136       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 125147.1  125147       1                     SEER Reg 21 - Hawaii Female Other
#> 125147.2  125147       2                     SEER Reg 21 - Hawaii Female Other
#> 125155.1  125155       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 125155.2  125155       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 125161.1  125161       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 125178.1  125178       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125191.1  125191       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125199.1  125199       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 125199.2  125199       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 125260.1  125260       1                SEER Reg 02 - Connecticut   Male White
#> 125260.2  125260       2                SEER Reg 02 - Connecticut   Male White
#> 125265.1  125265       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125282.1  125282       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125282.2  125282       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125300.1  125300       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125300.2  125300       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125311.1  125311       1                SEER Reg 02 - Connecticut Female White
#> 125323.1  125323       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 125329.1  125329       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125329.2  125329       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125333.1  125333       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125333.2  125333       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125335.1  125335       1                SEER Reg 02 - Connecticut Female White
#> 125335.2  125335       2                SEER Reg 02 - Connecticut Female White
#> 125351.1  125351       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125364.1  125364       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125382.1  125382       1                SEER Reg 02 - Connecticut   Male White
#> 125387.1  125387       1                SEER Reg 02 - Connecticut Female White
#> 125404.1  125404       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125415.1  125415       1                SEER Reg 02 - Connecticut Female White
#> 125429.1  125429       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125444.1  125444       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125483.1  125483       1                     SEER Reg 21 - Hawaii   Male White
#> 125483.2  125483       2                     SEER Reg 21 - Hawaii   Male White
#> 125496.1  125496       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125496.2  125496       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125499.1  125499       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125499.2  125499       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 125500.1  125500       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 125502.1  125502       1                     SEER Reg 21 - Hawaii   Male White
#> 125502.2  125502       2                     SEER Reg 21 - Hawaii   Male White
#> 125508.1  125508       1                     SEER Reg 21 - Hawaii   Male Other
#> 125508.2  125508       2                     SEER Reg 21 - Hawaii   Male Other
#> 125523.1  125523       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125523.2  125523       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125552.1  125552       1                SEER Reg 02 - Connecticut   Male White
#> 125552.2  125552       2                SEER Reg 02 - Connecticut   Male White
#> 125584.1  125584       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125605.1  125605       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125605.2  125605       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125613.1  125613       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 125613.2  125613       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 125618.1  125618       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 125623.1  125623       1                     SEER Reg 21 - Hawaii Female White
#> 125623.2  125623       2                     SEER Reg 21 - Hawaii Female White
#> 125629.1  125629       1                SEER Reg 02 - Connecticut   Male White
#> 125629.2  125629       2                SEER Reg 02 - Connecticut   Male White
#> 125630.1  125630       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125652.1  125652       1                     SEER Reg 21 - Hawaii Female White
#> 125652.2  125652       2                     SEER Reg 21 - Hawaii Female White
#> 125658.1  125658       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 125715.1  125715       1                SEER Reg 02 - Connecticut   Male White
#> 125715.2  125715       2                SEER Reg 02 - Connecticut   Male White
#> 125716.1  125716       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 125716.2  125716       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 125725.1  125725       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125727.1  125727       1                SEER Reg 02 - Connecticut Female Other
#> 125727.2  125727       2                SEER Reg 02 - Connecticut Female Other
#> 125735.1  125735       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125735.2  125735       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125738.1  125738       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 125738.2  125738       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 125745.1  125745       1                SEER Reg 02 - Connecticut   Male Black
#> 125745.2  125745       2                SEER Reg 02 - Connecticut   Male Black
#> 125761.1  125761       1                     SEER Reg 21 - Hawaii   Male White
#> 125761.2  125761       2                     SEER Reg 21 - Hawaii   Male White
#> 125802.1  125802       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 125806.1  125806       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125815.1  125815       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125815.2  125815       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125824.1  125824       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125824.2  125824       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125845.1  125845       1                     SEER Reg 21 - Hawaii   Male White
#> 125863.1  125863       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 125876.1  125876       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 125910.1  125910       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 125910.2  125910       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 125931.1  125931       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 125942.1  125942       1                SEER Reg 02 - Connecticut Female Other
#> 125942.2  125942       2                SEER Reg 02 - Connecticut Female Other
#> 125943.1  125943       1                     SEER Reg 21 - Hawaii   Male Black
#> 125943.2  125943       2                     SEER Reg 21 - Hawaii   Male Black
#> 125972.1  125972       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 125972.2  125972       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126002.1  126002       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126041.1  126041       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126041.2  126041       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126048.1  126048       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 126048.2  126048       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 126050.1  126050       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 126057.1  126057       1                SEER Reg 02 - Connecticut Female White
#> 126087.1  126087       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126093.1  126093       1                SEER Reg 02 - Connecticut   Male White
#> 126104.1  126104       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126109.1  126109       1                     SEER Reg 21 - Hawaii   Male White
#> 126124.1  126124       1                     SEER Reg 21 - Hawaii Female White
#> 126173.1  126173       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 126173.2  126173       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 126186.1  126186       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126186.2  126186       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126197.1  126197       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126214.1  126214       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126224.1  126224       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126231.1  126231       1                SEER Reg 02 - Connecticut   Male White
#> 126234.1  126234       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126235.1  126235       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126236.1  126236       1                     SEER Reg 21 - Hawaii   Male White
#> 126240.1  126240       1                     SEER Reg 21 - Hawaii   Male White
#> 126248.1  126248       1                SEER Reg 02 - Connecticut   Male White
#> 126256.1  126256       1                SEER Reg 02 - Connecticut Female White
#> 126256.2  126256       2                SEER Reg 02 - Connecticut Female White
#> 126298.1  126298       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126309.1  126309       1                SEER Reg 02 - Connecticut Female White
#> 126316.1  126316       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126316.2  126316       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126317.1  126317       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126317.2  126317       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126339.1  126339       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126339.2  126339       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126345.1  126345       1                     SEER Reg 21 - Hawaii Female White
#> 126360.1  126360       1                SEER Reg 02 - Connecticut   Male White
#> 126360.2  126360       2                SEER Reg 02 - Connecticut   Male White
#> 126364.1  126364       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 126380.1  126380       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126380.2  126380       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126382.1  126382       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126382.2  126382       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126390.1  126390       1                SEER Reg 02 - Connecticut   Male White
#> 126390.2  126390       2                SEER Reg 02 - Connecticut   Male White
#> 126392.1  126392       1                SEER Reg 02 - Connecticut   Male White
#> 126392.2  126392       2                SEER Reg 02 - Connecticut   Male White
#> 126404.1  126404       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126404.2  126404       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126416.1  126416       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126416.2  126416       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126422.1  126422       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126422.2  126422       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126461.1  126461       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126461.2  126461       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126501.1  126501       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126511.1  126511       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126511.2  126511       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126516.1  126516       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126522.1  126522       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126522.2  126522       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126538.1  126538       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126538.2  126538       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126552.1  126552       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126559.1  126559       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126559.2  126559       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126589.1  126589       1                SEER Reg 02 - Connecticut   Male Other
#> 126618.1  126618       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 126624.1  126624       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126647.1  126647       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 126656.1  126656       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126659.1  126659       1                SEER Reg 02 - Connecticut Female Other
#> 126659.2  126659       2                SEER Reg 02 - Connecticut Female Other
#> 126685.1  126685       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126685.2  126685       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126694.1  126694       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126697.1  126697       1                     SEER Reg 21 - Hawaii Female White
#> 126701.1  126701       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126707.1  126707       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126707.2  126707       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126713.1  126713       1                SEER Reg 02 - Connecticut   Male White
#> 126713.2  126713       2                SEER Reg 02 - Connecticut   Male White
#> 126741.1  126741       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 126755.1  126755       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126760.1  126760       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126768.1  126768       1                SEER Reg 02 - Connecticut Female White
#> 126770.1  126770       1                SEER Reg 02 - Connecticut Female White
#> 126771.1  126771       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126771.2  126771       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126774.1  126774       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 126788.1  126788       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126788.2  126788       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126817.1  126817       1                SEER Reg 02 - Connecticut   Male Black
#> 126827.1  126827       1                     SEER Reg 21 - Hawaii   Male Black
#> 126831.1  126831       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126831.2  126831       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126868.1  126868       1                SEER Reg 02 - Connecticut   Male White
#> 126868.2  126868       2                SEER Reg 02 - Connecticut   Male White
#> 126888.1  126888       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126888.2  126888       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126897.1  126897       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126903.1  126903       1                SEER Reg 02 - Connecticut   Male White
#> 126906.1  126906       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 126906.2  126906       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 126916.1  126916       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126922.1  126922       1                     SEER Reg 21 - Hawaii Female Black
#> 126922.2  126922       2                     SEER Reg 21 - Hawaii Female Black
#> 126937.1  126937       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 126952.1  126952       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126952.2  126952       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 126960.1  126960       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 126993.1  126993       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 126993.2  126993       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127001.1  127001       1                     SEER Reg 21 - Hawaii   Male Black
#> 127004.1  127004       1                SEER Reg 02 - Connecticut   Male White
#> 127037.1  127037       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127042.1  127042       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127042.2  127042       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127123.1  127123       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 127123.2  127123       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 127157.1  127157       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127168.1  127168       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127170.1  127170       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127172.1  127172       1                     SEER Reg 21 - Hawaii   Male White
#> 127186.1  127186       1                SEER Reg 02 - Connecticut Female White
#> 127208.1  127208       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 127227.1  127227       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127227.2  127227       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127231.1  127231       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127236.1  127236       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127236.2  127236       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127250.1  127250       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127250.2  127250       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127254.1  127254       1                     SEER Reg 21 - Hawaii Female White
#> 127254.2  127254       2                     SEER Reg 21 - Hawaii Female White
#> 127268.1  127268       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127272.1  127272       1                SEER Reg 02 - Connecticut Female White
#> 127307.1  127307       1                SEER Reg 02 - Connecticut   Male White
#> 127311.1  127311       1                SEER Reg 02 - Connecticut Female White
#> 127323.1  127323       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127327.1  127327       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 127327.2  127327       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 127338.1  127338       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 127338.2  127338       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 127349.1  127349       1                SEER Reg 02 - Connecticut   Male Black
#> 127352.1  127352       1                SEER Reg 02 - Connecticut   Male White
#> 127362.1  127362       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127370.1  127370       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 127370.2  127370       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 127374.1  127374       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127374.2  127374       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127407.1  127407       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127419.1  127419       1                SEER Reg 02 - Connecticut Female White
#> 127433.1  127433       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127459.1  127459       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127459.2  127459       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127472.1  127472       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127472.2  127472       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127485.1  127485       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127487.1  127487       1                SEER Reg 02 - Connecticut   Male White
#> 127505.1  127505       1                SEER Reg 02 - Connecticut   Male White
#> 127505.2  127505       2                SEER Reg 02 - Connecticut   Male White
#> 127537.1  127537       1                SEER Reg 02 - Connecticut Female Other
#> 127537.2  127537       2                SEER Reg 02 - Connecticut Female Other
#> 127546.1  127546       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127548.1  127548       1                     SEER Reg 21 - Hawaii Female Other
#> 127553.1  127553       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127553.2  127553       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127554.1  127554       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127554.2  127554       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127555.1  127555       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127595.1  127595       1                     SEER Reg 21 - Hawaii Female White
#> 127595.2  127595       2                     SEER Reg 21 - Hawaii Female White
#> 127601.1  127601       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127601.2  127601       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127623.1  127623       1                SEER Reg 02 - Connecticut   Male White
#> 127629.1  127629       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127661.1  127661       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127661.2  127661       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127663.1  127663       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127663.2  127663       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127665.1  127665       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127665.2  127665       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127671.1  127671       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127671.2  127671       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127701.1  127701       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127701.2  127701       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127743.1  127743       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127743.2  127743       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127745.1  127745       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127752.1  127752       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127752.2  127752       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 127754.1  127754       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 127762.1  127762       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127768.1  127768       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127768.2  127768       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127789.1  127789       1                     SEER Reg 21 - Hawaii   Male White
#> 127796.1  127796       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127796.2  127796       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127797.1  127797       1                SEER Reg 02 - Connecticut Female Black
#> 127797.2  127797       2                SEER Reg 02 - Connecticut Female Black
#> 127810.1  127810       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127826.1  127826       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127826.2  127826       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 127834.1  127834       1                SEER Reg 02 - Connecticut   Male White
#> 127834.2  127834       2                SEER Reg 02 - Connecticut   Male White
#> 127835.1  127835       1                SEER Reg 02 - Connecticut Female White
#> 127835.2  127835       2                SEER Reg 02 - Connecticut Female White
#> 127856.1  127856       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 127856.2  127856       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 127904.1  127904       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 127922.1  127922       1                SEER Reg 02 - Connecticut Female White
#> 127923.1  127923       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 127930.1  127930       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 127932.1  127932       1                SEER Reg 02 - Connecticut Female White
#> 127958.1  127958       1                SEER Reg 02 - Connecticut Female White
#> 127958.2  127958       2                SEER Reg 02 - Connecticut Female White
#> 127964.1  127964       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 127974.1  127974       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128020.1  128020       1                SEER Reg 02 - Connecticut Female White
#> 128020.2  128020       2                SEER Reg 02 - Connecticut Female White
#> 128024.1  128024       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 128029.1  128029       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128030.1  128030       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128030.2  128030       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128037.1  128037       1                     SEER Reg 21 - Hawaii Female Other
#> 128037.2  128037       2                     SEER Reg 21 - Hawaii Female Other
#> 128046.1  128046       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128052.1  128052       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128052.2  128052       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128054.1  128054       1                     SEER Reg 21 - Hawaii   Male White
#> 128072.1  128072       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 128072.2  128072       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 128082.1  128082       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128082.2  128082       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128096.1  128096       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 128096.2  128096       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 128100.1  128100       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128100.2  128100       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128128.1  128128       1                     SEER Reg 21 - Hawaii Female White
#> 128128.2  128128       2                     SEER Reg 21 - Hawaii Female White
#> 128140.1  128140       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128140.2  128140       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128141.1  128141       1                SEER Reg 02 - Connecticut   Male White
#> 128142.1  128142       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128146.1  128146       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128146.2  128146       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128158.1  128158       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128158.2  128158       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128161.1  128161       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128167.1  128167       1                     SEER Reg 21 - Hawaii Female Black
#> 128175.1  128175       1                     SEER Reg 21 - Hawaii   Male White
#> 128176.1  128176       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128176.2  128176       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128189.1  128189       1                SEER Reg 02 - Connecticut Female White
#> 128189.2  128189       2                SEER Reg 02 - Connecticut Female White
#> 128190.1  128190       1                SEER Reg 02 - Connecticut Female White
#> 128190.2  128190       2                SEER Reg 02 - Connecticut Female White
#> 128209.1  128209       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128209.2  128209       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128223.1  128223       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128242.1  128242       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128242.2  128242       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128249.1  128249       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128249.2  128249       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128272.1  128272       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128272.2  128272       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128273.1  128273       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 128273.2  128273       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 128285.1  128285       1                     SEER Reg 21 - Hawaii Female Black
#> 128299.1  128299       1                SEER Reg 02 - Connecticut Female White
#> 128307.1  128307       1                SEER Reg 02 - Connecticut   Male White
#> 128309.1  128309       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128309.2  128309       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128357.1  128357       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128357.2  128357       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128362.1  128362       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128387.1  128387       1                SEER Reg 02 - Connecticut   Male Black
#> 128397.1  128397       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128414.1  128414       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 128419.1  128419       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 128419.2  128419       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 128457.1  128457       1                     SEER Reg 21 - Hawaii   Male White
#> 128465.1  128465       1                SEER Reg 02 - Connecticut   Male Other
#> 128465.2  128465       2                SEER Reg 02 - Connecticut   Male Other
#> 128498.1  128498       1                     SEER Reg 21 - Hawaii Female White
#> 128536.1  128536       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128536.2  128536       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128539.1  128539       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128546.1  128546       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128561.1  128561       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128561.2  128561       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128571.1  128571       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128574.1  128574       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128574.2  128574       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 128586.1  128586       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128594.1  128594       1                     SEER Reg 21 - Hawaii Female White
#> 128594.2  128594       2                     SEER Reg 21 - Hawaii Female White
#> 128600.1  128600       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128600.2  128600       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128616.1  128616       1                SEER Reg 02 - Connecticut   Male Other
#> 128624.1  128624       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128624.2  128624       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128630.1  128630       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128630.2  128630       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128652.1  128652       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128658.1  128658       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128671.1  128671       1                SEER Reg 02 - Connecticut   Male Other
#> 128687.1  128687       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 128687.2  128687       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 128701.1  128701       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128712.1  128712       1                SEER Reg 02 - Connecticut   Male White
#> 128726.1  128726       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128726.2  128726       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128734.1  128734       1                SEER Reg 02 - Connecticut Female White
#> 128734.2  128734       2                SEER Reg 02 - Connecticut Female White
#> 128749.1  128749       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128749.2  128749       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128763.1  128763       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128772.1  128772       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128772.2  128772       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128777.1  128777       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128777.2  128777       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128792.1  128792       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128802.1  128802       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 128803.1  128803       1                SEER Reg 02 - Connecticut   Male Other
#> 128803.2  128803       2                SEER Reg 02 - Connecticut   Male Other
#> 128807.1  128807       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128807.2  128807       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128813.1  128813       1                SEER Reg 02 - Connecticut Female White
#> 128813.2  128813       2                SEER Reg 02 - Connecticut Female White
#> 128822.1  128822       1                SEER Reg 02 - Connecticut   Male White
#> 128827.1  128827       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128827.2  128827       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128849.1  128849       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128858.1  128858       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128880.1  128880       1                SEER Reg 02 - Connecticut Female White
#> 128880.2  128880       2                SEER Reg 02 - Connecticut Female White
#> 128881.1  128881       1                     SEER Reg 21 - Hawaii Female White
#> 128883.1  128883       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128883.2  128883       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 128892.1  128892       1                     SEER Reg 21 - Hawaii Female White
#> 128897.1  128897       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128897.2  128897       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128921.1  128921       1                SEER Reg 02 - Connecticut   Male Other
#> 128921.2  128921       2                SEER Reg 02 - Connecticut   Male Other
#> 128937.1  128937       1                     SEER Reg 21 - Hawaii Female White
#> 128937.2  128937       2                     SEER Reg 21 - Hawaii Female White
#> 128938.1  128938       1                SEER Reg 02 - Connecticut Female White
#> 128946.1  128946       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128946.2  128946       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 128948.1  128948       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 128952.1  128952       1                SEER Reg 02 - Connecticut   Male White
#> 129027.1  129027       1                SEER Reg 02 - Connecticut Female Black
#> 129035.1  129035       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 129038.1  129038       1                SEER Reg 02 - Connecticut   Male Black
#> 129041.1  129041       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129041.2  129041       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129070.1  129070       1                SEER Reg 02 - Connecticut   Male White
#> 129070.2  129070       2                SEER Reg 02 - Connecticut   Male White
#> 129074.1  129074       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129074.2  129074       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129086.1  129086       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 129086.2  129086       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 129088.1  129088       1                     SEER Reg 21 - Hawaii Female White
#> 129088.2  129088       2                     SEER Reg 21 - Hawaii Female White
#> 129089.1  129089       1                     SEER Reg 21 - Hawaii Female White
#> 129107.1  129107       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129117.1  129117       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129119.1  129119       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129119.2  129119       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129122.1  129122       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129144.1  129144       1                SEER Reg 02 - Connecticut   Male Other
#> 129169.1  129169       1                     SEER Reg 21 - Hawaii   Male Black
#> 129171.1  129171       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129175.1  129175       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129185.1  129185       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129190.1  129190       1                     SEER Reg 21 - Hawaii   Male Other
#> 129190.2  129190       2                     SEER Reg 21 - Hawaii   Male Other
#> 129202.1  129202       1                SEER Reg 02 - Connecticut Female White
#> 129204.1  129204       1                SEER Reg 02 - Connecticut   Male White
#> 129204.2  129204       2                SEER Reg 02 - Connecticut   Male White
#> 129218.1  129218       1                SEER Reg 02 - Connecticut   Male White
#> 129221.1  129221       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 129222.1  129222       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129225.1  129225       1                SEER Reg 02 - Connecticut   Male White
#> 129226.1  129226       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 129243.1  129243       1                SEER Reg 02 - Connecticut Female White
#> 129249.1  129249       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 129254.1  129254       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129254.2  129254       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129271.1  129271       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129271.2  129271       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129283.1  129283       1                     SEER Reg 21 - Hawaii Female White
#> 129283.2  129283       2                     SEER Reg 21 - Hawaii Female White
#> 129287.1  129287       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129290.1  129290       1                SEER Reg 02 - Connecticut Female Black
#> 129300.1  129300       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129307.1  129307       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129329.1  129329       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129329.2  129329       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129336.1  129336       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 129336.2  129336       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 129345.1  129345       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129359.1  129359       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129377.1  129377       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129383.1  129383       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129383.2  129383       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129387.1  129387       1                     SEER Reg 21 - Hawaii   Male White
#> 129387.2  129387       2                     SEER Reg 21 - Hawaii   Male White
#> 129392.1  129392       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129392.2  129392       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129399.1  129399       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 129399.2  129399       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 129401.1  129401       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129402.1  129402       1                SEER Reg 02 - Connecticut Female White
#> 129402.2  129402       2                SEER Reg 02 - Connecticut Female White
#> 129437.1  129437       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129466.1  129466       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129499.1  129499       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129512.1  129512       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129533.1  129533       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129534.1  129534       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129534.2  129534       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129547.1  129547       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129579.1  129579       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129579.2  129579       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129582.1  129582       1                SEER Reg 02 - Connecticut Female White
#> 129582.2  129582       2                SEER Reg 02 - Connecticut Female White
#> 129592.1  129592       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129600.1  129600       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129620.1  129620       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129631.1  129631       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 129695.1  129695       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129705.1  129705       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129714.1  129714       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 129733.1  129733       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129738.1  129738       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 129746.1  129746       1                SEER Reg 02 - Connecticut Female Black
#> 129746.2  129746       2                SEER Reg 02 - Connecticut Female Black
#> 129773.1  129773       1                SEER Reg 02 - Connecticut   Male White
#> 129777.1  129777       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129777.2  129777       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129790.1  129790       1                     SEER Reg 21 - Hawaii Female White
#> 129801.1  129801       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 129818.1  129818       1                SEER Reg 02 - Connecticut Female White
#> 129861.1  129861       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 129866.1  129866       1                SEER Reg 02 - Connecticut Female White
#> 129867.1  129867       1                SEER Reg 02 - Connecticut Female Black
#> 129867.2  129867       2                SEER Reg 02 - Connecticut Female Black
#> 129885.1  129885       1                SEER Reg 02 - Connecticut   Male Other
#> 129885.2  129885       2                SEER Reg 02 - Connecticut   Male Other
#> 129899.1  129899       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 129903.1  129903       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129913.1  129913       1                SEER Reg 02 - Connecticut Female White
#> 129913.2  129913       2                SEER Reg 02 - Connecticut Female White
#> 129933.1  129933       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129939.1  129939       1                SEER Reg 02 - Connecticut Female White
#> 129939.2  129939       2                SEER Reg 02 - Connecticut Female White
#> 129940.1  129940       1                SEER Reg 02 - Connecticut Female White
#> 129940.2  129940       2                SEER Reg 02 - Connecticut Female White
#> 129944.1  129944       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129944.2  129944       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 129969.1  129969       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130025.1  130025       1                SEER Reg 02 - Connecticut Female White
#> 130025.2  130025       2                SEER Reg 02 - Connecticut Female White
#> 130055.1  130055       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130110.1  130110       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 130118.1  130118       1                SEER Reg 02 - Connecticut   Male Black
#> 130128.1  130128       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130128.2  130128       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130133.1  130133       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130133.2  130133       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130146.1  130146       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 130146.2  130146       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 130163.1  130163       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130182.1  130182       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 130183.1  130183       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 130183.2  130183       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 130199.1  130199       1                SEER Reg 02 - Connecticut Female White
#> 130201.1  130201       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130240.1  130240       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130264.1  130264       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130264.2  130264       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130276.1  130276       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 130276.2  130276       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 130289.1  130289       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130299.1  130299       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130299.2  130299       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130317.1  130317       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130319.1  130319       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130327.1  130327       1                SEER Reg 02 - Connecticut   Male Black
#> 130327.2  130327       2                SEER Reg 02 - Connecticut   Male Black
#> 130357.1  130357       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130381.1  130381       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130429.1  130429       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130440.1  130440       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130462.1  130462       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130462.2  130462       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130472.1  130472       1                     SEER Reg 21 - Hawaii Female White
#> 130472.2  130472       2                     SEER Reg 21 - Hawaii Female White
#> 130495.1  130495       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 130497.1  130497       1                     SEER Reg 21 - Hawaii   Male White
#> 130497.2  130497       2                     SEER Reg 21 - Hawaii   Male White
#> 130570.1  130570       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 130570.2  130570       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 130592.1  130592       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130592.2  130592       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130593.1  130593       1                SEER Reg 02 - Connecticut   Male White
#> 130604.1  130604       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130613.1  130613       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130623.1  130623       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130623.2  130623       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130627.1  130627       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130627.2  130627       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130633.1  130633       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130634.1  130634       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130634.2  130634       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130654.1  130654       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 130654.2  130654       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 130673.1  130673       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130682.1  130682       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 130712.1  130712       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 130740.1  130740       1                SEER Reg 02 - Connecticut Female White
#> 130753.1  130753       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 130753.2  130753       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 130760.1  130760       1                SEER Reg 02 - Connecticut   Male White
#> 130771.1  130771       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130790.1  130790       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 130790.2  130790       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 130807.1  130807       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130807.2  130807       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130830.1  130830       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130830.2  130830       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 130833.1  130833       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130855.1  130855       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 130935.1  130935       1                SEER Reg 02 - Connecticut Female White
#> 130935.2  130935       2                SEER Reg 02 - Connecticut Female White
#> 130970.1  130970       1                     SEER Reg 21 - Hawaii Female Black
#> 130978.1  130978       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 130978.2  130978       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131007.1  131007       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 131028.1  131028       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131032.1  131032       1                SEER Reg 02 - Connecticut Female White
#> 131032.2  131032       2                SEER Reg 02 - Connecticut Female White
#> 131039.1  131039       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131039.2  131039       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131043.1  131043       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 131043.2  131043       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 131081.1  131081       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131099.1  131099       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131107.1  131107       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131107.2  131107       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131111.1  131111       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131112.1  131112       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131112.2  131112       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131131.1  131131       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 131136.1  131136       1                SEER Reg 02 - Connecticut Female Black
#> 131136.2  131136       2                SEER Reg 02 - Connecticut Female Black
#> 131156.1  131156       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131159.1  131159       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 131159.2  131159       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 131166.1  131166       1                SEER Reg 02 - Connecticut Female White
#> 131166.2  131166       2                SEER Reg 02 - Connecticut Female White
#> 131229.1  131229       1                SEER Reg 02 - Connecticut   Male Black
#> 131234.1  131234       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 131243.1  131243       1                     SEER Reg 21 - Hawaii Female White
#> 131243.2  131243       2                     SEER Reg 21 - Hawaii Female White
#> 131290.1  131290       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131316.1  131316       1                SEER Reg 02 - Connecticut   Male White
#> 131316.2  131316       2                SEER Reg 02 - Connecticut   Male White
#> 131329.1  131329       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131330.1  131330       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131330.2  131330       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131333.1  131333       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 131334.1  131334       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131334.2  131334       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131362.1  131362       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 131370.1  131370       1                     SEER Reg 21 - Hawaii Female White
#> 131370.2  131370       2                     SEER Reg 21 - Hawaii Female White
#> 131433.1  131433       1                     SEER Reg 21 - Hawaii Female White
#> 131455.1  131455       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131455.2  131455       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131458.1  131458       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131458.2  131458       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131475.1  131475       1                SEER Reg 02 - Connecticut Female White
#> 131475.2  131475       2                SEER Reg 02 - Connecticut Female White
#> 131535.1  131535       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 131535.2  131535       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 131545.1  131545       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131545.2  131545       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131553.1  131553       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131553.2  131553       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131555.1  131555       1                SEER Reg 02 - Connecticut   Male White
#> 131558.1  131558       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131591.1  131591       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131607.1  131607       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 131609.1  131609       1                SEER Reg 02 - Connecticut   Male White
#> 131609.2  131609       2                SEER Reg 02 - Connecticut   Male White
#> 131627.1  131627       1                SEER Reg 02 - Connecticut Female White
#> 131637.1  131637       1                     SEER Reg 21 - Hawaii   Male White
#> 131645.1  131645       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131645.2  131645       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131656.1  131656       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131672.1  131672       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 131672.2  131672       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 131685.1  131685       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131685.2  131685       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 131699.1  131699       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131707.1  131707       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131707.2  131707       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131717.1  131717       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 131728.1  131728       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131728.2  131728       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131754.1  131754       1                     SEER Reg 21 - Hawaii Female Other
#> 131754.2  131754       2                     SEER Reg 21 - Hawaii Female Other
#> 131773.1  131773       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 131779.1  131779       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 131781.1  131781       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131781.2  131781       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131787.1  131787       1                SEER Reg 02 - Connecticut Female White
#> 131795.1  131795       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131804.1  131804       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131805.1  131805       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131805.2  131805       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131808.1  131808       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131812.1  131812       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131812.2  131812       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131814.1  131814       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131817.1  131817       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 131835.1  131835       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 131838.1  131838       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 131886.1  131886       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 131890.1  131890       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 131903.1  131903       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 131915.1  131915       1                SEER Reg 02 - Connecticut Female White
#> 131918.1  131918       1                     SEER Reg 21 - Hawaii   Male White
#> 131929.1  131929       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131954.1  131954       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 131954.2  131954       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 131959.1  131959       1                     SEER Reg 21 - Hawaii Female Black
#> 131959.2  131959       2                     SEER Reg 21 - Hawaii Female Black
#> 131960.1  131960       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131960.2  131960       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 131996.1  131996       1                SEER Reg 02 - Connecticut Female White
#> 131996.2  131996       2                SEER Reg 02 - Connecticut Female White
#> 131997.1  131997       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 131997.2  131997       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132003.1  132003       1                     SEER Reg 21 - Hawaii   Male White
#> 132003.2  132003       2                     SEER Reg 21 - Hawaii   Male White
#> 132013.1  132013       1                     SEER Reg 21 - Hawaii   Male White
#> 132013.2  132013       2                     SEER Reg 21 - Hawaii   Male White
#> 132034.1  132034       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132057.1  132057       1                     SEER Reg 21 - Hawaii Female White
#> 132057.2  132057       2                     SEER Reg 21 - Hawaii Female White
#> 132070.1  132070       1                     SEER Reg 21 - Hawaii Female Black
#> 132070.2  132070       2                     SEER Reg 21 - Hawaii Female Black
#> 132104.1  132104       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 132108.1  132108       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132108.2  132108       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132109.1  132109       1                SEER Reg 02 - Connecticut   Male White
#> 132110.1  132110       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 132110.2  132110       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 132124.1  132124       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 132124.2  132124       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 132125.1  132125       1                     SEER Reg 21 - Hawaii   Male White
#> 132125.2  132125       2                     SEER Reg 21 - Hawaii   Male White
#> 132131.1  132131       1                SEER Reg 02 - Connecticut Female Black
#> 132151.1  132151       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 132163.1  132163       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132176.1  132176       1                     SEER Reg 21 - Hawaii Female White
#> 132176.2  132176       2                     SEER Reg 21 - Hawaii Female White
#> 132183.1  132183       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132186.1  132186       1                SEER Reg 02 - Connecticut Female White
#> 132191.1  132191       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132191.2  132191       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132198.1  132198       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132236.1  132236       1                     SEER Reg 21 - Hawaii   Male White
#> 132245.1  132245       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 132245.2  132245       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 132254.1  132254       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 132254.2  132254       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 132255.1  132255       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132255.2  132255       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132274.1  132274       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132278.1  132278       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132318.1  132318       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132320.1  132320       1                     SEER Reg 21 - Hawaii   Male Black
#> 132320.2  132320       2                     SEER Reg 21 - Hawaii   Male Black
#> 132324.1  132324       1                SEER Reg 02 - Connecticut   Male White
#> 132331.1  132331       1                SEER Reg 02 - Connecticut Female White
#> 132333.1  132333       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132333.2  132333       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132334.1  132334       1                SEER Reg 02 - Connecticut Female White
#> 132334.2  132334       2                SEER Reg 02 - Connecticut Female White
#> 132367.1  132367       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 132388.1  132388       1                SEER Reg 02 - Connecticut   Male Black
#> 132390.1  132390       1                SEER Reg 02 - Connecticut   Male White
#> 132392.1  132392       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132392.2  132392       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132395.1  132395       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132395.2  132395       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132400.1  132400       1                SEER Reg 02 - Connecticut Female White
#> 132430.1  132430       1                     SEER Reg 21 - Hawaii   Male White
#> 132430.2  132430       2                     SEER Reg 21 - Hawaii   Male White
#> 132433.1  132433       1                SEER Reg 02 - Connecticut Female White
#> 132433.2  132433       2                SEER Reg 02 - Connecticut Female White
#> 132474.1  132474       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132491.1  132491       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132491.2  132491       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132502.1  132502       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132513.1  132513       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132513.2  132513       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132521.1  132521       1                     SEER Reg 21 - Hawaii Female White
#> 132523.1  132523       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132526.1  132526       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132526.2  132526       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132539.1  132539       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132594.1  132594       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132594.2  132594       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132624.1  132624       1                SEER Reg 02 - Connecticut   Male White
#> 132624.2  132624       2                SEER Reg 02 - Connecticut   Male White
#> 132638.1  132638       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132639.1  132639       1                SEER Reg 02 - Connecticut Female Black
#> 132640.1  132640       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132640.2  132640       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132644.1  132644       1                SEER Reg 02 - Connecticut   Male White
#> 132645.1  132645       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132650.1  132650       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 132663.1  132663       1                SEER Reg 02 - Connecticut Female Other
#> 132663.2  132663       2                SEER Reg 02 - Connecticut Female Other
#> 132688.1  132688       1                SEER Reg 02 - Connecticut   Male White
#> 132688.2  132688       2                SEER Reg 02 - Connecticut   Male White
#> 132713.1  132713       1                     SEER Reg 21 - Hawaii Female White
#> 132725.1  132725       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132725.2  132725       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132739.1  132739       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132758.1  132758       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132758.2  132758       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132775.1  132775       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 132775.2  132775       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 132776.1  132776       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132780.1  132780       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132780.2  132780       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132790.1  132790       1                SEER Reg 02 - Connecticut Female White
#> 132790.2  132790       2                SEER Reg 02 - Connecticut Female White
#> 132827.1  132827       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132827.2  132827       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 132831.1  132831       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132831.2  132831       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132836.1  132836       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 132836.2  132836       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 132841.1  132841       1                     SEER Reg 21 - Hawaii Female Other
#> 132847.1  132847       1                SEER Reg 02 - Connecticut Female White
#> 132857.1  132857       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 132864.1  132864       1                     SEER Reg 21 - Hawaii   Male Other
#> 132867.1  132867       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132871.1  132871       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132871.2  132871       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 132874.1  132874       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132874.2  132874       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132889.1  132889       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132892.1  132892       1                SEER Reg 02 - Connecticut   Male White
#> 132893.1  132893       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 132898.1  132898       1                     SEER Reg 21 - Hawaii   Male Other
#> 132914.1  132914       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132914.2  132914       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 132926.1  132926       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132926.2  132926       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 132942.1  132942       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132947.1  132947       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 132947.2  132947       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 132968.1  132968       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132968.2  132968       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 132970.1  132970       1                     SEER Reg 21 - Hawaii Female White
#> 133005.1  133005       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133005.2  133005       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133011.1  133011       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133011.2  133011       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133012.1  133012       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133032.1  133032       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133032.2  133032       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133047.1  133047       1                     SEER Reg 21 - Hawaii   Male White
#> 133047.2  133047       2                     SEER Reg 21 - Hawaii   Male White
#> 133049.1  133049       1                SEER Reg 02 - Connecticut Female White
#> 133056.1  133056       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 133058.1  133058       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133058.2  133058       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133075.1  133075       1                     SEER Reg 21 - Hawaii Female White
#> 133084.1  133084       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133108.1  133108       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133117.1  133117       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133122.1  133122       1                SEER Reg 02 - Connecticut   Male Black
#> 133131.1  133131       1                SEER Reg 02 - Connecticut   Male White
#> 133135.1  133135       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133137.1  133137       1                     SEER Reg 21 - Hawaii Female White
#> 133137.2  133137       2                     SEER Reg 21 - Hawaii Female White
#> 133157.1  133157       1                SEER Reg 02 - Connecticut   Male Black
#> 133157.2  133157       2                SEER Reg 02 - Connecticut   Male Black
#> 133187.1  133187       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 133207.1  133207       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133207.2  133207       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133228.1  133228       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133228.2  133228       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133233.1  133233       1                SEER Reg 02 - Connecticut Female White
#> 133267.1  133267       1                     SEER Reg 21 - Hawaii   Male White
#> 133272.1  133272       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133272.2  133272       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133288.1  133288       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133308.1  133308       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133324.1  133324       1                SEER Reg 02 - Connecticut Female White
#> 133354.1  133354       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133359.1  133359       1                     SEER Reg 21 - Hawaii   Male White
#> 133379.1  133379       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 133381.1  133381       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133381.2  133381       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133384.1  133384       1                SEER Reg 02 - Connecticut Female Other
#> 133384.2  133384       2                SEER Reg 02 - Connecticut Female Other
#> 133393.1  133393       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 133393.2  133393       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 133394.1  133394       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 133394.2  133394       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 133412.1  133412       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133413.1  133413       1                SEER Reg 02 - Connecticut Female White
#> 133430.1  133430       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133432.1  133432       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133435.1  133435       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133452.1  133452       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 133456.1  133456       1                SEER Reg 02 - Connecticut   Male Other
#> 133479.1  133479       1                SEER Reg 02 - Connecticut   Male White
#> 133483.1  133483       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133483.2  133483       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133484.1  133484       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 133541.1  133541       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133544.1  133544       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133558.1  133558       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133560.1  133560       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133568.1  133568       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133568.2  133568       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133575.1  133575       1                SEER Reg 02 - Connecticut   Male White
#> 133576.1  133576       1                     SEER Reg 21 - Hawaii   Male White
#> 133592.1  133592       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133618.1  133618       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133628.1  133628       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 133630.1  133630       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133647.1  133647       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 133647.2  133647       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 133654.1  133654       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133654.2  133654       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133692.1  133692       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133702.1  133702       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133712.1  133712       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133712.2  133712       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133713.1  133713       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133728.1  133728       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133728.2  133728       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133732.1  133732       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 133734.1  133734       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133734.2  133734       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133743.1  133743       1                SEER Reg 02 - Connecticut   Male White
#> 133753.1  133753       1                     SEER Reg 21 - Hawaii   Male White
#> 133753.2  133753       2                     SEER Reg 21 - Hawaii   Male White
#> 133757.1  133757       1                     SEER Reg 21 - Hawaii   Male Black
#> 133778.1  133778       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 133796.1  133796       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133796.2  133796       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 133805.1  133805       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 133805.2  133805       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 133829.1  133829       1                SEER Reg 02 - Connecticut   Male Black
#> 133852.1  133852       1                     SEER Reg 21 - Hawaii Female White
#> 133852.2  133852       2                     SEER Reg 21 - Hawaii Female White
#> 133855.1  133855       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133859.1  133859       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 133889.1  133889       1                SEER Reg 02 - Connecticut   Male White
#> 133889.2  133889       2                SEER Reg 02 - Connecticut   Male White
#> 133901.1  133901       1                     SEER Reg 21 - Hawaii   Male White
#> 133902.1  133902       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133912.1  133912       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133912.2  133912       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 133915.1  133915       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133915.2  133915       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133981.1  133981       1                     SEER Reg 21 - Hawaii Female Black
#> 133990.1  133990       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133991.1  133991       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 133995.1  133995       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 133995.2  133995       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134008.1  134008       1                     SEER Reg 21 - Hawaii Female Black
#> 134008.2  134008       2                     SEER Reg 21 - Hawaii Female Black
#> 134019.1  134019       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134019.2  134019       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134020.1  134020       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134020.2  134020       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134025.1  134025       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134029.1  134029       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134029.2  134029       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134059.1  134059       1                SEER Reg 02 - Connecticut   Male Black
#> 134078.1  134078       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 134083.1  134083       1                SEER Reg 02 - Connecticut Female Other
#> 134096.1  134096       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134096.2  134096       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134101.1  134101       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134102.1  134102       1                SEER Reg 02 - Connecticut   Male White
#> 134110.1  134110       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134112.1  134112       1                SEER Reg 02 - Connecticut Female White
#> 134112.2  134112       2                SEER Reg 02 - Connecticut Female White
#> 134116.1  134116       1                SEER Reg 02 - Connecticut Female White
#> 134116.2  134116       2                SEER Reg 02 - Connecticut Female White
#> 134132.1  134132       1                SEER Reg 02 - Connecticut   Male White
#> 134132.2  134132       2                SEER Reg 02 - Connecticut   Male White
#> 134133.1  134133       1                SEER Reg 02 - Connecticut Female White
#> 134143.1  134143       1                SEER Reg 02 - Connecticut   Male White
#> 134149.1  134149       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134163.1  134163       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134179.1  134179       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134180.1  134180       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134193.1  134193       1                     SEER Reg 21 - Hawaii Female Other
#> 134193.2  134193       2                     SEER Reg 21 - Hawaii Female Other
#> 134200.1  134200       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134200.2  134200       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134211.1  134211       1                SEER Reg 02 - Connecticut Female White
#> 134225.1  134225       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134245.1  134245       1                SEER Reg 02 - Connecticut Female White
#> 134256.1  134256       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 134285.1  134285       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 134304.1  134304       1                     SEER Reg 21 - Hawaii Female White
#> 134304.2  134304       2                     SEER Reg 21 - Hawaii Female White
#> 134324.1  134324       1                     SEER Reg 21 - Hawaii Female White
#> 134325.1  134325       1                     SEER Reg 21 - Hawaii Female White
#> 134325.2  134325       2                     SEER Reg 21 - Hawaii Female White
#> 134332.1  134332       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134332.2  134332       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134347.1  134347       1                SEER Reg 02 - Connecticut Female White
#> 134368.1  134368       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 134371.1  134371       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134371.2  134371       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134406.1  134406       1                SEER Reg 02 - Connecticut Female White
#> 134452.1  134452       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134468.1  134468       1                SEER Reg 02 - Connecticut Female White
#> 134476.1  134476       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 134492.1  134492       1                     SEER Reg 21 - Hawaii Female White
#> 134501.1  134501       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134505.1  134505       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134516.1  134516       1                SEER Reg 02 - Connecticut Female Other
#> 134516.2  134516       2                SEER Reg 02 - Connecticut Female Other
#> 134521.1  134521       1                SEER Reg 02 - Connecticut Female White
#> 134521.2  134521       2                SEER Reg 02 - Connecticut Female White
#> 134523.1  134523       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134528.1  134528       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 134542.1  134542       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134545.1  134545       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 134545.2  134545       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 134547.1  134547       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134575.1  134575       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 134575.2  134575       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 134577.1  134577       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 134613.1  134613       1                SEER Reg 02 - Connecticut   Male White
#> 134613.2  134613       2                SEER Reg 02 - Connecticut   Male White
#> 134617.1  134617       1                     SEER Reg 21 - Hawaii   Male White
#> 134617.2  134617       2                     SEER Reg 21 - Hawaii   Male White
#> 134622.1  134622       1                SEER Reg 02 - Connecticut Female White
#> 134622.2  134622       2                SEER Reg 02 - Connecticut Female White
#> 134629.1  134629       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134643.1  134643       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134653.1  134653       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134653.2  134653       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134659.1  134659       1                     SEER Reg 21 - Hawaii Female White
#> 134659.2  134659       2                     SEER Reg 21 - Hawaii Female White
#> 134664.1  134664       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134664.2  134664       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134667.1  134667       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134667.2  134667       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134708.1  134708       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134711.1  134711       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134726.1  134726       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134726.2  134726       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134753.1  134753       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134753.2  134753       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 134790.1  134790       1                SEER Reg 02 - Connecticut   Male White
#> 134790.2  134790       2                SEER Reg 02 - Connecticut   Male White
#> 134800.1  134800       1                SEER Reg 02 - Connecticut Female Other
#> 134813.1  134813       1                SEER Reg 02 - Connecticut   Male White
#> 134813.2  134813       2                SEER Reg 02 - Connecticut   Male White
#> 134817.1  134817       1                     SEER Reg 21 - Hawaii Female Other
#> 134817.2  134817       2                     SEER Reg 21 - Hawaii Female Other
#> 134832.1  134832       1                     SEER Reg 21 - Hawaii   Male White
#> 134832.2  134832       2                     SEER Reg 21 - Hawaii   Male White
#> 134875.1  134875       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 134875.2  134875       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 134876.1  134876       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 134876.2  134876       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 134912.1  134912       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 134924.1  134924       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 134924.2  134924       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 134932.1  134932       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 134936.1  134936       1                SEER Reg 02 - Connecticut Female White
#> 134936.2  134936       2                SEER Reg 02 - Connecticut Female White
#> 134985.1  134985       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135032.1  135032       1                SEER Reg 02 - Connecticut   Male Other
#> 135034.1  135034       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135053.1  135053       1                SEER Reg 02 - Connecticut Female White
#> 135053.2  135053       2                SEER Reg 02 - Connecticut Female White
#> 135056.1  135056       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135092.1  135092       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135094.1  135094       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135096.1  135096       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135097.1  135097       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135097.2  135097       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135124.1  135124       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135143.1  135143       1                SEER Reg 02 - Connecticut Female White
#> 135143.2  135143       2                SEER Reg 02 - Connecticut Female White
#> 135147.1  135147       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135148.1  135148       1                SEER Reg 02 - Connecticut Female Black
#> 135169.1  135169       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 135169.2  135169       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 135176.1  135176       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 135176.2  135176       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 135177.1  135177       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135177.2  135177       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135203.1  135203       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135209.1  135209       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135209.2  135209       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135224.1  135224       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135227.1  135227       1                     SEER Reg 21 - Hawaii Female White
#> 135230.1  135230       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135230.2  135230       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135245.1  135245       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 135271.1  135271       1                SEER Reg 02 - Connecticut Female White
#> 135271.2  135271       2                SEER Reg 02 - Connecticut Female White
#> 135278.1  135278       1                     SEER Reg 21 - Hawaii   Male Other
#> 135286.1  135286       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 135291.1  135291       1                SEER Reg 02 - Connecticut   Male White
#> 135291.2  135291       2                SEER Reg 02 - Connecticut   Male White
#> 135292.1  135292       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135292.2  135292       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135300.1  135300       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135300.2  135300       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135315.1  135315       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135318.1  135318       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135321.1  135321       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135321.2  135321       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135344.1  135344       1                     SEER Reg 21 - Hawaii Female White
#> 135344.2  135344       2                     SEER Reg 21 - Hawaii Female White
#> 135354.1  135354       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135391.1  135391       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135401.1  135401       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135401.2  135401       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135405.1  135405       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 135405.2  135405       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 135407.1  135407       1                SEER Reg 02 - Connecticut   Male Black
#> 135407.2  135407       2                SEER Reg 02 - Connecticut   Male Black
#> 135424.1  135424       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135432.1  135432       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135450.1  135450       1                     SEER Reg 21 - Hawaii   Male Black
#> 135476.1  135476       1                     SEER Reg 21 - Hawaii   Male Black
#> 135488.1  135488       1                SEER Reg 02 - Connecticut Female White
#> 135488.2  135488       2                SEER Reg 02 - Connecticut Female White
#> 135507.1  135507       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135507.2  135507       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135510.1  135510       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135510.2  135510       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135514.1  135514       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135520.1  135520       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135520.2  135520       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135534.1  135534       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135564.1  135564       1                SEER Reg 02 - Connecticut   Male White
#> 135571.1  135571       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135571.2  135571       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135572.1  135572       1                SEER Reg 02 - Connecticut Female White
#> 135572.2  135572       2                SEER Reg 02 - Connecticut Female White
#> 135575.1  135575       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135620.1  135620       1                SEER Reg 02 - Connecticut   Male White
#> 135620.2  135620       2                SEER Reg 02 - Connecticut   Male White
#> 135632.1  135632       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 135642.1  135642       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135643.1  135643       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135650.1  135650       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135650.2  135650       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135671.1  135671       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135671.2  135671       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135680.1  135680       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135703.1  135703       1                SEER Reg 02 - Connecticut   Male White
#> 135703.2  135703       2                SEER Reg 02 - Connecticut   Male White
#> 135718.1  135718       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135718.2  135718       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135725.1  135725       1                SEER Reg 02 - Connecticut Female Other
#> 135725.2  135725       2                SEER Reg 02 - Connecticut Female Other
#> 135767.1  135767       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135775.1  135775       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135795.1  135795       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135795.2  135795       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135800.1  135800       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135802.1  135802       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135846.1  135846       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 135870.1  135870       1                SEER Reg 02 - Connecticut   Male White
#> 135870.2  135870       2                SEER Reg 02 - Connecticut   Male White
#> 135872.1  135872       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135872.2  135872       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 135894.1  135894       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 135896.1  135896       1                SEER Reg 02 - Connecticut Female White
#> 135897.1  135897       1                     SEER Reg 21 - Hawaii   Male Other
#> 135897.2  135897       2                     SEER Reg 21 - Hawaii   Male Other
#> 135945.1  135945       1                SEER Reg 02 - Connecticut Female White
#> 135945.2  135945       2                SEER Reg 02 - Connecticut Female White
#> 135946.1  135946       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135946.2  135946       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135966.1  135966       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135966.2  135966       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135967.1  135967       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 135974.1  135974       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 135978.1  135978       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 135978.2  135978       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136002.1  136002       1                     SEER Reg 21 - Hawaii   Male White
#> 136029.1  136029       1                SEER Reg 02 - Connecticut Female White
#> 136040.1  136040       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136040.2  136040       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136042.1  136042       1                SEER Reg 02 - Connecticut   Male White
#> 136070.1  136070       1                SEER Reg 02 - Connecticut   Male Other
#> 136087.1  136087       1                SEER Reg 02 - Connecticut   Male Other
#> 136087.2  136087       2                SEER Reg 02 - Connecticut   Male Other
#> 136116.1  136116       1                SEER Reg 02 - Connecticut   Male Black
#> 136126.1  136126       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136126.2  136126       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136134.1  136134       1                SEER Reg 02 - Connecticut   Male White
#> 136134.2  136134       2                SEER Reg 02 - Connecticut   Male White
#> 136143.1  136143       1                SEER Reg 02 - Connecticut Female White
#> 136143.2  136143       2                SEER Reg 02 - Connecticut Female White
#> 136191.1  136191       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136191.2  136191       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136192.1  136192       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 136235.1  136235       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136235.2  136235       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136242.1  136242       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 136248.1  136248       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 136248.2  136248       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 136250.1  136250       1                SEER Reg 02 - Connecticut Female White
#> 136250.2  136250       2                SEER Reg 02 - Connecticut Female White
#> 136267.1  136267       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 136308.1  136308       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136308.2  136308       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136320.1  136320       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136321.1  136321       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136321.2  136321       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136336.1  136336       1                     SEER Reg 21 - Hawaii Female Other
#> 136339.1  136339       1                SEER Reg 02 - Connecticut   Male Black
#> 136339.2  136339       2                SEER Reg 02 - Connecticut   Male Black
#> 136356.1  136356       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 136356.2  136356       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 136368.1  136368       1                     SEER Reg 21 - Hawaii Female White
#> 136368.2  136368       2                     SEER Reg 21 - Hawaii Female White
#> 136371.1  136371       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136371.2  136371       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136377.1  136377       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136377.2  136377       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136390.1  136390       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136399.1  136399       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136417.1  136417       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136419.1  136419       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136443.1  136443       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136451.1  136451       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136536.1  136536       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136539.1  136539       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136552.1  136552       1                SEER Reg 02 - Connecticut   Male Other
#> 136555.1  136555       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 136555.2  136555       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 136577.1  136577       1                SEER Reg 02 - Connecticut Female Black
#> 136580.1  136580       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136580.2  136580       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136585.1  136585       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 136596.1  136596       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136634.1  136634       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136634.2  136634       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136647.1  136647       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 136675.1  136675       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136675.2  136675       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136679.1  136679       1                SEER Reg 02 - Connecticut Female White
#> 136679.2  136679       2                SEER Reg 02 - Connecticut Female White
#> 136694.1  136694       1                SEER Reg 02 - Connecticut Female Black
#> 136754.1  136754       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136755.1  136755       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136758.1  136758       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136758.2  136758       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136762.1  136762       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136768.1  136768       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136771.1  136771       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136771.2  136771       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136806.1  136806       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136836.1  136836       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136836.2  136836       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 136837.1  136837       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 136845.1  136845       1                SEER Reg 02 - Connecticut   Male Black
#> 136845.2  136845       2                SEER Reg 02 - Connecticut   Male Black
#> 136847.1  136847       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136854.1  136854       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136854.2  136854       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136862.1  136862       1                     SEER Reg 21 - Hawaii   Male Other
#> 136874.1  136874       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 136874.2  136874       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 136888.1  136888       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 136892.1  136892       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136892.2  136892       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136895.1  136895       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136905.1  136905       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136905.2  136905       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136924.1  136924       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136924.2  136924       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 136927.1  136927       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 136927.2  136927       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 136929.1  136929       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136929.2  136929       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 136940.1  136940       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 136949.1  136949       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 136952.1  136952       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 136954.1  136954       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 136971.1  136971       1                     SEER Reg 21 - Hawaii Female White
#> 137007.1  137007       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137032.1  137032       1                SEER Reg 02 - Connecticut   Male White
#> 137073.1  137073       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 137073.2  137073       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 137122.1  137122       1                     SEER Reg 21 - Hawaii Female White
#> 137122.2  137122       2                     SEER Reg 21 - Hawaii Female White
#> 137125.1  137125       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137141.1  137141       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 137166.1  137166       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137174.1  137174       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137174.2  137174       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137179.1  137179       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137180.1  137180       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137181.1  137181       1                SEER Reg 02 - Connecticut   Male White
#> 137190.1  137190       1                     SEER Reg 21 - Hawaii   Male White
#> 137205.1  137205       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137208.1  137208       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137230.1  137230       1                SEER Reg 02 - Connecticut   Male White
#> 137292.1  137292       1                SEER Reg 02 - Connecticut Female Other
#> 137292.2  137292       2                SEER Reg 02 - Connecticut Female Other
#> 137293.1  137293       1                SEER Reg 02 - Connecticut Female White
#> 137298.1  137298       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 137300.1  137300       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137300.2  137300       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137301.1  137301       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137301.2  137301       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137306.1  137306       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137312.1  137312       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137314.1  137314       1                     SEER Reg 21 - Hawaii   Male White
#> 137363.1  137363       1                SEER Reg 02 - Connecticut   Male White
#> 137376.1  137376       1                SEER Reg 02 - Connecticut   Male White
#> 137376.2  137376       2                SEER Reg 02 - Connecticut   Male White
#> 137378.1  137378       1                SEER Reg 02 - Connecticut Female White
#> 137393.1  137393       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 137407.1  137407       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137412.1  137412       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137427.1  137427       1                SEER Reg 02 - Connecticut   Male White
#> 137427.2  137427       2                SEER Reg 02 - Connecticut   Male White
#> 137439.1  137439       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137439.2  137439       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137447.1  137447       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137447.2  137447       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137464.1  137464       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137479.1  137479       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 137479.2  137479       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 137515.1  137515       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 137520.1  137520       1                SEER Reg 02 - Connecticut   Male White
#> 137527.1  137527       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 137534.1  137534       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137534.2  137534       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137559.1  137559       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137559.2  137559       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137566.1  137566       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137566.2  137566       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137577.1  137577       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 137600.1  137600       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137600.2  137600       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137617.1  137617       1                SEER Reg 02 - Connecticut Female White
#> 137625.1  137625       1                SEER Reg 02 - Connecticut   Male White
#> 137644.1  137644       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137644.2  137644       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137654.1  137654       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137677.1  137677       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137677.2  137677       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137702.1  137702       1                SEER Reg 02 - Connecticut Female Black
#> 137702.2  137702       2                SEER Reg 02 - Connecticut Female Black
#> 137717.1  137717       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137752.1  137752       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137801.1  137801       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137832.1  137832       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137832.2  137832       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137842.1  137842       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137842.2  137842       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137851.1  137851       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137851.2  137851       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137863.1  137863       1                     SEER Reg 21 - Hawaii   Male White
#> 137872.1  137872       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137872.2  137872       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 137878.1  137878       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137878.2  137878       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137898.1  137898       1                     SEER Reg 21 - Hawaii   Male White
#> 137898.2  137898       2                     SEER Reg 21 - Hawaii   Male White
#> 137925.1  137925       1                SEER Reg 02 - Connecticut   Male Black
#> 137925.2  137925       2                SEER Reg 02 - Connecticut   Male Black
#> 137929.1  137929       1                SEER Reg 02 - Connecticut Female White
#> 137930.1  137930       1                     SEER Reg 21 - Hawaii Female Other
#> 137930.2  137930       2                     SEER Reg 21 - Hawaii Female Other
#> 137933.1  137933       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137933.2  137933       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 137983.1  137983       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137988.1  137988       1                     SEER Reg 21 - Hawaii Female White
#> 137990.1  137990       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137990.2  137990       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 137993.1  137993       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 137993.2  137993       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138014.1  138014       1                SEER Reg 02 - Connecticut Female White
#> 138015.1  138015       1                SEER Reg 02 - Connecticut Female White
#> 138023.1  138023       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 138023.2  138023       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 138030.1  138030       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138030.2  138030       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138056.1  138056       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 138074.1  138074       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138074.2  138074       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138081.1  138081       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138086.1  138086       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 138093.1  138093       1                     SEER Reg 21 - Hawaii Female White
#> 138093.2  138093       2                     SEER Reg 21 - Hawaii Female White
#> 138103.1  138103       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 138124.1  138124       1                SEER Reg 02 - Connecticut   Male White
#> 138129.1  138129       1                SEER Reg 02 - Connecticut   Male White
#> 138143.1  138143       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138143.2  138143       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138148.1  138148       1                     SEER Reg 21 - Hawaii Female White
#> 138153.1  138153       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138153.2  138153       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138159.1  138159       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138159.2  138159       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138175.1  138175       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138185.1  138185       1                SEER Reg 02 - Connecticut Female Black
#> 138185.2  138185       2                SEER Reg 02 - Connecticut Female Black
#> 138221.1  138221       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138221.2  138221       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138226.1  138226       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138267.1  138267       1                SEER Reg 02 - Connecticut   Male White
#> 138267.2  138267       2                SEER Reg 02 - Connecticut   Male White
#> 138276.1  138276       1                SEER Reg 02 - Connecticut Female Black
#> 138277.1  138277       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138277.2  138277       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138304.1  138304       1                SEER Reg 02 - Connecticut Female White
#> 138310.1  138310       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138310.2  138310       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138319.1  138319       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138330.1  138330       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 138332.1  138332       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 138349.1  138349       1                SEER Reg 02 - Connecticut Female White
#> 138378.1  138378       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138384.1  138384       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 138390.1  138390       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 138390.2  138390       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 138392.1  138392       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138397.1  138397       1                     SEER Reg 21 - Hawaii   Male White
#> 138398.1  138398       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138398.2  138398       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138448.1  138448       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138448.2  138448       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138461.1  138461       1                     SEER Reg 21 - Hawaii Female White
#> 138465.1  138465       1                SEER Reg 02 - Connecticut   Male White
#> 138465.2  138465       2                SEER Reg 02 - Connecticut   Male White
#> 138466.1  138466       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138466.2  138466       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138477.1  138477       1                SEER Reg 02 - Connecticut Female White
#> 138477.2  138477       2                SEER Reg 02 - Connecticut Female White
#> 138524.1  138524       1                SEER Reg 02 - Connecticut Female White
#> 138524.2  138524       2                SEER Reg 02 - Connecticut Female White
#> 138546.1  138546       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 138546.2  138546       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 138556.1  138556       1                SEER Reg 02 - Connecticut Female Other
#> 138556.2  138556       2                SEER Reg 02 - Connecticut Female Other
#> 138557.1  138557       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 138557.2  138557       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 138566.1  138566       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138566.2  138566       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138589.1  138589       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138589.2  138589       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138623.1  138623       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 138624.1  138624       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138679.1  138679       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138683.1  138683       1                SEER Reg 02 - Connecticut Female Black
#> 138683.2  138683       2                SEER Reg 02 - Connecticut Female Black
#> 138691.1  138691       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 138693.1  138693       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138693.2  138693       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 138698.1  138698       1                     SEER Reg 21 - Hawaii   Male White
#> 138701.1  138701       1                SEER Reg 02 - Connecticut   Male White
#> 138709.1  138709       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138709.2  138709       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138716.1  138716       1                     SEER Reg 21 - Hawaii   Male White
#> 138716.2  138716       2                     SEER Reg 21 - Hawaii   Male White
#> 138733.1  138733       1                SEER Reg 02 - Connecticut Female White
#> 138733.2  138733       2                SEER Reg 02 - Connecticut Female White
#> 138754.1  138754       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138754.2  138754       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138760.1  138760       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 138764.1  138764       1                SEER Reg 02 - Connecticut Female White
#> 138788.1  138788       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138788.2  138788       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138798.1  138798       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138823.1  138823       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 138834.1  138834       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138841.1  138841       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138846.1  138846       1                SEER Reg 02 - Connecticut Female White
#> 138846.2  138846       2                SEER Reg 02 - Connecticut Female White
#> 138847.1  138847       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138848.1  138848       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138850.1  138850       1                SEER Reg 02 - Connecticut   Male White
#> 138856.1  138856       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138856.2  138856       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138870.1  138870       1                SEER Reg 02 - Connecticut Female White
#> 138888.1  138888       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138888.2  138888       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 138905.1  138905       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 138947.1  138947       1                     SEER Reg 21 - Hawaii Female Black
#> 138970.1  138970       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 138972.1  138972       1                     SEER Reg 21 - Hawaii Female White
#> 138982.1  138982       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139012.1  139012       1                SEER Reg 02 - Connecticut   Male White
#> 139017.1  139017       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139017.2  139017       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139028.1  139028       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 139028.2  139028       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 139036.1  139036       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139055.1  139055       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139055.2  139055       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139093.1  139093       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139098.1  139098       1                SEER Reg 02 - Connecticut Female White
#> 139098.2  139098       2                SEER Reg 02 - Connecticut Female White
#> 139113.1  139113       1                     SEER Reg 21 - Hawaii Female White
#> 139113.2  139113       2                     SEER Reg 21 - Hawaii Female White
#> 139116.1  139116       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139116.2  139116       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139126.1  139126       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 139151.1  139151       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 139153.1  139153       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 139189.1  139189       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139189.2  139189       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139264.1  139264       1                     SEER Reg 21 - Hawaii   Male White
#> 139288.1  139288       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139288.2  139288       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139300.1  139300       1                SEER Reg 02 - Connecticut Female Other
#> 139300.2  139300       2                SEER Reg 02 - Connecticut Female Other
#> 139301.1  139301       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139331.1  139331       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 139331.2  139331       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 139342.1  139342       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139351.1  139351       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 139382.1  139382       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139385.1  139385       1                SEER Reg 02 - Connecticut Female White
#> 139406.1  139406       1                SEER Reg 02 - Connecticut   Male Other
#> 139412.1  139412       1                     SEER Reg 21 - Hawaii Female White
#> 139434.1  139434       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139437.1  139437       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139437.2  139437       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139463.1  139463       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139463.2  139463       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139476.1  139476       1                     SEER Reg 21 - Hawaii   Male White
#> 139482.1  139482       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 139486.1  139486       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 139486.2  139486       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 139497.1  139497       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139514.1  139514       1                SEER Reg 02 - Connecticut   Male White
#> 139537.1  139537       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139540.1  139540       1                SEER Reg 02 - Connecticut Female White
#> 139540.2  139540       2                SEER Reg 02 - Connecticut Female White
#> 139541.1  139541       1                SEER Reg 02 - Connecticut   Male White
#> 139560.1  139560       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139560.2  139560       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139573.1  139573       1                SEER Reg 02 - Connecticut Female Black
#> 139604.1  139604       1                SEER Reg 02 - Connecticut   Male Other
#> 139609.1  139609       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139637.1  139637       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139671.1  139671       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139671.2  139671       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139703.1  139703       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 139703.2  139703       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 139708.1  139708       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139709.1  139709       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139709.2  139709       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139715.1  139715       1                     SEER Reg 21 - Hawaii   Male Black
#> 139727.1  139727       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139739.1  139739       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139745.1  139745       1                     SEER Reg 21 - Hawaii Female Black
#> 139785.1  139785       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139835.1  139835       1                SEER Reg 02 - Connecticut   Male White
#> 139850.1  139850       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139870.1  139870       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139882.1  139882       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139893.1  139893       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139893.2  139893       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139898.1  139898       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139898.2  139898       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 139907.1  139907       1                SEER Reg 02 - Connecticut   Male Black
#> 139917.1  139917       1                SEER Reg 02 - Connecticut   Male White
#> 139943.1  139943       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139943.2  139943       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 139956.1  139956       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 139956.2  139956       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 139960.1  139960       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 139978.1  139978       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139978.2  139978       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 139984.1  139984       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140005.1  140005       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140009.1  140009       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140013.1  140013       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140013.2  140013       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140087.1  140087       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140122.1  140122       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 140122.2  140122       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 140183.1  140183       1                SEER Reg 02 - Connecticut Female White
#> 140183.2  140183       2                SEER Reg 02 - Connecticut Female White
#> 140195.1  140195       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140224.1  140224       1                SEER Reg 02 - Connecticut   Male White
#> 140224.2  140224       2                SEER Reg 02 - Connecticut   Male White
#> 140227.1  140227       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 140252.1  140252       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140252.2  140252       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140267.1  140267       1                SEER Reg 02 - Connecticut Female White
#> 140267.2  140267       2                SEER Reg 02 - Connecticut Female White
#> 140271.1  140271       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140288.1  140288       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140288.2  140288       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140326.1  140326       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 140326.2  140326       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 140334.1  140334       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140350.1  140350       1                SEER Reg 02 - Connecticut Female White
#> 140350.2  140350       2                SEER Reg 02 - Connecticut Female White
#> 140356.1  140356       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140356.2  140356       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140362.1  140362       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 140362.2  140362       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 140367.1  140367       1                SEER Reg 02 - Connecticut Female Other
#> 140367.2  140367       2                SEER Reg 02 - Connecticut Female Other
#> 140371.1  140371       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140371.2  140371       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140374.1  140374       1                     SEER Reg 21 - Hawaii   Male White
#> 140374.2  140374       2                     SEER Reg 21 - Hawaii   Male White
#> 140383.1  140383       1                SEER Reg 02 - Connecticut   Male White
#> 140383.2  140383       2                SEER Reg 02 - Connecticut   Male White
#> 140395.1  140395       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 140406.1  140406       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140422.1  140422       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 140428.1  140428       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140428.2  140428       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140429.1  140429       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140430.1  140430       1                SEER Reg 02 - Connecticut Female White
#> 140437.1  140437       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140437.2  140437       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140438.1  140438       1                     SEER Reg 21 - Hawaii Female Black
#> 140438.2  140438       2                     SEER Reg 21 - Hawaii Female Black
#> 140439.1  140439       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140439.2  140439       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140443.1  140443       1                SEER Reg 02 - Connecticut Female White
#> 140450.1  140450       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140450.2  140450       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140459.1  140459       1                SEER Reg 02 - Connecticut Female White
#> 140459.2  140459       2                SEER Reg 02 - Connecticut Female White
#> 140518.1  140518       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140518.2  140518       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140526.1  140526       1                SEER Reg 02 - Connecticut   Male White
#> 140526.2  140526       2                SEER Reg 02 - Connecticut   Male White
#> 140534.1  140534       1                     SEER Reg 21 - Hawaii Female White
#> 140550.1  140550       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140550.2  140550       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140558.1  140558       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140558.2  140558       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140559.1  140559       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 140587.1  140587       1                     SEER Reg 21 - Hawaii   Male White
#> 140624.1  140624       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140645.1  140645       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140663.1  140663       1                     SEER Reg 21 - Hawaii Female White
#> 140667.1  140667       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140667.2  140667       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140669.1  140669       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140722.1  140722       1                SEER Reg 02 - Connecticut Female White
#> 140725.1  140725       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140725.2  140725       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140726.1  140726       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140773.1  140773       1                SEER Reg 02 - Connecticut Female White
#> 140788.1  140788       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140790.1  140790       1                SEER Reg 02 - Connecticut   Male White
#> 140790.2  140790       2                SEER Reg 02 - Connecticut   Male White
#> 140794.1  140794       1                     SEER Reg 21 - Hawaii Female White
#> 140800.1  140800       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140800.2  140800       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140826.1  140826       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 140838.1  140838       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140841.1  140841       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140847.1  140847       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 140855.1  140855       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140862.1  140862       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 140887.1  140887       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 140889.1  140889       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 140903.1  140903       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140903.2  140903       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140905.1  140905       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140905.2  140905       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140920.1  140920       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 140920.2  140920       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 140923.1  140923       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140923.2  140923       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 140925.1  140925       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 140925.2  140925       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 140942.1  140942       1                     SEER Reg 21 - Hawaii   Male White
#> 140951.1  140951       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140966.1  140966       1                SEER Reg 02 - Connecticut   Male White
#> 140966.2  140966       2                SEER Reg 02 - Connecticut   Male White
#> 140968.1  140968       1                     SEER Reg 21 - Hawaii   Male White
#> 140981.1  140981       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 140991.1  140991       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140991.2  140991       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 140995.1  140995       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 141005.1  141005       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141015.1  141015       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141035.1  141035       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141035.2  141035       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141039.1  141039       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141058.1  141058       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141064.1  141064       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141064.2  141064       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141066.1  141066       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141066.2  141066       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141078.1  141078       1                SEER Reg 02 - Connecticut Female White
#> 141078.2  141078       2                SEER Reg 02 - Connecticut Female White
#> 141080.1  141080       1                SEER Reg 02 - Connecticut   Male Black
#> 141080.2  141080       2                SEER Reg 02 - Connecticut   Male Black
#> 141092.1  141092       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141092.2  141092       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141096.1  141096       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 141096.2  141096       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 141117.1  141117       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141140.1  141140       1                SEER Reg 02 - Connecticut   Male White
#> 141146.1  141146       1                SEER Reg 02 - Connecticut   Male Other
#> 141146.2  141146       2                SEER Reg 02 - Connecticut   Male Other
#> 141169.1  141169       1                     SEER Reg 21 - Hawaii Female White
#> 141173.1  141173       1                     SEER Reg 21 - Hawaii   Male White
#> 141202.1  141202       1                SEER Reg 02 - Connecticut Female White
#> 141202.2  141202       2                SEER Reg 02 - Connecticut Female White
#> 141212.1  141212       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141241.1  141241       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 141241.2  141241       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 141249.1  141249       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141249.2  141249       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141251.1  141251       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141257.1  141257       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141257.2  141257       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141261.1  141261       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141261.2  141261       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141269.1  141269       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141291.1  141291       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141297.1  141297       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141297.2  141297       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141302.1  141302       1                SEER Reg 02 - Connecticut Female White
#> 141302.2  141302       2                SEER Reg 02 - Connecticut Female White
#> 141311.1  141311       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141311.2  141311       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141315.1  141315       1                     SEER Reg 21 - Hawaii   Male Other
#> 141315.2  141315       2                     SEER Reg 21 - Hawaii   Male Other
#> 141319.1  141319       1                SEER Reg 02 - Connecticut   Male White
#> 141358.1  141358       1                     SEER Reg 21 - Hawaii   Male Black
#> 141362.1  141362       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 141362.2  141362       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 141371.1  141371       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 141415.1  141415       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141415.2  141415       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141467.1  141467       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141469.1  141469       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141469.2  141469       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141481.1  141481       1                SEER Reg 02 - Connecticut Female White
#> 141481.2  141481       2                SEER Reg 02 - Connecticut Female White
#> 141484.1  141484       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141499.1  141499       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141503.1  141503       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141512.1  141512       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141512.2  141512       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141514.1  141514       1                     SEER Reg 21 - Hawaii   Male White
#> 141514.2  141514       2                     SEER Reg 21 - Hawaii   Male White
#> 141520.1  141520       1                SEER Reg 02 - Connecticut   Male Black
#> 141529.1  141529       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141532.1  141532       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 141544.1  141544       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 141544.2  141544       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 141547.1  141547       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141549.1  141549       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141549.2  141549       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141558.1  141558       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141562.1  141562       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141562.2  141562       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141565.1  141565       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 141565.2  141565       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 141583.1  141583       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141590.1  141590       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 141618.1  141618       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141625.1  141625       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141625.2  141625       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141656.1  141656       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141656.2  141656       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141658.1  141658       1                     SEER Reg 21 - Hawaii   Male White
#> 141692.1  141692       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141713.1  141713       1                SEER Reg 02 - Connecticut   Male White
#> 141728.1  141728       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141728.2  141728       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141764.1  141764       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 141764.2  141764       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 141792.1  141792       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141805.1  141805       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141805.2  141805       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141812.1  141812       1                SEER Reg 02 - Connecticut   Male White
#> 141812.2  141812       2                SEER Reg 02 - Connecticut   Male White
#> 141824.1  141824       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 141824.2  141824       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 141829.1  141829       1                SEER Reg 02 - Connecticut   Male Other
#> 141843.1  141843       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141843.2  141843       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141845.1  141845       1                SEER Reg 02 - Connecticut   Male White
#> 141845.2  141845       2                SEER Reg 02 - Connecticut   Male White
#> 141862.1  141862       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141862.2  141862       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141873.1  141873       1                     SEER Reg 21 - Hawaii Female Other
#> 141873.2  141873       2                     SEER Reg 21 - Hawaii Female Other
#> 141875.1  141875       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 141888.1  141888       1                SEER Reg 02 - Connecticut   Male White
#> 141900.1  141900       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141900.2  141900       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 141908.1  141908       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 141922.1  141922       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141922.2  141922       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141923.1  141923       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141927.1  141927       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141927.2  141927       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141928.1  141928       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 141937.1  141937       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141937.2  141937       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141952.1  141952       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141952.2  141952       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 141954.1  141954       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141955.1  141955       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141955.2  141955       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141990.1  141990       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141990.2  141990       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 141996.1  141996       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 141996.2  141996       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142011.1  142011       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142032.1  142032       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142032.2  142032       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142051.1  142051       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142062.1  142062       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142081.1  142081       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142083.1  142083       1                     SEER Reg 21 - Hawaii Female White
#> 142083.2  142083       2                     SEER Reg 21 - Hawaii Female White
#> 142093.1  142093       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142093.2  142093       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142096.1  142096       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142096.2  142096       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142107.1  142107       1                SEER Reg 02 - Connecticut   Male White
#> 142110.1  142110       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142110.2  142110       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142118.1  142118       1                SEER Reg 02 - Connecticut Female White
#> 142118.2  142118       2                SEER Reg 02 - Connecticut Female White
#> 142132.1  142132       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142155.1  142155       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142163.1  142163       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 142163.2  142163       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 142209.1  142209       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142209.2  142209       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142221.1  142221       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142245.1  142245       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142245.2  142245       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142246.1  142246       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142246.2  142246       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142249.1  142249       1                SEER Reg 02 - Connecticut Female White
#> 142249.2  142249       2                SEER Reg 02 - Connecticut Female White
#> 142254.1  142254       1                SEER Reg 02 - Connecticut   Male White
#> 142254.2  142254       2                SEER Reg 02 - Connecticut   Male White
#> 142277.1  142277       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 142289.1  142289       1                     SEER Reg 21 - Hawaii   Male White
#> 142289.2  142289       2                     SEER Reg 21 - Hawaii   Male White
#> 142303.1  142303       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142303.2  142303       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142307.1  142307       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142307.2  142307       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142351.1  142351       1                SEER Reg 02 - Connecticut Female White
#> 142351.2  142351       2                SEER Reg 02 - Connecticut Female White
#> 142373.1  142373       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142386.1  142386       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142386.2  142386       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142395.1  142395       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142395.2  142395       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142402.1  142402       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142402.2  142402       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142405.1  142405       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142409.1  142409       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142424.1  142424       1                     SEER Reg 21 - Hawaii Female Black
#> 142424.2  142424       2                     SEER Reg 21 - Hawaii Female Black
#> 142426.1  142426       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142459.1  142459       1                     SEER Reg 21 - Hawaii Female White
#> 142459.2  142459       2                     SEER Reg 21 - Hawaii Female White
#> 142471.1  142471       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142473.1  142473       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142473.2  142473       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142481.1  142481       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142482.1  142482       1                     SEER Reg 21 - Hawaii   Male Other
#> 142482.2  142482       2                     SEER Reg 21 - Hawaii   Male Other
#> 142513.1  142513       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142513.2  142513       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 142515.1  142515       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142533.1  142533       1                SEER Reg 02 - Connecticut   Male Other
#> 142533.2  142533       2                SEER Reg 02 - Connecticut   Male Other
#> 142541.1  142541       1                SEER Reg 02 - Connecticut   Male White
#> 142542.1  142542       1                SEER Reg 02 - Connecticut Female White
#> 142544.1  142544       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142565.1  142565       1                SEER Reg 02 - Connecticut   Male White
#> 142570.1  142570       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 142570.2  142570       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 142595.1  142595       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142620.1  142620       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 142639.1  142639       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142639.2  142639       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142644.1  142644       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142660.1  142660       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142680.1  142680       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142680.2  142680       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142708.1  142708       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142708.2  142708       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142726.1  142726       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142737.1  142737       1                SEER Reg 02 - Connecticut   Male White
#> 142762.1  142762       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142762.2  142762       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142776.1  142776       1                     SEER Reg 21 - Hawaii Female Other
#> 142776.2  142776       2                     SEER Reg 21 - Hawaii Female Other
#> 142791.1  142791       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 142793.1  142793       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142793.2  142793       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 142814.1  142814       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142847.1  142847       1                SEER Reg 02 - Connecticut   Male Black
#> 142858.1  142858       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142858.2  142858       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142863.1  142863       1                     SEER Reg 21 - Hawaii   Male White
#> 142863.2  142863       2                     SEER Reg 21 - Hawaii   Male White
#> 142873.1  142873       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 142880.1  142880       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142880.2  142880       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 142940.1  142940       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 142943.1  142943       1                     SEER Reg 21 - Hawaii   Male White
#> 142943.2  142943       2                     SEER Reg 21 - Hawaii   Male White
#> 142956.1  142956       1                SEER Reg 02 - Connecticut Female White
#> 142956.2  142956       2                SEER Reg 02 - Connecticut Female White
#> 142986.1  142986       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143000.1  143000       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143020.1  143020       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143020.2  143020       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143041.1  143041       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143048.1  143048       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143048.2  143048       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143067.1  143067       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143075.1  143075       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143077.1  143077       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143077.2  143077       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143082.1  143082       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143088.1  143088       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 143088.2  143088       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 143112.1  143112       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143114.1  143114       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143114.2  143114       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143116.1  143116       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143116.2  143116       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143130.1  143130       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143130.2  143130       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143134.1  143134       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143134.2  143134       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143141.1  143141       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143141.2  143141       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143146.1  143146       1                SEER Reg 02 - Connecticut Female White
#> 143151.1  143151       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143175.1  143175       1                     SEER Reg 21 - Hawaii Female White
#> 143175.2  143175       2                     SEER Reg 21 - Hawaii Female White
#> 143199.1  143199       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 143199.2  143199       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 143201.1  143201       1                     SEER Reg 21 - Hawaii Female White
#> 143205.1  143205       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 143205.2  143205       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 143235.1  143235       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143235.2  143235       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143246.1  143246       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 143246.2  143246       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 143250.1  143250       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143250.2  143250       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143261.1  143261       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143269.1  143269       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143269.2  143269       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143275.1  143275       1                SEER Reg 02 - Connecticut Female Black
#> 143275.2  143275       2                SEER Reg 02 - Connecticut Female Black
#> 143276.1  143276       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143276.2  143276       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143282.1  143282       1                SEER Reg 02 - Connecticut   Male Black
#> 143286.1  143286       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143294.1  143294       1                SEER Reg 02 - Connecticut Female White
#> 143325.1  143325       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143325.2  143325       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143330.1  143330       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143381.1  143381       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143393.1  143393       1                     SEER Reg 21 - Hawaii Female White
#> 143433.1  143433       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143437.1  143437       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143440.1  143440       1                SEER Reg 02 - Connecticut   Male White
#> 143454.1  143454       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143454.2  143454       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143459.1  143459       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143459.2  143459       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143484.1  143484       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143485.1  143485       1                SEER Reg 02 - Connecticut Female White
#> 143503.1  143503       1                SEER Reg 02 - Connecticut Female Other
#> 143505.1  143505       1                     SEER Reg 21 - Hawaii Female White
#> 143505.2  143505       2                     SEER Reg 21 - Hawaii Female White
#> 143522.1  143522       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143522.2  143522       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143523.1  143523       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143525.1  143525       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143556.1  143556       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143574.1  143574       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 143583.1  143583       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143583.2  143583       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143596.1  143596       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143611.1  143611       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143611.2  143611       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143619.1  143619       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143629.1  143629       1                     SEER Reg 21 - Hawaii   Male Black
#> 143629.2  143629       2                     SEER Reg 21 - Hawaii   Male Black
#> 143642.1  143642       1                     SEER Reg 21 - Hawaii Female White
#> 143672.1  143672       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 143672.2  143672       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 143696.1  143696       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143704.1  143704       1                SEER Reg 02 - Connecticut   Male White
#> 143714.1  143714       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 143721.1  143721       1                SEER Reg 02 - Connecticut Female White
#> 143721.2  143721       2                SEER Reg 02 - Connecticut Female White
#> 143726.1  143726       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 143726.2  143726       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 143760.1  143760       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143760.2  143760       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143772.1  143772       1                SEER Reg 02 - Connecticut Female Other
#> 143772.2  143772       2                SEER Reg 02 - Connecticut Female Other
#> 143806.1  143806       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143810.1  143810       1                SEER Reg 02 - Connecticut Female White
#> 143860.1  143860       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 143861.1  143861       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 143873.1  143873       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 143873.2  143873       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 143880.1  143880       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143881.1  143881       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 143889.1  143889       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 143899.1  143899       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143905.1  143905       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143905.2  143905       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143910.1  143910       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 143939.1  143939       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 143982.1  143982       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 143982.2  143982       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144005.1  144005       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144005.2  144005       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144032.1  144032       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144032.2  144032       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144047.1  144047       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144047.2  144047       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144072.1  144072       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144072.2  144072       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144075.1  144075       1                SEER Reg 02 - Connecticut   Male White
#> 144090.1  144090       1                     SEER Reg 21 - Hawaii   Male White
#> 144090.2  144090       2                     SEER Reg 21 - Hawaii   Male White
#> 144116.1  144116       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 144155.1  144155       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 144155.2  144155       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 144157.1  144157       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 144159.1  144159       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144159.2  144159       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144168.1  144168       1                     SEER Reg 21 - Hawaii   Male White
#> 144168.2  144168       2                     SEER Reg 21 - Hawaii   Male White
#> 144178.1  144178       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144187.1  144187       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144187.2  144187       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144194.1  144194       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144194.2  144194       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144224.1  144224       1                     SEER Reg 21 - Hawaii Female White
#> 144224.2  144224       2                     SEER Reg 21 - Hawaii Female White
#> 144268.1  144268       1                SEER Reg 02 - Connecticut   Male Other
#> 144284.1  144284       1                SEER Reg 02 - Connecticut Female Black
#> 144284.2  144284       2                SEER Reg 02 - Connecticut Female Black
#> 144291.1  144291       1                SEER Reg 02 - Connecticut Female White
#> 144335.1  144335       1                     SEER Reg 21 - Hawaii Female White
#> 144335.2  144335       2                     SEER Reg 21 - Hawaii Female White
#> 144336.1  144336       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 144341.1  144341       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144351.1  144351       1                     SEER Reg 21 - Hawaii Female White
#> 144351.2  144351       2                     SEER Reg 21 - Hawaii Female White
#> 144363.1  144363       1                     SEER Reg 21 - Hawaii Female White
#> 144396.1  144396       1                SEER Reg 02 - Connecticut   Male White
#> 144407.1  144407       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 144444.1  144444       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144457.1  144457       1                     SEER Reg 21 - Hawaii Female Black
#> 144457.2  144457       2                     SEER Reg 21 - Hawaii Female Black
#> 144461.1  144461       1                     SEER Reg 21 - Hawaii   Male White
#> 144461.2  144461       2                     SEER Reg 21 - Hawaii   Male White
#> 144477.1  144477       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144490.1  144490       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144490.2  144490       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144508.1  144508       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144508.2  144508       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144510.1  144510       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144570.1  144570       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 144570.2  144570       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 144574.1  144574       1                SEER Reg 02 - Connecticut Female White
#> 144582.1  144582       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144582.2  144582       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144584.1  144584       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144584.2  144584       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144595.1  144595       1                SEER Reg 02 - Connecticut Female Other
#> 144595.2  144595       2                SEER Reg 02 - Connecticut Female Other
#> 144624.1  144624       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144626.1  144626       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144626.2  144626       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144636.1  144636       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144636.2  144636       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144641.1  144641       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144641.2  144641       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144642.1  144642       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 144642.2  144642       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 144705.1  144705       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144718.1  144718       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144718.2  144718       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144761.1  144761       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144761.2  144761       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 144767.1  144767       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144791.1  144791       1                SEER Reg 02 - Connecticut Female White
#> 144796.1  144796       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144796.2  144796       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144798.1  144798       1                SEER Reg 02 - Connecticut Female White
#> 144879.1  144879       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144891.1  144891       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 144917.1  144917       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144917.2  144917       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 144921.1  144921       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 144932.1  144932       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 144948.1  144948       1                SEER Reg 02 - Connecticut Female White
#> 144948.2  144948       2                SEER Reg 02 - Connecticut Female White
#> 144969.1  144969       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 144969.2  144969       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 144976.1  144976       1                     SEER Reg 21 - Hawaii   Male White
#> 144976.2  144976       2                     SEER Reg 21 - Hawaii   Male White
#> 145010.1  145010       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145010.2  145010       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145011.1  145011       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145011.2  145011       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145035.1  145035       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145048.1  145048       1                SEER Reg 02 - Connecticut   Male Black
#> 145048.2  145048       2                SEER Reg 02 - Connecticut   Male Black
#> 145061.1  145061       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145111.1  145111       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145121.1  145121       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145121.2  145121       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145153.1  145153       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145170.1  145170       1                SEER Reg 02 - Connecticut   Male White
#> 145171.1  145171       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 145184.1  145184       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145185.1  145185       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145199.1  145199       1                SEER Reg 02 - Connecticut   Male White
#> 145199.2  145199       2                SEER Reg 02 - Connecticut   Male White
#> 145214.1  145214       1                SEER Reg 02 - Connecticut   Male White
#> 145214.2  145214       2                SEER Reg 02 - Connecticut   Male White
#> 145216.1  145216       1                SEER Reg 02 - Connecticut Female White
#> 145216.2  145216       2                SEER Reg 02 - Connecticut Female White
#> 145221.1  145221       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145221.2  145221       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145236.1  145236       1                SEER Reg 02 - Connecticut Female White
#> 145256.1  145256       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 145257.1  145257       1                     SEER Reg 21 - Hawaii Female Black
#> 145275.1  145275       1                     SEER Reg 21 - Hawaii   Male White
#> 145280.1  145280       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145280.2  145280       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145285.1  145285       1                     SEER Reg 21 - Hawaii   Male White
#> 145309.1  145309       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145309.2  145309       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145312.1  145312       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145312.2  145312       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145336.1  145336       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145336.2  145336       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145366.1  145366       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145378.1  145378       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145388.1  145388       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145388.2  145388       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145401.1  145401       1                SEER Reg 02 - Connecticut   Male White
#> 145412.1  145412       1                     SEER Reg 21 - Hawaii   Male Black
#> 145412.2  145412       2                     SEER Reg 21 - Hawaii   Male Black
#> 145419.1  145419       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145425.1  145425       1                SEER Reg 02 - Connecticut   Male White
#> 145464.1  145464       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145480.1  145480       1                     SEER Reg 21 - Hawaii Female White
#> 145480.2  145480       2                     SEER Reg 21 - Hawaii Female White
#> 145492.1  145492       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145500.1  145500       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145500.2  145500       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145504.1  145504       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 145507.1  145507       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 145542.1  145542       1                SEER Reg 02 - Connecticut Female White
#> 145566.1  145566       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145572.1  145572       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145585.1  145585       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145585.2  145585       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145587.1  145587       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145599.1  145599       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145599.2  145599       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145610.1  145610       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145632.1  145632       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145667.1  145667       1                     SEER Reg 21 - Hawaii Female White
#> 145667.2  145667       2                     SEER Reg 21 - Hawaii Female White
#> 145674.1  145674       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145675.1  145675       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145684.1  145684       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145693.1  145693       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 145701.1  145701       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145701.2  145701       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145714.1  145714       1                SEER Reg 02 - Connecticut   Male Other
#> 145714.2  145714       2                SEER Reg 02 - Connecticut   Male Other
#> 145717.1  145717       1                SEER Reg 02 - Connecticut Female White
#> 145722.1  145722       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145741.1  145741       1                SEER Reg 02 - Connecticut   Male White
#> 145741.2  145741       2                SEER Reg 02 - Connecticut   Male White
#> 145742.1  145742       1                     SEER Reg 21 - Hawaii Female White
#> 145744.1  145744       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 145762.1  145762       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145762.2  145762       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145766.1  145766       1                SEER Reg 02 - Connecticut   Male White
#> 145766.2  145766       2                SEER Reg 02 - Connecticut   Male White
#> 145772.1  145772       1                SEER Reg 02 - Connecticut Female Black
#> 145772.2  145772       2                SEER Reg 02 - Connecticut Female Black
#> 145793.1  145793       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 145801.1  145801       1                SEER Reg 02 - Connecticut   Male White
#> 145801.2  145801       2                SEER Reg 02 - Connecticut   Male White
#> 145821.1  145821       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145821.2  145821       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145838.1  145838       1                     SEER Reg 21 - Hawaii   Male White
#> 145855.1  145855       1                     SEER Reg 21 - Hawaii   Male Other
#> 145871.1  145871       1                SEER Reg 02 - Connecticut Female White
#> 145889.1  145889       1                SEER Reg 02 - Connecticut   Male White
#> 145903.1  145903       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 145914.1  145914       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 145928.1  145928       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145928.2  145928       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145935.1  145935       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145935.2  145935       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 145936.1  145936       1                SEER Reg 02 - Connecticut Female White
#> 145936.2  145936       2                SEER Reg 02 - Connecticut Female White
#> 145948.1  145948       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145948.2  145948       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 145964.1  145964       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 145981.1  145981       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146014.1  146014       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146014.2  146014       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146031.1  146031       1                SEER Reg 02 - Connecticut   Male White
#> 146036.1  146036       1                SEER Reg 02 - Connecticut   Male Other
#> 146047.1  146047       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146047.2  146047       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146048.1  146048       1                     SEER Reg 21 - Hawaii Female Other
#> 146048.2  146048       2                     SEER Reg 21 - Hawaii Female Other
#> 146055.1  146055       1                SEER Reg 02 - Connecticut Female White
#> 146061.1  146061       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146064.1  146064       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146065.1  146065       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 146079.1  146079       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146079.2  146079       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146082.1  146082       1                     SEER Reg 21 - Hawaii   Male White
#> 146082.2  146082       2                     SEER Reg 21 - Hawaii   Male White
#> 146094.1  146094       1                SEER Reg 02 - Connecticut Female White
#> 146153.1  146153       1                SEER Reg 02 - Connecticut   Male White
#> 146153.2  146153       2                SEER Reg 02 - Connecticut   Male White
#> 146159.1  146159       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146165.1  146165       1                SEER Reg 02 - Connecticut   Male White
#> 146188.1  146188       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146196.1  146196       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 146201.1  146201       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146230.1  146230       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146232.1  146232       1                SEER Reg 02 - Connecticut   Male White
#> 146256.1  146256       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 146296.1  146296       1                     SEER Reg 21 - Hawaii Female Black
#> 146297.1  146297       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146297.2  146297       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146311.1  146311       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146338.1  146338       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146352.1  146352       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146369.1  146369       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 146376.1  146376       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 146392.1  146392       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146392.2  146392       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146446.1  146446       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 146447.1  146447       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 146454.1  146454       1                SEER Reg 02 - Connecticut   Male White
#> 146454.2  146454       2                SEER Reg 02 - Connecticut   Male White
#> 146457.1  146457       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146458.1  146458       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146459.1  146459       1                SEER Reg 02 - Connecticut Female Black
#> 146463.1  146463       1                SEER Reg 02 - Connecticut Female Black
#> 146463.2  146463       2                SEER Reg 02 - Connecticut Female Black
#> 146464.1  146464       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146473.1  146473       1                     SEER Reg 21 - Hawaii Female White
#> 146492.1  146492       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146507.1  146507       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146507.2  146507       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146512.1  146512       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146512.2  146512       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146520.1  146520       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146527.1  146527       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146531.1  146531       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146531.2  146531       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146536.1  146536       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146542.1  146542       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146542.2  146542       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146565.1  146565       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146568.1  146568       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146568.2  146568       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146576.1  146576       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 146576.2  146576       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 146605.1  146605       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146633.1  146633       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146634.1  146634       1                     SEER Reg 21 - Hawaii Female White
#> 146634.2  146634       2                     SEER Reg 21 - Hawaii Female White
#> 146657.1  146657       1                     SEER Reg 21 - Hawaii Female White
#> 146674.1  146674       1                SEER Reg 02 - Connecticut   Male White
#> 146674.2  146674       2                SEER Reg 02 - Connecticut   Male White
#> 146704.1  146704       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146704.2  146704       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146727.1  146727       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146730.1  146730       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146730.2  146730       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146744.1  146744       1                     SEER Reg 21 - Hawaii Female White
#> 146763.1  146763       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146763.2  146763       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146773.1  146773       1                SEER Reg 02 - Connecticut   Male White
#> 146789.1  146789       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 146790.1  146790       1                SEER Reg 02 - Connecticut   Male White
#> 146800.1  146800       1                SEER Reg 02 - Connecticut   Male White
#> 146800.2  146800       2                SEER Reg 02 - Connecticut   Male White
#> 146802.1  146802       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146807.1  146807       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146807.2  146807       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146820.1  146820       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146836.1  146836       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146848.1  146848       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146875.1  146875       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 146888.1  146888       1                SEER Reg 02 - Connecticut   Male White
#> 146899.1  146899       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146902.1  146902       1                SEER Reg 02 - Connecticut Female White
#> 146902.2  146902       2                SEER Reg 02 - Connecticut Female White
#> 146918.1  146918       1                SEER Reg 02 - Connecticut   Male Black
#> 146918.2  146918       2                SEER Reg 02 - Connecticut   Male Black
#> 146926.1  146926       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 146946.1  146946       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146946.2  146946       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 146963.1  146963       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146966.1  146966       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 146978.1  146978       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146978.2  146978       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 146982.1  146982       1                SEER Reg 02 - Connecticut   Male White
#> 147007.1  147007       1                SEER Reg 02 - Connecticut Female White
#> 147007.2  147007       2                SEER Reg 02 - Connecticut Female White
#> 147027.1  147027       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147027.2  147027       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147033.1  147033       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 147044.1  147044       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147044.2  147044       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147048.1  147048       1                     SEER Reg 21 - Hawaii Female White
#> 147048.2  147048       2                     SEER Reg 21 - Hawaii Female White
#> 147058.1  147058       1                SEER Reg 02 - Connecticut Female White
#> 147084.1  147084       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147084.2  147084       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147123.1  147123       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147136.1  147136       1                     SEER Reg 21 - Hawaii Female White
#> 147136.2  147136       2                     SEER Reg 21 - Hawaii Female White
#> 147139.1  147139       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147151.1  147151       1                SEER Reg 02 - Connecticut Female Other
#> 147155.1  147155       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147231.1  147231       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 147231.2  147231       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 147239.1  147239       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147245.1  147245       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147247.1  147247       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147247.2  147247       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147288.1  147288       1                     SEER Reg 21 - Hawaii Female White
#> 147296.1  147296       1                SEER Reg 02 - Connecticut Female White
#> 147296.2  147296       2                SEER Reg 02 - Connecticut Female White
#> 147309.1  147309       1                SEER Reg 02 - Connecticut Female White
#> 147309.2  147309       2                SEER Reg 02 - Connecticut Female White
#> 147316.1  147316       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147321.1  147321       1                SEER Reg 02 - Connecticut Female White
#> 147321.2  147321       2                SEER Reg 02 - Connecticut Female White
#> 147322.1  147322       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147355.1  147355       1                SEER Reg 02 - Connecticut   Male Other
#> 147362.1  147362       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147370.1  147370       1                     SEER Reg 21 - Hawaii   Male White
#> 147370.2  147370       2                     SEER Reg 21 - Hawaii   Male White
#> 147379.1  147379       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 147390.1  147390       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147392.1  147392       1                SEER Reg 02 - Connecticut   Male White
#> 147394.1  147394       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147394.2  147394       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147402.1  147402       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147402.2  147402       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147406.1  147406       1                SEER Reg 02 - Connecticut Female White
#> 147444.1  147444       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147450.1  147450       1                SEER Reg 02 - Connecticut   Male White
#> 147450.2  147450       2                SEER Reg 02 - Connecticut   Male White
#> 147452.1  147452       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147456.1  147456       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147460.1  147460       1                     SEER Reg 21 - Hawaii   Male White
#> 147471.1  147471       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 147471.2  147471       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 147481.1  147481       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147483.1  147483       1                     SEER Reg 21 - Hawaii   Male White
#> 147483.2  147483       2                     SEER Reg 21 - Hawaii   Male White
#> 147485.1  147485       1                SEER Reg 02 - Connecticut   Male White
#> 147488.1  147488       1                SEER Reg 02 - Connecticut Female Black
#> 147488.2  147488       2                SEER Reg 02 - Connecticut Female Black
#> 147489.1  147489       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 147519.1  147519       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147519.2  147519       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147525.1  147525       1                     SEER Reg 21 - Hawaii   Male White
#> 147553.1  147553       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 147553.2  147553       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 147573.1  147573       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 147605.1  147605       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147607.1  147607       1                SEER Reg 02 - Connecticut   Male White
#> 147623.1  147623       1                     SEER Reg 21 - Hawaii   Male White
#> 147623.2  147623       2                     SEER Reg 21 - Hawaii   Male White
#> 147628.1  147628       1                SEER Reg 02 - Connecticut Female White
#> 147628.2  147628       2                SEER Reg 02 - Connecticut Female White
#> 147630.1  147630       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147630.2  147630       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147633.1  147633       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 147633.2  147633       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 147706.1  147706       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147708.1  147708       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147729.1  147729       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147729.2  147729       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147733.1  147733       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147733.2  147733       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147743.1  147743       1                SEER Reg 02 - Connecticut Female White
#> 147743.2  147743       2                SEER Reg 02 - Connecticut Female White
#> 147823.1  147823       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147824.1  147824       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147825.1  147825       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147865.1  147865       1                SEER Reg 02 - Connecticut   Male Black
#> 147868.1  147868       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 147873.1  147873       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147882.1  147882       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147882.2  147882       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147891.1  147891       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147905.1  147905       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147907.1  147907       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147913.1  147913       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147913.2  147913       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 147916.1  147916       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147927.1  147927       1                     SEER Reg 21 - Hawaii   Male White
#> 147927.2  147927       2                     SEER Reg 21 - Hawaii   Male White
#> 147928.1  147928       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 147931.1  147931       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147932.1  147932       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147942.1  147942       1                     SEER Reg 21 - Hawaii   Male Other
#> 147942.2  147942       2                     SEER Reg 21 - Hawaii   Male Other
#> 147943.1  147943       1                     SEER Reg 21 - Hawaii   Male White
#> 147943.2  147943       2                     SEER Reg 21 - Hawaii   Male White
#> 147948.1  147948       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 147960.1  147960       1                SEER Reg 02 - Connecticut   Male White
#> 147973.1  147973       1                SEER Reg 02 - Connecticut Female White
#> 148010.1  148010       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148010.2  148010       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148033.1  148033       1                     SEER Reg 21 - Hawaii Female Black
#> 148033.2  148033       2                     SEER Reg 21 - Hawaii Female Black
#> 148049.1  148049       1                     SEER Reg 21 - Hawaii   Male White
#> 148056.1  148056       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148108.1  148108       1                SEER Reg 02 - Connecticut Female White
#> 148114.1  148114       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148114.2  148114       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148141.1  148141       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148141.2  148141       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148147.1  148147       1                SEER Reg 02 - Connecticut Female White
#> 148147.2  148147       2                SEER Reg 02 - Connecticut Female White
#> 148167.1  148167       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148167.2  148167       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148188.1  148188       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148228.1  148228       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148238.1  148238       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148265.1  148265       1                     SEER Reg 21 - Hawaii Female White
#> 148265.2  148265       2                     SEER Reg 21 - Hawaii Female White
#> 148276.1  148276       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148285.1  148285       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148285.2  148285       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148310.1  148310       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148310.2  148310       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148330.1  148330       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148330.2  148330       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148338.1  148338       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 148338.2  148338       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 148356.1  148356       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148364.1  148364       1                     SEER Reg 21 - Hawaii Female Black
#> 148369.1  148369       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148369.2  148369       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148392.1  148392       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148416.1  148416       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148416.2  148416       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148459.1  148459       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148459.2  148459       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148469.1  148469       1                SEER Reg 02 - Connecticut Female White
#> 148469.2  148469       2                SEER Reg 02 - Connecticut Female White
#> 148483.1  148483       1                SEER Reg 02 - Connecticut Female White
#> 148483.2  148483       2                SEER Reg 02 - Connecticut Female White
#> 148514.1  148514       1                SEER Reg 02 - Connecticut Female White
#> 148540.1  148540       1                SEER Reg 02 - Connecticut Female White
#> 148540.2  148540       2                SEER Reg 02 - Connecticut Female White
#> 148541.1  148541       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 148559.1  148559       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 148574.1  148574       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 148598.1  148598       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148616.1  148616       1                SEER Reg 02 - Connecticut   Male White
#> 148624.1  148624       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148624.2  148624       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148625.1  148625       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148657.1  148657       1                     SEER Reg 21 - Hawaii Female White
#> 148665.1  148665       1                     SEER Reg 21 - Hawaii   Male White
#> 148666.1  148666       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148673.1  148673       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148673.2  148673       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148747.1  148747       1                SEER Reg 02 - Connecticut   Male White
#> 148783.1  148783       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 148810.1  148810       1                     SEER Reg 21 - Hawaii Female White
#> 148810.2  148810       2                     SEER Reg 21 - Hawaii Female White
#> 148814.1  148814       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 148818.1  148818       1                     SEER Reg 21 - Hawaii   Male White
#> 148822.1  148822       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148822.2  148822       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 148841.1  148841       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 148846.1  148846       1                SEER Reg 02 - Connecticut Female White
#> 148868.1  148868       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148875.1  148875       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148875.2  148875       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148880.1  148880       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148882.1  148882       1                SEER Reg 02 - Connecticut Female White
#> 148882.2  148882       2                SEER Reg 02 - Connecticut Female White
#> 148892.1  148892       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 148914.1  148914       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148914.2  148914       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 148924.1  148924       1                SEER Reg 02 - Connecticut   Male White
#> 148924.2  148924       2                SEER Reg 02 - Connecticut   Male White
#> 148949.1  148949       1                SEER Reg 02 - Connecticut Female White
#> 148990.1  148990       1                     SEER Reg 21 - Hawaii Female White
#> 148990.2  148990       2                     SEER Reg 21 - Hawaii Female White
#> 148993.1  148993       1                SEER Reg 02 - Connecticut   Male White
#> 148993.2  148993       2                SEER Reg 02 - Connecticut   Male White
#> 149009.1  149009       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 149029.1  149029       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149029.2  149029       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149031.1  149031       1                SEER Reg 02 - Connecticut Female White
#> 149058.1  149058       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149065.1  149065       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149065.2  149065       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149081.1  149081       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149081.2  149081       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149089.1  149089       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149125.1  149125       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149125.2  149125       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149137.1  149137       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 149138.1  149138       1                SEER Reg 02 - Connecticut Female White
#> 149138.2  149138       2                SEER Reg 02 - Connecticut Female White
#> 149146.1  149146       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 149160.1  149160       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149160.2  149160       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149162.1  149162       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149162.2  149162       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149164.1  149164       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149181.1  149181       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 149191.1  149191       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 149191.2  149191       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 149195.1  149195       1                SEER Reg 02 - Connecticut   Male White
#> 149196.1  149196       1                SEER Reg 02 - Connecticut Female White
#> 149196.2  149196       2                SEER Reg 02 - Connecticut Female White
#> 149198.1  149198       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149209.1  149209       1                     SEER Reg 21 - Hawaii   Male White
#> 149229.1  149229       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149253.1  149253       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 149269.1  149269       1                SEER Reg 02 - Connecticut Female White
#> 149291.1  149291       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 149329.1  149329       1                SEER Reg 02 - Connecticut Female White
#> 149329.2  149329       2                SEER Reg 02 - Connecticut Female White
#> 149346.1  149346       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 149348.1  149348       1                     SEER Reg 21 - Hawaii   Male White
#> 149348.2  149348       2                     SEER Reg 21 - Hawaii   Male White
#> 149358.1  149358       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149365.1  149365       1                SEER Reg 02 - Connecticut Female White
#> 149371.1  149371       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149371.2  149371       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149383.1  149383       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 149384.1  149384       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149384.2  149384       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149387.1  149387       1                SEER Reg 02 - Connecticut   Male White
#> 149397.1  149397       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149407.1  149407       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 149408.1  149408       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149408.2  149408       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149419.1  149419       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149420.1  149420       1                SEER Reg 02 - Connecticut Female White
#> 149420.2  149420       2                SEER Reg 02 - Connecticut Female White
#> 149424.1  149424       1                SEER Reg 02 - Connecticut   Male White
#> 149424.2  149424       2                SEER Reg 02 - Connecticut   Male White
#> 149458.1  149458       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149458.2  149458       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149461.1  149461       1                SEER Reg 02 - Connecticut   Male White
#> 149461.2  149461       2                SEER Reg 02 - Connecticut   Male White
#> 149471.1  149471       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149471.2  149471       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149519.1  149519       1                     SEER Reg 21 - Hawaii   Male White
#> 149519.2  149519       2                     SEER Reg 21 - Hawaii   Male White
#> 149538.1  149538       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149539.1  149539       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149539.2  149539       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149548.1  149548       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149554.1  149554       1                     SEER Reg 21 - Hawaii Female Black
#> 149554.2  149554       2                     SEER Reg 21 - Hawaii Female Black
#> 149561.1  149561       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149561.2  149561       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 149568.1  149568       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149568.2  149568       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149578.1  149578       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 149580.1  149580       1                SEER Reg 02 - Connecticut   Male White
#> 149584.1  149584       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149584.2  149584       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149588.1  149588       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149588.2  149588       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149599.1  149599       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 149599.2  149599       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 149603.1  149603       1                SEER Reg 02 - Connecticut Female White
#> 149619.1  149619       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149619.2  149619       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149620.1  149620       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 149620.2  149620       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 149622.1  149622       1                SEER Reg 02 - Connecticut Female White
#> 149647.1  149647       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149672.1  149672       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149697.1  149697       1                SEER Reg 02 - Connecticut   Male White
#> 149713.1  149713       1                SEER Reg 02 - Connecticut   Male Other
#> 149748.1  149748       1                SEER Reg 02 - Connecticut   Male Black
#> 149752.1  149752       1                SEER Reg 02 - Connecticut   Male White
#> 149757.1  149757       1                SEER Reg 02 - Connecticut   Male White
#> 149777.1  149777       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 149800.1  149800       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149815.1  149815       1                     SEER Reg 21 - Hawaii Female Black
#> 149815.2  149815       2                     SEER Reg 21 - Hawaii Female Black
#> 149816.1  149816       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149816.2  149816       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149827.1  149827       1                SEER Reg 02 - Connecticut Female White
#> 149827.2  149827       2                SEER Reg 02 - Connecticut Female White
#> 149849.1  149849       1                SEER Reg 02 - Connecticut Female White
#> 149854.1  149854       1                SEER Reg 02 - Connecticut Female Black
#> 149861.1  149861       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149888.1  149888       1                SEER Reg 02 - Connecticut   Male White
#> 149888.2  149888       2                SEER Reg 02 - Connecticut   Male White
#> 149921.1  149921       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149928.1  149928       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 149934.1  149934       1                     SEER Reg 21 - Hawaii Female Other
#> 149951.1  149951       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 149958.1  149958       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149958.2  149958       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 149961.1  149961       1                     SEER Reg 21 - Hawaii   Male White
#> 149964.1  149964       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149964.2  149964       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 149966.1  149966       1                     SEER Reg 21 - Hawaii Female Black
#> 149983.1  149983       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150030.1  150030       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150030.2  150030       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150036.1  150036       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150038.1  150038       1                     SEER Reg 21 - Hawaii   Male White
#> 150044.1  150044       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150044.2  150044       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150063.1  150063       1                     SEER Reg 21 - Hawaii   Male White
#> 150066.1  150066       1                     SEER Reg 21 - Hawaii Female White
#> 150078.1  150078       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150122.1  150122       1                SEER Reg 02 - Connecticut Female White
#> 150139.1  150139       1                SEER Reg 02 - Connecticut Female Other
#> 150139.2  150139       2                SEER Reg 02 - Connecticut Female Other
#> 150140.1  150140       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 150140.2  150140       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 150146.1  150146       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150146.2  150146       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150156.1  150156       1                     SEER Reg 21 - Hawaii Female White
#> 150165.1  150165       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150178.1  150178       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150178.2  150178       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150226.1  150226       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150226.2  150226       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150236.1  150236       1                     SEER Reg 21 - Hawaii Female White
#> 150245.1  150245       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150245.2  150245       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150286.1  150286       1                SEER Reg 02 - Connecticut Female White
#> 150286.2  150286       2                SEER Reg 02 - Connecticut Female White
#> 150297.1  150297       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150301.1  150301       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 150307.1  150307       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150307.2  150307       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150316.1  150316       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150402.1  150402       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150402.2  150402       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150413.1  150413       1                     SEER Reg 21 - Hawaii   Male Other
#> 150413.2  150413       2                     SEER Reg 21 - Hawaii   Male Other
#> 150439.1  150439       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 150443.1  150443       1                SEER Reg 02 - Connecticut Female White
#> 150443.2  150443       2                SEER Reg 02 - Connecticut Female White
#> 150453.1  150453       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150472.1  150472       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150472.2  150472       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150478.1  150478       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150479.1  150479       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 150482.1  150482       1                SEER Reg 02 - Connecticut   Male White
#> 150483.1  150483       1                SEER Reg 02 - Connecticut Female White
#> 150483.2  150483       2                SEER Reg 02 - Connecticut Female White
#> 150484.1  150484       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150485.1  150485       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150519.1  150519       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 150544.1  150544       1                     SEER Reg 21 - Hawaii Female White
#> 150544.2  150544       2                     SEER Reg 21 - Hawaii Female White
#> 150547.1  150547       1                SEER Reg 02 - Connecticut   Male Black
#> 150547.2  150547       2                SEER Reg 02 - Connecticut   Male Black
#> 150561.1  150561       1                     SEER Reg 21 - Hawaii Female White
#> 150561.2  150561       2                     SEER Reg 21 - Hawaii Female White
#> 150567.1  150567       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150592.1  150592       1                     SEER Reg 21 - Hawaii   Male Other
#> 150602.1  150602       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150608.1  150608       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150608.2  150608       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150611.1  150611       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150611.2  150611       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 150616.1  150616       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150617.1  150617       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150617.2  150617       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150621.1  150621       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150621.2  150621       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150630.1  150630       1                     SEER Reg 21 - Hawaii Female Other
#> 150646.1  150646       1                     SEER Reg 21 - Hawaii Female White
#> 150649.1  150649       1                SEER Reg 02 - Connecticut   Male White
#> 150649.2  150649       2                SEER Reg 02 - Connecticut   Male White
#> 150658.1  150658       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150658.2  150658       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150701.1  150701       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150707.1  150707       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150777.1  150777       1                     SEER Reg 21 - Hawaii   Male Other
#> 150779.1  150779       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150779.2  150779       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150782.1  150782       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150783.1  150783       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150801.1  150801       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150801.2  150801       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150802.1  150802       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150834.1  150834       1                     SEER Reg 21 - Hawaii Female Black
#> 150856.1  150856       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150856.2  150856       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150864.1  150864       1                SEER Reg 02 - Connecticut Female Other
#> 150864.2  150864       2                SEER Reg 02 - Connecticut Female Other
#> 150865.1  150865       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150890.1  150890       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150890.2  150890       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150902.1  150902       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 150902.2  150902       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 150912.1  150912       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150912.2  150912       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150918.1  150918       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150918.2  150918       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 150929.1  150929       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150929.2  150929       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150931.1  150931       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150931.2  150931       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150934.1  150934       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 150940.1  150940       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150944.1  150944       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 150945.1  150945       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150945.2  150945       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150946.1  150946       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 150946.2  150946       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 150952.1  150952       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 150962.1  150962       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150962.2  150962       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150964.1  150964       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150964.2  150964       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 150966.1  150966       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150966.2  150966       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 150984.1  150984       1                SEER Reg 02 - Connecticut Female Other
#> 150986.1  150986       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150986.2  150986       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 150989.1  150989       1                     SEER Reg 21 - Hawaii Female White
#> 150989.2  150989       2                     SEER Reg 21 - Hawaii Female White
#> 151009.1  151009       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151016.1  151016       1                SEER Reg 02 - Connecticut   Male White
#> 151022.1  151022       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151022.2  151022       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151042.1  151042       1                SEER Reg 02 - Connecticut   Male White
#> 151042.2  151042       2                SEER Reg 02 - Connecticut   Male White
#> 151058.1  151058       1                SEER Reg 02 - Connecticut   Male White
#> 151091.1  151091       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151092.1  151092       1                     SEER Reg 21 - Hawaii   Male Black
#> 151092.2  151092       2                     SEER Reg 21 - Hawaii   Male Black
#> 151098.1  151098       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151111.1  151111       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151137.1  151137       1                SEER Reg 02 - Connecticut   Male White
#> 151174.1  151174       1                SEER Reg 02 - Connecticut   Male White
#> 151174.2  151174       2                SEER Reg 02 - Connecticut   Male White
#> 151183.1  151183       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151183.2  151183       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151230.1  151230       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 151231.1  151231       1                SEER Reg 02 - Connecticut   Male White
#> 151239.1  151239       1                SEER Reg 02 - Connecticut   Male White
#> 151265.1  151265       1                SEER Reg 02 - Connecticut Female White
#> 151273.1  151273       1                SEER Reg 02 - Connecticut   Male White
#> 151274.1  151274       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151293.1  151293       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 151309.1  151309       1                SEER Reg 02 - Connecticut Female White
#> 151309.2  151309       2                SEER Reg 02 - Connecticut Female White
#> 151327.1  151327       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151336.1  151336       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151336.2  151336       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151346.1  151346       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151346.2  151346       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151347.1  151347       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151347.2  151347       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151391.1  151391       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151391.2  151391       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151414.1  151414       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151424.1  151424       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151424.2  151424       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151431.1  151431       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 151431.2  151431       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 151434.1  151434       1                SEER Reg 02 - Connecticut Female White
#> 151434.2  151434       2                SEER Reg 02 - Connecticut Female White
#> 151451.1  151451       1                SEER Reg 02 - Connecticut   Male White
#> 151451.2  151451       2                SEER Reg 02 - Connecticut   Male White
#> 151454.1  151454       1                SEER Reg 02 - Connecticut Female White
#> 151454.2  151454       2                SEER Reg 02 - Connecticut Female White
#> 151460.1  151460       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 151500.1  151500       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151531.1  151531       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151531.2  151531       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151533.1  151533       1                SEER Reg 02 - Connecticut Female White
#> 151533.2  151533       2                SEER Reg 02 - Connecticut Female White
#> 151535.1  151535       1                     SEER Reg 21 - Hawaii   Male White
#> 151539.1  151539       1                     SEER Reg 21 - Hawaii   Male White
#> 151553.1  151553       1                SEER Reg 02 - Connecticut   Male White
#> 151553.2  151553       2                SEER Reg 02 - Connecticut   Male White
#> 151558.1  151558       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151576.1  151576       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151576.2  151576       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151578.1  151578       1                SEER Reg 02 - Connecticut   Male White
#> 151646.1  151646       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 151646.2  151646       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 151647.1  151647       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151648.1  151648       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151649.1  151649       1                SEER Reg 02 - Connecticut   Male White
#> 151649.2  151649       2                SEER Reg 02 - Connecticut   Male White
#> 151656.1  151656       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151666.1  151666       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151685.1  151685       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151687.1  151687       1                SEER Reg 02 - Connecticut   Male White
#> 151687.2  151687       2                SEER Reg 02 - Connecticut   Male White
#> 151702.1  151702       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151710.1  151710       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151710.2  151710       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151711.1  151711       1                SEER Reg 02 - Connecticut   Male White
#> 151728.1  151728       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151728.2  151728       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151734.1  151734       1                SEER Reg 02 - Connecticut   Male White
#> 151760.1  151760       1                SEER Reg 02 - Connecticut Female White
#> 151784.1  151784       1                     SEER Reg 21 - Hawaii   Male White
#> 151784.2  151784       2                     SEER Reg 21 - Hawaii   Male White
#> 151863.1  151863       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151863.2  151863       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 151925.1  151925       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 151933.1  151933       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151933.2  151933       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 151955.1  151955       1                SEER Reg 02 - Connecticut   Male White
#> 151959.1  151959       1                SEER Reg 02 - Connecticut Female White
#> 151985.1  151985       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151985.2  151985       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 151992.1  151992       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 151992.2  151992       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152010.1  152010       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152010.2  152010       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152011.1  152011       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152011.2  152011       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152023.1  152023       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152025.1  152025       1                SEER Reg 02 - Connecticut   Male White
#> 152025.2  152025       2                SEER Reg 02 - Connecticut   Male White
#> 152032.1  152032       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152032.2  152032       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152046.1  152046       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152055.1  152055       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152055.2  152055       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152061.1  152061       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152061.2  152061       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152071.1  152071       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152078.1  152078       1                     SEER Reg 21 - Hawaii Female Black
#> 152102.1  152102       1                     SEER Reg 21 - Hawaii Female Other
#> 152144.1  152144       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152144.2  152144       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152163.1  152163       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152163.2  152163       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152173.1  152173       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152196.1  152196       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152196.2  152196       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152200.1  152200       1                SEER Reg 02 - Connecticut   Male White
#> 152202.1  152202       1                     SEER Reg 21 - Hawaii Female White
#> 152202.2  152202       2                     SEER Reg 21 - Hawaii Female White
#> 152260.1  152260       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152260.2  152260       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152272.1  152272       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152273.1  152273       1                     SEER Reg 21 - Hawaii   Male Black
#> 152273.2  152273       2                     SEER Reg 21 - Hawaii   Male Black
#> 152292.1  152292       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152292.2  152292       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152294.1  152294       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 152295.1  152295       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152297.1  152297       1                SEER Reg 02 - Connecticut   Male Other
#> 152297.2  152297       2                SEER Reg 02 - Connecticut   Male Other
#> 152308.1  152308       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152308.2  152308       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152326.1  152326       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152326.2  152326       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152329.1  152329       1                     SEER Reg 21 - Hawaii   Male Black
#> 152329.2  152329       2                     SEER Reg 21 - Hawaii   Male Black
#> 152331.1  152331       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 152335.1  152335       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152335.2  152335       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152337.1  152337       1                SEER Reg 02 - Connecticut Female White
#> 152337.2  152337       2                SEER Reg 02 - Connecticut Female White
#> 152352.1  152352       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152369.1  152369       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152375.1  152375       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152375.2  152375       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152420.1  152420       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152420.2  152420       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152439.1  152439       1                SEER Reg 02 - Connecticut   Male White
#> 152442.1  152442       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152466.1  152466       1                SEER Reg 02 - Connecticut   Male Black
#> 152472.1  152472       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152472.2  152472       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152495.1  152495       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152495.2  152495       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152504.1  152504       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 152504.2  152504       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 152507.1  152507       1                     SEER Reg 21 - Hawaii Female White
#> 152507.2  152507       2                     SEER Reg 21 - Hawaii Female White
#> 152512.1  152512       1                SEER Reg 02 - Connecticut Female White
#> 152512.2  152512       2                SEER Reg 02 - Connecticut Female White
#> 152513.1  152513       1                     SEER Reg 21 - Hawaii Female White
#> 152513.2  152513       2                     SEER Reg 21 - Hawaii Female White
#> 152566.1  152566       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 152580.1  152580       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152580.2  152580       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152582.1  152582       1                SEER Reg 02 - Connecticut   Male Other
#> 152605.1  152605       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152605.2  152605       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152610.1  152610       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152610.2  152610       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152614.1  152614       1                SEER Reg 02 - Connecticut   Male White
#> 152624.1  152624       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152624.2  152624       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152631.1  152631       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152631.2  152631       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152649.1  152649       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 152653.1  152653       1                SEER Reg 02 - Connecticut Female White
#> 152657.1  152657       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152662.1  152662       1                     SEER Reg 21 - Hawaii   Male White
#> 152672.1  152672       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 152682.1  152682       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152682.2  152682       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152696.1  152696       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152696.2  152696       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152710.1  152710       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152710.2  152710       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152711.1  152711       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 152711.2  152711       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 152716.1  152716       1                SEER Reg 02 - Connecticut Female Black
#> 152724.1  152724       1                SEER Reg 02 - Connecticut   Male White
#> 152724.2  152724       2                SEER Reg 02 - Connecticut   Male White
#> 152733.1  152733       1                SEER Reg 02 - Connecticut Female White
#> 152733.2  152733       2                SEER Reg 02 - Connecticut Female White
#> 152748.1  152748       1                SEER Reg 02 - Connecticut Female White
#> 152748.2  152748       2                SEER Reg 02 - Connecticut Female White
#> 152755.1  152755       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152755.2  152755       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152793.1  152793       1                     SEER Reg 21 - Hawaii   Male Black
#> 152793.2  152793       2                     SEER Reg 21 - Hawaii   Male Black
#> 152797.1  152797       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152797.2  152797       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152803.1  152803       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 152818.1  152818       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 152818.2  152818       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 152833.1  152833       1                     SEER Reg 21 - Hawaii   Male White
#> 152833.2  152833       2                     SEER Reg 21 - Hawaii   Male White
#> 152836.1  152836       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152868.1  152868       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152870.1  152870       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152870.2  152870       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152874.1  152874       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152874.2  152874       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 152882.1  152882       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152882.2  152882       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152884.1  152884       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152884.2  152884       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152907.1  152907       1                     SEER Reg 21 - Hawaii   Male White
#> 152907.2  152907       2                     SEER Reg 21 - Hawaii   Male White
#> 152908.1  152908       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 152912.1  152912       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152943.1  152943       1                     SEER Reg 21 - Hawaii   Male Black
#> 152950.1  152950       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152950.2  152950       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 152967.1  152967       1                     SEER Reg 21 - Hawaii Female White
#> 152967.2  152967       2                     SEER Reg 21 - Hawaii Female White
#> 152970.1  152970       1                     SEER Reg 21 - Hawaii Female Other
#> 152978.1  152978       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 152993.1  152993       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 152993.2  152993       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153001.1  153001       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153001.2  153001       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153025.1  153025       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153025.2  153025       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153030.1  153030       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153033.1  153033       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 153060.1  153060       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 153069.1  153069       1                SEER Reg 02 - Connecticut Female White
#> 153069.2  153069       2                SEER Reg 02 - Connecticut Female White
#> 153089.1  153089       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153125.1  153125       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153129.1  153129       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153129.2  153129       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153132.1  153132       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153132.2  153132       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153134.1  153134       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153134.2  153134       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153145.1  153145       1                SEER Reg 02 - Connecticut Female White
#> 153154.1  153154       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153169.1  153169       1                SEER Reg 02 - Connecticut   Male White
#> 153170.1  153170       1                SEER Reg 02 - Connecticut   Male White
#> 153177.1  153177       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153177.2  153177       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153190.1  153190       1                     SEER Reg 21 - Hawaii Female White
#> 153190.2  153190       2                     SEER Reg 21 - Hawaii Female White
#> 153201.1  153201       1                SEER Reg 02 - Connecticut   Male White
#> 153201.2  153201       2                SEER Reg 02 - Connecticut   Male White
#> 153202.1  153202       1                SEER Reg 02 - Connecticut Female Black
#> 153203.1  153203       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153203.2  153203       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153209.1  153209       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153209.2  153209       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153227.1  153227       1                SEER Reg 02 - Connecticut Female White
#> 153235.1  153235       1                SEER Reg 02 - Connecticut   Male Other
#> 153250.1  153250       1                SEER Reg 02 - Connecticut   Male Other
#> 153268.1  153268       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 153268.2  153268       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 153270.1  153270       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153272.1  153272       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153272.2  153272       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153281.1  153281       1                SEER Reg 02 - Connecticut Female White
#> 153281.2  153281       2                SEER Reg 02 - Connecticut Female White
#> 153286.1  153286       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 153286.2  153286       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 153291.1  153291       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153321.1  153321       1                SEER Reg 02 - Connecticut Female White
#> 153348.1  153348       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153355.1  153355       1                SEER Reg 02 - Connecticut Female White
#> 153357.1  153357       1                SEER Reg 02 - Connecticut Female White
#> 153357.2  153357       2                SEER Reg 02 - Connecticut Female White
#> 153360.1  153360       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153396.1  153396       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153396.2  153396       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153421.1  153421       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153421.2  153421       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153429.1  153429       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153429.2  153429       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153433.1  153433       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 153449.1  153449       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153471.1  153471       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153471.2  153471       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153487.1  153487       1                SEER Reg 02 - Connecticut Female Other
#> 153490.1  153490       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 153490.2  153490       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 153498.1  153498       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153506.1  153506       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153508.1  153508       1                SEER Reg 02 - Connecticut Female White
#> 153545.1  153545       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153545.2  153545       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 153553.1  153553       1                SEER Reg 02 - Connecticut Female White
#> 153592.1  153592       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 153592.2  153592       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 153601.1  153601       1                SEER Reg 02 - Connecticut   Male White
#> 153603.1  153603       1                     SEER Reg 21 - Hawaii   Male White
#> 153617.1  153617       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153617.2  153617       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153631.1  153631       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153668.1  153668       1                SEER Reg 02 - Connecticut Female White
#> 153668.2  153668       2                SEER Reg 02 - Connecticut Female White
#> 153677.1  153677       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153677.2  153677       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153701.1  153701       1                SEER Reg 02 - Connecticut Female White
#> 153701.2  153701       2                SEER Reg 02 - Connecticut Female White
#> 153715.1  153715       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153728.1  153728       1                     SEER Reg 21 - Hawaii   Male White
#> 153729.1  153729       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153760.1  153760       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 153760.2  153760       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 153774.1  153774       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153780.1  153780       1                     SEER Reg 21 - Hawaii   Male White
#> 153780.2  153780       2                     SEER Reg 21 - Hawaii   Male White
#> 153783.1  153783       1                SEER Reg 02 - Connecticut   Male White
#> 153783.2  153783       2                SEER Reg 02 - Connecticut   Male White
#> 153784.1  153784       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153823.1  153823       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153823.2  153823       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153828.1  153828       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153831.1  153831       1                SEER Reg 02 - Connecticut   Male White
#> 153852.1  153852       1                SEER Reg 02 - Connecticut Female White
#> 153852.2  153852       2                SEER Reg 02 - Connecticut Female White
#> 153858.1  153858       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153871.1  153871       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 153888.1  153888       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153894.1  153894       1                SEER Reg 02 - Connecticut Female White
#> 153907.1  153907       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153916.1  153916       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 153917.1  153917       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153917.2  153917       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 153924.1  153924       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153926.1  153926       1                     SEER Reg 21 - Hawaii   Male White
#> 153945.1  153945       1                     SEER Reg 21 - Hawaii Female White
#> 153945.2  153945       2                     SEER Reg 21 - Hawaii Female White
#> 153955.1  153955       1                SEER Reg 02 - Connecticut   Male White
#> 153955.2  153955       2                SEER Reg 02 - Connecticut   Male White
#> 153961.1  153961       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 153977.1  153977       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153977.2  153977       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 153982.1  153982       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154037.1  154037       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154037.2  154037       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154053.1  154053       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 154053.2  154053       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 154069.1  154069       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154069.2  154069       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154070.1  154070       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154070.2  154070       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154082.1  154082       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154095.1  154095       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154095.2  154095       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154097.1  154097       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154106.1  154106       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154106.2  154106       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154127.1  154127       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154127.2  154127       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154151.1  154151       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154151.2  154151       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154154.1  154154       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154154.2  154154       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154160.1  154160       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154160.2  154160       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154166.1  154166       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154179.1  154179       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 154199.1  154199       1                SEER Reg 02 - Connecticut   Male White
#> 154201.1  154201       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154204.1  154204       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154212.1  154212       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154218.1  154218       1                SEER Reg 02 - Connecticut Female White
#> 154223.1  154223       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154223.2  154223       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154230.1  154230       1                SEER Reg 02 - Connecticut   Male White
#> 154235.1  154235       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 154235.2  154235       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 154239.1  154239       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 154247.1  154247       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154255.1  154255       1                SEER Reg 02 - Connecticut Female Black
#> 154259.1  154259       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154259.2  154259       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154274.1  154274       1                     SEER Reg 21 - Hawaii   Male Black
#> 154274.2  154274       2                     SEER Reg 21 - Hawaii   Male Black
#> 154283.1  154283       1                SEER Reg 02 - Connecticut Female White
#> 154312.1  154312       1                SEER Reg 02 - Connecticut   Male Black
#> 154312.2  154312       2                SEER Reg 02 - Connecticut   Male Black
#> 154320.1  154320       1                SEER Reg 02 - Connecticut Female White
#> 154320.2  154320       2                SEER Reg 02 - Connecticut Female White
#> 154325.1  154325       1                     SEER Reg 21 - Hawaii   Male White
#> 154342.1  154342       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154342.2  154342       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154351.1  154351       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154367.1  154367       1                     SEER Reg 21 - Hawaii Female Black
#> 154367.2  154367       2                     SEER Reg 21 - Hawaii Female Black
#> 154393.1  154393       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154393.2  154393       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154420.1  154420       1                     SEER Reg 21 - Hawaii Female White
#> 154420.2  154420       2                     SEER Reg 21 - Hawaii Female White
#> 154470.1  154470       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154487.1  154487       1                SEER Reg 02 - Connecticut   Male White
#> 154487.2  154487       2                SEER Reg 02 - Connecticut   Male White
#> 154497.1  154497       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154517.1  154517       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154517.2  154517       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154537.1  154537       1                     SEER Reg 21 - Hawaii   Male Other
#> 154539.1  154539       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154539.2  154539       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154544.1  154544       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154544.2  154544       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154548.1  154548       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154548.2  154548       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154563.1  154563       1                SEER Reg 02 - Connecticut   Male White
#> 154572.1  154572       1                     SEER Reg 21 - Hawaii   Male White
#> 154572.2  154572       2                     SEER Reg 21 - Hawaii   Male White
#> 154594.1  154594       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154626.1  154626       1                SEER Reg 02 - Connecticut   Male Black
#> 154640.1  154640       1                SEER Reg 02 - Connecticut   Male White
#> 154640.2  154640       2                SEER Reg 02 - Connecticut   Male White
#> 154653.1  154653       1                     SEER Reg 21 - Hawaii Female White
#> 154653.2  154653       2                     SEER Reg 21 - Hawaii Female White
#> 154663.1  154663       1                SEER Reg 02 - Connecticut   Male White
#> 154663.2  154663       2                SEER Reg 02 - Connecticut   Male White
#> 154670.1  154670       1                SEER Reg 02 - Connecticut Female White
#> 154686.1  154686       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154686.2  154686       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154688.1  154688       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154709.1  154709       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 154709.2  154709       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Other
#> 154716.1  154716       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154716.2  154716       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154722.1  154722       1                     SEER Reg 21 - Hawaii Female White
#> 154723.1  154723       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154733.1  154733       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154733.2  154733       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154749.1  154749       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 154751.1  154751       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 154769.1  154769       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154770.1  154770       1                SEER Reg 02 - Connecticut   Male Black
#> 154770.2  154770       2                SEER Reg 02 - Connecticut   Male Black
#> 154801.1  154801       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154801.2  154801       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 154828.1  154828       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154828.2  154828       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 154859.1  154859       1                SEER Reg 02 - Connecticut   Male White
#> 154859.2  154859       2                SEER Reg 02 - Connecticut   Male White
#> 154861.1  154861       1     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 154861.2  154861       2     SEER Reg 20 - Detroit (Metropolitan)   Male Other
#> 154900.1  154900       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 154900.2  154900       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 154905.1  154905       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154905.2  154905       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154909.1  154909       1                SEER Reg 02 - Connecticut   Male White
#> 154909.2  154909       2                SEER Reg 02 - Connecticut   Male White
#> 154913.1  154913       1                     SEER Reg 21 - Hawaii   Male White
#> 154913.2  154913       2                     SEER Reg 21 - Hawaii   Male White
#> 154916.1  154916       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 154928.1  154928       1                SEER Reg 02 - Connecticut Female Black
#> 154928.2  154928       2                SEER Reg 02 - Connecticut Female Black
#> 154964.1  154964       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 154964.2  154964       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 154970.1  154970       1                     SEER Reg 21 - Hawaii Female White
#> 154985.1  154985       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 154985.2  154985       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155029.1  155029       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155032.1  155032       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155034.1  155034       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155038.1  155038       1                     SEER Reg 21 - Hawaii Female White
#> 155038.2  155038       2                     SEER Reg 21 - Hawaii Female White
#> 155053.1  155053       1                SEER Reg 02 - Connecticut Female White
#> 155053.2  155053       2                SEER Reg 02 - Connecticut Female White
#> 155063.1  155063       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155065.1  155065       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155076.1  155076       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155076.2  155076       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155077.1  155077       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 155077.2  155077       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 155089.1  155089       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155105.1  155105       1                SEER Reg 02 - Connecticut Female White
#> 155119.1  155119       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155129.1  155129       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155129.2  155129       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155137.1  155137       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155143.1  155143       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155143.2  155143       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155158.1  155158       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155159.1  155159       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155162.1  155162       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155180.1  155180       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155180.2  155180       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155184.1  155184       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155184.2  155184       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155189.1  155189       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155202.1  155202       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 155212.1  155212       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155212.2  155212       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155225.1  155225       1                SEER Reg 02 - Connecticut Female Other
#> 155235.1  155235       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155252.1  155252       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155252.2  155252       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155253.1  155253       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155253.2  155253       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155284.1  155284       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155284.2  155284       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155294.1  155294       1                SEER Reg 02 - Connecticut   Male Black
#> 155294.2  155294       2                SEER Reg 02 - Connecticut   Male Black
#> 155310.1  155310       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155346.1  155346       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155377.1  155377       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155378.1  155378       1                SEER Reg 02 - Connecticut   Male Black
#> 155378.2  155378       2                SEER Reg 02 - Connecticut   Male Black
#> 155438.1  155438       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155438.2  155438       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155439.1  155439       1                     SEER Reg 21 - Hawaii   Male White
#> 155439.2  155439       2                     SEER Reg 21 - Hawaii   Male White
#> 155461.1  155461       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155461.2  155461       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155467.1  155467       1                     SEER Reg 21 - Hawaii Female White
#> 155467.2  155467       2                     SEER Reg 21 - Hawaii Female White
#> 155497.1  155497       1                     SEER Reg 21 - Hawaii Female White
#> 155498.1  155498       1                SEER Reg 02 - Connecticut Female White
#> 155498.2  155498       2                SEER Reg 02 - Connecticut Female White
#> 155501.1  155501       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 155501.2  155501       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 155523.1  155523       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155532.1  155532       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155532.2  155532       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155547.1  155547       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155547.2  155547       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155552.1  155552       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155565.1  155565       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 155565.2  155565       2     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 155597.1  155597       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155597.2  155597       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 155667.1  155667       1                SEER Reg 02 - Connecticut Female White
#> 155667.2  155667       2                SEER Reg 02 - Connecticut Female White
#> 155681.1  155681       1                SEER Reg 02 - Connecticut   Male White
#> 155687.1  155687       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155687.2  155687       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155692.1  155692       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155709.1  155709       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 155709.2  155709       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 155718.1  155718       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155742.1  155742       1                SEER Reg 02 - Connecticut Female White
#> 155742.2  155742       2                SEER Reg 02 - Connecticut Female White
#> 155771.1  155771       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155784.1  155784       1                SEER Reg 02 - Connecticut   Male White
#> 155784.2  155784       2                SEER Reg 02 - Connecticut   Male White
#> 155786.1  155786       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 155786.2  155786       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 155792.1  155792       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155794.1  155794       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 155818.1  155818       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155823.1  155823       1                     SEER Reg 21 - Hawaii   Male White
#> 155834.1  155834       1                     SEER Reg 21 - Hawaii Female White
#> 155862.1  155862       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 155866.1  155866       1                     SEER Reg 21 - Hawaii   Male White
#> 155866.2  155866       2                     SEER Reg 21 - Hawaii   Male White
#> 155873.1  155873       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 155900.1  155900       1                     SEER Reg 21 - Hawaii Female White
#> 155904.1  155904       1                     SEER Reg 21 - Hawaii   Male White
#> 155904.2  155904       2                     SEER Reg 21 - Hawaii   Male White
#> 155911.1  155911       1                SEER Reg 02 - Connecticut   Male White
#> 155919.1  155919       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155940.1  155940       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155946.1  155946       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 155949.1  155949       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155949.2  155949       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 155955.1  155955       1     SEER Reg 20 - Detroit (Metropolitan) Female Other
#> 155966.1  155966       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155966.2  155966       2     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 155968.1  155968       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155968.2  155968       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 155994.1  155994       1                SEER Reg 02 - Connecticut Female White
#> 155998.1  155998       1                SEER Reg 02 - Connecticut Female White
#> 156004.1  156004       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156016.1  156016       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 156035.1  156035       1                     SEER Reg 21 - Hawaii Female White
#> 156035.2  156035       2                     SEER Reg 21 - Hawaii Female White
#> 156058.1  156058       1                SEER Reg 02 - Connecticut   Male Black
#> 156058.2  156058       2                SEER Reg 02 - Connecticut   Male Black
#> 156067.1  156067       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156077.1  156077       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156077.2  156077       2 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156123.1  156123       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156129.1  156129       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156152.1  156152       1                SEER Reg 02 - Connecticut   Male White
#> 156202.1  156202       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156209.1  156209       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156218.1  156218       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156218.2  156218       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156223.1  156223       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156223.2  156223       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156231.1  156231       1                     SEER Reg 21 - Hawaii   Male White
#> 156246.1  156246       1     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 156246.2  156246       2     SEER Reg 20 - Detroit (Metropolitan) Female Black
#> 156314.1  156314       1                SEER Reg 02 - Connecticut   Male White
#> 156314.2  156314       2                SEER Reg 02 - Connecticut   Male White
#> 156315.1  156315       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156315.2  156315       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156328.1  156328       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male Black
#> 156339.1  156339       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 156339.2  156339       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Other
#> 156363.1  156363       1                SEER Reg 02 - Connecticut Female White
#> 156363.2  156363       2                SEER Reg 02 - Connecticut Female White
#> 156364.1  156364       1                SEER Reg 02 - Connecticut   Male White
#> 156405.1  156405       1                     SEER Reg 21 - Hawaii   Male White
#> 156405.2  156405       2                     SEER Reg 21 - Hawaii   Male White
#> 156413.1  156413       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156413.2  156413       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156430.1  156430       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156442.1  156442       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156453.1  156453       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 156453.2  156453       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 156519.1  156519       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156519.2  156519       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156526.1  156526       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156528.1  156528       1                     SEER Reg 21 - Hawaii Female White
#> 156528.2  156528       2                     SEER Reg 21 - Hawaii Female White
#> 156529.1  156529       1                SEER Reg 02 - Connecticut   Male White
#> 156533.1  156533       1                SEER Reg 02 - Connecticut   Male White
#> 156546.1  156546       1 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 156546.2  156546       2 SEER Reg 01 - San Francisco-Oakland SMSA Female Black
#> 156550.1  156550       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156555.1  156555       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156555.2  156555       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156575.1  156575       1     SEER Reg 20 - Detroit (Metropolitan)   Male Black
#> 156577.1  156577       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156577.2  156577       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156588.1  156588       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156588.2  156588       2 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156593.1  156593       1                SEER Reg 02 - Connecticut Female White
#> 156620.1  156620       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156620.2  156620       2     SEER Reg 20 - Detroit (Metropolitan)   Male White
#> 156666.1  156666       1                     SEER Reg 21 - Hawaii Female White
#> 156666.2  156666       2                     SEER Reg 21 - Hawaii Female White
#> 156668.1  156668       1                SEER Reg 02 - Connecticut Female White
#> 156668.2  156668       2                SEER Reg 02 - Connecticut Female White
#> 156670.1  156670       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156670.2  156670       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156682.1  156682       1                SEER Reg 02 - Connecticut Female Black
#> 156686.1  156686       1 SEER Reg 01 - San Francisco-Oakland SMSA Female White
#> 156698.1  156698       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156708.1  156708       1     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156708.2  156708       2     SEER Reg 20 - Detroit (Metropolitan) Female White
#> 156718.1  156718       1 SEER Reg 01 - San Francisco-Oakland SMSA   Male White
#> 156722.1  156722       1     SEER Reg 20 - Detroit (Metropolitan)   Male White
#>           datebirth t_datediag t_site_icd     t_dco t_hist fc_age  datedeath
#> 100004.1 1926-01-01 1992-07-15        C50 histology   8619     66       <NA>
#> 100004.2 1926-01-01 2004-01-15        C54 histology   8450     66       <NA>
#> 100034.1 1979-01-01 2000-06-15        C50 histology   9836     21 2005-06-01
#> 100037.1 1938-01-01 1996-01-15        C54 histology   9276     58       <NA>
#> 100038.1 1989-01-01 1991-04-15        C50 histology   8491      2 2013-09-01
#> 100038.2 1989-01-01 2000-03-15        C80 histology   8836      2 2013-09-01
#> 100039.1 1946-01-01 2003-08-15        C50 histology   9377     57       <NA>
#> 100039.2 1946-01-01 2011-04-15        C34 histology   9697     57       <NA>
#> 100047.1 1927-01-01 1998-04-15        C50 histology   8718     71 2007-06-01
#> 100047.2 1927-01-01 2003-10-15        C14 histology   8481     71 2007-06-01
#> 100057.1 1961-01-01 2010-04-15        C18 histology   9306     49       <NA>
#> 100060.1 1947-01-01 2003-08-15        C50 histology   8165     56 2018-11-01
#> 100063.1 1938-01-01 1995-12-15        C50 histology   9450     57 2006-04-01
#> 100063.2 1938-01-01 2003-08-15        C50 histology   9391     57 2006-04-01
#> 100073.1 1960-01-01 1993-11-15        C44 histology   9813     33 2012-06-01
#> 100073.2 1960-01-01 2003-12-15        C34 histology   8518     33 2012-06-01
#> 100103.1 1933-01-01 2001-08-15        C64 histology   8673     68       <NA>
#> 100103.2 1933-01-01 2003-05-15        C18 histology   9208     68       <NA>
#> 100110.1 1964-01-01 2018-06-15        C50 histology   8741     54       <NA>
#> 100134.1 1937-01-01 1992-05-15        C18 histology   8444     55 2008-07-01
#> 100134.2 1937-01-01 1994-12-15        C18 histology   8135     55 2008-07-01
#> 100143.1 1944-01-01 1992-03-15        C50 histology   9237     48       <NA>
#> 100143.2 1944-01-01 1995-07-15        C34 histology   9188     48       <NA>
#> 100146.1 1966-01-01 2019-01-15        C50  DCO case   8382     53       <NA>
#> 100147.1 1925-01-01 1991-05-15        C64 histology   9927     66       <NA>
#> 100147.2 1925-01-01 2013-12-15        C64 histology   8328     66       <NA>
#> 100175.1 1961-01-01 2005-07-15        C18 histology   9057     44       <NA>
#> 100175.2 1961-01-01 2006-04-15        C18 histology   9540     44       <NA>
#> 100182.1 1927-01-01 1991-09-15        C18 histology   9369     64       <NA>
#> 100182.2 1927-01-01 1998-10-15        C34 histology   9192     64       <NA>
#> 100184.1 1956-01-01 2001-06-15        C50  DCO case   8951     45 2016-04-01
#> 100184.2 1956-01-01 2014-12-15        C50  DCO case   9751     45 2016-04-01
#> 100187.1 1927-01-01 2003-01-15        C44 histology   9448     76       <NA>
#> 100187.2 1927-01-01 2017-08-15        C18 histology   9162     76       <NA>
#> 100191.1 1967-01-01 2010-06-15        C50 histology   8148     43       <NA>
#> 100197.1 1945-01-01 2012-06-15        C34 histology   8217     67       <NA>
#> 100197.2 1945-01-01 2017-04-15        C50 histology   8497     67       <NA>
#> 100208.1 1970-01-01 2019-11-15        C34 histology   8264     49 2019-11-15
#> 100210.1 1984-01-01 2019-07-15        C50 histology   8388     35       <NA>
#> 100221.1 1971-01-01 2012-01-15        C44  DCO case   8432     41       <NA>
#> 100226.1 1976-01-01 2017-06-15        C50 histology   9303     41       <NA>
#> 100230.1 1947-01-01 1992-11-15        C44 histology   8470     45       <NA>
#> 100230.2 1947-01-01 2003-11-15        C34 histology   9412     45       <NA>
#> 100234.1 1988-01-01 2010-02-15        C34  DCO case   9678     22       <NA>
#> 100237.1 1937-01-01 1997-05-15        C44 histology   8503     60 2009-07-01
#> 100244.1 1957-01-01 2019-10-15        C50 histology   8425     62       <NA>
#> 100266.1 1956-01-01 2010-07-15        C34 histology   8964     54 2010-07-15
#> 100274.1 1948-01-01 2004-01-15        C34 histology   8828     56 2011-06-01
#> 100282.1 1933-01-01 2001-10-15        C50 histology   8740     68 2005-08-01
#> 100295.1 1937-01-01 2007-11-15        C64 histology   8123     70       <NA>
#> 100295.2 1937-01-01 2019-07-15        C44 histology   9883     70       <NA>
#> 100296.1 1935-01-01 2012-11-15        C50 histology   9849     77       <NA>
#> 100303.1 1993-01-01 2017-09-15        C50  DCO case   8410     24       <NA>
#> 100310.1 1914-01-01 2000-04-15        C18 histology   8710     86 2013-09-01
#> 100310.2 1914-01-01 2013-02-15        C64 histology   9007     86 2013-09-01
#> 100317.1 1957-01-01 1997-08-15        C34 histology   9390     40       <NA>
#> 100317.2 1957-01-01 2018-07-15        C50 histology   9776     40       <NA>
#> 100319.1 1960-01-01 2006-06-15        C34 histology   8257     46 2016-12-01
#> 100323.1 1933-01-01 2000-12-15        C50 histology   8112     67       <NA>
#> 100323.2 1933-01-01 2009-07-15        C50 histology   9299     67       <NA>
#> 100330.1 1962-01-01 2003-09-15        C50 histology   8590     41       <NA>
#> 100331.1 1950-01-01 2018-02-15        C50 histology   8893     68       <NA>
#> 100352.1 1979-01-01 2001-03-15        C54 histology   8552     22 2002-09-01
#> 100359.1 1920-01-01 1992-10-15        C50 histology   8946     72 2001-10-01
#> 100359.2 1920-01-01 1998-12-15        C50 histology   9805     72 2001-10-01
#> 100362.1 1976-01-01 2006-05-15        C50 histology   9533     30       <NA>
#> 100368.1 1951-01-01 2011-02-15        C18 histology   8918     60       <NA>
#> 100368.2 1951-01-01 2012-12-15        C50 histology   9237     60       <NA>
#> 100378.1 1928-01-01 1998-06-15        C50 histology   8065     70 2018-07-01
#> 100378.2 1928-01-01 2006-02-15        C34 histology   8241     70 2018-07-01
#> 100385.1 1964-01-01 1999-10-15        C14 histology   8855     35 2006-03-01
#> 100395.1 1971-01-01 2006-07-15        C50 histology   8974     35 2012-02-01
#> 100415.1 1986-01-01 2019-01-15        C50 histology   8727     33       <NA>
#> 100471.1 1969-01-01 2002-02-15        C18 histology   8673     33 2007-03-01
#> 100473.1 1986-01-01 1995-01-15        C64 histology   8037      9       <NA>
#> 100473.2 1986-01-01 2017-12-15        C64 histology   8722      9       <NA>
#> 100492.1 1949-01-01 2001-08-15        C54 histology   8817     52 2017-08-01
#> 100496.1 1976-01-01 2007-11-15        C34 histology   9335     31       <NA>
#> 100501.1 1967-01-01 1998-11-15        C34 histology   8043     31 2007-12-01
#> 100519.1 1936-01-01 2009-10-15        C80 histology   8457     73 2013-12-01
#> 100522.1 1994-01-01 1996-06-15        C18 histology   8954      2       <NA>
#> 100530.1 1966-01-01 2012-09-15        C54 histology   8848     46       <NA>
#> 100530.2 1966-01-01 2015-06-15        C50 histology   8793     46       <NA>
#> 100534.1 1935-01-01 1999-05-15        C18  DCO case   8814     64 2007-11-01
#> 100548.1 1942-01-01 2007-03-15        C34 histology   8882     65       <NA>
#> 100570.1 1943-01-01 2003-03-15        C80 histology   9360     60 2018-05-01
#> 100581.1 1969-01-01 1996-11-15        C64 histology   9780     27       <NA>
#> 100584.1 1909-01-01 1994-02-15        C18 histology   8680     85       <NA>
#> 100584.2 1909-01-01 2001-10-15        C44 histology   9016     85       <NA>
#> 100590.1 1974-01-01 2000-02-15        C64 histology   8194     26 2005-02-01
#> 100596.1 1925-01-01 2010-12-15        C18 histology   8057     85 2016-04-01
#> 100616.1 1935-01-01 1993-05-15        C34 histology   9820     58       <NA>
#> 100616.2 1935-01-01 2014-02-15        C34  DCO case   9094     58       <NA>
#> 100631.1 1948-01-01 2014-08-15        C54 histology   8880     66       <NA>
#> 100641.1 1953-01-01 1999-04-15        C34 histology   9147     46 2013-03-01
#> 100641.2 1953-01-01 2001-08-15        C34 histology   8404     46 2013-03-01
#> 100642.1 1922-01-01 2005-01-15        C64 histology   9974     83 2015-06-01
#> 100642.2 1922-01-01 2014-04-15        C34 histology   9753     83 2015-06-01
#> 100668.1 1972-01-01 2009-09-15        C34 histology   9661     37 2011-03-01
#> 100671.1 1945-01-01 2010-05-15        C34 histology   9429     65 2013-06-01
#> 100675.1 1989-01-01 1995-10-15        C50 histology   8711      6 2007-09-01
#> 100675.2 1989-01-01 2007-04-15        C34 histology   9283      6 2007-09-01
#> 100684.1 1943-01-01 1997-04-15        C50 histology   8026     54 1998-11-01
#> 100684.2 1943-01-01 1997-08-15        C80 histology   8812     54 1998-11-01
#> 100699.1 1944-01-01 1995-11-15        C34 histology   8214     51 2015-07-01
#> 100699.2 1944-01-01 2012-03-15        C50 histology   9691     51 2015-07-01
#> 100704.1 1906-01-01 1994-11-15        C34 histology   8335     88 1998-07-15
#> 100704.2 1906-01-01 1998-07-15        C34 histology   9275     88 1998-07-15
#> 100710.1 1936-01-01 2000-09-15        C34  DCO case   9134     64       <NA>
#> 100710.2 1936-01-01 2003-07-15        C44 histology   8124     64       <NA>
#> 100719.1 1992-01-01 2015-07-15        C50 histology   8957     23 2017-03-01
#> 100724.1 1974-01-01 1997-12-15        C34 histology   9718     23 2019-07-01
#> 100724.2 1974-01-01 2015-12-15        C50 histology   8760     23 2019-07-01
#> 100725.1 1921-01-01 2003-12-15        C34 histology   9451     82       <NA>
#> 100725.2 1921-01-01 2010-08-15        C50 histology   8963     82       <NA>
#> 100739.1 1987-01-01 1992-03-15        C34 histology   9181      5       <NA>
#> 100739.2 1987-01-01 2014-01-15        C18 histology   9295      5       <NA>
#> 100745.1 1937-01-01 2004-02-15        C34  DCO case   9418     67       <NA>
#> 100756.1 1975-01-01 2007-04-15        C50 histology   9527     32 2008-03-01
#> 100785.1 1941-01-01 2019-06-15        C50 histology   8068     78       <NA>
#> 100833.1 1997-01-01 1998-10-15        C54 histology   9585      1       <NA>
#> 100833.2 1997-01-01 2015-09-15        C50 histology   9764      1       <NA>
#> 100849.1 1971-01-01 1997-02-15        C34 histology   8646     26 2017-09-01
#> 100849.2 1971-01-01 2015-05-15        C34 histology   9112     26 2017-09-01
#> 100856.1 1948-01-01 1993-08-15        C50 histology   9333     45 2004-04-01
#> 100856.2 1948-01-01 2001-08-15        C34 histology   9410     45 2004-04-01
#> 100857.1 1987-01-01 1994-07-15        C50 histology   8409      7 2016-11-01
#> 100871.1 1982-01-01 2008-10-15        C64 histology   8915     26       <NA>
#> 100871.2 1982-01-01 2014-11-15        C50 histology   9011     26       <NA>
#> 100872.1 1969-01-01 2013-01-15        C34 histology   9231     44       <NA>
#> 100898.1 1927-01-01 1994-10-15        C44 histology   9442     67       <NA>
#> 100898.2 1927-01-01 1998-03-15        C34 histology   8296     67       <NA>
#> 100901.1 1963-01-01 2006-06-15        C50 histology   9744     43 2006-06-15
#> 100905.1 1940-01-01 2004-09-15        C50 histology   9687     64       <NA>
#> 100905.2 1940-01-01 2009-04-15        C50 histology   9449     64       <NA>
#> 100908.1 1913-01-01 1996-11-15        C64 histology   9543     83 2010-12-01
#> 100909.1 1967-01-01 2006-09-15        C18 histology   8006     39       <NA>
#> 100909.2 1967-01-01 2016-02-15        C18 histology   9584     39       <NA>
#> 100918.1 1923-01-01 1996-01-15        C34  DCO case   9382     73 2015-09-01
#> 100918.2 1923-01-01 2014-03-15        C50 histology   9333     73 2015-09-01
#> 100924.1 1932-01-01 1993-02-15        C34 histology   8609     61 2012-05-01
#> 100924.2 1932-01-01 1998-12-15        C18 histology   8580     61 2012-05-01
#> 100928.1 1959-01-01 2004-07-15        C18 histology   9290     45       <NA>
#> 100928.2 1959-01-01 2018-07-15        C50 histology   8358     45       <NA>
#> 100938.1 1937-01-01 2012-06-15        C18 histology   9724     75       <NA>
#> 100944.1 1954-01-01 2012-06-15        C50 histology   8378     58       <NA>
#> 100946.1 1943-01-01 2015-09-15        C50 histology   8610     72       <NA>
#> 100951.1 1942-01-01 2017-01-15        C44 histology   8387     75       <NA>
#> 100957.1 1977-01-01 2006-06-15        C34 histology   8731     29       <NA>
#> 100957.2 1977-01-01 2016-08-15        C34 histology   8614     29       <NA>
#> 100967.1 1929-01-01 1995-12-15        C54 histology   9644     66 2015-11-01
#> 101003.1 1929-01-01 1997-08-15        C34 histology   8535     68       <NA>
#> 101003.2 1929-01-01 1999-07-15        C50 histology   9114     68       <NA>
#> 101007.1 1949-01-01 1993-11-15        C54  DCO case   9307     44 2016-11-01
#> 101023.1 1955-01-01 1995-12-15        C18 histology   9707     40 2011-04-01
#> 101036.1 1925-01-01 2007-09-15        C50 histology   9244     82 2009-09-01
#> 101067.1 1977-01-01 2003-12-15        C80 histology   9882     26       <NA>
#> 101067.2 1977-01-01 2004-03-15        C80 histology   9590     26       <NA>
#> 101092.1 1940-01-01 2012-10-15        C34  DCO case   9099     72       <NA>
#> 101159.1 1957-01-01 1999-02-15        C18 histology   9565     42       <NA>
#> 101159.2 1957-01-01 2007-04-15        C50 histology   9131     42       <NA>
#> 101160.1 1932-01-01 2011-02-15        C34 histology   9826     79       <NA>
#> 101186.1 1944-01-01 1997-04-15        C44 histology   8999     53       <NA>
#> 101186.2 1944-01-01 2018-06-15        C18 histology   8253     53       <NA>
#> 101192.1 1989-01-01 1995-12-15        C34 histology   9098      6 1995-12-15
#> 101196.1 1960-01-01 2012-03-15        C64 histology   8705     52       <NA>
#> 101196.2 1960-01-01 2014-01-15        C34 histology   8533     52       <NA>
#> 101200.1 1942-01-01 2006-09-15        C50 histology   9738     64       <NA>
#> 101205.1 1952-01-01 2014-02-15        C34 histology   9929     62       <NA>
#> 101211.1 1922-01-01 1993-12-15        C50 histology   8292     71       <NA>
#> 101211.2 1922-01-01 2012-12-15        C34 histology   9655     71       <NA>
#> 101238.1 1972-01-01 2013-02-15        C34 histology   8505     41       <NA>
#> 101239.1 1931-01-01 1995-05-15        C50 histology   8477     64       <NA>
#> 101239.2 1931-01-01 1995-11-15        C44 histology   8828     64       <NA>
#> 101242.1 1943-01-01 2000-04-15        C50 histology   8382     57 2017-06-01
#> 101242.2 1943-01-01 2001-08-15        C44 histology   9543     57 2017-06-01
#> 101246.1 1946-01-01 1993-05-15        C50 histology   9393     47       <NA>
#> 101246.2 1946-01-01 2006-01-15        C18 histology   8928     47       <NA>
#> 101255.1 1959-01-01 1998-09-15        C18 histology   9008     39       <NA>
#> 101255.2 1959-01-01 2011-06-15        C18 histology   8225     39       <NA>
#> 101271.1 1954-01-01 1991-10-15        C34 histology   9651     37 2004-04-01
#> 101330.1 1924-01-01 1998-09-15        C44 histology   9264     74 2008-12-01
#> 101356.1 1951-01-01 2001-01-15        C64 histology   8686     50       <NA>
#> 101356.2 1951-01-01 2004-04-15        C34 histology   8208     50       <NA>
#> 101376.1 1985-01-01 2009-07-15        C50 histology   9663     24       <NA>
#> 101377.1 1972-01-01 2018-08-15        C80  DCO case   8387     46       <NA>
#> 101393.1 1983-01-01 2009-12-15        C34 histology   9313     26       <NA>
#> 101409.1 1965-01-01 2013-01-15        C50 histology   8290     48       <NA>
#> 101434.1 1938-01-01 2015-06-15        C50 histology   8032     77       <NA>
#> 101434.2 1938-01-01 2018-07-15        C64 histology   8151     77       <NA>
#> 101442.1 1950-01-01 2003-03-15        C34 histology   8447     53       <NA>
#> 101442.2 1950-01-01 2008-12-15        C50 histology   9894     53       <NA>
#> 101445.1 1944-01-01 2011-06-15        C34  DCO case   8907     67       <NA>
#> 101447.1 1986-01-01 2016-02-15        C18 histology   9376     30       <NA>
#> 101468.1 1986-01-01 1998-05-15        C50 histology   8189     12 2018-08-01
#> 101469.1 1958-01-01 2010-01-15        C50  DCO case   8281     52       <NA>
#> 101469.2 1958-01-01 2018-03-15        C34 histology   9276     52       <NA>
#> 101474.1 1950-01-01 1998-04-15        C34 histology   8786     48 2016-06-01
#> 101476.1 1947-01-01 2018-04-15        C18 histology   9656     71       <NA>
#> 101519.1 1927-01-01 2000-04-15        C34 histology   8202     73 2003-02-01
#> 101531.1 1943-01-01 1996-12-15        C34  DCO case   8414     53 2012-07-01
#> 101531.2 1943-01-01 1999-12-15        C34 histology   9383     53 2012-07-01
#> 101551.1 1966-01-01 2001-02-15        C34 histology   8674     35 2018-03-15
#> 101551.2 1966-01-01 2008-12-15        C34 histology   9243     35 2018-03-15
#> 101642.1 1955-01-01 2019-03-15        C34  DCO case   8553     64       <NA>
#> 101653.1 1947-01-01 2003-06-15        C34 histology   8318     56       <NA>
#> 101676.1 1989-01-01 1997-12-15        C34 histology   8663      8       <NA>
#> 101676.2 1989-01-01 2002-03-15        C34 histology   9962      8       <NA>
#> 101678.1 1935-01-01 2004-10-15        C50 histology   8361     69 2011-07-01
#> 101682.1 1982-01-01 2012-11-15        C64 histology   8071     30 2019-03-01
#> 101723.1 1947-01-01 2010-03-15        C34  DCO case   9928     63       <NA>
#> 101726.1 1955-01-01 2005-03-15        C54 histology   8694     50 2017-01-01
#> 101732.1 1932-01-01 1998-06-15        C44 histology   8753     66       <NA>
#> 101749.1 1916-01-01 1996-09-15        C50 histology   8850     80       <NA>
#> 101749.2 1916-01-01 2012-05-15        C50 histology   8688     80       <NA>
#> 101758.1 1973-01-01 2007-08-15        C34 histology   9656     34 2015-10-01
#> 101761.1 1934-01-01 1992-07-15        C44 histology   9359     58 2010-07-01
#> 101773.1 1923-01-01 1994-12-15        C50 histology   8874     71       <NA>
#> 101773.2 1923-01-01 2013-03-15        C34  DCO case   9116     71       <NA>
#> 101812.1 1989-01-01 1994-07-15        C50 histology   8170      5       <NA>
#> 101812.2 1989-01-01 2009-02-15        C50 histology   8757      5       <NA>
#> 101818.1 1951-01-01 1997-02-15        C50 histology   8791     46 1999-08-01
#> 101829.1 1950-01-01 1991-04-15        C34  DCO case   9549     41 2017-05-01
#> 101829.2 1950-01-01 2005-08-15        C64 histology   9440     41 2017-05-01
#> 101831.1 1963-01-01 2018-01-15        C34 histology   9840     55       <NA>
#> 101833.1 1925-01-01 1991-08-15        C44 histology   9084     66 1997-03-01
#> 101845.1 1962-01-01 2014-01-15        C64 histology   9952     52 2017-09-01
#> 101849.1 1950-01-01 1992-01-15        C34 histology   8893     42       <NA>
#> 101849.2 1950-01-01 2004-11-15        C34 histology   8568     42       <NA>
#> 101856.1 1952-01-01 1998-04-15        C34  DCO case   9687     46 2008-05-01
#> 101858.1 1972-01-01 2012-02-15        C34 histology   8981     40       <NA>
#> 101871.1 1952-01-01 2007-04-15        C44 histology   9079     55 2013-06-01
#> 101888.1 1927-01-01 2011-06-15        C18 histology   9932     84       <NA>
#> 101916.1 1939-01-01 2007-09-15        C18 histology   9832     68 2016-06-01
#> 101926.1 1922-01-01 1998-05-15        C50  DCO case   9008     76       <NA>
#> 101926.2 1922-01-01 2004-02-15        C54 histology   9182     76       <NA>
#> 101930.1 1979-01-01 1997-12-15        C50 histology   8340     18       <NA>
#> 101930.2 1979-01-01 2001-10-15        C18 histology   9439     18       <NA>
#> 101933.1 2001-01-01 2006-09-15        C64  DCO case   8671      5 2007-10-01
#> 101935.1 1922-01-01 1992-01-15        C34 histology   9592     70 2008-08-01
#> 101935.2 1922-01-01 1993-02-15        C50 histology   9781     70 2008-08-01
#> 101946.1 1936-01-01 1994-09-15        C44 histology   9368     58 2004-07-01
#> 101951.1 1930-01-01 2004-05-15        C44 histology   9211     74 2016-04-01
#> 101951.2 1930-01-01 2015-08-15        C64 histology   9444     74 2016-04-01
#> 101958.1 1990-01-01 1991-08-15        C50 histology   8007      1 1996-01-01
#> 101960.1 1933-01-01 2004-07-15        C18 histology   9272     71       <NA>
#> 101960.2 1933-01-01 2007-05-15        C34 histology   9318     71       <NA>
#> 101962.1 1947-01-01 1993-07-15        C34 histology   9172     46       <NA>
#> 101962.2 1947-01-01 1998-10-15        C44 histology   8907     46       <NA>
#> 101963.1 1953-01-01 1999-01-15        C80 histology   8148     46 2005-09-01
#> 101970.1 1942-01-01 2010-01-15        C54  DCO case   8677     68 2011-01-01
#> 101973.1 1941-01-01 1995-09-15        C34 histology   9289     54       <NA>
#> 101973.2 1941-01-01 1999-04-15        C34 histology   9937     54       <NA>
#> 102000.1 1987-01-01 2019-11-15        C80  DCO case   9795     32       <NA>
#> 102006.1 1996-01-01 2017-09-15        C34 histology   8347     21       <NA>
#> 102018.1 1972-01-01 2009-07-15        C34 histology   9187     37 2011-06-01
#> 102032.1 1979-01-01 1995-08-15        C34 histology   8778     16 2009-02-01
#> 102032.2 1979-01-01 1996-07-15        C64 histology   8880     16 2009-02-01
#> 102039.1 1951-01-01 2009-05-15        C54 histology   8739     58       <NA>
#> 102047.1 2002-01-01 2006-04-15        C50  DCO case   9575      4 2019-04-01
#> 102053.1 1968-01-01 2003-08-15        C34 histology   8926     35       <NA>
#> 102053.2 1968-01-01 2015-03-15        C54 histology   9565     35       <NA>
#> 102079.1 1963-01-01 2018-03-15        C44 histology   9942     55       <NA>
#> 102098.1 1940-01-01 1993-09-15        C34 histology   9328     53       <NA>
#> 102098.2 1940-01-01 1993-10-15        C50 histology   8388     53       <NA>
#> 102100.1 1922-01-01 2008-04-15        C54 histology   8757     86 2010-10-01
#> 102102.1 1961-01-01 1995-09-15        C34 histology   8848     34 2011-07-01
#> 102125.1 1954-01-01 1992-08-15        C34 histology   9216     38 2014-03-01
#> 102130.1 1918-01-01 1993-03-15        C80 histology   9887     75       <NA>
#> 102130.2 1918-01-01 2007-06-15        C44 histology   9670     75       <NA>
#> 102136.1 1985-01-01 2017-04-15        C50 histology   8764     32       <NA>
#> 102136.2 1985-01-01 2018-11-15        C34 histology   8414     32       <NA>
#> 102149.1 1940-01-01 2013-04-15        C34 histology   9396     73       <NA>
#> 102157.1 1938-01-01 2015-01-15        C44 histology   9327     77       <NA>
#> 102169.1 1971-01-01 2011-06-15        C18 histology   9231     40       <NA>
#> 102176.1 1961-01-01 2008-09-15        C18  DCO case   9358     47       <NA>
#> 102183.1 1941-01-01 2006-08-15        C50 histology   9688     65 2009-04-01
#> 102183.2 1941-01-01 2008-02-15        C34 histology   9185     65 2009-04-01
#> 102192.1 1973-01-01 1998-08-15        C50 histology   9823     25 2019-09-01
#> 102192.2 1973-01-01 1999-10-15        C50 histology   9500     25 2019-09-01
#> 102199.1 1926-01-01 2005-11-15        C18 histology   8880     79 2012-06-01
#> 102215.1 1948-01-01 2014-01-15        C18 histology   8459     66       <NA>
#> 102229.1 1930-01-01 1992-04-15        C34 histology   9465     62       <NA>
#> 102229.2 1930-01-01 1994-09-15        C34 histology   9703     62       <NA>
#> 102230.1 1930-01-01 1993-08-15        C50 histology   9726     63 2011-12-01
#> 102284.1 1945-01-01 2017-04-15        C44 histology   8733     72 2019-05-01
#> 102296.1 1946-01-01 1993-08-15        C50 histology   8753     47       <NA>
#> 102296.2 1946-01-01 1995-06-15        C34 histology   8299     47       <NA>
#> 102298.1 1928-01-01 2005-02-15        C34 histology   8432     77 2017-04-01
#> 102313.1 1938-01-01 2001-05-15        C50  DCO case   9324     63       <NA>
#> 102337.1 1978-01-01 2011-07-15        C50 histology   8937     33       <NA>
#> 102347.1 1938-01-01 2004-09-15        C50 histology   8405     66 2018-02-01
#> 102354.1 1927-01-01 1993-05-15        C50 histology   9212     66 2014-10-01
#> 102374.1 1913-01-01 1992-05-15        C18 histology   9354     79       <NA>
#> 102374.2 1913-01-01 2008-06-15        C50 histology   9507     79       <NA>
#> 102377.1 1972-01-01 2014-11-15        C44 histology   8700     42       <NA>
#> 102382.1 1928-01-01 1996-03-15        C18 histology   9000     68 2015-08-01
#> 102382.2 1928-01-01 2004-05-15        C64 histology   8552     68 2015-08-01
#> 102406.1 1986-01-01 2010-02-15        C64 histology   8222     24       <NA>
#> 102406.2 1986-01-01 2015-11-15        C44  DCO case   9835     24       <NA>
#> 102410.1 1971-01-01 2015-12-15        C18 histology   8866     44       <NA>
#> 102413.1 1980-01-01 2009-06-15        C50 histology   8615     29 2017-12-01
#> 102426.1 1945-01-01 2005-08-15        C34 histology   8921     60       <NA>
#> 102426.2 1945-01-01 2017-10-15        C34 histology   8262     60       <NA>
#> 102427.1 1961-01-01 2008-02-15        C50 histology   8701     47 2009-04-01
#> 102440.1 1935-01-01 1998-11-15        C50  DCO case   9150     63 2009-03-01
#> 102458.1 1969-01-01 1991-04-15        C34 histology   9178     22 2006-06-01
#> 102472.1 1919-01-01 1999-11-15        C34 histology   9450     80       <NA>
#> 102482.1 1964-01-01 2006-02-15        C80 histology   8627     42       <NA>
#> 102485.1 1947-01-01 1993-10-15        C50 histology   8331     46       <NA>
#> 102485.2 1947-01-01 1995-08-15        C50 histology   8999     46       <NA>
#> 102486.1 1967-01-01 1998-03-15        C50 histology   9023     31 2013-11-15
#> 102486.2 1967-01-01 2013-11-15        C50 histology   9341     31 2013-11-15
#> 102510.1 1932-01-01 2002-05-15        C50 histology   8318     70 2006-07-01
#> 102510.2 1932-01-01 2003-02-15        C50 histology   9543     70 2006-07-01
#> 102533.1 1991-01-01 1991-01-15        C44  DCO case   9706      0 2004-12-01
#> 102536.1 1931-01-01 2000-03-15        C34  DCO case   8164     69       <NA>
#> 102536.2 1931-01-01 2004-12-15        C34  DCO case   9084     69       <NA>
#> 102542.1 1912-01-01 1994-06-15        C54 histology   8725     82       <NA>
#> 102542.2 1912-01-01 2019-03-15        C50 histology   9857     82       <NA>
#> 102547.1 1994-01-01 2015-09-15        C18 histology   8673     21       <NA>
#> 102551.1 1952-01-01 2007-12-15        C44 histology   8982     55       <NA>
#> 102552.1 1915-01-01 1991-12-15        C44 histology   8527     76 2008-10-15
#> 102552.2 1915-01-01 1997-06-15        C18 histology   8675     76 2008-10-15
#> 102553.1 1929-01-01 2002-03-15        C18 histology   8188     73 2019-10-01
#> 102573.1 1932-01-01 1993-09-15        C50 histology   8284     61       <NA>
#> 102573.2 1932-01-01 2012-04-15        C18 histology   9764     61       <NA>
#> 102599.1 1952-01-01 2018-10-15        C44 histology   9006     66       <NA>
#> 102603.1 1934-01-01 2015-01-15        C50 histology   9510     81       <NA>
#> 102613.1 1937-01-01 1998-04-15        C18 histology   9796     61 2009-06-01
#> 102616.1 1992-01-01 2004-04-15        C34 histology   9245     12 2010-01-01
#> 102635.1 1941-01-01 2009-06-15        C54 histology   9064     68       <NA>
#> 102635.2 1941-01-01 2013-11-15        C50 histology   8921     68       <NA>
#> 102648.1 1980-01-01 1995-08-15        C50 histology   9094     15       <NA>
#> 102648.2 1980-01-01 1995-11-15        C34 histology   9886     15       <NA>
#> 102650.1 1929-01-01 2004-02-15        C34 histology   9291     75       <NA>
#> 102655.1 1955-01-01 2012-01-15        C44 histology   9077     57       <NA>
#> 102655.2 1955-01-01 2019-07-15        C34  DCO case   8309     57       <NA>
#> 102660.1 1951-01-01 2015-11-15        C34 histology   8848     64       <NA>
#> 102699.1 1959-01-01 1997-12-15        C18 histology   8232     38       <NA>
#> 102705.1 1960-01-01 1996-02-15        C50 histology   8411     36       <NA>
#> 102705.2 1960-01-01 1996-03-15        C64 histology   9874     36       <NA>
#> 102732.1 1940-01-01 1995-12-15        C34 histology   9104     55 1997-09-01
#> 102744.1 1945-01-01 2016-10-15        C34 histology   8485     71       <NA>
#> 102755.1 1950-01-01 2001-09-15        C34 histology   9566     51       <NA>
#> 102755.2 1950-01-01 2013-05-15        C50 histology   9197     51       <NA>
#> 102757.1 1932-01-01 1992-08-15        C50  DCO case   8348     60 2014-03-01
#> 102771.1 1936-01-01 2000-02-15        C34  DCO case   8998     64 2007-12-01
#> 102780.1 1965-01-01 2005-10-15        C18 histology   9400     40       <NA>
#> 102780.2 1965-01-01 2011-01-15        C64 histology   8788     40       <NA>
#> 102782.1 1930-01-01 2007-06-15        C34 histology   9420     77       <NA>
#> 102804.1 1954-01-01 2003-03-15        C64 histology   9397     49 2018-06-01
#> 102804.2 1954-01-01 2010-08-15        C34 histology   9437     49 2018-06-01
#> 102831.1 1973-01-01 1998-05-15        C34 histology   9389     25       <NA>
#> 102831.2 1973-01-01 2004-03-15        C50 histology   9671     25       <NA>
#> 102839.1 1917-01-01 1993-01-15        C54 histology   8823     76       <NA>
#> 102839.2 1917-01-01 2012-05-15        C50 histology   9659     76       <NA>
#> 102840.1 1928-01-01 1992-06-15        C34 histology   9468     64 2012-05-01
#> 102841.1 1942-01-01 1991-12-15        C18 histology   9079     49 2004-03-01
#> 102841.2 1942-01-01 2003-09-15        C34 histology   9633     49 2004-03-01
#> 102890.1 1957-01-01 2017-02-15        C44 histology   9376     60       <NA>
#> 102912.1 1966-01-01 2012-09-15        C18 histology   8163     46       <NA>
#> 102925.1 1945-01-01 2008-10-15        C18 histology   9599     63 2016-10-01
#> 102938.1 1938-01-01 1999-02-15        C34 histology   8370     61       <NA>
#> 102938.2 1938-01-01 2005-01-15        C34 histology   8803     61       <NA>
#> 102939.1 1933-01-01 2017-12-15        C50 histology   8891     84       <NA>
#> 102940.1 1927-01-01 1996-02-15        C34 histology   8637     69 2013-02-01
#> 102940.2 1927-01-01 2001-04-15        C50  DCO case   8963     69 2013-02-01
#> 102947.1 1943-01-01 1992-10-15        C34 histology   9322     49 1996-09-01
#> 102981.1 1923-01-01 1992-10-15        C80 histology   9210     69 2010-05-01
#> 103002.1 1996-01-01 2006-11-15        C18 histology   9652     10 2009-04-01
#> 103006.1 1933-01-01 1992-06-15        C64 histology   8266     59 2004-06-01
#> 103006.2 1933-01-01 1994-08-15        C34 histology   8166     59 2004-06-01
#> 103031.1 1966-01-01 1992-01-15        C34 histology   8444     26 2014-09-01
#> 103031.2 1966-01-01 2009-01-15        C34 histology   8946     26 2014-09-01
#> 103041.1 1926-01-01 1999-10-15        C18 histology   9056     73 2001-10-01
#> 103044.1 1911-01-01 1997-11-15        C50 histology   8974     86 2017-03-01
#> 103062.1 1981-01-01 2010-05-15        C50 histology   9389     29       <NA>
#> 103062.2 1981-01-01 2018-11-15        C34 histology   9763     29       <NA>
#> 103079.1 1955-01-01 2011-07-15        C50 histology   9091     56       <NA>
#> 103081.1 1959-01-01 2002-07-15        C18 histology   9082     43       <NA>
#> 103082.1 1969-01-01 1991-08-15        C34 histology   9963     22 2003-04-01
#> 103082.2 1969-01-01 1992-03-15        C64 histology   8636     22 2003-04-01
#> 103118.1 1908-01-01 1991-04-15        C50 histology   9503     83       <NA>
#> 103118.2 1908-01-01 1997-03-15        C34 histology   8873     83       <NA>
#> 103139.1 1996-01-01 2003-12-15        C34 histology   9724      7 2012-04-01
#> 103149.1 2002-01-01 2005-06-15        C18 histology   8041      3 2007-03-01
#> 103155.1 1969-01-01 2009-11-15        C50  DCO case   9318     40       <NA>
#> 103155.2 1969-01-01 2015-01-15        C18 histology   9702     40       <NA>
#> 103196.1 1925-01-01 1997-02-15        C34 histology   9492     72       <NA>
#> 103196.2 1925-01-01 2005-02-15        C50 histology   9644     72       <NA>
#> 103199.1 1927-01-01 2011-10-15        C50 histology   9207     84 2017-05-01
#> 103201.1 1954-01-01 2006-12-15        C18 histology   8757     52       <NA>
#> 103201.2 1954-01-01 2009-11-15        C18 histology   8380     52       <NA>
#> 103203.1 1954-01-01 2004-05-15        C44 histology   8284     50       <NA>
#> 103209.1 1938-01-01 1998-07-15        C34 histology   9741     60 2004-09-01
#> 103209.2 1938-01-01 2002-11-15        C50 histology   8374     60 2004-09-01
#> 103217.1 1990-01-01 1991-08-15        C18 histology   9019      1 1999-09-01
#> 103221.1 1920-01-01 1997-06-15        C34 histology   9565     77 1997-06-15
#> 103263.1 1998-01-01 2000-10-15        C44  DCO case   9225      2       <NA>
#> 103263.2 1998-01-01 2001-01-15        C54 histology   8220      2       <NA>
#> 103275.1 1946-01-01 2001-12-15        C34  DCO case   8924     55 2012-09-01
#> 103278.1 1943-01-01 2009-12-15        C50 histology   8846     66       <NA>
#> 103278.2 1943-01-01 2019-01-15        C54  DCO case   9106     66       <NA>
#> 103285.1 1954-01-01 2013-07-15        C34 histology   9761     59 2015-07-15
#> 103285.2 1954-01-01 2015-07-15        C18 histology   9296     59 2015-07-15
#> 103287.1 1914-01-01 1992-09-15        C50 histology   8349     78 2003-04-01
#> 103287.2 1914-01-01 1997-10-15        C44 histology   8012     78 2003-04-01
#> 103289.1 1972-01-01 2010-03-15        C18 histology   9205     38       <NA>
#> 103293.1 1942-01-01 2008-11-15        C34 histology   9863     66       <NA>
#> 103298.1 1941-01-01 1992-05-15        C44 histology   9000     51 2014-11-01
#> 103298.2 1941-01-01 1994-01-15        C50 histology   9206     51 2014-11-01
#> 103307.1 1950-01-01 2019-11-15        C34 histology   8880     69       <NA>
#> 103324.1 1978-01-01 2010-01-15        C34 histology   8340     32 2018-09-01
#> 103365.1 1938-01-01 1998-05-15        C18 histology   9594     60 2016-10-01
#> 103370.1 1952-01-01 2002-10-15        C50 histology   9012     50 2015-06-01
#> 103370.2 1952-01-01 2005-02-15        C34 histology   8681     50 2015-06-01
#> 103398.1 1988-01-01 2002-11-15        C50 histology   8745     14       <NA>
#> 103398.2 1988-01-01 2007-04-15        C44 histology   8639     14       <NA>
#> 103429.1 1955-01-01 1999-12-15        C34  DCO case   8240     44 2009-03-01
#> 103429.2 1955-01-01 2006-05-15        C64 histology   9185     44 2009-03-01
#> 103452.1 1932-01-01 1995-06-15        C44 histology   8610     63       <NA>
#> 103452.2 1932-01-01 2007-08-15        C50 histology   9965     63       <NA>
#> 103464.1 1945-01-01 1992-03-15        C50 histology   8644     47 2017-01-01
#> 103464.2 1945-01-01 2010-06-15        C44 histology   9656     47 2017-01-01
#> 103465.1 1929-01-01 2008-03-15        C34 histology   9868     79 2019-09-01
#> 103465.2 1929-01-01 2019-06-15        C34 histology   8384     79 2019-09-01
#> 103477.1 1919-01-01 1994-10-15        C34 histology   9435     75 2015-08-01
#> 103477.2 1919-01-01 1999-07-15        C54 histology   8999     75 2015-08-01
#> 103479.1 1954-01-01 2003-09-15        C50 histology   8221     49       <NA>
#> 103479.2 1954-01-01 2011-07-15        C80 histology   9266     49       <NA>
#> 103529.1 1971-01-01 2001-05-15        C44  DCO case   9576     30 2003-10-01
#> 103529.2 1971-01-01 2003-02-15        C18  DCO case   9443     30 2003-10-01
#> 103567.1 1918-01-01 2001-11-15        C34 histology   9013     83 2017-07-01
#> 103567.2 1918-01-01 2006-02-15        C64 histology   9606     83 2017-07-01
#> 103612.1 1949-01-01 2006-08-15        C34 histology   8659     57 2013-10-01
#> 103672.1 1947-01-01 2002-04-15        C44 histology   9087     55       <NA>
#> 103672.2 1947-01-01 2014-09-15        C54 histology   8064     55       <NA>
#> 103674.1 1950-01-01 2008-04-15        C50 histology   9770     58       <NA>
#> 103687.1 1959-01-01 1999-10-15        C34 histology   9625     40       <NA>
#> 103687.2 1959-01-01 2002-11-15        C50 histology   8371     40       <NA>
#> 103695.1 1964-01-01 2001-04-15        C50 histology   8696     37 2013-06-01
#> 103697.1 1978-01-01 2004-06-15        C34 histology   9601     26       <NA>
#> 103697.2 1978-01-01 2010-03-15        C18 histology   8258     26       <NA>
#> 103701.1 1990-01-01 2011-09-15        C34 histology   9580     21 2013-12-01
#> 103706.1 1962-01-01 2016-07-15        C54 histology   9618     54       <NA>
#> 103732.1 1968-01-01 1993-02-15        C50 histology   8577     25 2016-09-01
#> 103732.2 1968-01-01 1993-07-15        C18 histology   8122     25 2016-09-01
#> 103736.1 1981-01-01 1993-01-15        C50 histology   9664     12 2018-01-01
#> 103736.2 1981-01-01 1995-05-15        C34 histology   8041     12 2018-01-01
#> 103745.1 1953-01-01 2008-03-15        C34 histology   8906     55       <NA>
#> 103747.1 1933-01-01 2002-08-15        C34 histology   9809     69       <NA>
#> 103766.1 1940-01-01 1996-11-15        C34 histology   9066     56 1999-09-01
#> 103815.1 1993-01-01 1998-10-15        C34 histology   9716      5 2000-10-01
#> 103821.1 1938-01-01 2007-12-15        C34 histology   8112     69       <NA>
#> 103824.1 1947-01-01 2015-02-15        C34 histology   8219     68       <NA>
#> 103832.1 1932-01-01 1999-08-15        C50 histology   9164     67 2013-05-01
#> 103832.2 1932-01-01 2005-05-15        C34 histology   8674     67 2013-05-01
#> 103836.1 1990-01-01 1994-05-15        C34 histology   9142      4 2009-04-01
#> 103838.1 1953-01-01 2019-10-15        C18 histology   8681     66       <NA>
#> 103851.1 1951-01-01 1993-11-15        C34 histology   8722     42 2013-10-01
#> 103859.1 1932-01-01 1999-11-15        C34 histology   9692     67       <NA>
#> 103859.2 1932-01-01 2009-02-15        C44  DCO case   9463     67       <NA>
#> 103866.1 1949-01-01 1997-04-15        C34 histology   8959     48 2009-08-01
#> 103888.1 1949-01-01 2002-05-15        C18 histology   8169     53       <NA>
#> 103895.1 1924-01-01 2009-11-15        C64 histology   9366     85       <NA>
#> 103895.2 1924-01-01 2016-04-15        C64 histology   8890     85       <NA>
#> 103900.1 1962-01-01 2005-12-15        C64 histology   9937     43 2006-08-01
#> 103940.1 1946-01-01 1991-07-15        C34 histology   9039     45 2018-09-01
#> 103940.2 1946-01-01 2008-06-15        C34 histology   8051     45 2018-09-01
#> 103963.1 1949-01-01 1994-04-15        C50 histology   8531     45       <NA>
#> 103963.2 1949-01-01 2006-06-15        C44 histology   9533     45       <NA>
#> 103965.1 1905-01-01 1991-05-15        C34 histology   9642     86 2012-01-01
#> 103965.2 1905-01-01 2003-11-15        C34  DCO case   8548     86 2012-01-01
#> 104019.1 1941-01-01 2009-08-15        C64 histology   9693     68       <NA>
#> 104021.1 1929-01-01 1994-11-15        C50 histology   8366     65 2012-02-01
#> 104021.2 1929-01-01 2005-04-15        C18  DCO case   8069     65 2012-02-01
#> 104057.1 1919-01-01 1992-12-15        C34 histology   8070     73 2008-11-01
#> 104082.1 1950-01-01 2012-06-15        C44 histology   8350     62       <NA>
#> 104082.2 1950-01-01 2013-04-15        C34 histology   8238     62       <NA>
#> 104114.1 1975-01-01 2000-09-15        C50 histology   9471     25       <NA>
#> 104114.2 1975-01-01 2016-04-15        C44 histology   9861     25       <NA>
#> 104117.1 1960-01-01 1998-05-15        C34 histology   8679     38 2009-08-01
#> 104146.1 1914-01-01 1991-01-15        C18 histology   8931     77 2003-05-01
#> 104149.1 1922-01-01 1994-06-15        C44 histology   8786     72 2013-05-01
#> 104149.2 1922-01-01 2004-02-15        C34 histology   8298     72 2013-05-01
#> 104157.1 1896-01-01 1992-05-15        C50 histology   8328     96 2015-08-01
#> 104157.2 1896-01-01 1992-11-15        C34 histology   8618     96 2015-08-01
#> 104161.1 1934-01-01 1995-07-15        C64 histology   8657     61       <NA>
#> 104161.2 1934-01-01 2001-05-15        C50 histology   9033     61       <NA>
#> 104169.1 1929-01-01 2016-02-15        C50 histology   9956     87       <NA>
#> 104194.1 1977-01-01 2007-05-15        C18 histology   9830     30 2015-01-01
#> 104194.2 1977-01-01 2008-11-15        C50 histology   8527     30 2015-01-01
#> 104224.1 1931-01-01 1997-01-15        C80 histology   8535     66 2000-01-01
#> 104248.1 1959-01-01 1999-01-15        C54 histology   9447     40 2004-03-01
#> 104261.1 1906-01-01 1996-03-15        C64 histology   8809     90 2019-05-01
#> 104261.2 1906-01-01 2003-09-15        C34 histology   9955     90 2019-05-01
#> 104267.1 1982-01-01 1993-02-15        C50 histology   8262     11       <NA>
#> 104267.2 1982-01-01 2007-09-15        C18 histology   9381     11       <NA>
#> 104291.1 1916-01-01 1998-08-15        C34 histology   9029     82 2019-08-01
#> 104306.1 1976-01-01 2017-07-15        C64 histology   9330     41       <NA>
#> 104307.1 1980-01-01 2000-10-15        C50  DCO case   8426     20 2004-02-01
#> 104316.1 1971-01-01 2004-11-15        C34 histology   9275     33 2014-02-01
#> 104352.1 1932-01-01 2000-01-15        C50 histology   8628     68       <NA>
#> 104352.2 1932-01-01 2004-09-15        C80 histology   8131     68       <NA>
#> 104364.1 1971-01-01 2002-02-15        C18 histology   9580     31       <NA>
#> 104433.1 1984-01-01 2019-04-15        C50 histology   8435     35       <NA>
#> 104446.1 1941-01-01 1997-06-15        C44 histology   9502     56       <NA>
#> 104451.1 1979-01-01 2006-11-15        C18 histology   8397     27 2017-12-01
#> 104465.1 1975-01-01 2006-01-15        C80 histology   8252     31       <NA>
#> 104465.2 1975-01-01 2019-05-15        C50 histology   9367     31       <NA>
#> 104473.1 1964-01-01 2006-06-15        C34 histology   8120     42 2012-02-01
#> 104482.1 1981-01-01 1998-12-15        C44 histology   9950     17 2017-07-01
#> 104482.2 1981-01-01 2009-01-15        C50 histology   9206     17 2017-07-01
#> 104483.1 1957-01-01 2002-08-15        C64 histology   8420     45 2017-04-01
#> 104483.2 1957-01-01 2003-06-15        C44 histology   8512     45 2017-04-01
#> 104489.1 1925-01-01 1999-07-15        C18 histology   8970     74       <NA>
#> 104489.2 1925-01-01 1999-11-15        C50 histology   8870     74       <NA>
#> 104493.1 1971-01-01 2010-04-15        C50 histology   8441     39       <NA>
#> 104498.1 1923-01-01 1999-06-15        C18 histology   9663     76 2008-09-01
#> 104535.1 1981-01-01 1994-12-15        C34 histology   8093     13 1998-01-01
#> 104542.1 1972-01-01 1997-08-15        C50 histology   9492     25       <NA>
#> 104542.2 1972-01-01 2005-09-15        C18 histology   8151     25       <NA>
#> 104552.1 1973-01-01 2009-06-15        C50 histology   8234     36       <NA>
#> 104554.1 1923-01-01 1998-10-15        C34 histology   8465     75 2004-04-01
#> 104562.1 1991-01-01 2000-08-15        C50 histology   8475      9 2009-12-15
#> 104562.2 1991-01-01 2004-06-15        C50 histology   9423      9 2009-12-15
#> 104566.1 1975-01-01 2014-01-15        C50 histology   8900     39 2019-12-01
#> 104572.1 1933-01-01 1998-04-15        C44 histology   8295     65 2011-09-01
#> 104572.2 1933-01-01 2004-02-15        C34 histology   8006     65 2011-09-01
#> 104584.1 1973-01-01 2018-11-15        C50  DCO case   8434     45       <NA>
#> 104597.1 1950-01-01 2008-08-15        C34 histology   8808     58       <NA>
#> 104597.2 1950-01-01 2017-05-15        C50 histology   8018     58       <NA>
#> 104615.1 1993-01-01 2005-06-15        C34 histology   9405     12 2012-05-01
#> 104616.1 1975-01-01 2016-03-15        C18 histology   9551     41 2017-04-01
#> 104624.1 1916-01-01 1996-09-15        C34 histology   9012     80 2019-09-01
#> 104624.2 1916-01-01 2014-06-15        C18 histology   9742     80 2019-09-01
#> 104632.1 1949-01-01 2003-10-15        C18 histology   8581     54       <NA>
#> 104632.2 1949-01-01 2014-02-15        C44 histology   9935     54       <NA>
#> 104636.1 1941-01-01 1992-06-15        C50 histology   9841     51 2006-06-01
#> 104646.1 1958-01-01 2016-02-15        C50 histology   9200     58       <NA>
#> 104661.1 1930-01-01 2012-10-15        C50 histology   9285     82       <NA>
#> 104661.2 1930-01-01 2015-09-15        C34 histology   8880     82       <NA>
#> 104671.1 1975-01-01 1998-07-15        C44 histology   8736     23       <NA>
#> 104671.2 1975-01-01 2017-07-15        C64 histology   8659     23       <NA>
#> 104672.1 1920-01-01 2003-12-15        C44 histology   8535     83 2017-09-01
#> 104672.2 1920-01-01 2008-04-15        C34 histology   9021     83 2017-09-01
#> 104711.1 1949-01-01 2017-10-15        C54 histology   9523     68       <NA>
#> 104737.1 1972-01-01 2010-04-15        C34 histology   9679     38 2012-11-01
#> 104745.1 1936-01-01 2001-04-15        C18 histology   8185     65 2013-05-01
#> 104772.1 1935-01-01 2004-09-15        C50 histology   9670     69 2018-06-01
#> 104772.2 1935-01-01 2016-03-15        C18 histology   8177     69 2018-06-01
#> 104789.1 1962-01-01 2000-02-15        C50 histology   8203     38 2019-08-01
#> 104789.2 1962-01-01 2005-12-15        C50  DCO case   9647     38 2019-08-01
#> 104790.1 1964-01-01 1992-05-15        C64 histology   9870     28       <NA>
#> 104790.2 1964-01-01 1999-08-15        C50 histology   9003     28       <NA>
#> 104799.1 1941-01-01 2005-01-15        C50  DCO case   9743     64 2013-02-01
#> 104848.1 2010-01-01 2017-07-15        C50 histology   8854      7       <NA>
#> 104856.1 1935-01-01 2014-09-15        C34 histology   8683     79 2016-05-01
#> 104875.1 1926-01-01 2004-10-15        C50 histology   8176     78 2014-09-01
#> 104881.1 1960-01-01 2019-09-15        C34 histology   9294     59       <NA>
#> 104884.1 1938-01-01 2002-05-15        C44 histology   9069     64       <NA>
#> 104894.1 1969-01-01 2011-03-15        C44 histology   9051     42       <NA>
#> 104894.2 1969-01-01 2013-09-15        C18 histology   9008     42       <NA>
#> 104902.1 1929-01-01 2001-08-15        C50  DCO case   9373     72       <NA>
#> 104902.2 1929-01-01 2006-11-15        C50 histology   8640     72       <NA>
#> 104920.1 1922-01-01 1996-12-15        C34 histology   8597     74       <NA>
#> 104940.1 1928-01-01 1994-04-15        C44 histology   9295     66 2016-05-01
#> 104940.2 1928-01-01 2005-12-15        C18  DCO case   9108     66 2016-05-01
#> 105000.1 1974-01-01 1997-02-15        C18  DCO case   9037     23       <NA>
#> 105024.1 1970-01-01 1994-10-15        C50 histology   8237     24 2005-01-01
#> 105024.2 1970-01-01 1996-01-15        C18 histology   8115     24 2005-01-01
#> 105028.1 1928-01-01 1993-08-15        C34 histology   8572     65       <NA>
#> 105028.2 1928-01-01 2000-11-15        C34 histology   9497     65       <NA>
#> 105030.1 1971-01-01 2008-10-15        C34 histology   8530     37       <NA>
#> 105042.1 2002-01-01 2010-09-15        C18 histology   9945      8       <NA>
#> 105042.2 2002-01-01 2011-01-15        C34 histology   8011      8       <NA>
#> 105059.1 1965-01-01 2000-05-15        C34 histology   8239     35 2012-04-01
#> 105078.1 1967-01-01 1997-06-15        C50 histology   8382     30 2002-10-01
#> 105085.1 1915-01-01 1991-12-15        C44 histology   9947     76 2016-08-01
#> 105121.1 1920-01-01 1999-04-15        C44 histology   8467     79       <NA>
#> 105156.1 1962-01-01 2001-02-15        C34 histology   9692     39 2016-09-01
#> 105156.2 1962-01-01 2007-06-15        C50 histology   9044     39 2016-09-01
#> 105177.1 1946-01-01 2003-08-15        C50 histology   8235     57       <NA>
#> 105177.2 1946-01-01 2018-02-15        C80 histology   8282     57       <NA>
#> 105190.1 1973-01-01 2001-02-15        C44 histology   8036     28       <NA>
#> 105190.2 1973-01-01 2006-07-15        C18  DCO case   9928     28       <NA>
#> 105231.1 1961-01-01 1993-11-15        C64 histology   9739     32 2009-03-01
#> 105239.1 1960-01-01 2008-03-15        C64 histology   9009     48       <NA>
#> 105239.2 1960-01-01 2019-10-15        C34  DCO case   8174     48       <NA>
#> 105266.1 1926-01-01 1997-11-15        C64 histology   8350     71 2001-07-01
#> 105300.1 1932-01-01 1996-03-15        C50 histology   8796     64 2014-06-01
#> 105300.2 1932-01-01 1996-12-15        C50 histology   8016     64 2014-06-01
#> 105305.1 1989-01-01 2010-08-15        C54 histology   8055     21 2017-04-01
#> 105308.1 1972-01-01 2001-03-15        C44 histology   8261     29 2008-04-01
#> 105310.1 1966-01-01 1999-09-15        C34  DCO case   8459     33 2001-08-01
#> 105335.1 1945-01-01 2003-11-15        C44 histology   8786     58 2004-12-01
#> 105344.1 1973-01-01 1994-08-15        C50 histology   9697     21 2009-06-01
#> 105345.1 1974-01-01 1993-08-15        C34 histology   9895     19       <NA>
#> 105345.2 1974-01-01 1999-10-15        C50 histology   9025     19       <NA>
#> 105349.1 1914-01-01 1992-06-15        C44 histology   9111     78 2002-08-01
#> 105353.1 1909-01-01 1996-10-15        C34 histology   9982     87       <NA>
#> 105353.2 1909-01-01 2011-12-15        C50 histology   8987     87       <NA>
#> 105356.1 1958-01-01 2006-02-15        C34 histology   9959     48       <NA>
#> 105356.2 1958-01-01 2017-08-15        C34 histology   8581     48       <NA>
#> 105368.1 1950-01-01 2013-05-15        C34 histology   8915     63       <NA>
#> 105376.1 1933-01-01 1998-02-15        C50 histology   9737     65 2008-11-01
#> 105388.1 1950-01-01 1992-09-15        C50 histology   8900     42       <NA>
#> 105388.2 1950-01-01 2003-11-15        C50 histology   9299     42       <NA>
#> 105428.1 1963-01-01 2004-08-15        C50 histology   9196     41 2004-11-01
#> 105429.1 1944-01-01 2018-09-15        C18 histology   8671     74       <NA>
#> 105433.1 1917-01-01 1995-01-15        C18 histology   8200     78 2000-12-01
#> 105440.1 1957-01-01 1993-09-15        C34 histology   8161     36 2014-09-01
#> 105440.2 1957-01-01 2003-11-15        C44 histology   9036     36 2014-09-01
#> 105452.1 1969-01-01 2003-10-15        C34 histology   9869     34 2018-06-01
#> 105452.2 1969-01-01 2005-05-15        C50 histology   8335     34 2018-06-01
#> 105456.1 1971-01-01 2019-07-15        C34 histology   8266     48       <NA>
#> 105513.1 1953-01-01 1995-02-15        C64 histology   8186     42 1998-10-01
#> 105527.1 1966-01-01 2003-12-15        C50  DCO case   8128     37       <NA>
#> 105549.1 1959-01-01 1996-06-15        C50 histology   8254     37 2014-12-01
#> 105549.2 1959-01-01 1999-11-15        C50 histology   8145     37 2014-12-01
#> 105576.1 1969-01-01 2016-06-15        C18 histology   8172     47       <NA>
#> 105587.1 1951-01-01 2001-06-15        C34 histology   9404     50 2003-02-01
#> 105599.1 1970-01-01 2016-08-15        C18 histology   8738     46       <NA>
#> 105612.1 1934-01-01 1997-03-15        C34 histology   8023     63 2015-03-01
#> 105614.1 1985-01-01 2016-04-15        C34 histology   9360     31       <NA>
#> 105614.2 1985-01-01 2016-10-15        C34 histology   8481     31       <NA>
#> 105617.1 1995-01-01 2008-03-15        C64 histology   8368     13       <NA>
#> 105644.1 1936-01-01 2016-12-15        C34 histology   9646     80       <NA>
#> 105653.1 1911-01-01 1991-04-15        C64 histology   9378     80 1998-02-01
#> 105653.2 1911-01-01 1995-02-15        C18 histology   8712     80 1998-02-01
#> 105663.1 1951-01-01 2001-07-15        C80 histology   8286     50 2005-02-01
#> 105704.1 1928-01-01 1992-07-15        C34 histology   8124     64 2010-07-01
#> 105715.1 1954-01-01 2018-11-15        C34  DCO case   8616     64       <NA>
#> 105731.1 1954-01-01 2003-10-15        C34  DCO case   8140     49 2018-06-01
#> 105731.2 1954-01-01 2017-02-15        C44 histology   9573     49 2018-06-01
#> 105753.1 1930-01-01 2007-01-15        C34 histology   9045     77 2012-01-01
#> 105761.1 1931-01-01 2001-09-15        C50 histology   8571     70 2005-02-01
#> 105779.1 1941-01-01 1993-06-15        C50  DCO case   8546     52       <NA>
#> 105779.2 1941-01-01 2011-05-15        C18 histology   8492     52       <NA>
#> 105794.1 1957-01-01 1999-11-15        C44 histology   9604     42       <NA>
#> 105794.2 1957-01-01 2011-05-15        C34 histology   9037     42       <NA>
#> 105798.1 1924-01-01 1996-08-15        C14 histology   9853     72       <NA>
#> 105798.2 1924-01-01 2000-01-15        C50 histology   8423     72       <NA>
#> 105810.1 1942-01-01 2016-09-15        C34 histology   9926     74       <NA>
#> 105814.1 1978-01-01 1999-06-15        C50 histology   9657     21 2004-01-01
#> 105823.1 1941-01-01 2010-05-15        C50 histology   8874     69       <NA>
#> 105836.1 1928-01-01 2009-06-15        C54 histology   8781     81 2011-11-15
#> 105836.2 1928-01-01 2011-11-15        C34  DCO case   8824     81 2011-11-15
#> 105868.1 1968-01-01 1993-12-15        C44 histology   9497     25 2018-08-01
#> 105868.2 1968-01-01 2002-04-15        C44 histology   9066     25 2018-08-01
#> 105877.1 1973-01-01 1992-07-15        C80 histology   8318     19 2000-05-01
#> 105877.2 1973-01-01 1998-12-15        C44 histology   9602     19 2000-05-01
#> 105882.1 1951-01-01 2001-12-15        C18 histology   9186     50       <NA>
#> 105887.1 1947-01-01 2015-08-15        C34 histology   8771     68       <NA>
#> 105888.1 1913-01-01 2000-07-15        C50 histology   8849     87 2012-10-01
#> 105890.1 1911-01-01 1991-05-15        C44 histology   9490     80       <NA>
#> 105890.2 1911-01-01 2005-03-15        C34 histology   8574     80       <NA>
#> 105909.1 1931-01-01 1991-01-15        C50  DCO case   8045     60       <NA>
#> 105909.2 1931-01-01 2009-07-15        C44 histology   9384     60       <NA>
#> 105929.1 1970-01-01 1996-04-15        C80 histology   8285     26 2010-01-01
#> 105934.1 1960-01-01 2001-07-15        C50 histology   9952     41 2008-08-01
#> 105935.1 1931-01-01 2006-08-15        C34 histology   8404     75 2007-11-01
#> 105937.1 1962-01-01 1991-02-15        C64 histology   9861     29       <NA>
#> 105937.2 1962-01-01 2010-11-15        C50 histology   9234     29       <NA>
#> 105949.1 1963-01-01 2018-12-15        C34 histology   9592     55       <NA>
#> 105952.1 1904-01-01 2000-03-15        C18 histology   8186     96 2002-08-01
#> 105954.1 1953-01-01 2001-09-15        C18 histology   8551     48       <NA>
#> 105954.2 1953-01-01 2017-04-15        C50 histology   9275     48       <NA>
#> 105958.1 1950-01-01 1998-04-15        C50  DCO case   9762     48 2000-07-01
#> 105988.1 1978-01-01 2018-06-15        C50 histology   9279     40       <NA>
#> 105993.1 1967-01-01 1999-06-15        C54 histology   8378     32 2006-09-01
#> 106000.1 1981-01-01 2006-01-15        C50 histology   9169     25       <NA>
#> 106000.2 1981-01-01 2018-11-15        C34 histology   8239     25       <NA>
#> 106007.1 1957-01-01 2018-04-15        C44  DCO case   8652     61       <NA>
#> 106082.1 1940-01-01 1994-08-15        C54 histology   9762     54       <NA>
#> 106082.2 1940-01-01 2000-12-15        C34 histology   8019     54       <NA>
#> 106101.1 1927-01-01 2004-02-15        C50 histology   8701     77 2014-05-01
#> 106121.1 1979-01-01 2015-12-15        C34 histology   9727     36 2018-06-01
#> 106131.1 1918-01-01 2001-02-15        C34 histology   9482     83 2006-09-01
#> 106152.1 1940-01-01 1996-03-15        C50 histology   9918     56 2014-12-01
#> 106152.2 1940-01-01 2010-05-15        C50 histology   9469     56 2014-12-01
#> 106161.1 1963-01-01 2002-05-15        C64 histology   9373     39 2016-09-01
#> 106161.2 1963-01-01 2014-11-15        C50 histology   8814     39 2016-09-01
#> 106184.1 1970-01-01 2001-09-15        C34 histology   8960     31 2015-05-01
#> 106186.1 1947-01-01 2004-08-15        C50 histology   8910     57       <NA>
#> 106186.2 1947-01-01 2010-12-15        C54 histology   9854     57       <NA>
#> 106189.1 1967-01-01 1991-05-15        C34 histology   8345     24       <NA>
#> 106189.2 1967-01-01 2010-07-15        C34 histology   8594     24       <NA>
#> 106207.1 1943-01-01 1991-10-15        C34 histology   9256     48 2017-02-01
#> 106207.2 1943-01-01 1995-06-15        C50 histology   8580     48 2017-02-01
#> 106230.1 1965-01-01 1996-12-15        C44 histology   8812     31 2017-12-01
#> 106230.2 1965-01-01 2000-10-15        C50 histology   8296     31 2017-12-01
#> 106237.1 1918-01-01 2000-05-15        C50  DCO case   8626     82 2016-08-01
#> 106237.2 1918-01-01 2011-03-15        C18 histology   9062     82 2016-08-01
#> 106253.1 1962-01-01 2000-09-15        C44 histology   8594     38 2014-05-01
#> 106253.2 1962-01-01 2000-11-15        C34 histology   9784     38 2014-05-01
#> 106255.1 1922-01-01 1993-12-15        C34 histology   8360     71 2004-11-01
#> 106264.1 1963-01-01 1997-01-15        C34 histology   9470     34       <NA>
#> 106264.2 1963-01-01 2003-06-15        C44  DCO case   9969     34       <NA>
#> 106284.1 1964-01-01 1996-02-15        C44  DCO case   8102     32 2012-03-01
#> 106284.2 1964-01-01 2002-05-15        C64 histology   8571     32 2012-03-01
#> 106298.1 1952-01-01 2005-04-15        C80 histology   9160     53       <NA>
#> 106319.1 1928-01-01 1991-01-15        C34 histology   9977     63 2016-08-01
#> 106319.2 1928-01-01 2015-07-15        C50 histology   9927     63 2016-08-01
#> 106325.1 1939-01-01 2005-12-15        C80 histology   9311     66       <NA>
#> 106325.2 1939-01-01 2015-05-15        C64 histology   9982     66       <NA>
#> 106376.1 1962-01-01 1998-07-15        C54 histology   8594     36       <NA>
#> 106376.2 1962-01-01 2003-10-15        C54 histology   8887     36       <NA>
#> 106392.1 1967-01-01 1993-11-15        C54  DCO case   9520     26 2014-01-01
#> 106392.2 1967-01-01 2002-03-15        C34 histology   9028     26 2014-01-01
#> 106399.1 1956-01-01 2002-03-15        C44 histology   8950     46       <NA>
#> 106404.1 1937-01-01 1999-10-15        C50  DCO case   9432     62       <NA>
#> 106404.2 1937-01-01 2004-04-15        C44 histology   9714     62       <NA>
#> 106415.1 1985-01-01 2001-07-15        C80 histology   9398     16       <NA>
#> 106415.2 1985-01-01 2006-01-15        C34  DCO case   9020     16       <NA>
#> 106423.1 1924-01-01 1999-04-15        C44 histology   9338     75       <NA>
#> 106423.2 1924-01-01 2000-06-15        C44 histology   8559     75       <NA>
#> 106428.1 1959-01-01 2005-09-15        C34 histology   9988     46 2005-09-15
#> 106442.1 1931-01-01 1995-06-15        C50 histology   9551     64       <NA>
#> 106442.2 1931-01-01 2003-05-15        C18 histology   9394     64       <NA>
#> 106452.1 1970-01-01 1997-09-15        C50 histology   9927     27       <NA>
#> 106452.2 1970-01-01 2009-06-15        C34 histology   9087     27       <NA>
#> 106495.1 1962-01-01 2003-07-15        C64 histology   9720     41 2017-06-01
#> 106513.1 1927-01-01 1992-08-15        C50 histology   9881     65 2018-03-01
#> 106513.2 1927-01-01 2011-07-15        C44 histology   8472     65 2018-03-01
#> 106521.1 1939-01-01 1998-05-15        C34  DCO case   8270     59 1999-02-01
#> 106526.1 1943-01-01 1995-04-15        C18 histology   8831     52 2014-08-01
#> 106528.1 1969-01-01 2014-07-15        C50 histology   9974     45       <NA>
#> 106529.1 1913-01-01 1996-06-15        C50 histology   8477     83 2004-02-01
#> 106532.1 1934-01-01 2004-03-15        C50  DCO case   9796     70 2009-05-01
#> 106544.1 1994-01-01 2014-10-15        C34 histology   8544     20       <NA>
#> 106552.1 1929-01-01 2010-07-15        C18 histology   8198     81 2015-07-01
#> 106567.1 1912-01-01 1991-10-15        C64 histology   9565     79 2007-02-01
#> 106567.2 1912-01-01 1995-11-15        C44 histology   8153     79 2007-02-01
#> 106585.1 1952-01-01 2015-09-15        C18 histology   9118     63       <NA>
#> 106589.1 1947-01-01 1992-06-15        C34 histology   9579     45       <NA>
#> 106589.2 1947-01-01 2011-11-15        C14 histology   9191     45       <NA>
#> 106593.1 1917-01-01 1992-01-15        C50 histology   9117     75 2016-10-01
#> 106593.2 1917-01-01 1993-04-15        C34 histology   8557     75 2016-10-01
#> 106597.1 1930-01-01 2002-06-15        C34 histology   9373     72 2013-01-01
#> 106605.1 1991-01-01 1991-05-15        C18 histology   9272      0 2012-09-01
#> 106605.2 1991-01-01 1992-01-15        C18 histology   8994      0 2012-09-01
#> 106623.1 1956-01-01 2015-10-15        C50 histology   8002     59       <NA>
#> 106625.1 1943-01-01 2013-08-15        C50 histology   9039     70       <NA>
#> 106639.1 1964-01-01 1999-11-15        C50 histology   9669     35 2005-06-01
#> 106640.1 1929-01-01 1996-11-15        C50 histology   9123     67 2010-09-01
#> 106671.1 1917-01-01 2005-11-15        C64 histology   9693     88       <NA>
#> 106671.2 1917-01-01 2018-12-15        C44 histology   8809     88       <NA>
#> 106702.1 1918-01-01 1991-04-15        C64 histology   8507     73 2012-06-01
#> 106702.2 1918-01-01 1996-01-15        C50 histology   9778     73 2012-06-01
#> 106728.1 1918-01-01 1994-09-15        C44 histology   9474     76       <NA>
#> 106728.2 1918-01-01 2015-01-15        C34 histology   9132     76       <NA>
#> 106730.1 1971-01-01 2012-10-15        C44 histology   8946     41       <NA>
#> 106748.1 1945-01-01 2009-10-15        C18 histology   9794     64       <NA>
#> 106748.2 1945-01-01 2013-02-15        C64 histology   9940     64       <NA>
#> 106762.1 1924-01-01 1996-10-15        C50 histology   9538     72       <NA>
#> 106762.2 1924-01-01 2018-02-15        C44 histology   8234     72       <NA>
#> 106796.1 1942-01-01 1995-11-15        C50 histology   8052     53       <NA>
#> 106796.2 1942-01-01 1996-06-15        C50 histology   8837     53       <NA>
#> 106802.1 1974-01-01 2000-01-15        C54 histology   9098     26 2017-05-01
#> 106802.2 1974-01-01 2014-07-15        C50 histology   8914     26 2017-05-01
#> 106813.1 1973-01-01 2013-09-15        C50 histology   9974     40       <NA>
#> 106816.1 1951-01-01 1999-08-15        C50 histology   9426     48 2003-07-01
#> 106823.1 1973-01-01 2013-09-15        C50 histology   9132     40       <NA>
#> 106830.1 1933-01-01 2009-12-15        C34 histology   8917     76       <NA>
#> 106830.2 1933-01-01 2012-02-15        C34 histology   8876     76       <NA>
#> 106832.1 1934-01-01 2019-10-15        C18 histology   8762     85       <NA>
#> 106858.1 1953-01-01 2005-08-15        C64 histology   9646     52       <NA>
#> 106862.1 1962-01-01 1991-08-15        C44 histology   8930     29 2010-07-01
#> 106862.2 1962-01-01 1998-01-15        C18 histology   8607     29 2010-07-01
#> 106871.1 1928-01-01 1993-10-15        C50 histology   9453     65 2017-12-15
#> 106871.2 1928-01-01 2017-12-15        C34 histology   8391     65 2017-12-15
#> 106874.1 1956-01-01 1991-04-15        C34 histology   8291     35       <NA>
#> 106874.2 1956-01-01 2013-07-15        C64 histology   9730     35       <NA>
#> 106884.1 1915-01-01 1994-10-15        C44 histology   9071     79 2012-04-01
#> 106897.1 1916-01-01 2012-07-15        C34 histology   8724     96       <NA>
#> 106899.1 1985-01-01 2013-07-15        C18  DCO case   8862     28       <NA>
#> 106899.2 1985-01-01 2017-05-15        C34 histology   9598     28       <NA>
#> 106900.1 1982-01-01 2009-01-15        C50 histology   8774     27       <NA>
#> 106900.2 1982-01-01 2009-05-15        C44 histology   8476     27       <NA>
#> 106915.1 1938-01-01 1995-05-15        C50 histology   9356     57       <NA>
#> 106915.2 1938-01-01 2015-11-15        C50 histology   8471     57       <NA>
#> 106924.1 1944-01-01 1998-08-15        C44 histology   9050     54 2014-08-01
#> 106942.1 1939-01-01 1999-04-15        C80 histology   9840     60 2001-05-01
#> 106955.1 1927-01-01 1991-11-15        C34 histology   8160     64 2009-02-01
#> 106988.1 1923-01-01 1996-09-15        C18 histology   9286     73       <NA>
#> 106988.2 1923-01-01 2010-10-15        C34 histology   9196     73       <NA>
#> 106993.1 1970-01-01 2010-08-15        C54 histology   8149     40       <NA>
#> 106994.1 1948-01-01 1993-03-15        C44 histology   8420     45       <NA>
#> 106994.2 1948-01-01 2017-03-15        C50 histology   8075     45       <NA>
#> 107015.1 1919-01-01 2005-09-15        C34 histology   9931     86 2015-10-01
#> 107040.1 1978-01-01 2006-03-15        C34 histology   9531     28       <NA>
#> 107040.2 1978-01-01 2017-10-15        C18 histology   8412     28       <NA>
#> 107046.1 1951-01-01 1993-09-15        C34 histology   8292     42       <NA>
#> 107046.2 1951-01-01 2007-09-15        C50 histology   9185     42       <NA>
#> 107055.1 1927-01-01 1993-07-15        C34 histology   9354     66 2006-07-01
#> 107056.1 1945-01-01 2003-06-15        C54 histology   9175     58       <NA>
#> 107070.1 1992-01-01 2018-05-15        C44 histology   9334     26       <NA>
#> 107084.1 1939-01-01 2016-04-15        C34 histology   8040     77       <NA>
#> 107108.1 1913-01-01 1997-07-15        C64 histology   8801     84 2001-06-01
#> 107109.1 1924-01-01 2003-02-15        C50 histology   9669     79 2017-04-01
#> 107109.2 1924-01-01 2013-11-15        C50 histology   8608     79 2017-04-01
#> 107126.1 1929-01-01 1993-08-15        C44 histology   9233     64 2005-04-01
#> 107139.1 2003-01-01 2010-08-15        C80 histology   8140      7       <NA>
#> 107157.1 1969-01-01 1991-04-15        C44 histology   8096     22 2015-04-01
#> 107157.2 1969-01-01 2013-01-15        C50 histology   8080     22 2015-04-01
#> 107196.1 1966-01-01 2011-10-15        C34 histology   9182     45       <NA>
#> 107210.1 1932-01-01 1996-04-15        C54 histology   8181     64       <NA>
#> 107210.2 1932-01-01 2000-01-15        C34 histology   9135     64       <NA>
#> 107220.1 1951-01-01 1997-04-15        C34 histology   9455     46 2017-03-01
#> 107220.2 1951-01-01 1999-05-15        C44 histology   9677     46 2017-03-01
#> 107240.1 1939-01-01 2016-04-15        C44 histology   8762     77       <NA>
#> 107279.1 1952-01-01 1995-01-15        C44 histology   9755     43 2014-05-01
#> 107282.1 1916-01-01 1994-08-15        C50 histology   8106     78       <NA>
#> 107282.2 1916-01-01 2019-02-15        C18 histology   9100     78       <NA>
#> 107297.1 1980-01-01 2006-12-15        C50 histology   9528     26 2012-05-01
#> 107301.1 1948-01-01 2015-02-15        C34 histology   9243     67       <NA>
#> 107325.1 1935-01-01 2004-12-15        C64 histology   9468     69       <NA>
#> 107326.1 1941-01-01 2009-12-15        C34 histology   8134     68       <NA>
#> 107326.2 1941-01-01 2011-05-15        C50 histology   8827     68       <NA>
#> 107328.1 1966-01-01 1991-04-15        C50 histology   9392     25       <NA>
#> 107328.2 1966-01-01 2015-07-15        C34 histology   9086     25       <NA>
#> 107330.1 1956-01-01 2003-09-15        C18 histology   8778     47 2013-10-01
#> 107342.1 1915-01-01 1993-12-15        C50 histology   9579     78       <NA>
#> 107342.2 1915-01-01 2006-07-15        C34 histology   8367     78       <NA>
#> 107349.1 1924-01-01 1993-08-15        C44  DCO case   8496     69 1997-02-01
#> 107377.1 1932-01-01 1992-04-15        C50 histology   9795     60       <NA>
#> 107377.2 1932-01-01 2002-02-15        C50 histology   8096     60       <NA>
#> 107402.1 1944-01-01 1993-11-15        C54 histology   8109     49 2019-06-01
#> 107402.2 1944-01-01 1996-05-15        C64 histology   9405     49 2019-06-01
#> 107410.1 1893-01-01 1995-04-15        C50  DCO case   9469    102 2012-11-01
#> 107419.1 1918-01-01 2000-05-15        C34 histology   9883     82       <NA>
#> 107419.2 1918-01-01 2004-05-15        C50 histology   8939     82       <NA>
#> 107478.1 1945-01-01 2004-05-15        C50 histology   9359     59       <NA>
#> 107478.2 1945-01-01 2004-08-15        C50 histology   8810     59       <NA>
#> 107483.1 1955-01-01 2013-09-15        C18 histology   9605     58       <NA>
#> 107507.1 1926-01-01 1992-03-15        C50 histology   9162     66 1997-07-01
#> 107508.1 1985-01-01 1992-03-15        C50 histology   9737      7       <NA>
#> 107508.2 1985-01-01 2008-07-15        C18 histology   8255      7       <NA>
#> 107515.1 1916-01-01 2001-02-15        C34 histology   9361     85       <NA>
#> 107515.2 1916-01-01 2010-11-15        C64 histology   8320     85       <NA>
#> 107520.1 1948-01-01 1997-09-15        C44 histology   9974     49 2017-01-01
#> 107536.1 1982-01-01 2007-06-15        C50  DCO case   9354     25 2012-07-01
#> 107537.1 1941-01-01 2018-06-15        C34 histology   8187     77       <NA>
#> 107538.1 1968-01-01 2004-07-15        C18 histology   9049     36       <NA>
#> 107538.2 1968-01-01 2018-09-15        C50 histology   9419     36       <NA>
#> 107559.1 1977-01-01 2005-04-15        C54 histology   9585     28 2014-09-01
#> 107564.1 1915-01-01 1996-01-15        C44  DCO case   9365     81       <NA>
#> 107564.2 1915-01-01 1999-07-15        C50 histology   9697     81       <NA>
#> 107575.1 1972-01-01 2010-06-15        C34 histology   9798     38       <NA>
#> 107592.1 1998-01-01 2010-02-15        C34 histology   9497     12 2015-10-01
#> 107625.1 1954-01-01 1992-05-15        C64  DCO case   8682     38 1992-11-01
#> 107649.1 1937-01-01 1993-01-15        C50  DCO case   8234     56       <NA>
#> 107649.2 1937-01-01 2004-04-15        C50 histology   9975     56       <NA>
#> 107651.1 1957-01-01 2003-08-15        C18 histology   8842     46       <NA>
#> 107651.2 1957-01-01 2019-01-15        C50 histology   8573     46       <NA>
#> 107671.1 1958-01-01 1999-04-15        C50 histology   9337     41       <NA>
#> 107671.2 1958-01-01 2009-10-15        C44  DCO case   8416     41       <NA>
#> 107678.1 1924-01-01 1997-01-15        C34 histology   9920     73 2002-08-01
#> 107691.1 1975-01-01 2006-05-15        C44 histology   9708     31       <NA>
#> 107696.1 1924-01-01 2009-10-15        C34 histology   8479     85       <NA>
#> 107720.1 1928-01-01 2002-12-15        C50 histology   9123     74       <NA>
#> 107720.2 1928-01-01 2007-10-15        C44 histology   9456     74       <NA>
#> 107724.1 1922-01-01 1991-08-15        C50 histology   9469     69 2019-01-01
#> 107724.2 1922-01-01 2011-08-15        C50 histology   9321     69 2019-01-01
#> 107732.1 1915-01-01 1991-10-15        C34 histology   9353     76 1994-02-01
#> 107740.1 1945-01-01 1992-03-15        C50 histology   9871     47 2015-09-01
#> 107754.1 1925-01-01 1994-07-15        C34 histology   8111     69 1998-10-01
#> 107765.1 1932-01-01 1998-06-15        C50 histology   8987     66       <NA>
#> 107765.2 1932-01-01 2014-02-15        C34 histology   8424     66       <NA>
#> 107766.1 1959-01-01 1994-06-15        C34 histology   9672     35 1996-09-01
#> 107774.1 1929-01-01 1994-04-15        C54 histology   8528     65       <NA>
#> 107774.2 1929-01-01 2015-11-15        C50 histology   8473     65       <NA>
#> 107795.1 1953-01-01 2003-09-15        C34 histology   8409     50       <NA>
#> 107807.1 1973-01-01 2013-11-15        C44 histology   9835     40       <NA>
#> 107808.1 1982-01-01 2015-04-15        C50 histology   9489     33       <NA>
#> 107812.1 1978-01-01 2019-09-15        C44 histology   8694     41       <NA>
#> 107819.1 1933-01-01 1995-11-15        C34 histology   9667     62 2016-03-01
#> 107859.1 1969-01-01 1995-03-15        C18 histology   8609     26 2018-08-01
#> 107859.2 1969-01-01 2002-06-15        C34 histology   8865     26 2018-08-01
#> 107915.1 1927-01-01 1993-04-15        C80 histology   8682     66 2005-10-01
#> 107917.1 1916-01-01 2004-03-15        C34 histology   8946     88       <NA>
#> 107920.1 1995-01-01 2010-10-15        C34 histology   9893     15       <NA>
#> 107942.1 1919-01-01 1993-07-15        C34 histology   8609     74       <NA>
#> 107942.2 1919-01-01 1999-07-15        C34 histology   9427     74       <NA>
#> 107945.1 1956-01-01 2002-04-15        C34 histology   9845     46       <NA>
#> 107945.2 1956-01-01 2019-09-15        C50 histology   8402     46       <NA>
#> 107969.1 1986-01-01 2011-09-15        C50 histology   9433     25       <NA>
#> 107969.2 1986-01-01 2019-10-15        C64 histology   8090     25       <NA>
#> 107996.1 1981-01-01 2005-08-15        C50 histology   8076     24 2015-07-01
#> 108000.1 1953-01-01 2010-03-15        C18 histology   8182     57 2012-08-01
#> 108002.1 1927-01-01 2005-12-15        C54 histology   8540     78 2012-01-01
#> 108007.1 1979-01-01 2002-01-15        C18 histology   9841     23 2016-07-01
#> 108044.1 1921-01-01 1994-05-15        C50 histology   9823     73       <NA>
#> 108044.2 1921-01-01 2002-06-15        C50 histology   9078     73       <NA>
#> 108053.1 1955-01-01 1993-12-15        C44 histology   8264     38 2000-11-01
#> 108056.1 1975-01-01 1998-07-15        C18  DCO case   9095     23 2003-03-01
#> 108061.1 1960-01-01 1997-12-15        C34 histology   8299     37       <NA>
#> 108061.2 1960-01-01 2014-05-15        C34 histology   8282     37       <NA>
#> 108063.1 1968-01-01 1994-02-15        C50 histology   8527     26       <NA>
#> 108063.2 1968-01-01 2015-02-15        C50  DCO case   8098     26       <NA>
#> 108092.1 1951-01-01 1997-04-15        C34 histology   9825     46 2001-03-01
#> 108093.1 1946-01-01 2004-05-15        C34 histology   9538     58 2015-11-01
#> 108121.1 2002-01-01 2018-10-15        C44 histology   8782     16       <NA>
#> 108126.1 1980-01-01 1999-06-15        C14 histology   9372     19 2014-03-01
#> 108126.2 1980-01-01 2011-11-15        C34 histology   9915     19 2014-03-01
#> 108131.1 2008-01-01 2008-06-15        C50 histology   8220      0       <NA>
#> 108135.1 1994-01-01 2003-04-15        C18 histology   9186      9 2003-10-01
#> 108136.1 1928-01-01 1993-04-15        C44 histology   8214     65 2012-01-01
#> 108140.1 2001-01-01 2007-04-15        C50 histology   8629      6 2007-11-01
#> 108152.1 1941-01-01 1994-04-15        C34 histology   9470     53       <NA>
#> 108152.2 1941-01-01 2000-02-15        C50 histology   9799     53       <NA>
#> 108160.1 1940-01-01 2006-08-15        C18 histology   8785     66 2014-08-01
#> 108184.1 1976-01-01 2014-04-15        C50 histology   8850     38       <NA>
#> 108184.2 1976-01-01 2015-06-15        C50 histology   9171     38       <NA>
#> 108188.1 1948-01-01 1995-05-15        C80 histology   8886     47       <NA>
#> 108188.2 1948-01-01 2002-04-15        C50 histology   8990     47       <NA>
#> 108203.1 1937-01-01 1993-04-15        C64 histology   9162     56       <NA>
#> 108203.2 1937-01-01 2016-01-15        C50 histology   9609     56       <NA>
#> 108210.1 1948-01-01 1991-01-15        C80 histology   8072     43 2004-01-01
#> 108210.2 1948-01-01 2002-07-15        C34 histology   9248     43 2004-01-01
#> 108234.1 1951-01-01 2004-09-15        C34 histology   9446     53 2018-08-01
#> 108234.2 1951-01-01 2010-02-15        C34 histology   8465     53 2018-08-01
#> 108241.1 1941-01-01 1997-04-15        C34 histology   9511     56 2007-09-01
#> 108241.2 1941-01-01 2000-07-15        C80 histology   9656     56 2007-09-01
#> 108266.1 1957-01-01 2017-11-15        C44 histology   8806     60       <NA>
#> 108298.1 1952-01-01 1994-02-15        C34  DCO case   9255     42 2013-04-01
#> 108298.2 1952-01-01 2001-01-15        C34 histology   8368     42 2013-04-01
#> 108299.1 1950-01-01 1994-08-15        C34 histology   9816     44 2019-08-01
#> 108299.2 1950-01-01 2000-06-15        C50 histology   9224     44 2019-08-01
#> 108329.1 1936-01-01 2009-02-15        C34 histology   8711     73       <NA>
#> 108352.1 1945-01-01 1991-01-15        C34 histology   9375     46 1995-04-01
#> 108356.1 1947-01-01 2004-02-15        C34  DCO case   9766     57 2007-09-01
#> 108363.1 1963-01-01 1993-11-15        C44 histology   9030     30 1995-09-01
#> 108371.1 1945-01-01 2015-11-15        C34 histology   8356     70       <NA>
#> 108384.1 1940-01-01 1993-03-15        C34 histology   9718     53 2009-07-01
#> 108410.1 1934-01-01 1996-12-15        C34 histology   9985     62       <NA>
#> 108410.2 1934-01-01 2016-05-15        C44 histology   9478     62       <NA>
#> 108434.1 1967-01-01 1997-01-15        C34 histology   8144     30 2000-08-01
#> 108446.1 1940-01-01 1998-12-15        C64 histology   9605     58 2019-01-01
#> 108456.1 1967-01-01 2009-02-15        C34 histology   9728     42       <NA>
#> 108461.1 1944-01-01 1991-03-15        C18 histology   9155     47       <NA>
#> 108461.2 1944-01-01 2017-12-15        C34 histology   8133     47       <NA>
#> 108463.1 1954-01-01 2009-05-15        C34 histology   9014     55       <NA>
#> 108467.1 1948-01-01 1995-02-15        C44 histology   9964     47 2009-10-01
#> 108473.1 1934-01-01 2007-12-15        C50 histology   9223     73       <NA>
#> 108479.1 1982-01-01 2014-06-15        C34 histology   8752     32       <NA>
#> 108484.1 1966-01-01 1995-12-15        C64 histology   8017     29       <NA>
#> 108484.2 1966-01-01 2006-11-15        C34 histology   9440     29       <NA>
#> 108494.1 1929-01-01 2000-10-15        C50 histology   9746     71       <NA>
#> 108494.2 1929-01-01 2013-05-15        C50 histology   8787     71       <NA>
#> 108504.1 1923-01-01 1991-05-15        C50 histology   8679     68       <NA>
#> 108504.2 1923-01-01 1992-07-15        C50 histology   8755     68       <NA>
#> 108510.1 1972-01-01 1994-08-15        C80 histology   9363     22       <NA>
#> 108510.2 1972-01-01 1999-11-15        C18 histology   8679     22       <NA>
#> 108512.1 1916-01-01 2012-12-15        C50 histology   8432     96       <NA>
#> 108519.1 1925-01-01 2000-01-15        C50 histology   8361     75       <NA>
#> 108519.2 1925-01-01 2003-03-15        C34 histology   9616     75       <NA>
#> 108561.1 1978-01-01 2004-11-15        C18 histology   9281     26 2011-05-01
#> 108561.2 1978-01-01 2005-01-15        C34 histology   9419     26 2011-05-01
#> 108573.1 1943-01-01 1993-10-15        C18 histology   9705     50       <NA>
#> 108573.2 1943-01-01 2017-03-15        C18  DCO case   8502     50       <NA>
#> 108627.1 1954-01-01 1998-07-15        C50 histology   9812     44 2018-01-01
#> 108627.2 1954-01-01 2010-02-15        C50 histology   8634     44 2018-01-01
#> 108653.1 1959-01-01 2018-04-15        C18  DCO case   9802     59       <NA>
#> 108661.1 1967-01-01 2001-12-15        C34 histology   8838     34 2015-09-01
#> 108661.2 1967-01-01 2014-03-15        C44 histology   9247     34 2015-09-01
#> 108664.1 1949-01-01 2004-04-15        C34 histology   8682     55 2015-10-01
#> 108689.1 1997-01-01 1997-11-15        C34 histology   8797      0 2011-07-01
#> 108689.2 1997-01-01 1998-10-15        C64 histology   8206      0 2011-07-01
#> 108704.1 1988-01-01 2005-09-15        C50 histology   9591     17 2019-12-01
#> 108709.1 1991-01-01 2004-12-15        C34 histology   8234     13 2015-03-01
#> 108709.2 1991-01-01 2009-03-15        C44 histology   9071     13 2015-03-01
#> 108717.1 1928-01-01 1998-01-15        C34 histology   9141     70 2013-12-01
#> 108717.2 1928-01-01 2006-10-15        C18 histology   9870     70 2013-12-01
#> 108719.1 1942-01-01 2000-04-15        C50 histology   8816     58       <NA>
#> 108719.2 1942-01-01 2011-05-15        C64  DCO case   8597     58       <NA>
#> 108722.1 1976-01-01 2005-07-15        C64  DCO case   9809     29 2017-05-01
#> 108722.2 1976-01-01 2014-01-15        C54  DCO case   9360     29 2017-05-01
#> 108727.1 1949-01-01 2017-12-15        C44 histology   8225     68       <NA>
#> 108729.1 1934-01-01 1991-11-15        C50 histology   8870     57       <NA>
#> 108729.2 1934-01-01 2000-05-15        C50 histology   9743     57       <NA>
#> 108751.1 1968-01-01 2019-08-15        C64 histology   8986     51       <NA>
#> 108785.1 1945-01-01 2007-07-15        C54 histology   9840     62       <NA>
#> 108785.2 1945-01-01 2008-09-15        C34 histology   9674     62       <NA>
#> 108789.1 1941-01-01 1997-03-15        C44 histology   9863     56 2006-12-01
#> 108789.2 1941-01-01 1998-09-15        C44  DCO case   9423     56 2006-12-01
#> 108833.1 1929-01-01 2002-02-15        C50 histology   8390     73       <NA>
#> 108833.2 1929-01-01 2003-05-15        C34 histology   8103     73       <NA>
#> 108838.1 1937-01-01 1991-08-15        C44 histology   9682     54 1998-03-01
#> 108838.2 1937-01-01 1992-05-15        C34 histology   9613     54 1998-03-01
#> 108870.1 1941-01-01 2010-07-15        C50 histology   8855     69 2016-05-01
#> 108887.1 1932-01-01 2014-06-15        C34 histology   9934     82 2016-05-01
#> 108889.1 1934-01-01 2003-08-15        C34 histology   9524     69       <NA>
#> 108902.1 1975-01-01 2000-11-15        C54 histology   9221     25 2017-01-01
#> 108902.2 1975-01-01 2016-09-15        C34  DCO case   9325     25 2017-01-01
#> 108903.1 1987-01-01 2013-10-15        C34 histology   9979     26 2019-01-01
#> 108917.1 1973-01-01 1997-05-15        C44  DCO case   8045     24       <NA>
#> 108917.2 1973-01-01 2013-01-15        C44 histology   8770     24       <NA>
#> 108920.1 1978-01-01 2014-06-15        C50 histology   8162     36       <NA>
#> 108934.1 1964-01-01 1992-10-15        C34 histology   8512     28 1997-08-01
#> 108939.1 1932-01-01 1991-05-15        C54 histology   9713     59 2010-12-01
#> 108939.2 1932-01-01 1995-03-15        C44 histology   8854     59 2010-12-01
#> 108943.1 1938-01-01 2004-10-15        C64 histology   8374     66 2019-05-01
#> 108943.2 1938-01-01 2009-05-15        C50 histology   8963     66 2019-05-01
#> 108958.1 1945-01-01 2002-10-15        C18  DCO case   8391     57 2018-06-01
#> 108959.1 1959-01-01 2011-02-15        C34 histology   8608     52       <NA>
#> 108961.1 1948-01-01 2009-07-15        C50 histology   9171     61 2019-11-01
#> 108961.2 1948-01-01 2010-05-15        C50 histology   9470     61 2019-11-01
#> 108968.1 1935-01-01 2012-04-15        C34 histology   9471     77 2016-07-01
#> 108968.2 1935-01-01 2012-05-15        C34 histology   8886     77 2016-07-01
#> 108976.1 1983-01-01 2009-05-15        C44 histology   8252     26       <NA>
#> 108979.1 1943-01-01 1996-04-15        C44 histology   8653     53 2018-02-01
#> 108992.1 1938-01-01 1991-04-15        C54 histology   8891     53       <NA>
#> 108992.2 1938-01-01 2001-04-15        C34 histology   9046     53       <NA>
#> 108995.1 1964-01-01 2004-12-15        C64 histology   8935     40 2015-05-01
#> 108995.2 1964-01-01 2007-02-15        C34 histology   8420     40 2015-05-01
#> 109017.1 1954-01-01 2007-04-15        C50 histology   9223     53       <NA>
#> 109017.2 1954-01-01 2008-12-15        C34 histology   9725     53       <NA>
#> 109030.1 1916-01-01 1994-03-15        C34 histology   8000     78 1998-05-01
#> 109058.1 1950-01-01 2017-05-15        C50 histology   9630     67       <NA>
#> 109062.1 1950-01-01 2018-05-15        C44 histology   8325     68       <NA>
#> 109063.1 1959-01-01 1998-07-15        C34 histology   8519     39       <NA>
#> 109066.1 1929-01-01 1998-06-15        C34 histology   8779     69       <NA>
#> 109066.2 1929-01-01 2014-10-15        C34 histology   8764     69       <NA>
#> 109119.1 1924-01-01 1995-11-15        C18 histology   8082     71 2019-05-01
#> 109119.2 1924-01-01 2002-07-15        C18  DCO case   8458     71 2019-05-01
#> 109128.1 1953-01-01 1991-02-15        C34  DCO case   8312     38       <NA>
#> 109128.2 1953-01-01 2004-12-15        C50 histology   9316     38       <NA>
#> 109137.1 1980-01-01 2014-09-15        C80 histology   8618     34       <NA>
#> 109142.1 1966-01-01 1994-10-15        C34 histology   8041     28       <NA>
#> 109142.2 1966-01-01 2012-01-15        C34 histology   9345     28       <NA>
#> 109143.1 1971-01-01 2000-08-15        C50 histology   8443     29       <NA>
#> 109150.1 1978-01-01 2008-04-15        C50 histology   9601     30       <NA>
#> 109173.1 1958-01-01 1995-10-15        C34 histology   9371     37 2018-12-01
#> 109182.1 1944-01-01 2011-06-15        C18 histology   8031     67       <NA>
#> 109205.1 1940-01-01 1999-12-15        C44 histology   9287     59       <NA>
#> 109205.2 1940-01-01 2007-04-15        C50 histology   9227     59       <NA>
#> 109212.1 1943-01-01 2002-10-15        C50 histology   8197     59       <NA>
#> 109212.2 1943-01-01 2012-05-15        C34 histology   9223     59       <NA>
#> 109216.1 1930-01-01 2003-10-15        C50 histology   9363     73 2017-07-01
#> 109225.1 1926-01-01 2000-05-15        C44 histology   8780     74       <NA>
#> 109225.2 1926-01-01 2002-06-15        C50 histology   8056     74       <NA>
#> 109254.1 1950-01-01 1991-08-15        C50  DCO case   9683     41 1991-08-15
#> 109255.1 1985-01-01 2016-04-15        C34 histology   9557     31 2016-05-01
#> 109256.1 1929-01-01 1996-12-15        C50 histology   8501     67       <NA>
#> 109256.2 1929-01-01 2014-08-15        C34 histology   8676     67       <NA>
#> 109262.1 1928-01-01 1996-01-15        C34 histology   8502     68       <NA>
#> 109262.2 1928-01-01 2012-10-15        C50  DCO case   9220     68       <NA>
#> 109263.1 1912-01-01 2001-09-15        C54 histology   8262     89       <NA>
#> 109263.2 1912-01-01 2008-08-15        C34 histology   8534     89       <NA>
#> 109270.1 1977-01-01 2003-09-15        C80 histology   9260     26       <NA>
#> 109270.2 1977-01-01 2005-08-15        C50 histology   9549     26       <NA>
#> 109275.1 1933-01-01 1993-09-15        C18 histology   8923     60 2006-10-01
#> 109284.1 1959-01-01 2008-10-15        C34 histology   9046     49       <NA>
#> 109297.1 1974-01-01 1991-07-15        C34 histology   8123     17 2016-12-01
#> 109297.2 1974-01-01 1993-07-15        C18 histology   8276     17 2016-12-01
#> 109325.1 1897-01-01 1993-07-15        C18 histology   9376     96 2010-12-01
#> 109325.2 1897-01-01 2002-11-15        C34  DCO case   8422     96 2010-12-01
#> 109326.1 1945-01-01 2011-10-15        C50  DCO case   8874     66       <NA>
#> 109326.2 1945-01-01 2019-09-15        C34 histology   8195     66       <NA>
#> 109328.1 1963-01-01 2007-02-15        C18 histology   9756     44 2007-03-01
#> 109378.1 1953-01-01 2000-12-15        C50  DCO case   9694     47       <NA>
#> 109401.1 1933-01-01 1993-11-15        C34 histology   8187     60       <NA>
#> 109401.2 1933-01-01 2000-02-15        C18  DCO case   9617     60       <NA>
#> 109412.1 1917-01-01 2008-05-15        C50 histology   8119     91 2015-12-01
#> 109422.1 1928-01-01 2006-08-15        C34 histology   8582     78       <NA>
#> 109422.2 1928-01-01 2013-02-15        C44  DCO case   9598     78       <NA>
#> 109427.1 1927-01-01 2011-01-15        C44 histology   8939     84 2012-09-01
#> 109439.1 1946-01-01 2001-08-15        C34 histology   8252     55 2011-05-01
#> 109439.2 1946-01-01 2008-04-15        C54 histology   8072     55 2011-05-01
#> 109465.1 1912-01-01 1991-05-15        C50 histology   9526     79 1999-07-01
#> 109465.2 1912-01-01 1995-02-15        C54 histology   9781     79 1999-07-01
#> 109499.1 1943-01-01 1992-11-15        C50 histology   9746     49 2019-06-01
#> 109499.2 1943-01-01 2007-04-15        C34 histology   8337     49 2019-06-01
#> 109506.1 1923-01-01 2001-04-15        C34 histology   9368     78       <NA>
#> 109506.2 1923-01-01 2016-06-15        C50 histology   8935     78       <NA>
#> 109509.1 1925-01-01 2003-12-15        C34 histology   9087     78 2014-12-01
#> 109514.1 1968-01-01 1997-09-15        C50 histology   9705     29       <NA>
#> 109514.2 1968-01-01 2001-12-15        C34 histology   8130     29       <NA>
#> 109538.1 1911-01-01 1994-01-15        C50 histology   9988     83       <NA>
#> 109538.2 1911-01-01 2002-07-15        C34 histology   9049     83       <NA>
#> 109545.1 1969-01-01 1998-07-15        C50 histology   8299     29       <NA>
#> 109545.2 1969-01-01 2018-03-15        C80 histology   9497     29       <NA>
#> 109586.1 1949-01-01 2013-11-15        C44 histology   9140     64       <NA>
#> 109586.2 1949-01-01 2017-05-15        C54 histology   8368     64       <NA>
#> 109587.1 1970-01-01 1993-03-15        C50 histology   9721     23       <NA>
#> 109587.2 1970-01-01 1996-11-15        C50 histology   9338     23       <NA>
#> 109609.1 1954-01-01 2014-07-15        C50 histology   8408     60       <NA>
#> 109610.1 1938-01-01 1992-07-15        C34 histology   9155     54 2008-01-01
#> 109654.1 1988-01-01 2019-10-15        C34 histology   9769     31       <NA>
#> 109657.1 1952-01-01 2004-01-15        C18  DCO case   8456     52       <NA>
#> 109657.2 1952-01-01 2009-01-15        C54  DCO case   9934     52       <NA>
#> 109668.1 1960-01-01 2005-03-15        C34 histology   8213     45 2015-09-01
#> 109668.2 1960-01-01 2005-04-15        C34  DCO case   8409     45 2015-09-01
#> 109674.1 1933-01-01 1992-01-15        C54 histology   8834     59 1999-02-01
#> 109674.2 1933-01-01 1998-04-15        C50 histology   9735     59 1999-02-01
#> 109681.1 1968-01-01 1991-11-15        C18 histology   8886     23 2016-05-01
#> 109681.2 1968-01-01 2014-08-15        C34  DCO case   8804     23 2016-05-01
#> 109715.1 1961-01-01 2011-09-15        C44 histology   8197     50 2013-11-01
#> 109726.1 1922-01-01 2009-07-15        C34 histology   8789     87       <NA>
#> 109739.1 1985-01-01 2008-10-15        C34 histology   9806     23 2013-10-01
#> 109793.1 1953-01-01 2014-10-15        C44  DCO case   8317     61 2014-10-15
#> 109801.1 1940-01-01 2018-09-15        C18 histology   9708     78       <NA>
#> 109803.1 1928-01-01 1997-06-15        C44 histology   9473     69 2001-05-01
#> 109804.1 1952-01-01 2015-04-15        C44 histology   9585     63       <NA>
#> 109836.1 1928-01-01 1991-06-15        C50 histology   9892     63 2014-11-01
#> 109836.2 1928-01-01 2003-04-15        C34 histology   8031     63 2014-11-01
#> 109847.1 1980-01-01 2012-05-15        C54 histology   8117     32 2018-01-01
#> 109860.1 1969-01-01 2000-11-15        C18 histology   9117     31 2006-09-01
#> 109872.1 1909-01-01 1994-09-15        C18 histology   8173     85 2017-11-01
#> 109897.1 1946-01-01 1999-03-15        C64 histology   9695     53 2004-09-01
#> 109901.1 1969-01-01 1993-09-15        C50 histology   9898     24       <NA>
#> 109901.2 1969-01-01 2016-04-15        C34 histology   9195     24       <NA>
#> 109913.1 1938-01-01 2003-06-15        C34 histology   9898     65       <NA>
#> 109913.2 1938-01-01 2014-11-15        C18 histology   8255     65       <NA>
#> 109941.1 1987-01-01 2003-07-15        C44 histology   8202     16 2011-04-01
#> 109948.1 1982-01-01 2009-10-15        C50 histology   8763     27 2014-05-01
#> 109979.1 1925-01-01 1995-03-15        C34  DCO case   9379     70 2011-06-01
#> 109979.2 1925-01-01 1996-03-15        C50 histology   9748     70 2011-06-01
#> 109985.1 1961-01-01 1995-02-15        C44 histology   8521     34 2009-10-01
#> 109985.2 1961-01-01 1996-07-15        C34 histology   9863     34 2009-10-01
#> 109988.1 2000-01-01 2004-01-15        C18 histology   9097      4 2015-12-01
#> 109990.1 1924-01-01 1996-10-15        C80 histology   8361     72       <NA>
#> 109990.2 1924-01-01 1997-06-15        C18 histology   8861     72       <NA>
#> 109991.1 1976-01-01 2005-06-15        C64 histology   9179     29       <NA>
#> 110005.1 1923-01-01 1995-10-15        C50  DCO case   9200     72 2010-07-01
#> 110009.1 1977-01-01 2006-08-15        C34 histology   8146     29 2016-06-01
#> 110009.2 1977-01-01 2009-12-15        C80 histology   8390     29 2016-06-01
#> 110014.1 1912-01-01 1996-07-15        C50 histology   9339     84       <NA>
#> 110014.2 1912-01-01 2009-02-15        C34  DCO case   8902     84       <NA>
#> 110031.1 1947-01-01 1995-01-15        C34  DCO case   9865     48 2016-10-01
#> 110031.2 1947-01-01 2016-03-15        C34 histology   8022     48 2016-10-01
#> 110043.1 1954-01-01 1999-01-15        C34 histology   8336     45       <NA>
#> 110043.2 1954-01-01 2000-02-15        C64 histology   8656     45       <NA>
#> 110110.1 1940-01-01 2000-08-15        C34 histology   9956     60 2010-05-01
#> 110126.1 1925-01-01 1998-03-15        C50  DCO case   8304     73 2009-08-01
#> 110152.1 1979-01-01 2003-09-15        C50 histology   9378     24       <NA>
#> 110152.2 1979-01-01 2019-05-15        C50 histology   9478     24       <NA>
#> 110153.1 1924-01-01 1991-11-15        C64 histology   9583     67       <NA>
#> 110153.2 1924-01-01 2013-03-15        C64 histology   8649     67       <NA>
#> 110211.1 1957-01-01 2001-01-15        C18 histology   8906     44 2011-03-01
#> 110239.1 1959-01-01 2003-03-15        C50 histology   8354     44 2014-02-01
#> 110239.2 1959-01-01 2007-09-15        C18 histology   9131     44 2014-02-01
#> 110242.1 1928-01-01 1997-05-15        C50 histology   9214     69 2008-06-01
#> 110242.2 1928-01-01 1999-12-15        C64 histology   8631     69 2008-06-01
#> 110249.1 1987-01-01 2008-07-15        C34 histology   8315     21 2018-01-01
#> 110254.1 1939-01-01 1997-07-15        C34 histology   8644     58 2011-07-01
#> 110256.1 1962-01-01 2010-03-15        C34 histology   8806     48       <NA>
#> 110262.1 1991-01-01 2000-07-15        C18  DCO case   8870      9       <NA>
#> 110262.2 1991-01-01 2011-02-15        C18  DCO case   8924      9       <NA>
#> 110264.1 1964-01-01 1997-09-15        C50 histology   9982     33 2007-10-01
#> 110264.2 1964-01-01 2005-09-15        C34 histology   9343     33 2007-10-01
#> 110271.1 1967-01-01 2017-08-15        C64  DCO case   8057     50       <NA>
#> 110271.2 1967-01-01 2017-09-15        C34 histology   9878     50       <NA>
#> 110274.1 1923-01-01 1998-12-15        C18 histology   9596     75 2012-09-01
#> 110278.1 1948-01-01 2001-03-15        C50 histology   8318     53 2004-07-01
#> 110294.1 1929-01-01 1997-08-15        C34 histology   8799     68       <NA>
#> 110306.1 1980-01-01 1993-07-15        C64 histology   8167     13 2006-08-01
#> 110306.2 1980-01-01 1993-12-15        C34 histology   9468     13 2006-08-01
#> 110317.1 1944-01-01 2006-08-15        C64  DCO case   8732     62       <NA>
#> 110340.1 1911-01-01 2001-10-15        C34 histology   9065     90 2014-05-01
#> 110346.1 1958-01-01 2016-08-15        C18  DCO case   8587     58 2018-05-01
#> 110359.1 1921-01-01 1995-07-15        C18 histology   8441     74 2007-10-01
#> 110359.2 1921-01-01 2000-01-15        C44 histology   8120     74 2007-10-01
#> 110373.1 2003-01-01 2010-09-15        C34 histology   9181      7       <NA>
#> 110412.1 1977-01-01 2011-04-15        C50 histology   9631     34       <NA>
#> 110412.2 1977-01-01 2019-10-15        C34 histology   9640     34       <NA>
#> 110414.1 1955-01-01 2005-02-15        C34 histology   8789     50 2011-07-01
#> 110425.1 1940-01-01 2011-09-15        C34 histology   8743     71 2014-09-01
#> 110451.1 1937-01-01 2019-07-15        C50 histology   9006     82       <NA>
#> 110456.1 1971-01-01 2010-08-15        C34 histology   9310     39 2019-10-01
#> 110477.1 1980-01-01 2005-12-15        C34 histology   8575     25 2013-11-01
#> 110480.1 1948-01-01 2014-07-15        C50 histology   8659     66       <NA>
#> 110502.1 1917-01-01 1995-07-15        C34 histology   8559     78       <NA>
#> 110502.2 1917-01-01 2013-01-15        C50 histology   8216     78       <NA>
#> 110525.1 1932-01-01 1992-04-15        C50 histology   9008     60 1993-08-01
#> 110549.1 1949-01-01 2009-06-15        C50 histology   9908     60       <NA>
#> 110564.1 1914-01-01 2016-11-15        C50 histology   8565    102 2017-10-01
#> 110580.1 1957-01-01 2002-11-15        C34 histology   9636     45       <NA>
#> 110580.2 1957-01-01 2013-06-15        C50 histology   8537     45       <NA>
#> 110582.1 1940-01-01 2010-10-15        C34 histology   8906     70       <NA>
#> 110584.1 1980-01-01 1993-04-15        C34 histology   9686     13       <NA>
#> 110584.2 1980-01-01 2011-05-15        C44 histology   9558     13       <NA>
#> 110607.1 1944-01-01 1995-01-15        C50 histology   8444     51 2011-04-01
#> 110616.1 1948-01-01 2004-06-15        C34 histology   8980     56 2017-04-01
#> 110616.2 1948-01-01 2011-01-15        C50 histology   8047     56 2017-04-01
#> 110618.1 1987-01-01 1997-09-15        C50 histology   8598     10 2015-11-15
#> 110618.2 1987-01-01 2015-11-15        C44 histology   8349     10 2015-11-15
#> 110653.1 1969-01-01 1992-10-15        C44 histology   8626     23       <NA>
#> 110653.2 1969-01-01 1999-04-15        C50 histology   8139     23       <NA>
#> 110657.1 1937-01-01 2016-07-15        C34 histology   8496     79       <NA>
#> 110661.1 1985-01-01 1994-08-15        C50 histology   8764      9       <NA>
#> 110661.2 1985-01-01 2017-09-15        C80  DCO case   9025      9       <NA>
#> 110676.1 1927-01-01 2004-11-15        C54 histology   9103     77       <NA>
#> 110679.1 1942-01-01 1991-04-15        C34 histology   8766     49       <NA>
#> 110679.2 1942-01-01 1999-02-15        C18 histology   8922     49       <NA>
#> 110700.1 1930-01-01 2006-02-15        C50 histology   8845     76       <NA>
#> 110705.1 1927-01-01 1996-04-15        C18 histology   9857     69 2019-04-01
#> 110711.1 1925-01-01 1998-08-15        C54 histology   9715     73 2018-12-01
#> 110712.1 1963-01-01 2019-02-15        C50 histology   9647     56       <NA>
#> 110723.1 1952-01-01 2012-10-15        C34 histology   9136     60       <NA>
#> 110723.2 1952-01-01 2019-05-15        C50 histology   9198     60       <NA>
#> 110725.1 1951-01-01 2008-01-15        C34 histology   9300     57 2015-06-01
#> 110725.2 1951-01-01 2010-12-15        C50 histology   9141     57 2015-06-01
#> 110729.1 1932-01-01 2005-09-15        C64 histology   9672     73 2008-01-01
#> 110743.1 1925-01-01 1994-10-15        C50 histology   8728     69       <NA>
#> 110743.2 1925-01-01 2006-06-15        C44 histology   9214     69       <NA>
#> 110746.1 1940-01-01 2005-04-15        C50  DCO case   8359     65       <NA>
#> 110753.1 1938-01-01 1991-03-15        C80 histology   9275     53 2012-01-01
#> 110753.2 1938-01-01 1994-05-15        C54 histology   8068     53 2012-01-01
#> 110783.1 1918-01-01 2000-08-15        C18 histology   9838     82 2015-06-01
#> 110783.2 1918-01-01 2007-07-15        C50 histology   8898     82 2015-06-01
#> 110802.1 1996-01-01 1997-05-15        C50 histology   9145      1       <NA>
#> 110802.2 1996-01-01 2006-10-15        C44 histology   9574      1       <NA>
#> 110823.1 1969-01-01 2000-10-15        C44  DCO case   8502     31 2000-10-15
#> 110830.1 1955-01-01 1994-01-15        C34 histology   8452     39 2000-10-01
#> 110835.1 1980-01-01 2010-02-15        C64 histology   8570     30       <NA>
#> 110896.1 1937-01-01 1999-12-15        C34 histology   9389     62 2009-08-01
#> 110896.2 1937-01-01 2008-02-15        C18 histology   8190     62 2009-08-01
#> 110901.1 2008-01-01 2013-07-15        C34 histology   8364      5       <NA>
#> 110902.1 1927-01-01 1998-03-15        C50 histology   9844     71       <NA>
#> 110902.2 1927-01-01 2010-12-15        C50 histology   9926     71       <NA>
#> 110913.1 1915-01-01 1992-04-15        C18 histology   9611     77       <NA>
#> 110913.2 1915-01-01 2012-08-15        C50  DCO case   8494     77       <NA>
#> 110948.1 1928-01-01 1995-03-15        C54 histology   8241     67 2016-12-01
#> 110969.1 1997-01-01 1997-03-15        C50 histology   9593      0 2019-12-01
#> 110969.2 1997-01-01 2013-01-15        C44 histology   8987      0 2019-12-01
#> 110987.1 1957-01-01 1998-09-15        C34 histology   8930     41 2000-05-01
#> 110993.1 1982-01-01 2007-07-15        C34 histology   9007     25       <NA>
#> 110993.2 1982-01-01 2010-02-15        C34 histology   9927     25       <NA>
#> 110998.1 1962-01-01 1994-04-15        C18 histology   9935     32       <NA>
#> 110998.2 1962-01-01 2003-11-15        C34 histology   8062     32       <NA>
#> 111010.1 1967-01-01 2002-02-15        C34 histology   9518     35       <NA>
#> 111029.1 1950-01-01 2001-09-15        C54 histology   9279     51 2018-03-01
#> 111050.1 1930-01-01 1998-07-15        C50 histology   9017     68 2008-11-01
#> 111057.1 1923-01-01 2000-02-15        C34 histology   8995     77       <NA>
#> 111060.1 1917-01-01 1991-06-15        C34  DCO case   9982     74 2005-04-01
#> 111087.1 1926-01-01 2001-02-15        C80 histology   9143     75       <NA>
#> 111089.1 2008-01-01 2016-07-15        C34  DCO case   8730      8       <NA>
#> 111089.2 2008-01-01 2016-10-15        C64 histology   8041      8       <NA>
#> 111099.1 1967-01-01 1991-10-15        C34 histology   9746     24 2018-07-01
#> 111099.2 1967-01-01 2001-04-15        C44  DCO case   8064     24 2018-07-01
#> 111104.1 1933-01-01 1995-11-15        C34 histology   9588     62 1995-12-01
#> 111114.1 1987-01-01 2011-07-15        C50 histology   9135     24       <NA>
#> 111135.1 1968-01-01 2006-11-15        C34  DCO case   8748     38 2011-06-01
#> 111158.1 1907-01-01 1995-10-15        C44 histology   8790     88 2016-10-01
#> 111175.1 1939-01-01 2000-06-15        C64 histology   9291     61 2007-12-01
#> 111216.1 1935-01-01 2002-04-15        C34  DCO case   8983     67       <NA>
#> 111216.2 1935-01-01 2018-08-15        C14 histology   9137     67       <NA>
#> 111264.1 1970-01-01 2007-05-15        C54 histology   9255     37       <NA>
#> 111283.1 1957-01-01 2002-09-15        C50 histology   8980     45       <NA>
#> 111304.1 1955-01-01 1995-01-15        C50 histology   9644     40 2018-07-01
#> 111304.2 1955-01-01 2003-07-15        C80 histology   9700     40 2018-07-01
#> 111307.1 1921-01-01 2001-07-15        C34 histology   8041     80 2016-11-01
#> 111320.1 1945-01-01 1992-06-15        C34 histology   8387     47       <NA>
#> 111320.2 1945-01-01 2013-12-15        C34 histology   9319     47       <NA>
#> 111323.1 1929-01-01 2002-02-15        C50 histology   8808     73       <NA>
#> 111349.1 1971-01-01 2004-03-15        C64 histology   9226     33 2012-03-01
#> 111363.1 1920-01-01 1993-07-15        C50 histology   8557     73 2010-09-01
#> 111369.1 1978-01-01 1999-03-15        C18 histology   8489     21 2019-09-01
#> 111379.1 1959-01-01 2017-02-15        C34 histology   8328     58       <NA>
#> 111388.1 1938-01-01 1996-04-15        C54 histology   9114     58       <NA>
#> 111388.2 1938-01-01 2003-05-15        C18 histology   9971     58       <NA>
#> 111394.1 1945-01-01 2010-04-15        C50 histology   8321     65 2013-05-01
#> 111411.1 1947-01-01 2009-05-15        C64 histology   9792     62       <NA>
#> 111411.2 1947-01-01 2018-10-15        C44 histology   8302     62       <NA>
#> 111415.1 1929-01-01 2016-07-15        C34 histology   9467     87       <NA>
#> 111421.1 1948-01-01 2002-06-15        C44 histology   9471     54       <NA>
#> 111421.2 1948-01-01 2013-10-15        C44 histology   9954     54       <NA>
#> 111440.1 1970-01-01 2010-01-15        C34 histology   9589     40       <NA>
#> 111440.2 1970-01-01 2011-10-15        C18 histology   8407     40       <NA>
#> 111452.1 1917-01-01 1992-04-15        C50 histology   9825     75       <NA>
#> 111452.2 1917-01-01 2000-06-15        C50 histology   9778     75       <NA>
#> 111455.1 1959-01-01 2002-07-15        C54 histology   9899     43 2019-11-01
#> 111455.2 1959-01-01 2015-09-15        C18 histology   8684     43 2019-11-01
#> 111458.1 1918-01-01 2000-09-15        C50 histology   9810     82 2000-09-15
#> 111474.1 1919-01-01 1998-05-15        C18 histology   9499     79 2009-11-01
#> 111494.1 1988-01-01 2002-07-15        C34 histology   8131     14 2002-07-15
#> 111518.1 1940-01-01 2010-09-15        C34 histology   9460     70       <NA>
#> 111518.2 1940-01-01 2011-06-15        C54 histology   8815     70       <NA>
#> 111528.1 1928-01-01 2017-07-15        C34 histology   8144     89       <NA>
#> 111529.1 1926-01-01 1992-11-15        C50 histology   9316     66 2018-05-01
#> 111529.2 1926-01-01 2015-07-15        C34 histology   8187     66 2018-05-01
#> 111558.1 1924-01-01 1991-11-15        C50 histology   8749     67       <NA>
#> 111558.2 1924-01-01 2002-07-15        C44 histology   8602     67       <NA>
#> 111564.1 1956-01-01 1998-04-15        C64 histology   8929     42 2018-07-01
#> 111597.1 1944-01-01 1994-02-15        C34 histology   9572     50       <NA>
#> 111597.2 1944-01-01 1999-07-15        C54 histology   8166     50       <NA>
#> 111605.1 1925-01-01 1991-07-15        C64 histology   9632     66 1992-08-15
#> 111605.2 1925-01-01 1992-02-15        C64  DCO case   9910     66 1992-08-15
#> 111612.1 1932-01-01 2000-01-15        C50 histology   8602     68 2007-06-01
#> 111620.1 1958-01-01 2008-01-15        C54 histology   9425     50       <NA>
#> 111622.1 1939-01-01 1996-08-15        C34 histology   8678     57       <NA>
#> 111622.2 1939-01-01 2013-04-15        C18 histology   8433     57       <NA>
#> 111627.1 1946-01-01 1995-01-15        C50 histology   9979     49 2019-11-01
#> 111631.1 1934-01-01 2002-02-15        C34 histology   8078     68 2017-01-01
#> 111631.2 1934-01-01 2016-02-15        C18 histology   9887     68 2017-01-01
#> 111638.1 1943-01-01 2005-06-15        C34 histology   8932     62       <NA>
#> 111638.2 1943-01-01 2006-10-15        C18 histology   9627     62       <NA>
#> 111657.1 1934-01-01 2002-12-15        C50 histology   8741     68 2005-05-01
#> 111657.2 1934-01-01 2003-05-15        C18 histology   9488     68 2005-05-01
#> 111666.1 1980-01-01 1994-06-15        C34 histology   8952     14 2013-03-01
#> 111666.2 1980-01-01 2011-11-15        C64 histology   8929     14 2013-03-01
#> 111675.1 1952-01-01 2010-01-15        C50 histology   8494     58       <NA>
#> 111677.1 1984-01-01 2002-05-15        C50 histology   8532     18       <NA>
#> 111677.2 1984-01-01 2019-10-15        C50 histology   9730     18       <NA>
#> 111689.1 1930-01-01 2001-08-15        C54 histology   8334     71       <NA>
#> 111693.1 1942-01-01 2008-11-15        C34 histology   8575     66 2011-12-01
#> 111698.1 1952-01-01 1993-08-15        C34 histology   8334     41       <NA>
#> 111698.2 1952-01-01 2016-12-15        C34 histology   8529     41       <NA>
#> 111719.1 1956-01-01 2012-01-15        C34 histology   9321     56       <NA>
#> 111727.1 1924-01-01 2006-06-15        C34 histology   8658     82 2019-09-15
#> 111727.2 1924-01-01 2019-09-15        C50 histology   9988     82 2019-09-15
#> 111789.1 1932-01-01 1997-12-15        C50 histology   9005     65 2012-10-01
#> 111789.2 1932-01-01 2004-01-15        C50 histology   9309     65 2012-10-01
#> 111790.1 1942-01-01 2017-08-15        C34 histology   9356     75 2019-04-01
#> 111796.1 1989-01-01 2019-08-15        C18 histology   8181     30       <NA>
#> 111803.1 1952-01-01 2003-04-15        C34 histology   9180     51 2007-05-01
#> 111809.1 1943-01-01 1996-01-15        C54 histology   9799     53       <NA>
#> 111809.2 1943-01-01 2006-06-15        C34 histology   8381     53       <NA>
#> 111822.1 1956-01-01 2009-08-15        C50 histology   8508     53       <NA>
#> 111843.1 1927-01-01 1996-04-15        C44 histology   9319     69 2015-12-01
#> 111850.1 1948-01-01 2000-07-15        C50  DCO case   8601     52       <NA>
#> 111860.1 1937-01-01 1997-07-15        C50 histology   8449     60 2014-02-01
#> 111860.2 1937-01-01 2004-04-15        C50 histology   8265     60 2014-02-01
#> 111862.1 1943-01-01 2017-08-15        C44 histology   9790     74       <NA>
#> 111862.2 1943-01-01 2019-11-15        C34 histology   8794     74       <NA>
#> 111876.1 1938-01-01 2015-01-15        C18 histology   9735     77 2017-10-15
#> 111876.2 1938-01-01 2017-10-15        C80 histology   9692     77 2017-10-15
#> 111880.1 1966-01-01 2013-01-15        C50 histology   9701     47       <NA>
#> 111881.1 1952-01-01 1999-11-15        C34 histology   9668     47       <NA>
#> 111881.2 1952-01-01 2010-07-15        C50 histology   9717     47       <NA>
#> 111889.1 1945-01-01 2006-09-15        C54 histology   8276     61       <NA>
#> 111889.2 1945-01-01 2013-12-15        C50 histology   8718     61       <NA>
#> 111895.1 1932-01-01 1996-01-15        C34 histology   9345     64 1996-04-01
#> 111896.1 2014-01-01 2015-04-15        C34 histology   9095      1       <NA>
#> 111911.1 1954-01-01 2003-03-15        C18 histology   9891     49 2012-07-01
#> 111911.2 1954-01-01 2008-09-15        C80 histology   8890     49 2012-07-01
#> 111918.1 1946-01-01 1992-10-15        C50  DCO case   8296     46       <NA>
#> 111918.2 1946-01-01 2012-05-15        C34  DCO case   8943     46       <NA>
#> 111923.1 1907-01-01 1994-07-15        C34 histology   9380     87 2018-08-01
#> 111923.2 1907-01-01 2001-06-15        C50 histology   8306     87 2018-08-01
#> 111941.1 1965-01-01 1993-12-15        C18 histology   9199     28 2004-11-01
#> 111950.1 1949-01-01 2017-06-15        C44 histology   8238     68       <NA>
#> 111952.1 1938-01-01 1994-05-15        C50  DCO case   9063     56       <NA>
#> 111952.2 1938-01-01 2010-01-15        C50 histology   9142     56       <NA>
#> 111958.1 1931-01-01 1994-12-15        C34 histology   8061     63 2004-03-01
#> 111976.1 1936-01-01 1998-01-15        C80 histology   8542     62 1998-05-01
#> 112036.1 1933-01-01 2008-01-15        C34 histology   8744     75 2019-04-01
#> 112065.1 1953-01-01 2018-10-15        C44 histology   9803     65       <NA>
#> 112090.1 1957-01-01 2001-04-15        C18 histology   9620     44 2013-11-01
#> 112103.1 1924-01-01 2011-10-15        C50 histology   9319     87       <NA>
#> 112110.1 1964-01-01 2017-05-15        C50 histology   9462     53 2017-05-15
#> 112113.1 1971-01-01 2006-06-15        C50  DCO case   9581     35 2011-08-01
#> 112128.1 1926-01-01 1993-10-15        C34 histology   9061     67 1997-09-01
#> 112136.1 1927-01-01 1999-07-15        C34 histology   9504     72 2012-09-01
#> 112150.1 1923-01-01 1993-03-15        C80 histology   9523     70 1998-03-01
#> 112150.2 1923-01-01 1998-02-15        C34  DCO case   8235     70 1998-03-01
#> 112183.1 1924-01-01 1992-03-15        C34 histology   9319     68       <NA>
#> 112183.2 1924-01-01 1993-04-15        C44 histology   8944     68       <NA>
#> 112192.1 1989-01-01 2001-07-15        C54 histology   8864     12 2004-06-01
#> 112207.1 1959-01-01 2000-07-15        C18 histology   9810     41       <NA>
#> 112207.2 1959-01-01 2003-08-15        C34  DCO case   9561     41       <NA>
#> 112211.1 1975-01-01 2005-01-15        C50 histology   8146     30 2008-12-01
#> 112223.1 1925-01-01 2006-05-15        C44 histology   8260     81 2014-05-01
#> 112229.1 1937-01-01 1995-05-15        C34 histology   8957     58       <NA>
#> 112229.2 1937-01-01 2004-07-15        C54 histology   9979     58       <NA>
#> 112244.1 1985-01-01 2009-04-15        C34 histology   8892     24 2019-01-01
#> 112249.1 1969-01-01 2016-03-15        C34  DCO case   8983     47 2017-03-01
#> 112253.1 1956-01-01 2013-05-15        C18 histology   9631     57       <NA>
#> 112261.1 1937-01-01 2015-04-15        C50 histology   8774     78       <NA>
#> 112268.1 1916-01-01 2006-02-15        C34  DCO case   9036     90       <NA>
#> 112268.2 1916-01-01 2016-12-15        C44 histology   8599     90       <NA>
#> 112278.1 1963-01-01 2012-08-15        C34 histology   8697     49       <NA>
#> 112281.1 1952-01-01 1999-06-15        C50  DCO case   8762     47       <NA>
#> 112281.2 1952-01-01 2011-02-15        C18 histology   9766     47       <NA>
#> 112283.1 1931-01-01 1997-10-15        C34  DCO case   9954     66       <NA>
#> 112283.2 1931-01-01 2001-08-15        C34 histology   9282     66       <NA>
#> 112285.1 1936-01-01 1998-06-15        C34 histology   8472     62       <NA>
#> 112285.2 1936-01-01 2007-12-15        C44 histology   8824     62       <NA>
#> 112322.1 1951-01-01 1996-10-15        C34 histology   8559     45 2016-09-01
#> 112343.1 1927-01-01 1993-03-15        C18 histology   9861     66 2015-01-01
#> 112343.2 1927-01-01 1998-11-15        C18 histology   9018     66 2015-01-01
#> 112344.1 1970-01-01 1994-09-15        C50 histology   8260     24 2007-06-01
#> 112344.2 1970-01-01 1997-09-15        C44 histology   9541     24 2007-06-01
#> 112355.1 1952-01-01 2003-02-15        C34 histology   9908     51 2007-01-01
#> 112356.1 1959-01-01 2002-08-15        C50 histology   8139     43 2005-07-01
#> 112365.1 1937-01-01 2015-11-15        C50 histology   8748     78       <NA>
#> 112366.1 1912-01-01 1998-02-15        C50 histology   9830     86 2015-07-01
#> 112376.1 1969-01-01 2011-05-15        C50 histology   9526     42 2014-03-01
#> 112376.2 1969-01-01 2011-07-15        C34 histology   8955     42 2014-03-01
#> 112397.1 1932-01-01 1996-09-15        C64 histology   9079     64 2007-12-01
#> 112419.1 1958-01-01 1997-07-15        C18 histology   9790     39 2010-03-01
#> 112426.1 1950-01-01 2000-01-15        C34 histology   9429     50 2017-05-01
#> 112426.2 1950-01-01 2016-08-15        C44 histology   8674     50 2017-05-01
#> 112429.1 1906-01-01 1994-01-15        C34 histology   8028     88 1996-02-01
#> 112501.1 1967-01-01 2007-05-15        C50 histology   8826     40       <NA>
#> 112501.2 1967-01-01 2013-10-15        C50 histology   8940     40       <NA>
#> 112502.1 1953-01-01 2000-05-15        C34 histology   8843     47       <NA>
#> 112515.1 1978-01-01 1999-04-15        C34 histology   9267     21 2014-03-01
#> 112515.2 1978-01-01 2004-01-15        C50 histology   8335     21 2014-03-01
#> 112523.1 1965-01-01 2008-10-15        C50 histology   9448     43       <NA>
#> 112528.1 1941-01-01 2016-09-15        C64 histology   9460     75       <NA>
#> 112540.1 1967-01-01 1995-09-15        C64 histology   8300     28       <NA>
#> 112540.2 1967-01-01 2019-09-15        C64 histology   8162     28       <NA>
#> 112545.1 1959-01-01 2015-01-15        C50 histology   8152     56       <NA>
#> 112562.1 1905-01-01 1992-04-15        C18 histology   9189     87 1993-11-01
#> 112573.1 1964-01-01 1995-01-15        C34 histology   9595     31 2014-05-01
#> 112574.1 1908-01-01 1995-04-15        C34 histology   8826     87 2013-08-01
#> 112576.1 1960-01-01 1994-01-15        C64 histology   8314     34       <NA>
#> 112576.2 1960-01-01 1994-04-15        C18 histology   8794     34       <NA>
#> 112579.1 1930-01-01 1995-06-15        C50 histology   8685     65 2017-12-01
#> 112579.2 1930-01-01 2012-08-15        C50 histology   8806     65 2017-12-01
#> 112584.1 1917-01-01 1992-10-15        C34 histology   8030     75 2005-05-01
#> 112590.1 1957-01-01 2003-03-15        C50 histology   9870     46 2004-07-01
#> 112627.1 1932-01-01 2007-04-15        C50 histology   9615     75 2010-11-01
#> 112645.1 1958-01-01 2009-11-15        C18 histology   8882     51 2014-10-01
#> 112646.1 1957-01-01 1998-08-15        C34 histology   8356     41       <NA>
#> 112646.2 1957-01-01 2002-04-15        C50 histology   9416     41       <NA>
#> 112655.1 1950-01-01 2008-01-15        C64  DCO case   8833     58       <NA>
#> 112684.1 1979-01-01 2004-10-15        C34 histology   9895     25 2009-06-01
#> 112734.1 1969-01-01 2000-03-15        C34 histology   8550     31 2014-02-01
#> 112737.1 1966-01-01 1991-10-15        C34 histology   9673     25 2015-04-01
#> 112737.2 1966-01-01 1996-10-15        C34 histology   9073     25 2015-04-01
#> 112756.1 1941-01-01 2019-10-15        C50 histology   9343     78       <NA>
#> 112766.1 1938-01-01 2006-06-15        C18 histology   8571     68 2007-05-01
#> 112767.1 1991-01-01 2006-07-15        C50 histology   9116     15       <NA>
#> 112767.2 1991-01-01 2011-08-15        C50 histology   8623     15       <NA>
#> 112797.1 1928-01-01 1993-11-15        C34 histology   9801     65 2016-02-01
#> 112797.2 1928-01-01 1994-02-15        C50  DCO case   8896     65 2016-02-01
#> 112798.1 1919-01-01 2008-09-15        C34 histology   9598     89       <NA>
#> 112798.2 1919-01-01 2009-05-15        C54 histology   8101     89       <NA>
#> 112800.1 1981-01-01 1993-02-15        C34  DCO case   8496     12       <NA>
#> 112800.2 1981-01-01 2003-08-15        C34 histology   8067     12       <NA>
#> 112826.1 1962-01-01 2012-10-15        C34 histology   8125     50       <NA>
#> 112828.1 1938-01-01 1995-09-15        C50 histology   8935     57       <NA>
#> 112828.2 1938-01-01 2006-11-15        C34 histology   8464     57       <NA>
#> 112860.1 1953-01-01 2009-09-15        C18 histology   9745     56       <NA>
#> 112860.2 1953-01-01 2013-12-15        C50 histology   8736     56       <NA>
#> 112887.1 1900-01-01 1992-05-15        C50 histology   8272     92 2012-07-01
#> 112887.2 1900-01-01 2008-02-15        C80 histology   8172     92 2012-07-01
#> 112888.1 1991-01-01 2006-05-15        C64  DCO case   9497     15       <NA>
#> 112906.1 1978-01-01 2004-07-15        C34 histology   8498     26       <NA>
#> 112906.2 1978-01-01 2016-02-15        C18 histology   8956     26       <NA>
#> 112911.1 1977-01-01 2009-11-15        C54 histology   8860     32       <NA>
#> 112913.1 1951-01-01 2002-10-15        C34 histology   8010     51 2018-10-01
#> 112913.2 1951-01-01 2006-12-15        C34 histology   9944     51 2018-10-01
#> 112915.1 1982-01-01 2001-07-15        C34 histology   8314     19 2017-08-01
#> 112915.2 1982-01-01 2009-02-15        C34  DCO case   9276     19 2017-08-01
#> 112937.1 1949-01-01 1998-04-15        C18 histology   9514     49       <NA>
#> 112937.2 1949-01-01 2018-01-15        C34 histology   8118     49       <NA>
#> 112940.1 1997-01-01 2002-10-15        C80 histology   9497      5       <NA>
#> 112940.2 1997-01-01 2005-01-15        C34 histology   9982      5       <NA>
#> 112949.1 1932-01-01 1998-07-15        C50 histology   9946     66 2017-01-01
#> 112949.2 1932-01-01 2000-06-15        C34 histology   9119     66 2017-01-01
#> 112974.1 1932-01-01 1992-02-15        C50 histology   8032     60 2013-11-01
#> 113027.1 1960-01-01 1992-12-15        C50 histology   9909     32       <NA>
#> 113027.2 1960-01-01 2017-04-15        C54 histology   8760     32       <NA>
#> 113037.1 1934-01-01 1993-11-15        C44 histology   9224     59       <NA>
#> 113037.2 1934-01-01 2001-06-15        C44 histology   8214     59       <NA>
#> 113040.1 1941-01-01 2004-02-15        C34 histology   9576     63 2009-08-01
#> 113045.1 1926-01-01 1999-10-15        C64 histology   9720     73       <NA>
#> 113045.2 1926-01-01 2008-09-15        C50 histology   9215     73       <NA>
#> 113046.1 1957-01-01 1993-03-15        C50  DCO case   9983     36 2010-10-01
#> 113054.1 1920-01-01 1995-06-15        C34 histology   9427     75 2006-10-01
#> 113058.1 1980-01-01 1992-03-15        C18 histology   9959     12       <NA>
#> 113058.2 1980-01-01 2013-04-15        C50 histology   8992     12       <NA>
#> 113064.1 1932-01-01 1993-03-15        C50 histology   8069     61 2011-02-01
#> 113082.1 1937-01-01 1993-08-15        C80 histology   9034     56 2012-09-01
#> 113083.1 1967-01-01 2008-10-15        C18  DCO case   9213     41       <NA>
#> 113105.1 1973-01-01 1995-01-15        C50 histology   9337     22 2000-02-01
#> 113105.2 1973-01-01 1998-03-15        C34 histology   8324     22 2000-02-01
#> 113109.1 1928-01-01 2001-11-15        C50 histology   8529     73       <NA>
#> 113115.1 1965-01-01 2019-06-15        C44 histology   9873     54       <NA>
#> 113116.1 1942-01-01 2018-04-15        C34 histology   9736     76       <NA>
#> 113136.1 1903-01-01 1992-05-15        C54 histology   8037     89 2001-06-01
#> 113141.1 1987-01-01 1991-10-15        C34 histology   9402      4 2016-09-01
#> 113159.1 1915-01-01 1994-01-15        C50 histology   8230     79       <NA>
#> 113159.2 1915-01-01 1998-08-15        C34 histology   8818     79       <NA>
#> 113164.1 1917-01-01 1994-03-15        C34  DCO case   8369     77 2018-07-01
#> 113164.2 1917-01-01 1996-11-15        C54 histology   9921     77 2018-07-01
#> 113190.1 1979-01-01 2002-04-15        C50 histology   9161     23 2011-12-01
#> 113190.2 1979-01-01 2003-09-15        C64 histology   9160     23 2011-12-01
#> 113202.1 1968-01-01 2007-01-15        C18 histology   9506     39       <NA>
#> 113202.2 1968-01-01 2017-01-15        C64 histology   8402     39       <NA>
#> 113209.1 1965-01-01 2017-05-15        C34 histology   9426     52       <NA>
#> 113219.1 1973-01-01 2011-10-15        C50 histology   9336     38 2015-10-01
#> 113224.1 1988-01-01 1992-01-15        C34 histology   9777      4 1999-04-01
#> 113235.1 1969-01-01 1994-01-15        C50 histology   9717     25 2004-09-01
#> 113249.1 1951-01-01 1994-07-15        C34 histology   9502     43       <NA>
#> 113249.2 1951-01-01 2006-06-15        C50  DCO case   8203     43       <NA>
#> 113251.1 1990-01-01 2012-06-15        C44 histology   8522     22       <NA>
#> 113272.1 1993-01-01 2019-01-15        C80 histology   9532     26       <NA>
#> 113275.1 1992-01-01 2013-05-15        C44  DCO case   8603     21       <NA>
#> 113275.2 1992-01-01 2018-08-15        C34 histology   9231     21       <NA>
#> 113293.1 1932-01-01 1994-12-15        C50 histology   8644     62 1996-08-01
#> 113296.1 1946-01-01 2004-08-15        C44 histology   9544     58       <NA>
#> 113296.2 1946-01-01 2010-06-15        C34 histology   8841     58       <NA>
#> 113321.1 1952-01-01 1999-04-15        C64 histology   8086     47       <NA>
#> 113346.1 1939-01-01 2009-03-15        C34 histology   9797     70       <NA>
#> 113346.2 1939-01-01 2019-11-15        C50 histology   9491     70       <NA>
#> 113353.1 1904-01-01 1991-07-15        C50 histology   9391     87       <NA>
#> 113353.2 1904-01-01 2019-10-15        C34 histology   8883     87       <NA>
#> 113358.1 1930-01-01 1993-03-15        C50 histology   9031     63 2018-01-01
#> 113365.1 1940-01-01 2015-09-15        C50 histology   8433     75       <NA>
#> 113409.1 1970-01-01 2011-06-15        C50 histology   9157     41       <NA>
#> 113461.1 1950-01-01 2008-01-15        C50 histology   9547     58 2008-07-01
#> 113479.1 1952-01-01 1994-04-15        C64 histology   9109     42 2004-05-01
#> 113483.1 1934-01-01 2001-12-15        C50 histology   8405     67       <NA>
#> 113495.1 1963-01-01 2014-02-15        C50 histology   8516     51       <NA>
#> 113513.1 1899-01-01 1995-11-15        C34  DCO case   8428     96       <NA>
#> 113513.2 1899-01-01 2006-08-15        C50 histology   9670     96       <NA>
#> 113519.1 1934-01-01 1998-09-15        C50 histology   8423     64 2007-01-01
#> 113519.2 1934-01-01 2005-05-15        C54 histology   9586     64 2007-01-01
#> 113520.1 1966-01-01 1991-10-15        C50 histology   9072     25 2017-07-01
#> 113520.2 1966-01-01 2000-04-15        C50 histology   8219     25 2017-07-01
#> 113522.1 1978-01-01 2005-05-15        C50 histology   8930     27 2019-06-01
#> 113531.1 1939-01-01 1991-09-15        C44 histology   9754     52       <NA>
#> 113531.2 1939-01-01 2012-04-15        C44 histology   9529     52       <NA>
#> 113554.1 1922-01-01 1995-06-15        C34  DCO case   8180     73 2006-11-01
#> 113554.2 1922-01-01 2003-02-15        C34 histology   8770     73 2006-11-01
#> 113578.1 2000-01-01 2004-07-15        C34 histology   8839      4 2007-02-01
#> 113587.1 1900-01-01 2005-10-15        C34 histology   8036    105 2015-04-01
#> 113602.1 1933-01-01 2013-05-15        C34 histology   9806     80       <NA>
#> 113609.1 1943-01-01 2002-03-15        C80 histology   8987     59 2004-01-01
#> 113611.1 1988-01-01 2003-08-15        C34 histology   8877     15       <NA>
#> 113611.2 1988-01-01 2010-09-15        C34 histology   8489     15       <NA>
#> 113620.1 1940-01-01 1991-06-15        C50 histology   8335     51 2009-10-01
#> 113620.2 1940-01-01 1996-09-15        C34  DCO case   8048     51 2009-10-01
#> 113635.1 1933-01-01 1996-01-15        C54 histology   9452     63       <NA>
#> 113635.2 1933-01-01 2006-09-15        C34 histology   8242     63       <NA>
#> 113661.1 1955-01-01 2003-06-15        C18 histology   9016     48 2007-11-01
#> 113673.1 1998-01-01 2008-10-15        C80  DCO case   9150     10 2014-07-01
#> 113676.1 1919-01-01 2000-05-15        C80 histology   8360     81       <NA>
#> 113676.2 1919-01-01 2019-10-15        C50 histology   9426     81       <NA>
#> 113685.1 1953-01-01 2009-08-15        C18 histology   8791     56 2016-04-01
#> 113685.2 1953-01-01 2013-12-15        C34 histology   8873     56 2016-04-01
#> 113695.1 1963-01-01 2010-09-15        C44 histology   8822     47 2011-02-01
#> 113707.1 1956-01-01 2001-12-15        C50 histology   9374     45       <NA>
#> 113707.2 1956-01-01 2012-12-15        C44 histology   8892     45       <NA>
#> 113736.1 1959-01-01 1991-11-15        C50 histology   8859     32 2013-10-01
#> 113736.2 1959-01-01 1998-08-15        C64 histology   8848     32 2013-10-01
#> 113760.1 1994-01-01 1996-02-15        C50 histology   9000      2 2009-09-01
#> 113760.2 1994-01-01 2000-02-15        C34 histology   9094      2 2009-09-01
#> 113763.1 1951-01-01 2008-04-15        C44  DCO case   9828     57       <NA>
#> 113771.1 1986-01-01 2013-02-15        C44 histology   8102     27 2017-08-01
#> 113776.1 1982-01-01 2005-04-15        C44  DCO case   8385     23       <NA>
#> 113776.2 1982-01-01 2011-12-15        C34 histology   9439     23       <NA>
#> 113791.1 1953-01-01 2015-06-15        C44 histology   9943     62 2019-07-01
#> 113813.1 1951-01-01 1991-11-15        C34 histology   8622     40 2017-04-01
#> 113813.2 1951-01-01 2000-07-15        C50 histology   9897     40 2017-04-01
#> 113817.1 1956-01-01 2014-09-15        C34 histology   8910     58       <NA>
#> 113822.1 1956-01-01 1993-01-15        C18  DCO case   9914     37       <NA>
#> 113822.2 1956-01-01 2000-01-15        C64 histology   9041     37       <NA>
#> 113845.1 1946-01-01 2000-02-15        C34 histology   8825     54 2010-01-01
#> 113858.1 1944-01-01 2001-10-15        C54  DCO case   9326     57       <NA>
#> 113863.1 1903-01-01 1996-12-15        C34 histology   9733     93 2005-03-01
#> 113876.1 1924-01-01 1997-10-15        C44 histology   8184     73       <NA>
#> 113879.1 1948-01-01 2007-08-15        C64 histology   8123     59       <NA>
#> 113879.2 1948-01-01 2019-05-15        C34  DCO case   9806     59       <NA>
#> 113891.1 1939-01-01 2007-05-15        C34 histology   8989     68       <NA>
#> 113891.2 1939-01-01 2012-09-15        C34 histology   9008     68       <NA>
#> 113923.1 1994-01-01 2001-10-15        C50 histology   8600      7       <NA>
#> 113923.2 1994-01-01 2016-06-15        C64  DCO case   9628      7       <NA>
#> 113940.1 1978-01-01 1996-06-15        C80 histology   8413     18 1996-06-15
#> 114020.1 1958-01-01 1992-12-15        C34  DCO case   8483     34       <NA>
#> 114020.2 1958-01-01 1993-07-15        C80  DCO case   8703     34       <NA>
#> 114026.1 1971-01-01 2008-11-15        C34 histology   9249     37 2016-12-01
#> 114079.1 1964-01-01 1999-09-15        C34 histology   8230     35 2008-08-01
#> 114083.1 1915-01-01 2001-09-15        C50 histology   9632     86       <NA>
#> 114083.2 1915-01-01 2007-01-15        C50 histology   8877     86       <NA>
#> 114085.1 1927-01-01 1993-07-15        C18 histology   9696     66       <NA>
#> 114085.2 1927-01-01 2004-12-15        C34 histology   8627     66       <NA>
#> 114088.1 1962-01-01 1991-12-15        C34 histology   9654     29 2012-03-01
#> 114089.1 1967-01-01 2008-07-15        C50 histology   9869     41 2012-10-01
#> 114089.2 1967-01-01 2012-03-15        C34 histology   8942     41 2012-10-01
#> 114112.1 1957-01-01 2002-01-15        C50 histology   9819     45       <NA>
#> 114130.1 1997-01-01 2002-04-15        C50 histology   9466      5 2002-12-01
#> 114131.1 1932-01-01 1993-05-15        C44 histology   9801     61 2016-04-01
#> 114135.1 1944-01-01 2010-07-15        C44 histology   9572     66 2017-08-01
#> 114139.1 1954-01-01 2019-03-15        C50 histology   8318     65       <NA>
#> 114140.1 1950-01-01 2010-01-15        C34 histology   9397     60       <NA>
#> 114152.1 1960-01-01 2001-08-15        C50 histology   8881     41       <NA>
#> 114152.2 1960-01-01 2003-06-15        C34  DCO case   8521     41       <NA>
#> 114169.1 1960-01-01 2007-06-15        C50 histology   9883     47       <NA>
#> 114169.2 1960-01-01 2008-02-15        C34 histology   8740     47       <NA>
#> 114181.1 1970-01-01 1994-08-15        C34 histology   8401     24       <NA>
#> 114181.2 1970-01-01 2015-05-15        C34 histology   8350     24       <NA>
#> 114182.1 1952-01-01 2002-05-15        C50 histology   8452     50 2005-09-01
#> 114199.1 1939-01-01 2009-07-15        C18 histology   9784     70 2014-06-01
#> 114214.1 1941-01-01 2008-02-15        C50 histology   9225     67       <NA>
#> 114214.2 1941-01-01 2008-09-15        C34 histology   8212     67       <NA>
#> 114224.1 1954-01-01 1998-08-15        C18 histology   8614     44 2015-12-01
#> 114236.1 1917-01-01 1991-10-15        C34 histology   9608     74       <NA>
#> 114236.2 1917-01-01 2014-07-15        C50 histology   9286     74       <NA>
#> 114238.1 1974-01-01 2003-06-15        C50 histology   8425     29 2010-08-01
#> 114238.2 1974-01-01 2006-03-15        C44 histology   9166     29 2010-08-01
#> 114248.1 1948-01-01 2005-02-15        C64 histology   8454     57       <NA>
#> 114248.2 1948-01-01 2010-09-15        C44  DCO case   9974     57       <NA>
#> 114249.1 1914-01-01 1999-12-15        C18 histology   9068     85 1999-12-15
#> 114360.1 1980-01-01 2018-07-15        C80 histology   8466     38       <NA>
#> 114382.1 1929-01-01 2002-02-15        C44 histology   9317     73 2010-07-01
#> 114395.1 1933-01-01 1992-11-15        C34 histology   8768     59 2007-06-01
#> 114395.2 1933-01-01 1996-07-15        C80 histology   9568     59 2007-06-01
#> 114417.1 1965-01-01 1999-06-15        C34 histology   8546     34 2007-08-01
#> 114417.2 1965-01-01 2000-12-15        C50 histology   9071     34 2007-08-01
#> 114418.1 1946-01-01 1993-07-15        C80 histology   9937     47 2018-09-01
#> 114438.1 1976-01-01 2010-09-15        C50 histology   9164     34 2013-11-01
#> 114453.1 1962-01-01 2006-12-15        C64 histology   8318     44       <NA>
#> 114458.1 1937-01-01 2005-10-15        C50  DCO case   8245     68       <NA>
#> 114469.1 1975-01-01 2011-05-15        C50 histology   9909     36 2015-06-01
#> 114469.2 1975-01-01 2012-06-15        C44 histology   8767     36 2015-06-01
#> 114476.1 1933-01-01 2002-09-15        C64 histology   9716     69 2012-08-01
#> 114476.2 1933-01-01 2004-12-15        C34 histology   8203     69 2012-08-01
#> 114490.1 1951-01-01 2015-08-15        C18 histology   9336     64       <NA>
#> 114495.1 1966-01-01 2009-12-15        C50 histology   8130     43       <NA>
#> 114507.1 1973-01-01 2016-08-15        C18 histology   9072     43 2019-06-01
#> 114515.1 1932-01-01 1992-02-15        C34 histology   8537     60       <NA>
#> 114515.2 1932-01-01 1999-02-15        C34 histology   8166     60       <NA>
#> 114537.1 1952-01-01 2002-04-15        C64 histology   8544     50 2018-01-01
#> 114539.1 1967-01-01 1994-03-15        C50 histology   8238     27       <NA>
#> 114539.2 1967-01-01 2018-07-15        C44 histology   9350     27       <NA>
#> 114551.1 1949-01-01 2008-01-15        C34 histology   8374     59       <NA>
#> 114551.2 1949-01-01 2010-11-15        C18  DCO case   8602     59       <NA>
#> 114580.1 1968-01-01 2003-04-15        C50 histology   8634     35       <NA>
#> 114580.2 1968-01-01 2015-03-15        C34 histology   9540     35       <NA>
#> 114610.1 1987-01-01 2015-09-15        C18  DCO case   8672     28       <NA>
#> 114627.1 1927-01-01 2006-09-15        C64 histology   9405     79 2013-08-01
#> 114640.1 1943-01-01 1999-02-15        C50 histology   8307     56 2008-04-01
#> 114640.2 1943-01-01 2002-09-15        C50 histology   9128     56 2008-04-01
#> 114656.1 1975-01-01 1994-11-15        C34 histology   9979     19       <NA>
#> 114656.2 1975-01-01 1995-03-15        C44 histology   8731     19       <NA>
#> 114685.1 1971-01-01 2015-02-15        C50 histology   8271     44       <NA>
#> 114688.1 1933-01-01 2006-03-15        C50 histology   8202     73       <NA>
#> 114709.1 1995-01-01 2006-08-15        C50 histology   8756     11       <NA>
#> 114709.2 1995-01-01 2012-09-15        C50 histology   8122     11       <NA>
#> 114733.1 1922-01-01 2006-07-15        C34 histology   9648     84       <NA>
#> 114733.2 1922-01-01 2011-09-15        C50 histology   9684     84       <NA>
#> 114743.1 1944-01-01 2004-04-15        C34 histology   8467     60 2012-08-01
#> 114747.1 1934-01-01 1993-03-15        C54 histology   9739     59 2009-05-01
#> 114787.1 1983-01-01 1994-01-15        C18 histology   9575     11       <NA>
#> 114787.2 1983-01-01 2009-02-15        C34 histology   8227     11       <NA>
#> 114813.1 1917-01-01 1991-01-15        C34 histology   9571     74 2013-06-01
#> 114817.1 1954-01-01 1999-06-15        C44 histology   9612     45 2004-03-01
#> 114825.1 2001-01-01 2008-02-15        C18 histology   8261      7 2017-04-01
#> 114825.2 2001-01-01 2013-03-15        C34 histology   9310      7 2017-04-01
#> 114833.1 1985-01-01 1991-03-15        C50 histology   9528      6 2010-05-01
#> 114833.2 1985-01-01 2008-10-15        C34 histology   8596      6 2010-05-01
#> 114838.1 1970-01-01 2007-07-15        C34 histology   9157     37       <NA>
#> 114838.2 1970-01-01 2015-10-15        C34 histology   9544     37       <NA>
#> 114857.1 1970-01-01 2002-05-15        C34 histology   8555     32 2013-01-01
#> 114857.2 1970-01-01 2009-01-15        C50 histology   8111     32 2013-01-01
#> 114859.1 1960-01-01 2008-07-15        C34  DCO case   8492     48 2016-01-01
#> 114867.1 1932-01-01 2011-10-15        C18 histology   9610     79       <NA>
#> 114880.1 1950-01-01 2015-11-15        C64 histology   9466     65 2015-12-01
#> 114900.1 1970-01-01 2018-11-15        C50  DCO case   8658     48       <NA>
#> 114900.2 1970-01-01 2019-01-15        C34 histology   9656     48       <NA>
#> 114904.1 1962-01-01 2000-02-15        C80 histology   9944     38       <NA>
#> 114920.1 1964-01-01 2016-07-15        C50 histology   8516     52       <NA>
#> 114927.1 1930-01-01 1993-11-15        C50 histology   9404     63 2002-02-01
#> 114935.1 1969-01-01 1997-06-15        C44 histology   8716     28 1998-09-01
#> 114938.1 1902-01-01 2004-02-15        C44 histology   9152    102       <NA>
#> 114938.2 1902-01-01 2005-07-15        C34 histology   8394    102       <NA>
#> 114951.1 1932-01-01 1999-08-15        C44 histology   9078     67 2011-12-01
#> 115003.1 1992-01-01 1998-06-15        C34 histology   9637      6 2018-04-01
#> 115004.1 1961-01-01 2000-11-15        C34 histology   9115     39       <NA>
#> 115004.2 1961-01-01 2012-08-15        C34 histology   9826     39       <NA>
#> 115013.1 1909-01-01 1998-04-15        C34 histology   8716     89       <NA>
#> 115013.2 1909-01-01 2016-03-15        C34 histology   8803     89       <NA>
#> 115023.1 1953-01-01 1993-08-15        C34 histology   8127     40 2001-08-15
#> 115023.2 1953-01-01 2001-08-15        C34 histology   9402     40 2001-08-15
#> 115061.1 1993-01-01 1995-05-15        C34 histology   9742      2 2007-02-01
#> 115061.2 1993-01-01 2001-02-15        C44 histology   9412      2 2007-02-01
#> 115063.1 1996-01-01 1998-09-15        C54 histology   8157      2 2000-08-01
#> 115075.1 1988-01-01 2018-11-15        C18 histology   8506     30       <NA>
#> 115117.1 2001-01-01 2007-08-15        C50 histology   8605      6       <NA>
#> 115131.1 1961-01-01 2004-05-15        C34 histology   8766     43       <NA>
#> 115131.2 1961-01-01 2008-02-15        C64 histology   9620     43       <NA>
#> 115132.1 1920-01-01 1999-01-15        C64 histology   9610     79       <NA>
#> 115132.2 1920-01-01 2011-07-15        C54 histology   8709     79       <NA>
#> 115142.1 1961-01-01 2004-02-15        C50 histology   9114     43 2016-06-01
#> 115149.1 1954-01-01 1993-06-15        C34 histology   8345     39 2017-11-01
#> 115170.1 1984-01-01 2011-12-15        C18 histology   9487     27       <NA>
#> 115172.1 1937-01-01 1994-01-15        C50 histology   9759     57 2003-05-01
#> 115201.1 1934-01-01 2016-07-15        C34  DCO case   8507     82       <NA>
#> 115213.1 1951-01-01 1992-07-15        C50 histology   9897     41 2001-02-01
#> 115213.2 1951-01-01 1996-09-15        C50 histology   9363     41 2001-02-01
#> 115225.1 1895-01-01 1991-12-15        C50 histology   8706     96 2016-12-15
#> 115225.2 1895-01-01 1994-05-15        C34 histology   8917     96 2016-12-15
#> 115238.1 1953-01-01 1991-01-15        C34 histology   8295     38 2000-03-01
#> 115249.1 1949-01-01 1995-09-15        C50  DCO case   9707     46 2002-12-01
#> 115265.1 1971-01-01 1992-12-15        C50 histology   9443     21 1994-12-01
#> 115270.1 1942-01-01 1997-04-15        C34  DCO case   9342     55 2010-11-01
#> 115270.2 1942-01-01 1999-01-15        C34 histology   8155     55 2010-11-01
#> 115337.1 1972-01-01 2012-07-15        C64 histology   9927     40       <NA>
#> 115348.1 1946-01-01 1998-06-15        C64 histology   9158     52 2003-09-01
#> 115357.1 1933-01-01 1998-03-15        C44 histology   8269     65       <NA>
#> 115357.2 1933-01-01 2018-09-15        C64 histology   9221     65       <NA>
#> 115374.1 1938-01-01 2001-11-15        C34 histology   9605     63       <NA>
#> 115374.2 1938-01-01 2003-03-15        C34 histology   8594     63       <NA>
#> 115392.1 1921-01-01 1997-10-15        C50 histology   9797     76 2014-12-01
#> 115392.2 1921-01-01 2010-06-15        C44  DCO case   9822     76 2014-12-01
#> 115405.1 1952-01-01 1999-01-15        C34 histology   8154     47 2015-07-01
#> 115406.1 1927-01-01 2007-11-15        C50  DCO case   8012     80       <NA>
#> 115407.1 1951-01-01 1995-05-15        C64 histology   9936     44       <NA>
#> 115407.2 1951-01-01 1998-04-15        C44 histology   8059     44       <NA>
#> 115418.1 1938-01-01 2017-06-15        C44 histology   9783     79       <NA>
#> 115420.1 1940-01-01 2005-09-15        C50 histology   9272     65       <NA>
#> 115420.2 1940-01-01 2009-02-15        C64 histology   9815     65       <NA>
#> 115427.1 1961-01-01 2001-03-15        C44 histology   8324     40 2016-05-01
#> 115436.1 1959-01-01 2004-12-15        C34 histology   8146     45 2010-09-01
#> 115451.1 1963-01-01 1995-07-15        C54 histology   9140     32       <NA>
#> 115451.2 1963-01-01 2010-03-15        C34 histology   8028     32       <NA>
#> 115503.1 1951-01-01 1999-05-15        C34 histology   8248     48 2016-06-01
#> 115506.1 1998-01-01 2001-09-15        C34 histology   9377      3 2003-06-01
#> 115536.1 1970-01-01 1995-08-15        C34 histology   8851     25 2011-07-01
#> 115554.1 1931-01-01 2007-06-15        C34 histology   8523     76       <NA>
#> 115571.1 1986-01-01 2014-07-15        C50 histology   9318     28       <NA>
#> 115571.2 1986-01-01 2016-04-15        C18 histology   8683     28       <NA>
#> 115580.1 1949-01-01 2019-08-15        C80 histology   8441     70       <NA>
#> 115592.1 1967-01-01 2000-08-15        C50 histology   9075     33 2016-07-01
#> 115599.1 1935-01-01 1994-07-15        C18 histology   8826     59 2018-07-01
#> 115599.2 1935-01-01 2009-09-15        C34 histology   9071     59 2018-07-01
#> 115600.1 1944-01-01 2000-01-15        C34 histology   9340     56       <NA>
#> 115600.2 1944-01-01 2005-07-15        C34  DCO case   9069     56       <NA>
#> 115632.1 1992-01-01 2018-06-15        C54 histology   8017     26       <NA>
#> 115659.1 1934-01-01 1997-09-15        C18 histology   9953     63       <NA>
#> 115659.2 1934-01-01 2017-01-15        C18  DCO case   9368     63       <NA>
#> 115693.1 1944-01-01 2012-10-15        C80 histology   8686     68 2019-05-01
#> 115693.2 1944-01-01 2013-06-15        C50 histology   8269     68 2019-05-01
#> 115701.1 1962-01-01 2002-03-15        C18 histology   8957     40 2015-02-01
#> 115701.2 1962-01-01 2014-10-15        C34 histology   8037     40 2015-02-01
#> 115708.1 1946-01-01 1992-05-15        C50 histology   9245     46 2011-04-01
#> 115718.1 1939-01-01 1997-04-15        C50  DCO case   8950     58 2019-05-01
#> 115718.2 1939-01-01 2006-03-15        C50 histology   9680     58 2019-05-01
#> 115722.1 1932-01-01 2008-06-15        C34 histology   9963     76       <NA>
#> 115722.2 1932-01-01 2016-11-15        C50 histology   9113     76       <NA>
#> 115723.1 1925-01-01 2018-03-15        C64 histology   9843     93       <NA>
#> 115731.1 1930-01-01 2017-06-15        C50 histology   9257     87       <NA>
#> 115746.1 1964-01-01 1994-03-15        C34 histology   8195     30 2015-05-01
#> 115747.1 1960-01-01 2016-07-15        C64 histology   8607     56       <NA>
#> 115756.1 1917-01-01 1991-06-15        C34 histology   8038     74       <NA>
#> 115756.2 1917-01-01 2018-11-15        C34 histology   8182     74       <NA>
#> 115777.1 1928-01-01 1999-07-15        C44 histology   9494     71       <NA>
#> 115777.2 1928-01-01 2019-08-15        C50 histology   9207     71       <NA>
#> 115780.1 1938-01-01 1997-12-15        C18 histology   9855     59 2018-06-01
#> 115780.2 1938-01-01 2009-12-15        C18 histology   8423     59 2018-06-01
#> 115797.1 1923-01-01 1999-09-15        C64 histology   8297     76 2018-04-01
#> 115797.2 1923-01-01 2003-07-15        C44 histology   9820     76 2018-04-01
#> 115801.1 1956-01-01 1994-12-15        C18 histology   9636     38       <NA>
#> 115801.2 1956-01-01 2013-12-15        C54 histology   9875     38       <NA>
#> 115805.1 1967-01-01 1991-02-15        C50 histology   9337     24       <NA>
#> 115805.2 1967-01-01 2006-05-15        C34 histology   8368     24       <NA>
#> 115806.1 1922-01-01 1999-09-15        C64 histology   9613     77 2014-12-01
#> 115806.2 1922-01-01 2000-02-15        C34 histology   8056     77 2014-12-01
#> 115810.1 1918-01-01 1997-07-15        C64 histology   9690     79 2018-10-01
#> 115825.1 1905-01-01 1992-07-15        C50 histology   8426     87       <NA>
#> 115825.2 1905-01-01 1994-10-15        C34 histology   9674     87       <NA>
#> 115831.1 1924-01-01 1992-01-15        C50 histology   8614     68       <NA>
#> 115831.2 1924-01-01 1996-06-15        C44 histology   9395     68       <NA>
#> 115862.1 1942-01-01 1999-11-15        C50 histology   9630     57 2017-02-01
#> 115862.2 1942-01-01 2004-10-15        C34 histology   9560     57 2017-02-01
#> 115869.1 1987-01-01 2009-07-15        C34 histology   9929     22 2011-05-01
#> 115871.1 1949-01-01 2013-06-15        C50 histology   9674     64       <NA>
#> 115871.2 1949-01-01 2017-03-15        C80 histology   8409     64       <NA>
#> 115872.1 1944-01-01 1994-09-15        C64 histology   9113     50       <NA>
#> 115872.2 1944-01-01 1996-08-15        C44 histology   8492     50       <NA>
#> 115878.1 1905-01-01 1992-03-15        C50 histology   9092     87       <NA>
#> 115878.2 1905-01-01 1994-07-15        C50 histology   9526     87       <NA>
#> 115897.1 1928-01-01 1992-02-15        C34 histology   8487     64 2019-02-01
#> 115897.2 1928-01-01 1997-04-15        C80  DCO case   8867     64 2019-02-01
#> 115927.1 1954-01-01 1998-06-15        C50 histology   9582     44 2016-12-01
#> 115927.2 1954-01-01 2009-04-15        C44 histology   9536     44 2016-12-01
#> 115941.1 1971-01-01 1996-12-15        C50 histology   8026     25 2000-08-01
#> 115947.1 1921-01-01 2010-04-15        C34 histology   9979     89 2019-10-01
#> 115955.1 1941-01-01 2005-05-15        C54 histology   9270     64 2018-08-01
#> 115955.2 1941-01-01 2009-03-15        C50 histology   8042     64 2018-08-01
#> 115959.1 1951-01-01 2017-11-15        C44 histology   9209     66       <NA>
#> 115974.1 1953-01-01 1999-10-15        C18 histology   8520     46 2018-10-01
#> 115974.2 1953-01-01 2004-05-15        C18 histology   9704     46 2018-10-01
#> 115978.1 1932-01-01 2004-01-15        C18 histology   8775     72       <NA>
#> 116004.1 1917-01-01 1994-11-15        C50 histology   8121     77       <NA>
#> 116004.2 1917-01-01 2000-09-15        C44 histology   9217     77       <NA>
#> 116012.1 1967-01-01 2001-09-15        C54 histology   9509     34       <NA>
#> 116012.2 1967-01-01 2009-08-15        C50 histology   8414     34       <NA>
#> 116036.1 1964-01-01 1998-10-15        C50 histology   8591     34 2006-11-01
#> 116036.2 1964-01-01 2004-08-15        C44 histology   8602     34 2006-11-01
#> 116037.1 1946-01-01 2009-12-15        C44  DCO case   8811     63 2011-09-01
#> 116041.1 1969-01-01 1994-11-15        C34 histology   9566     25       <NA>
#> 116041.2 1969-01-01 2009-09-15        C18 histology   9574     25       <NA>
#> 116046.1 1950-01-01 2012-12-15        C50 histology   9099     62 2016-05-01
#> 116048.1 1914-01-01 1991-10-15        C34 histology   8806     77       <NA>
#> 116048.2 1914-01-01 1998-12-15        C80 histology   8108     77       <NA>
#> 116055.1 1955-01-01 1996-07-15        C50 histology   8143     41 2002-10-15
#> 116055.2 1955-01-01 2002-10-15        C34 histology   8476     41 2002-10-15
#> 116066.1 1953-01-01 2000-04-15        C18 histology   8370     47       <NA>
#> 116066.2 1953-01-01 2005-11-15        C50 histology   9556     47       <NA>
#> 116068.1 1982-01-01 1998-05-15        C34 histology   8364     16 2017-02-01
#> 116068.2 1982-01-01 2010-08-15        C44 histology   9964     16 2017-02-01
#> 116069.1 1960-01-01 2004-07-15        C50 histology   9639     44       <NA>
#> 116069.2 1960-01-01 2019-02-15        C50 histology   8309     44       <NA>
#> 116072.1 1970-01-01 1993-05-15        C50 histology   8737     23 2006-03-01
#> 116076.1 1918-01-01 1997-03-15        C50 histology   9812     79 2017-05-01
#> 116076.2 1918-01-01 2016-05-15        C50 histology   8075     79 2017-05-01
#> 116083.1 1985-01-01 1997-05-15        C44 histology   8104     12 2001-05-01
#> 116087.1 1997-01-01 2007-01-15        C64 histology   8690     10       <NA>
#> 116087.2 1997-01-01 2019-07-15        C18 histology   9516     10       <NA>
#> 116111.1 1958-01-01 2002-01-15        C18 histology   9799     44       <NA>
#> 116111.2 1958-01-01 2005-12-15        C34 histology   8728     44       <NA>
#> 116138.1 1980-01-01 2005-04-15        C18 histology   9779     25       <NA>
#> 116138.2 1980-01-01 2017-11-15        C80 histology   9024     25       <NA>
#> 116153.1 1952-01-01 2007-08-15        C34 histology   8437     55       <NA>
#> 116155.1 2003-01-01 2012-03-15        C34 histology   8559      9       <NA>
#> 116169.1 1976-01-01 2005-09-15        C34 histology   9530     29 2012-01-01
#> 116171.1 1967-01-01 2005-12-15        C34 histology   9074     38 2019-06-01
#> 116192.1 1965-01-01 2008-02-15        C44 histology   8986     43       <NA>
#> 116193.1 1981-01-01 1998-05-15        C14 histology   8418     17 2016-11-01
#> 116214.1 1949-01-01 2014-04-15        C64 histology   9549     65       <NA>
#> 116258.1 1999-01-01 2002-04-15        C18 histology   9042      3 2011-01-01
#> 116258.2 1999-01-01 2004-03-15        C64 histology   9770      3 2011-01-01
#> 116259.1 1959-01-01 2019-06-15        C34 histology   9379     60       <NA>
#> 116271.1 1946-01-01 1993-01-15        C34 histology   8953     47 1998-01-01
#> 116309.1 1950-01-01 1992-02-15        C18 histology   8526     42 2005-07-01
#> 116330.1 1931-01-01 1999-11-15        C34 histology   9838     68       <NA>
#> 116330.2 1931-01-01 2000-10-15        C34 histology   8036     68       <NA>
#> 116381.1 1931-01-01 1996-10-15        C44 histology   9271     65 2007-10-01
#> 116381.2 1931-01-01 2001-04-15        C50 histology   9019     65 2007-10-01
#> 116395.1 1933-01-01 2004-09-15        C18 histology   8592     71 2009-06-01
#> 116424.1 1992-01-01 1999-09-15        C50 histology   8041      7 2016-01-01
#> 116433.1 1924-01-01 1992-09-15        C64 histology   8202     68       <NA>
#> 116433.2 1924-01-01 1995-12-15        C50 histology   8902     68       <NA>
#> 116451.1 1911-01-01 1991-01-15        C34 histology   9305     80 1998-08-01
#> 116451.2 1911-01-01 1991-08-15        C34 histology   9259     80 1998-08-01
#> 116457.1 1975-01-01 2006-12-15        C34  DCO case   8592     31 2012-12-01
#> 116463.1 1943-01-01 2000-10-15        C64  DCO case   8578     57 2014-05-01
#> 116486.1 1938-01-01 2011-07-15        C54 histology   9511     73       <NA>
#> 116513.1 1923-01-01 2003-04-15        C50 histology   8348     80       <NA>
#> 116513.2 1923-01-01 2007-11-15        C34 histology   8481     80       <NA>
#> 116516.1 1921-01-01 1991-02-15        C44 histology   8418     70       <NA>
#> 116516.2 1921-01-01 2019-02-15        C34 histology   9691     70       <NA>
#> 116523.1 1925-01-01 1999-11-15        C34 histology   8466     74       <NA>
#> 116523.2 1925-01-01 2014-02-15        C34 histology   9674     74       <NA>
#> 116538.1 1931-01-01 1996-04-15        C18 histology   9983     65       <NA>
#> 116538.2 1931-01-01 1999-11-15        C18  DCO case   9673     65       <NA>
#> 116554.1 1928-01-01 1997-08-15        C18 histology   9711     69       <NA>
#> 116554.2 1928-01-01 2002-09-15        C34 histology   8401     69       <NA>
#> 116565.1 1985-01-01 1999-04-15        C50  DCO case   8377     14 2008-03-01
#> 116565.2 1985-01-01 2001-05-15        C50 histology   9113     14 2008-03-01
#> 116569.1 1987-01-01 2002-11-15        C34 histology   9638     15       <NA>
#> 116654.1 1917-01-01 1992-08-15        C34 histology   8429     75 2016-01-01
#> 116664.1 1923-01-01 2006-07-15        C50 histology   8176     83 2010-06-01
#> 116690.1 1934-01-01 1991-09-15        C34 histology   8987     57       <NA>
#> 116690.2 1934-01-01 2018-05-15        C18 histology   9639     57       <NA>
#> 116700.1 1956-01-01 2017-03-15        C50 histology   8048     61       <NA>
#> 116714.1 1932-01-01 2002-01-15        C18 histology   8448     70       <NA>
#> 116714.2 1932-01-01 2007-08-15        C34 histology   8054     70       <NA>
#> 116720.1 1928-01-01 1995-08-15        C34 histology   9503     67       <NA>
#> 116720.2 1928-01-01 1999-02-15        C34 histology   9575     67       <NA>
#> 116773.1 1949-01-01 1996-02-15        C34 histology   8201     47       <NA>
#> 116773.2 1949-01-01 2005-01-15        C54 histology   8832     47       <NA>
#> 116789.1 1947-01-01 1993-11-15        C54 histology   8397     46 2016-05-01
#> 116805.1 1960-01-01 1994-08-15        C34 histology   9922     34 2012-08-01
#> 116805.2 1960-01-01 1995-10-15        C54 histology   9130     34 2012-08-01
#> 116833.1 1953-01-01 2001-03-15        C64 histology   8051     48       <NA>
#> 116850.1 1913-01-01 2002-01-15        C64 histology   9676     89 2003-11-01
#> 116855.1 1909-01-01 1994-06-15        C34 histology   8910     85 2018-08-01
#> 116872.1 1979-01-01 2000-10-15        C34 histology   9326     21       <NA>
#> 116873.1 1938-01-01 1999-03-15        C34 histology   8559     61 2012-01-01
#> 116881.1 1953-01-01 2019-09-15        C50  DCO case   9634     66       <NA>
#> 116893.1 1959-01-01 2005-09-15        C18 histology   9173     46 2009-12-01
#> 116894.1 1930-01-01 1992-05-15        C18 histology   8705     62 2018-08-01
#> 116894.2 1930-01-01 2007-02-15        C34 histology   8616     62 2018-08-01
#> 116900.1 1949-01-01 1993-05-15        C34 histology   9468     44 2006-11-15
#> 116900.2 1949-01-01 1999-09-15        C34 histology   9007     44 2006-11-15
#> 116912.1 1946-01-01 2017-05-15        C50 histology   8224     71       <NA>
#> 116921.1 1941-01-01 2009-09-15        C34 histology   9712     68 2016-09-01
#> 116923.1 1950-01-01 1998-01-15        C50 histology   9099     48       <NA>
#> 116923.2 1950-01-01 2015-11-15        C34 histology   8450     48       <NA>
#> 116940.1 1976-01-01 2001-01-15        C50 histology   9718     25       <NA>
#> 116940.2 1976-01-01 2003-03-15        C50 histology   8292     25       <NA>
#> 116962.1 1926-01-01 2007-05-15        C44 histology   8969     81       <NA>
#> 116987.1 1969-01-01 2002-08-15        C34 histology   8357     33 2005-08-01
#> 116996.1 1920-01-01 2000-10-15        C44 histology   9024     80 2008-09-01
#> 116996.2 1920-01-01 2003-10-15        C50 histology   9469     80 2008-09-01
#> 117011.1 1975-01-01 2012-03-15        C50 histology   8456     37       <NA>
#> 117011.2 1975-01-01 2019-01-15        C54 histology   9180     37       <NA>
#> 117039.1 1967-01-01 2007-01-15        C50 histology   8030     40 2010-07-01
#> 117040.1 1926-01-01 1991-06-15        C44 histology   9504     65       <NA>
#> 117040.2 1926-01-01 1992-04-15        C44 histology   8876     65       <NA>
#> 117061.1 1954-01-01 1996-12-15        C54  DCO case   8048     42 2015-05-01
#> 117061.2 1954-01-01 2001-12-15        C34  DCO case   9105     42 2015-05-01
#> 117088.1 1978-01-01 2008-04-15        C34 histology   8580     30 2011-07-01
#> 117094.1 1929-01-01 1993-08-15        C50 histology   8511     64       <NA>
#> 117094.2 1929-01-01 1996-07-15        C18 histology   9722     64       <NA>
#> 117109.1 1920-01-01 1993-04-15        C50  DCO case   8510     73       <NA>
#> 117109.2 1920-01-01 2017-07-15        C54 histology   8826     73       <NA>
#> 117126.1 1952-01-01 2000-11-15        C54 histology   9506     48 2005-11-01
#> 117130.1 1973-01-01 2001-01-15        C44  DCO case   8373     28       <NA>
#> 117130.2 1973-01-01 2018-06-15        C44 histology   9411     28       <NA>
#> 117136.1 1958-01-01 1991-05-15        C50 histology   8115     33       <NA>
#> 117136.2 1958-01-01 2018-01-15        C34 histology   9090     33       <NA>
#> 117159.1 1935-01-01 1994-01-15        C80 histology   9755     59       <NA>
#> 117159.2 1935-01-01 2006-10-15        C50 histology   8974     59       <NA>
#> 117167.1 1937-01-01 1998-12-15        C50 histology   8632     61 2004-12-01
#> 117193.1 1934-01-01 2002-09-15        C64 histology   9125     68 2006-01-01
#> 117204.1 1918-01-01 1995-02-15        C50 histology   8531     77 2001-09-01
#> 117239.1 1943-01-01 1995-01-15        C18 histology   9884     52       <NA>
#> 117263.1 1917-01-01 1994-11-15        C34 histology   9567     77 2017-06-01
#> 117263.2 1917-01-01 2011-08-15        C44  DCO case   8249     77 2017-06-01
#> 117270.1 1920-01-01 2001-12-15        C44 histology   9202     81       <NA>
#> 117270.2 1920-01-01 2015-02-15        C34 histology   9116     81       <NA>
#> 117275.1 1986-01-01 2016-08-15        C34 histology   9143     30       <NA>
#> 117279.1 1935-01-01 1993-06-15        C34 histology   9457     58 2011-10-01
#> 117279.2 1935-01-01 2008-08-15        C34 histology   9242     58 2011-10-01
#> 117299.1 1979-01-01 1999-02-15        C50 histology   9283     20 2013-07-01
#> 117299.2 1979-01-01 2007-05-15        C34  DCO case   9760     20 2013-07-01
#> 117334.1 1949-01-01 2001-11-15        C50 histology   8885     52       <NA>
#> 117334.2 1949-01-01 2011-06-15        C50 histology   8737     52       <NA>
#> 117341.1 1931-01-01 1997-01-15        C50  DCO case   9054     66 2007-10-01
#> 117341.2 1931-01-01 2006-01-15        C50 histology   8906     66 2007-10-01
#> 117348.1 1949-01-01 2001-03-15        C50 histology   9787     52 2011-10-01
#> 117369.1 1940-01-01 2017-08-15        C34 histology   8550     77 2019-07-01
#> 117369.2 1940-01-01 2018-07-15        C34 histology   9898     77 2019-07-01
#> 117375.1 1982-01-01 2017-07-15        C34 histology   8901     35       <NA>
#> 117375.2 1982-01-01 2019-12-15        C50 histology   9670     35       <NA>
#> 117388.1 1917-01-01 2006-07-15        C64 histology   8441     89       <NA>
#> 117388.2 1917-01-01 2012-04-15        C34 histology   8382     89       <NA>
#> 117399.1 1951-01-01 2017-11-15        C34  DCO case   8880     66       <NA>
#> 117424.1 1927-01-01 1993-04-15        C80 histology   9370     66       <NA>
#> 117424.2 1927-01-01 2009-11-15        C54 histology   8805     66       <NA>
#> 117438.1 1945-01-01 2005-09-15        C34 histology   9229     60       <NA>
#> 117438.2 1945-01-01 2007-11-15        C50 histology   8655     60       <NA>
#> 117440.1 1945-01-01 2011-02-15        C18 histology   9782     66 2018-06-01
#> 117447.1 1963-01-01 2004-03-15        C64  DCO case   9642     41       <NA>
#> 117447.2 1963-01-01 2012-08-15        C18 histology   9371     41       <NA>
#> 117468.1 1954-01-01 1999-10-15        C50 histology   8843     45       <NA>
#> 117468.2 1954-01-01 2013-01-15        C18 histology   9652     45       <NA>
#> 117534.1 1963-01-01 2004-02-15        C50 histology   9744     41 2019-11-01
#> 117534.2 1963-01-01 2016-01-15        C34 histology   9064     41 2019-11-01
#> 117542.1 1984-01-01 2005-12-15        C34 histology   9595     21       <NA>
#> 117552.1 1936-01-01 2000-08-15        C34 histology   9915     64 2013-09-01
#> 117579.1 1959-01-01 2015-03-15        C80 histology   8517     56       <NA>
#> 117579.2 1959-01-01 2016-10-15        C34 histology   9922     56       <NA>
#> 117586.1 1950-01-01 1993-07-15        C50 histology   8341     43       <NA>
#> 117586.2 1950-01-01 2006-04-15        C34 histology   8230     43       <NA>
#> 117598.1 1927-01-01 1992-07-15        C44 histology   9777     65       <NA>
#> 117598.2 1927-01-01 1993-01-15        C44 histology   9280     65       <NA>
#> 117609.1 1943-01-01 1992-02-15        C64 histology   9251     49 2018-06-01
#> 117609.2 1943-01-01 2000-12-15        C18 histology   8903     49 2018-06-01
#> 117650.1 1976-01-01 2009-08-15        C50 histology   8578     33       <NA>
#> 117661.1 1962-01-01 1993-06-15        C34 histology   9240     31       <NA>
#> 117661.2 1962-01-01 1999-04-15        C34 histology   8407     31       <NA>
#> 117662.1 1928-01-01 2017-03-15        C54 histology   8972     89       <NA>
#> 117670.1 1938-01-01 1991-11-15        C34 histology   8291     53 2006-11-01
#> 117670.2 1938-01-01 1996-07-15        C44  DCO case   8210     53 2006-11-01
#> 117674.1 1974-01-01 1991-03-15        C44 histology   8111     17       <NA>
#> 117674.2 1974-01-01 2004-01-15        C64 histology   9256     17       <NA>
#> 117676.1 1972-01-01 2002-02-15        C50 histology   8414     30       <NA>
#> 117686.1 1979-01-01 2003-01-15        C54 histology   9142     24       <NA>
#> 117686.2 1979-01-01 2005-08-15        C80 histology   9363     24       <NA>
#> 117696.1 1934-01-01 1997-07-15        C18 histology   9171     63 2017-11-01
#> 117696.2 1934-01-01 2007-06-15        C54 histology   9498     63 2017-11-01
#> 117712.1 1897-01-01 1991-04-15        C44 histology   8971     94 1997-09-01
#> 117721.1 1941-01-01 1993-01-15        C44 histology   8060     52 1998-10-01
#> 117726.1 1995-01-01 2004-05-15        C44 histology   9210      9       <NA>
#> 117726.2 1995-01-01 2017-02-15        C50 histology   9282      9       <NA>
#> 117736.1 1963-01-01 2005-07-15        C18 histology   9524     42 2016-08-15
#> 117736.2 1963-01-01 2016-08-15        C18 histology   9582     42 2016-08-15
#> 117739.1 1917-01-01 1992-10-15        C18  DCO case   8536     75 2015-05-01
#> 117744.1 1995-01-01 2017-08-15        C18 histology   9747     22       <NA>
#> 117753.1 1945-01-01 1991-05-15        C34 histology   8764     46 2008-10-01
#> 117753.2 1945-01-01 2005-11-15        C34 histology   8353     46 2008-10-01
#> 117757.1 1916-01-01 1998-08-15        C50 histology   8472     82 2011-01-01
#> 117760.1 1957-01-01 2005-09-15        C50 histology   9947     48 2008-01-01
#> 117812.1 1966-01-01 2007-06-15        C44 histology   8550     41       <NA>
#> 117812.2 1966-01-01 2019-08-15        C50 histology   9179     41       <NA>
#> 117815.1 1969-01-01 1999-07-15        C44 histology   9026     30 2005-08-01
#> 117825.1 1905-01-01 1994-03-15        C54 histology   8771     89       <NA>
#> 117825.2 1905-01-01 2008-08-15        C34 histology   8078     89       <NA>
#> 117864.1 1985-01-01 2018-11-15        C34 histology   9418     33       <NA>
#> 117873.1 1912-01-01 2013-01-15        C34  DCO case   8661    101 2013-06-01
#> 117904.1 2000-01-01 2001-04-15        C44 histology   8222      1       <NA>
#> 117904.2 2000-01-01 2012-03-15        C50 histology   8884      1       <NA>
#> 117908.1 1966-01-01 2005-07-15        C50  DCO case   8144     39       <NA>
#> 117913.1 1938-01-01 1992-03-15        C50 histology   9540     54 2006-01-01
#> 117913.2 1938-01-01 2001-01-15        C50 histology   9909     54 2006-01-01
#> 117917.1 1954-01-01 2018-02-15        C64 histology   9666     64 2018-06-01
#> 117918.1 1922-01-01 1994-06-15        C54 histology   8377     72 2002-02-01
#> 117930.1 1956-01-01 1991-08-15        C64 histology   9901     35 2013-03-01
#> 117936.1 1951-01-01 1992-06-15        C34 histology   9651     41       <NA>
#> 117936.2 1951-01-01 2004-06-15        C50 histology   8363     41       <NA>
#> 117941.1 1970-01-01 2007-08-15        C50 histology   9122     37 2014-05-01
#> 117944.1 1939-01-01 2001-10-15        C34 histology   8847     62       <NA>
#> 117944.2 1939-01-01 2006-09-15        C50 histology   9235     62       <NA>
#> 117950.1 1923-01-01 1992-03-15        C50 histology   9988     69 1993-03-01
#> 117955.1 1961-01-01 2010-10-15        C34 histology   9975     49       <NA>
#> 117984.1 1943-01-01 1994-04-15        C64  DCO case   9978     51 2017-05-01
#> 117984.2 1943-01-01 1999-11-15        C50  DCO case   9554     51 2017-05-01
#> 117988.1 1987-01-01 2017-07-15        C18 histology   8309     30       <NA>
#> 118002.1 1952-01-01 2016-05-15        C18 histology   8006     64       <NA>
#> 118004.1 1924-01-01 1991-04-15        C34 histology   9901     67 2002-03-01
#> 118004.2 1924-01-01 1993-12-15        C34 histology   9156     67 2002-03-01
#> 118008.1 1994-01-01 2019-04-15        C34 histology   8591     25       <NA>
#> 118009.1 1956-01-01 1994-10-15        C34 histology   9140     38 2015-04-01
#> 118012.1 1946-01-01 2008-01-15        C64 histology   9952     62 2011-05-01
#> 118025.1 1931-01-01 1995-12-15        C50 histology   9842     64 2015-10-01
#> 118025.2 1931-01-01 2009-10-15        C50 histology   9523     64 2015-10-01
#> 118032.1 1938-01-01 2003-01-15        C50 histology   8937     65 2003-07-01
#> 118033.1 1963-01-01 2009-05-15        C34 histology   9023     46       <NA>
#> 118037.1 1959-01-01 2015-02-15        C34 histology   8361     56       <NA>
#> 118048.1 1973-01-01 2007-08-15        C34 histology   8025     34       <NA>
#> 118048.2 1973-01-01 2015-01-15        C54 histology   8202     34       <NA>
#> 118051.1 1932-01-01 2000-01-15        C50 histology   8491     68 2001-09-01
#> 118061.1 1917-01-01 1996-03-15        C50 histology   8740     79       <NA>
#> 118061.2 1917-01-01 1999-11-15        C34 histology   9123     79       <NA>
#> 118068.1 1948-01-01 1993-02-15        C50 histology   9904     45 2013-02-01
#> 118068.2 1948-01-01 2006-01-15        C34 histology   8167     45 2013-02-01
#> 118077.1 1937-01-01 2011-10-15        C80  DCO case   8989     74       <NA>
#> 118079.1 1963-01-01 2005-03-15        C34  DCO case   8093     42 2016-03-01
#> 118079.2 1963-01-01 2009-11-15        C50 histology   9536     42 2016-03-01
#> 118099.1 1949-01-01 2004-08-15        C44 histology   9299     55 2006-03-01
#> 118104.1 1943-01-01 1999-09-15        C34 histology   8421     56 2014-09-01
#> 118104.2 1943-01-01 2009-03-15        C34 histology   8323     56 2014-09-01
#> 118111.1 1962-01-01 1993-03-15        C34 histology   8131     31       <NA>
#> 118111.2 1962-01-01 1994-08-15        C50 histology   9746     31       <NA>
#> 118124.1 1956-01-01 2016-04-15        C54 histology   9504     60       <NA>
#> 118141.1 1942-01-01 2011-01-15        C34 histology   9186     69       <NA>
#> 118141.2 1942-01-01 2011-06-15        C18 histology   9900     69       <NA>
#> 118145.1 1994-01-01 2002-08-15        C50  DCO case   9463      8       <NA>
#> 118145.2 1994-01-01 2005-05-15        C34  DCO case   8342      8       <NA>
#> 118165.1 1956-01-01 2008-10-15        C34 histology   9567     52 2014-08-01
#> 118165.2 1956-01-01 2011-12-15        C18 histology   9474     52 2014-08-01
#> 118168.1 1917-01-01 1994-11-15        C50 histology   8725     77       <NA>
#> 118168.2 1917-01-01 2004-09-15        C34 histology   8821     77       <NA>
#> 118178.1 1943-01-01 1992-07-15        C18 histology   9738     49 2016-06-01
#> 118193.1 1952-01-01 2017-02-15        C50 histology   9153     65       <NA>
#> 118206.1 1959-01-01 2001-06-15        C50  DCO case   9175     42       <NA>
#> 118206.2 1959-01-01 2007-01-15        C34  DCO case   8559     42       <NA>
#> 118231.1 2004-01-01 2011-11-15        C54 histology   9946      7       <NA>
#> 118231.2 2004-01-01 2013-07-15        C44 histology   9667      7       <NA>
#> 118237.1 1992-01-01 2014-09-15        C44  DCO case   8115     22       <NA>
#> 118255.1 1971-01-01 1995-02-15        C50 histology   8580     24 2000-02-01
#> 118257.1 1959-01-01 2018-12-15        C34 histology   8371     59       <NA>
#> 118259.1 1965-01-01 1998-12-15        C50 histology   8535     33 2015-11-01
#> 118259.2 1965-01-01 2006-04-15        C34 histology   8234     33 2015-11-01
#> 118271.1 1938-01-01 1993-07-15        C44 histology   9313     55 2006-08-01
#> 118272.1 1945-01-01 2006-11-15        C44 histology   9132     61 2013-03-01
#> 118274.1 1944-01-01 1995-02-15        C50 histology   9158     51 2011-12-01
#> 118274.2 1944-01-01 2001-12-15        C54 histology   8111     51 2011-12-01
#> 118298.1 1971-01-01 2007-11-15        C44 histology   8641     36 2007-11-15
#> 118300.1 1915-01-01 1995-12-15        C34 histology   9934     80 2001-11-01
#> 118306.1 1928-01-01 2000-06-15        C50 histology   9661     72       <NA>
#> 118306.2 1928-01-01 2012-03-15        C34 histology   8191     72       <NA>
#> 118309.1 1949-01-01 2008-08-15        C18 histology   8163     59 2014-06-01
#> 118314.1 1932-01-01 1995-08-15        C44 histology   8194     63       <NA>
#> 118314.2 1932-01-01 2009-12-15        C50 histology   8711     63       <NA>
#> 118318.1 1945-01-01 1996-08-15        C80 histology   9474     51       <NA>
#> 118318.2 1945-01-01 2017-09-15        C34 histology   8698     51       <NA>
#> 118343.1 1944-01-01 1994-07-15        C18 histology   8982     50       <NA>
#> 118343.2 1944-01-01 2007-12-15        C50 histology   8130     50       <NA>
#> 118348.1 1959-01-01 2003-02-15        C44 histology   9362     44 2016-06-01
#> 118355.1 1959-01-01 1997-08-15        C44 histology   8371     38       <NA>
#> 118355.2 1959-01-01 2011-03-15        C50 histology   9757     38       <NA>
#> 118368.1 1950-01-01 2012-11-15        C34 histology   9401     62       <NA>
#> 118369.1 1943-01-01 2005-10-15        C34 histology   9569     62       <NA>
#> 118373.1 1968-01-01 2013-02-15        C44 histology   9881     45       <NA>
#> 118374.1 1927-01-01 1994-11-15        C50 histology   9377     67 2014-02-01
#> 118374.2 1927-01-01 2004-01-15        C18 histology   9756     67 2014-02-01
#> 118409.1 1982-01-01 2011-03-15        C34 histology   9036     29       <NA>
#> 118409.2 1982-01-01 2011-09-15        C44 histology   8476     29       <NA>
#> 118417.1 1965-01-01 2004-04-15        C50 histology   8329     39       <NA>
#> 118424.1 1946-01-01 2015-02-15        C64 histology   9229     69       <NA>
#> 118426.1 1959-01-01 2018-11-15        C50 histology   8958     59       <NA>
#> 118448.1 1947-01-01 1992-03-15        C44 histology   9919     45       <NA>
#> 118448.2 1947-01-01 2003-05-15        C34 histology   8099     45       <NA>
#> 118452.1 1917-01-01 1991-09-15        C34 histology   8029     74       <NA>
#> 118452.2 1917-01-01 1993-06-15        C34 histology   8531     74       <NA>
#> 118456.1 1906-01-01 1993-02-15        C34 histology   9164     87       <NA>
#> 118456.2 1906-01-01 2001-11-15        C64 histology   9481     87       <NA>
#> 118491.1 1962-01-01 2011-12-15        C18 histology   8382     49       <NA>
#> 118505.1 1927-01-01 2005-06-15        C50 histology   9113     78       <NA>
#> 118511.1 1955-01-01 1999-09-15        C34  DCO case   8233     44 2000-02-01
#> 118520.1 1938-01-01 2004-08-15        C34 histology   8571     66 2016-12-01
#> 118540.1 1951-01-01 2019-05-15        C34 histology   9436     68       <NA>
#> 118546.1 1949-01-01 2010-09-15        C34 histology   8389     61       <NA>
#> 118560.1 1926-01-01 1993-06-15        C44 histology   9774     67       <NA>
#> 118560.2 1926-01-01 1996-07-15        C34 histology   8058     67       <NA>
#> 118578.1 1960-01-01 2004-06-15        C50 histology   8940     44       <NA>
#> 118583.1 1957-01-01 2002-03-15        C34 histology   9152     45       <NA>
#> 118583.2 1957-01-01 2016-02-15        C34 histology   8104     45       <NA>
#> 118595.1 1962-01-01 2006-05-15        C44 histology   8120     44       <NA>
#> 118595.2 1962-01-01 2017-03-15        C50 histology   8590     44       <NA>
#> 118606.1 1973-01-01 1996-09-15        C34 histology   8159     23 2005-05-01
#> 118627.1 1952-01-01 2006-02-15        C50 histology   9052     54 2009-10-01
#> 118631.1 1993-01-01 2012-01-15        C64 histology   9009     19       <NA>
#> 118633.1 1964-01-01 1997-09-15        C34 histology   8932     33 1998-11-15
#> 118633.2 1964-01-01 1998-11-15        C34 histology   8893     33 1998-11-15
#> 118636.1 1960-01-01 2011-02-15        C34 histology   9119     51 2019-10-01
#> 118640.1 1962-01-01 2016-12-15        C50 histology   8893     54       <NA>
#> 118646.1 1975-01-01 2017-07-15        C18 histology   8184     42       <NA>
#> 118687.1 1918-01-01 1994-01-15        C44 histology   8989     76       <NA>
#> 118687.2 1918-01-01 2002-01-15        C34 histology   9055     76       <NA>
#> 118697.1 1946-01-01 2002-10-15        C64 histology   9980     56 2004-09-01
#> 118701.1 1977-01-01 1997-04-15        C80 histology   8375     20 2013-05-01
#> 118713.1 1966-01-01 2004-01-15        C50  DCO case   9749     38 2010-01-01
#> 118726.1 1967-01-01 2012-04-15        C34 histology   8354     45 2015-06-01
#> 118731.1 1918-01-01 1996-03-15        C44 histology   9386     78       <NA>
#> 118731.2 1918-01-01 2011-08-15        C44 histology   9049     78       <NA>
#> 118732.1 1971-01-01 1993-01-15        C50 histology   9965     22 2001-02-01
#> 118733.1 1951-01-01 1994-05-15        C44 histology   9332     43 2019-11-01
#> 118733.2 1951-01-01 1997-04-15        C44 histology   9038     43 2019-11-01
#> 118739.1 1964-01-01 2011-05-15        C50 histology   8172     47       <NA>
#> 118767.1 1953-01-01 2006-08-15        C34 histology   9720     53       <NA>
#> 118773.1 2000-01-01 2001-10-15        C34 histology   8973      1       <NA>
#> 118773.2 2000-01-01 2013-10-15        C34 histology   9873      1       <NA>
#> 118789.1 1988-01-01 2011-06-15        C44 histology   8659     23 2015-02-01
#> 118805.1 1948-01-01 2000-01-15        C50 histology   8616     52       <NA>
#> 118805.2 1948-01-01 2012-08-15        C50 histology   8333     52       <NA>
#> 118814.1 1942-01-01 1993-06-15        C50 histology   9026     51       <NA>
#> 118814.2 1942-01-01 2017-08-15        C18 histology   9488     51       <NA>
#> 118816.1 1968-01-01 2004-04-15        C44 histology   9984     36       <NA>
#> 118826.1 1977-01-01 2014-05-15        C44 histology   9694     37       <NA>
#> 118838.1 1974-01-01 2019-03-15        C64 histology   9414     45       <NA>
#> 118852.1 1981-01-01 2010-07-15        C44 histology   9441     29       <NA>
#> 118861.1 1951-01-01 2005-03-15        C50 histology   9302     54 2013-06-01
#> 118861.2 1951-01-01 2011-06-15        C44 histology   8364     54 2013-06-01
#> 118900.1 1946-01-01 2012-11-15        C50 histology   9443     66       <NA>
#> 118912.1 1921-01-01 1991-06-15        C44 histology   9107     70 2015-11-01
#> 118912.2 1921-01-01 1991-09-15        C18 histology   8408     70 2015-11-01
#> 118938.1 1996-01-01 2006-09-15        C44 histology   8552     10       <NA>
#> 118954.1 1949-01-01 2010-06-15        C64 histology   8056     61       <NA>
#> 118968.1 1956-01-01 1997-03-15        C64 histology   9715     41       <NA>
#> 118968.2 1956-01-01 2010-11-15        C80 histology   9196     41       <NA>
#> 118975.1 1942-01-01 1991-04-15        C34 histology   9631     49       <NA>
#> 118975.2 1942-01-01 2012-08-15        C80 histology   9257     49       <NA>
#> 118979.1 1963-01-01 1996-10-15        C44 histology   8396     33       <NA>
#> 118979.2 1963-01-01 2015-06-15        C50 histology   8390     33       <NA>
#> 119012.1 1929-01-01 1993-06-15        C44 histology   8513     64 2011-08-01
#> 119012.2 1929-01-01 1995-11-15        C54 histology   9456     64 2011-08-01
#> 119018.1 1984-01-01 2003-10-15        C54 histology   9029     19 2015-01-01
#> 119018.2 1984-01-01 2004-07-15        C18 histology   9167     19 2015-01-01
#> 119029.1 1962-01-01 1993-12-15        C34 histology   9248     31 2005-06-01
#> 119039.1 1958-01-01 1998-05-15        C18 histology   8441     40 2019-10-01
#> 119039.2 1958-01-01 2002-12-15        C80 histology   8647     40 2019-10-01
#> 119053.1 1973-01-01 1993-02-15        C50 histology   8676     20       <NA>
#> 119053.2 1973-01-01 2016-01-15        C34 histology   8781     20       <NA>
#> 119057.1 1990-01-01 2013-08-15        C18 histology   8491     23       <NA>
#> 119062.1 1981-01-01 2016-01-15        C44 histology   8840     35 2017-01-01
#> 119063.1 1946-01-01 2002-08-15        C18 histology   8829     56 2018-11-01
#> 119089.1 1926-01-01 2004-01-15        C44 histology   8502     78       <NA>
#> 119089.2 1926-01-01 2013-12-15        C34 histology   8393     78       <NA>
#> 119097.1 1937-01-01 2017-10-15        C34 histology   8318     80       <NA>
#> 119102.1 1963-01-01 2004-12-15        C50  DCO case   8983     41       <NA>
#> 119102.2 1963-01-01 2015-04-15        C34 histology   8553     41       <NA>
#> 119109.1 1937-01-01 1991-01-15        C34 histology   9103     54 2017-06-01
#> 119109.2 1937-01-01 1991-01-15        C34 histology   8728     54 2017-06-01
#> 119110.1 1925-01-01 1991-06-15        C80 histology   8451     66 2015-08-01
#> 119110.2 1925-01-01 2001-01-15        C50 histology   9453     66 2015-08-01
#> 119118.1 1947-01-01 1994-10-15        C44 histology   8812     47 2004-03-01
#> 119125.1 1976-01-01 2005-12-15        C64 histology   9309     29       <NA>
#> 119125.2 1976-01-01 2012-09-15        C34 histology   8898     29       <NA>
#> 119139.1 1941-01-01 2009-02-15        C34 histology   9647     68       <NA>
#> 119142.1 1936-01-01 2002-04-15        C18 histology   9561     66       <NA>
#> 119142.2 1936-01-01 2005-12-15        C18 histology   9175     66       <NA>
#> 119165.1 1939-01-01 2005-11-15        C50 histology   9228     66 2006-10-01
#> 119166.1 1952-01-01 1995-05-15        C50 histology   8415     43       <NA>
#> 119166.2 1952-01-01 2002-03-15        C50 histology   9664     43       <NA>
#> 119168.1 1944-01-01 1991-08-15        C34 histology   9842     47 2018-11-15
#> 119168.2 1944-01-01 2018-11-15        C14 histology   9498     47 2018-11-15
#> 119169.1 1947-01-01 1991-07-15        C44 histology   9138     44       <NA>
#> 119169.2 1947-01-01 2000-06-15        C44 histology   8033     44       <NA>
#> 119200.1 1978-01-01 2000-07-15        C44 histology   9328     22       <NA>
#> 119202.1 1963-01-01 1997-06-15        C50 histology   9808     34 2012-07-01
#> 119205.1 1944-01-01 1997-02-15        C34 histology   9018     53       <NA>
#> 119205.2 1944-01-01 2000-09-15        C34 histology   8106     53       <NA>
#> 119212.1 1991-01-01 1993-10-15        C50  DCO case   8759      2 2001-01-01
#> 119227.1 1983-01-01 2009-01-15        C18 histology   9440     26       <NA>
#> 119227.2 1983-01-01 2017-09-15        C34 histology   8084     26       <NA>
#> 119253.1 1983-01-01 2017-04-15        C34 histology   8037     34 2018-02-01
#> 119269.1 1918-01-01 2003-09-15        C18 histology   9553     85 2013-11-01
#> 119300.1 1966-01-01 1991-06-15        C34 histology   9502     25       <NA>
#> 119300.2 1966-01-01 2003-12-15        C50 histology   8424     25       <NA>
#> 119306.1 1921-01-01 1997-04-15        C34 histology   8727     76 2012-04-01
#> 119306.2 1921-01-01 2005-12-15        C34 histology   8238     76 2012-04-01
#> 119309.1 1928-01-01 1992-08-15        C44 histology   9788     64 2014-03-01
#> 119309.2 1928-01-01 2006-04-15        C50 histology   9588     64 2014-03-01
#> 119311.1 1921-01-01 1992-03-15        C34 histology   8821     71 1997-05-01
#> 119315.1 1977-01-01 2009-02-15        C44 histology   9715     32 2012-06-01
#> 119322.1 1975-01-01 2004-04-15        C50 histology   8848     29       <NA>
#> 119322.2 1975-01-01 2018-10-15        C34 histology   8303     29       <NA>
#> 119334.1 1937-01-01 2017-09-15        C34 histology   8366     80 2018-09-01
#> 119336.1 1959-01-01 2005-02-15        C80 histology   9807     46       <NA>
#> 119336.2 1959-01-01 2009-10-15        C50 histology   8654     46       <NA>
#> 119356.1 1956-01-01 2000-12-15        C44 histology   8400     44 2007-04-01
#> 119363.1 1974-01-01 2002-07-15        C44 histology   8200     28       <NA>
#> 119385.1 1968-01-01 1994-07-15        C34 histology   8879     26 2006-01-01
#> 119385.2 1968-01-01 2003-03-15        C54  DCO case   9461     26 2006-01-01
#> 119391.1 1996-01-01 2004-08-15        C50 histology   8795      8       <NA>
#> 119441.1 1932-01-01 1998-06-15        C50 histology   8579     66 2013-08-01
#> 119441.2 1932-01-01 2002-04-15        C18 histology   8166     66 2013-08-01
#> 119445.1 1937-01-01 1998-04-15        C50 histology   8545     61 2018-11-01
#> 119445.2 1937-01-01 2018-04-15        C34 histology   8334     61 2018-11-01
#> 119460.1 1964-01-01 2012-12-15        C44 histology   9130     48       <NA>
#> 119460.2 1964-01-01 2019-04-15        C50 histology   9925     48       <NA>
#> 119461.1 1965-01-01 2018-05-15        C18 histology   8899     53       <NA>
#> 119463.1 1940-01-01 2007-02-15        C34  DCO case   9538     67 2012-08-01
#> 119475.1 1916-01-01 1996-02-15        C34 histology   9684     80 2015-04-01
#> 119475.2 1916-01-01 2002-12-15        C50 histology   9293     80 2015-04-01
#> 119491.1 1987-01-01 2016-04-15        C50  DCO case   9294     29       <NA>
#> 119535.1 1973-01-01 1998-11-15        C50 histology   9658     25 2002-12-01
#> 119554.1 1938-01-01 2001-04-15        C18 histology   9578     63 2005-08-01
#> 119559.1 1937-01-01 1993-03-15        C18 histology   8901     56 1999-02-01
#> 119559.2 1937-01-01 1998-06-15        C44 histology   8255     56 1999-02-01
#> 119568.1 1948-01-01 2015-06-15        C50 histology   8288     67       <NA>
#> 119614.1 1944-01-01 1998-02-15        C50  DCO case   8045     54 2011-07-01
#> 119614.2 1944-01-01 2006-03-15        C50 histology   9065     54 2011-07-01
#> 119620.1 1936-01-01 2011-12-15        C44 histology   8967     75       <NA>
#> 119620.2 1936-01-01 2016-10-15        C34 histology   9824     75       <NA>
#> 119639.1 1919-01-01 1994-11-15        C34 histology   9340     75       <NA>
#> 119639.2 1919-01-01 2007-07-15        C34 histology   8294     75       <NA>
#> 119672.1 1964-01-01 2013-08-15        C50  DCO case   8417     49 2019-05-01
#> 119672.2 1964-01-01 2013-10-15        C54 histology   9463     49 2019-05-01
#> 119686.1 1984-01-01 2008-12-15        C50 histology   8254     24       <NA>
#> 119686.2 1984-01-01 2017-10-15        C34 histology   8444     24       <NA>
#> 119691.1 1969-01-01 1992-07-15        C18 histology   8385     23       <NA>
#> 119691.2 1969-01-01 2002-08-15        C18 histology   8377     23       <NA>
#> 119708.1 1954-01-01 1992-03-15        C34 histology   9240     38 2014-01-01
#> 119731.1 1942-01-01 1993-04-15        C18 histology   8776     51 1993-09-01
#> 119754.1 1973-01-01 2019-03-15        C44 histology   8623     46       <NA>
#> 119777.1 1968-01-01 2004-04-15        C50 histology   9069     36       <NA>
#> 119777.2 1968-01-01 2007-10-15        C44 histology   8892     36       <NA>
#> 119783.1 1933-01-01 1997-01-15        C44 histology   9618     64       <NA>
#> 119783.2 1933-01-01 2009-11-15        C34 histology   9279     64       <NA>
#> 119799.1 1926-01-01 1991-02-15        C50 histology   9962     65       <NA>
#> 119799.2 1926-01-01 1996-07-15        C64  DCO case   9045     65       <NA>
#> 119822.1 1944-01-01 2017-09-15        C18  DCO case   9322     73       <NA>
#> 119824.1 1994-01-01 2010-04-15        C34 histology   9846     16 2013-12-01
#> 119825.1 1939-01-01 1995-04-15        C34 histology   8717     56       <NA>
#> 119825.2 1939-01-01 2016-07-15        C50 histology   9169     56       <NA>
#> 119836.1 2006-01-01 2007-08-15        C50 histology   9468      1       <NA>
#> 119847.1 1928-01-01 1992-04-15        C18 histology   9461     64 2016-05-01
#> 119847.2 1928-01-01 2008-04-15        C18 histology   8459     64 2016-05-01
#> 119951.1 1997-01-01 2000-11-15        C18 histology   8389      3 2009-11-01
#> 119953.1 1939-01-01 1991-10-15        C50 histology   8550     52 2016-12-01
#> 119953.2 1939-01-01 1996-05-15        C34 histology   9441     52 2016-12-01
#> 119959.1 1911-01-01 2003-12-15        C50 histology   8758     92       <NA>
#> 119959.2 1911-01-01 2014-08-15        C44 histology   8480     92       <NA>
#> 119992.1 1951-01-01 2017-03-15        C34 histology   9707     66       <NA>
#> 119994.1 1950-01-01 2007-03-15        C34 histology   8578     57 2007-09-01
#> 120002.1 1925-01-01 1991-11-15        C54 histology   8078     66       <NA>
#> 120002.2 1925-01-01 2010-12-15        C34 histology   8072     66       <NA>
#> 120006.1 1939-01-01 1991-09-15        C50  DCO case   8409     52 1994-01-01
#> 120026.1 1937-01-01 1991-08-15        C18 histology   9833     54       <NA>
#> 120026.2 1937-01-01 2010-03-15        C64 histology   9951     54       <NA>
#> 120039.1 1965-01-01 2007-09-15        C54 histology   9152     42       <NA>
#> 120075.1 1950-01-01 1997-06-15        C34 histology   8861     47 2005-09-01
#> 120152.1 1965-01-01 2016-10-15        C34 histology   9208     51       <NA>
#> 120168.1 1924-01-01 1991-03-15        C50 histology   9775     67 2013-04-01
#> 120168.2 1924-01-01 2008-04-15        C50 histology   8290     67 2013-04-01
#> 120170.1 1986-01-01 2007-04-15        C34 histology   8766     21       <NA>
#> 120174.1 1928-01-01 2002-12-15        C80 histology   8434     74       <NA>
#> 120180.1 1969-01-01 1997-07-15        C18 histology   9960     28 2007-12-01
#> 120183.1 1961-01-01 1992-11-15        C64 histology   8640     31 2012-12-01
#> 120183.2 1961-01-01 1995-11-15        C44 histology   9032     31 2012-12-01
#> 120207.1 1951-01-01 2002-06-15        C44 histology   8480     51 2017-03-01
#> 120210.1 1922-01-01 2004-12-15        C44  DCO case   9862     82 2008-11-01
#> 120214.1 1936-01-01 1995-08-15        C50 histology   9488     59 2004-03-01
#> 120214.2 1936-01-01 1996-03-15        C64 histology   9719     59 2004-03-01
#> 120215.1 1957-01-01 2014-02-15        C34 histology   8500     57       <NA>
#> 120215.2 1957-01-01 2014-11-15        C34 histology   8266     57       <NA>
#> 120216.1 1983-01-01 2016-02-15        C50  DCO case   8421     33 2016-08-01
#> 120218.1 1930-01-01 1992-06-15        C18 histology   8361     62 2012-04-01
#> 120227.1 1985-01-01 2011-06-15        C18 histology   9382     26       <NA>
#> 120238.1 1927-01-01 1992-03-15        C50 histology   9158     65 2012-03-01
#> 120238.2 1927-01-01 1993-06-15        C50 histology   8716     65 2012-03-01
#> 120251.1 1924-01-01 1993-08-15        C64 histology   9043     69 2005-07-01
#> 120255.1 1984-01-01 2010-09-15        C64 histology   8971     26       <NA>
#> 120269.1 1925-01-01 1992-02-15        C54 histology   9425     67 2014-11-01
#> 120269.2 1925-01-01 1992-11-15        C34  DCO case   8513     67 2014-11-01
#> 120278.1 1963-01-01 1996-03-15        C34 histology   8600     33       <NA>
#> 120278.2 1963-01-01 1998-09-15        C44 histology   9468     33       <NA>
#> 120284.1 1943-01-01 2004-09-15        C18 histology   8372     61       <NA>
#> 120291.1 1951-01-01 2010-01-15        C50 histology   9372     59       <NA>
#> 120300.1 1942-01-01 2002-02-15        C50 histology   9451     60       <NA>
#> 120301.1 1956-01-01 1993-05-15        C34 histology   9742     37       <NA>
#> 120301.2 1956-01-01 2016-03-15        C50 histology   9367     37       <NA>
#> 120310.1 1911-01-01 1992-08-15        C18 histology   8169     81       <NA>
#> 120310.2 1911-01-01 2010-07-15        C50 histology   9560     81       <NA>
#> 120327.1 1979-01-01 2002-07-15        C34 histology   9701     23       <NA>
#> 120327.2 1979-01-01 2017-10-15        C34 histology   9656     23       <NA>
#> 120345.1 1932-01-01 1995-01-15        C54 histology   9828     63       <NA>
#> 120345.2 1932-01-01 1996-09-15        C50 histology   9186     63       <NA>
#> 120352.1 1926-01-01 1994-05-15        C18  DCO case   9313     68 2018-12-01
#> 120372.1 1954-01-01 1999-05-15        C50 histology   9936     45       <NA>
#> 120372.2 1954-01-01 1999-06-15        C50  DCO case   8887     45       <NA>
#> 120376.1 1953-01-01 2005-03-15        C50 histology   9634     52       <NA>
#> 120376.2 1953-01-01 2018-09-15        C54 histology   9501     52       <NA>
#> 120402.1 1954-01-01 2002-12-15        C54 histology   8514     48       <NA>
#> 120402.2 1954-01-01 2007-07-15        C34 histology   9171     48       <NA>
#> 120409.1 1973-01-01 2011-10-15        C34 histology   9173     38       <NA>
#> 120414.1 1932-01-01 2005-11-15        C54 histology   9301     73       <NA>
#> 120423.1 1986-01-01 2012-02-15        C34 histology   8823     26       <NA>
#> 120427.1 1927-01-01 2004-07-15        C34 histology   9418     77       <NA>
#> 120427.2 1927-01-01 2005-10-15        C34 histology   9930     77       <NA>
#> 120440.1 1937-01-01 2005-07-15        C54 histology   9749     68 2011-12-01
#> 120445.1 1986-01-01 1999-10-15        C18 histology   9583     13 2002-04-01
#> 120456.1 1964-01-01 2014-06-15        C44 histology   8731     50 2018-02-01
#> 120488.1 1927-01-01 2000-03-15        C34  DCO case   8282     73       <NA>
#> 120488.2 1927-01-01 2014-06-15        C50 histology   9777     73       <NA>
#> 120519.1 1938-01-01 2000-05-15        C44 histology   9825     62 2005-01-01
#> 120535.1 1954-01-01 2016-01-15        C34 histology   8859     62       <NA>
#> 120562.1 1962-01-01 1998-10-15        C50 histology   8661     36 2019-10-01
#> 120562.2 1962-01-01 2003-10-15        C34 histology   9931     36 2019-10-01
#> 120580.1 1946-01-01 2008-12-15        C50 histology   9212     62       <NA>
#> 120580.2 1946-01-01 2013-04-15        C34 histology   8425     62       <NA>
#> 120596.1 1974-01-01 2004-02-15        C44 histology   8920     30 2016-02-01
#> 120596.2 1974-01-01 2010-10-15        C18  DCO case   8968     30 2016-02-01
#> 120607.1 1956-01-01 2000-04-15        C34 histology   8199     44 2008-09-01
#> 120610.1 1989-01-01 2019-05-15        C34  DCO case   8721     30       <NA>
#> 120617.1 1957-01-01 1996-09-15        C50 histology   9368     39 2016-04-01
#> 120621.1 1974-01-01 1996-06-15        C50 histology   9678     22 2011-02-01
#> 120654.1 1999-01-01 2003-03-15        C50 histology   9789      4       <NA>
#> 120654.2 1999-01-01 2018-04-15        C44 histology   8645      4       <NA>
#> 120694.1 1940-01-01 1996-01-15        C80 histology   8368     56       <NA>
#> 120694.2 1940-01-01 2010-11-15        C64  DCO case   9778     56       <NA>
#> 120706.1 1992-01-01 2013-09-15        C34 histology   9716     21       <NA>
#> 120708.1 1961-01-01 2019-11-15        C34 histology   9423     58       <NA>
#> 120711.1 1970-01-01 1997-08-15        C50 histology   9728     27       <NA>
#> 120711.2 1970-01-01 2001-12-15        C50 histology   9095     27       <NA>
#> 120717.1 1957-01-01 2008-06-15        C44 histology   8548     51       <NA>
#> 120722.1 1969-01-01 2005-09-15        C50 histology   8652     36       <NA>
#> 120722.2 1969-01-01 2011-09-15        C18  DCO case   9871     36       <NA>
#> 120730.1 1944-01-01 2006-04-15        C18 histology   8304     62       <NA>
#> 120738.1 1938-01-01 1996-02-15        C34 histology   8920     58 2005-06-01
#> 120739.1 1978-01-01 2000-07-15        C44 histology   9875     22       <NA>
#> 120739.2 1978-01-01 2010-02-15        C50 histology   8186     22       <NA>
#> 120740.1 1973-01-01 2007-10-15        C34 histology   8029     34       <NA>
#> 120741.1 1927-01-01 2003-10-15        C44 histology   8775     76 2004-07-01
#> 120754.1 1966-01-01 1997-11-15        C64 histology   9652     31 2012-01-01
#> 120754.2 1966-01-01 2002-02-15        C50 histology   9845     31 2012-01-01
#> 120769.1 1970-01-01 2007-10-15        C54 histology   9035     37 2018-03-01
#> 120798.1 1985-01-01 2011-05-15        C44 histology   8757     26       <NA>
#> 120812.1 1923-01-01 2006-03-15        C50 histology   8976     83       <NA>
#> 120821.1 1955-01-01 1993-02-15        C18 histology   9776     38       <NA>
#> 120821.2 1955-01-01 2010-10-15        C50 histology   9061     38       <NA>
#> 120832.1 1962-01-01 2006-12-15        C18  DCO case   8368     44       <NA>
#> 120869.1 1996-01-01 2008-08-15        C34 histology   9315     12       <NA>
#> 120886.1 1940-01-01 2013-06-15        C50 histology   9281     73 2017-02-01
#> 120886.2 1940-01-01 2015-05-15        C34 histology   9148     73 2017-02-01
#> 120891.1 1945-01-01 1998-07-15        C18 histology   8662     53 2012-04-01
#> 120892.1 1983-01-01 2010-02-15        C50 histology   8068     27       <NA>
#> 120897.1 1920-01-01 1991-02-15        C34 histology   8497     71 2006-04-01
#> 120900.1 1954-01-01 2016-04-15        C64 histology   8629     62       <NA>
#> 120900.2 1954-01-01 2019-03-15        C44 histology   8315     62       <NA>
#> 120930.1 1937-01-01 1994-09-15        C50 histology   8819     57       <NA>
#> 120930.2 1937-01-01 2012-02-15        C34 histology   8761     57       <NA>
#> 120933.1 1983-01-01 2007-11-15        C50 histology   9504     24 2009-04-01
#> 120936.1 1947-01-01 2002-03-15        C18 histology   9533     55 2003-07-01
#> 120950.1 1942-01-01 2000-12-15        C18 histology   9133     58       <NA>
#> 120951.1 1995-01-01 2016-11-15        C34 histology   8133     21       <NA>
#> 120964.1 1937-01-01 1995-08-15        C34 histology   9685     58       <NA>
#> 120964.2 1937-01-01 2010-02-15        C34 histology   8567     58       <NA>
#> 120987.1 1940-01-01 1994-11-15        C44 histology   8728     54 2013-11-01
#> 120987.2 1940-01-01 2000-03-15        C34 histology   9513     54 2013-11-01
#> 121016.1 1959-01-01 2000-08-15        C64 histology   9571     41 2013-10-01
#> 121027.1 1921-01-01 1991-04-15        C34 histology   8078     70 1998-09-01
#> 121031.1 1926-01-01 2005-10-15        C50 histology   9629     79       <NA>
#> 121031.2 1926-01-01 2009-01-15        C54 histology   9367     79       <NA>
#> 121041.1 1993-01-01 2019-09-15        C64 histology   9066     26       <NA>
#> 121059.1 1949-01-01 1992-07-15        C34 histology   8384     43 1998-11-01
#> 121060.1 1933-01-01 2004-03-15        C34 histology   9585     71 2017-01-01
#> 121060.2 1933-01-01 2006-08-15        C50 histology   9089     71 2017-01-01
#> 121061.1 1957-01-01 2012-05-15        C50 histology   8650     55 2019-05-01
#> 121069.1 1978-01-01 1999-02-15        C34 histology   8401     21 2019-10-01
#> 121069.2 1978-01-01 2007-06-15        C34 histology   9428     21 2019-10-01
#> 121085.1 1933-01-01 2006-03-15        C64 histology   9210     73       <NA>
#> 121113.1 1940-01-01 2003-05-15        C34 histology   9696     63 2008-05-01
#> 121113.2 1940-01-01 2007-12-15        C50 histology   8561     63 2008-05-01
#> 121121.1 1972-01-01 2002-05-15        C64 histology   9592     30 2018-11-01
#> 121121.2 1972-01-01 2004-04-15        C18 histology   8687     30 2018-11-01
#> 121124.1 1931-01-01 1992-03-15        C18 histology   8626     61       <NA>
#> 121124.2 1931-01-01 2003-03-15        C44 histology   9731     61       <NA>
#> 121143.1 1928-01-01 2000-10-15        C34 histology   9968     72 2001-06-01
#> 121153.1 1987-01-01 2016-03-15        C18 histology   8594     29       <NA>
#> 121158.1 1975-01-01 1996-12-15        C64 histology   8715     21       <NA>
#> 121158.2 1975-01-01 2005-06-15        C80 histology   9244     21       <NA>
#> 121159.1 1954-01-01 2003-10-15        C50  DCO case   9961     49       <NA>
#> 121159.2 1954-01-01 2006-10-15        C64 histology   8305     49       <NA>
#> 121171.1 1958-01-01 2002-07-15        C18 histology   9490     44 2004-06-01
#> 121183.1 1930-01-01 2003-05-15        C34 histology   8174     73       <NA>
#> 121203.1 1920-01-01 1991-01-15        C18 histology   9797     71 2017-11-01
#> 121203.2 1920-01-01 1992-04-15        C44 histology   9318     71 2017-11-01
#> 121207.1 1964-01-01 2012-02-15        C44 histology   9113     48       <NA>
#> 121236.1 1952-01-01 2013-09-15        C34 histology   8177     61       <NA>
#> 121242.1 1969-01-01 1992-04-15        C64 histology   8915     23 2019-10-01
#> 121242.2 1969-01-01 1993-07-15        C50 histology   8469     23 2019-10-01
#> 121253.1 1959-01-01 2012-07-15        C54 histology   9375     53       <NA>
#> 121253.2 1959-01-01 2013-11-15        C50 histology   9805     53       <NA>
#> 121265.1 1916-01-01 2004-01-15        C50 histology   9558     88       <NA>
#> 121283.1 1975-01-01 2016-01-15        C34 histology   8581     41       <NA>
#> 121283.2 1975-01-01 2018-01-15        C34 histology   8640     41       <NA>
#> 121296.1 2001-01-01 2002-12-15        C34 histology   9439      1       <NA>
#> 121296.2 2001-01-01 2015-08-15        C44  DCO case   9384      1       <NA>
#> 121308.1 1966-01-01 1997-11-15        C18 histology   9041     31 2017-04-01
#> 121313.1 1939-01-01 2012-04-15        C34 histology   9851     73       <NA>
#> 121336.1 1935-01-01 2007-04-15        C18  DCO case   9773     72       <NA>
#> 121347.1 1958-01-01 2010-12-15        C50 histology   9102     52       <NA>
#> 121360.1 1974-01-01 2013-12-15        C50  DCO case   8181     39       <NA>
#> 121368.1 1936-01-01 2008-12-15        C34 histology   8943     72       <NA>
#> 121368.2 1936-01-01 2015-01-15        C50 histology   8313     72       <NA>
#> 121380.1 1947-01-01 1991-11-15        C34 histology   8178     44       <NA>
#> 121380.2 1947-01-01 2003-03-15        C50 histology   9663     44       <NA>
#> 121397.1 1953-01-01 1997-06-15        C34  DCO case   9961     44       <NA>
#> 121397.2 1953-01-01 1999-06-15        C50 histology   9229     44       <NA>
#> 121420.1 1953-01-01 2013-11-15        C64 histology   8656     60       <NA>
#> 121440.1 2001-01-01 2007-05-15        C18 histology   8415      6 2010-11-01
#> 121481.1 1919-01-01 1993-12-15        C18 histology   9769     74 2012-08-01
#> 121494.1 1978-01-01 2005-11-15        C34 histology   8945     27 2007-03-01
#> 121496.1 1962-01-01 2002-09-15        C18 histology   9693     40 2016-04-01
#> 121505.1 1967-01-01 2003-02-15        C50 histology   9697     36       <NA>
#> 121508.1 1910-01-01 1995-10-15        C34 histology   8679     85       <NA>
#> 121508.2 1910-01-01 2012-05-15        C18  DCO case   9313     85       <NA>
#> 121512.1 1948-01-01 2015-12-15        C34 histology   8101     67       <NA>
#> 121517.1 1913-01-01 1998-11-15        C50 histology   9470     85       <NA>
#> 121517.2 1913-01-01 2000-12-15        C34 histology   8837     85       <NA>
#> 121531.1 1970-01-01 2013-11-15        C44 histology   9468     43       <NA>
#> 121544.1 1951-01-01 2016-07-15        C18 histology   9244     65       <NA>
#> 121545.1 1949-01-01 2011-05-15        C44 histology   8860     62 2012-04-01
#> 121546.1 1934-01-01 2001-04-15        C64 histology   9149     67       <NA>
#> 121546.2 1934-01-01 2016-12-15        C34 histology   8153     67       <NA>
#> 121599.1 1967-01-01 2003-06-15        C50 histology   9830     36       <NA>
#> 121599.2 1967-01-01 2005-06-15        C34 histology   8194     36       <NA>
#> 121631.1 1934-01-01 2009-12-15        C34  DCO case   8342     75       <NA>
#> 121644.1 1950-01-01 2017-12-15        C34  DCO case   9923     67       <NA>
#> 121654.1 1967-01-01 2000-10-15        C34 histology   8451     33 2014-04-01
#> 121686.1 1975-01-01 2008-12-15        C64 histology   8771     33 2011-06-01
#> 121713.1 1914-01-01 1997-11-15        C34 histology   9313     83 2008-07-01
#> 121713.2 1914-01-01 1999-09-15        C50 histology   8258     83 2008-07-01
#> 121727.1 1986-01-01 2013-04-15        C50 histology   9301     27 2019-01-01
#> 121739.1 1911-01-01 1993-07-15        C34 histology   8787     82       <NA>
#> 121739.2 1911-01-01 2016-03-15        C80 histology   9097     82       <NA>
#> 121746.1 1960-01-01 2008-01-15        C34 histology   9629     48 2014-02-01
#> 121765.1 1986-01-01 1996-07-15        C44 histology   8872     10       <NA>
#> 121765.2 1986-01-01 2014-08-15        C54 histology   8161     10       <NA>
#> 121780.1 1943-01-01 1999-08-15        C34 histology   8091     56       <NA>
#> 121784.1 1935-01-01 2003-04-15        C34 histology   8491     68       <NA>
#> 121794.1 1941-01-01 2008-04-15        C50 histology   9984     67       <NA>
#> 121802.1 1940-01-01 2003-02-15        C50  DCO case   9618     63       <NA>
#> 121802.2 1940-01-01 2018-10-15        C34 histology   8681     63       <NA>
#> 121818.1 1929-01-01 2008-05-15        C34 histology   8211     79 2013-01-01
#> 121838.1 1963-01-01 1992-07-15        C34  DCO case   8886     29 2017-03-01
#> 121839.1 1976-01-01 2014-11-15        C34 histology   9907     38       <NA>
#> 121844.1 1920-01-01 1991-04-15        C18 histology   9580     71 2010-03-01
#> 121844.2 1920-01-01 2003-12-15        C18  DCO case   8952     71 2010-03-01
#> 121845.1 2012-01-01 2012-12-15        C34 histology   9665      0 2016-05-01
#> 121850.1 2001-01-01 2018-11-15        C34 histology   8090     17       <NA>
#> 121852.1 1988-01-01 2018-02-15        C50 histology   9739     30       <NA>
#> 121858.1 1936-01-01 1993-04-15        C34 histology   9250     57 2011-01-01
#> 121859.1 1930-01-01 2003-12-15        C50 histology   9112     73       <NA>
#> 121859.2 1930-01-01 2008-02-15        C50 histology   9611     73       <NA>
#> 121873.1 1927-01-01 1992-11-15        C50 histology   9201     65       <NA>
#> 121873.2 1927-01-01 2017-07-15        C50 histology   8545     65       <NA>
#> 121892.1 1928-01-01 1996-06-15        C44 histology   9396     68 1997-04-01
#> 121893.1 1914-01-01 2000-10-15        C34 histology   9095     86       <NA>
#> 121905.1 1981-01-01 2012-11-15        C34 histology   8504     31       <NA>
#> 121905.2 1981-01-01 2017-10-15        C54 histology   8910     31       <NA>
#> 121911.1 1951-01-01 2002-10-15        C50 histology   9592     51 2013-06-01
#> 121920.1 1937-01-01 2002-11-15        C50 histology   9468     65 2002-11-15
#> 121922.1 1916-01-01 1995-09-15        C50 histology   9354     79 2003-03-01
#> 121926.1 1954-01-01 2010-04-15        C50 histology   9794     56       <NA>
#> 121926.2 1954-01-01 2019-05-15        C50 histology   8165     56       <NA>
#> 121934.1 1994-01-01 2002-04-15        C44 histology   9759      8 2015-01-01
#> 121934.2 1994-01-01 2009-11-15        C54 histology   9151      8 2015-01-01
#> 121940.1 1966-01-01 2009-09-15        C34 histology   9303     43       <NA>
#> 121952.1 1930-01-01 1996-10-15        C34 histology   9319     66 2006-01-01
#> 121962.1 1926-01-01 2000-03-15        C18  DCO case   9943     74       <NA>
#> 121962.2 1926-01-01 2019-06-15        C50 histology   9232     74       <NA>
#> 121975.1 1947-01-01 1995-04-15        C44 histology   8542     48       <NA>
#> 121975.2 1947-01-01 2005-07-15        C50 histology   8488     48       <NA>
#> 121978.1 1932-01-01 1993-05-15        C64 histology   8793     61 1996-09-01
#> 121980.1 1928-01-01 1991-08-15        C50  DCO case   8979     63       <NA>
#> 121980.2 1928-01-01 1999-07-15        C34  DCO case   8497     63       <NA>
#> 121982.1 1913-01-01 1992-04-15        C50 histology   9127     79       <NA>
#> 121982.2 1913-01-01 1992-09-15        C34 histology   9349     79       <NA>
#> 121983.1 1960-01-01 2008-09-15        C34 histology   8062     48       <NA>
#> 121995.1 1948-01-01 2017-03-15        C18 histology   8280     69       <NA>
#> 122036.1 1965-01-01 2002-10-15        C44 histology   9390     37       <NA>
#> 122036.2 1965-01-01 2019-11-15        C44 histology   9672     37       <NA>
#> 122040.1 1907-01-01 2005-08-15        C34 histology   9524     98 2014-09-01
#> 122040.2 1907-01-01 2006-10-15        C44 histology   8623     98 2014-09-01
#> 122080.1 1984-01-01 2016-04-15        C34 histology   8599     32 2019-07-01
#> 122105.1 1946-01-01 1996-07-15        C54 histology   8076     50 2018-01-01
#> 122105.2 1946-01-01 2015-02-15        C50 histology   8457     50 2018-01-01
#> 122106.1 1974-01-01 2010-03-15        C50 histology   8613     36       <NA>
#> 122110.1 1984-01-01 2015-01-15        C34 histology   9367     31       <NA>
#> 122113.1 1973-01-01 2010-02-15        C18 histology   9790     37 2017-10-01
#> 122113.2 1973-01-01 2013-12-15        C50 histology   9278     37 2017-10-01
#> 122125.1 1938-01-01 2010-10-15        C18 histology   9737     72       <NA>
#> 122127.1 1989-01-01 2012-01-15        C50 histology   9724     23       <NA>
#> 122138.1 1976-01-01 1993-10-15        C34 histology   8171     17       <NA>
#> 122138.2 1976-01-01 2018-06-15        C18 histology   9075     17       <NA>
#> 122142.1 1955-01-01 1993-08-15        C50 histology   8027     38       <NA>
#> 122142.2 1955-01-01 2002-01-15        C64  DCO case   8022     38       <NA>
#> 122180.1 1956-01-01 2019-12-15        C34 histology   9637     63       <NA>
#> 122188.1 1926-01-01 1994-10-15        C44 histology   8429     68 2003-01-01
#> 122226.1 1968-01-01 2016-10-15        C18 histology   9648     48       <NA>
#> 122259.1 1936-01-01 2004-06-15        C34 histology   8295     68 2009-07-01
#> 122270.1 1954-01-01 1993-09-15        C54 histology   8520     39 2018-11-01
#> 122270.2 1954-01-01 2016-12-15        C80 histology   9773     39 2018-11-01
#> 122274.1 1951-01-01 1994-12-15        C64 histology   9708     43 1994-12-15
#> 122283.1 1971-01-01 1993-10-15        C50  DCO case   8596     22 2000-03-01
#> 122283.2 1971-01-01 1997-03-15        C80 histology   9869     22 2000-03-01
#> 122284.1 1940-01-01 2006-08-15        C50 histology   9309     66 2013-10-01
#> 122308.1 1924-01-01 1992-01-15        C64 histology   9184     68 2019-02-01
#> 122308.2 1924-01-01 2006-05-15        C44 histology   8176     68 2019-02-01
#> 122314.1 1934-01-01 2002-12-15        C34 histology   9708     68 2018-08-01
#> 122314.2 1934-01-01 2004-01-15        C34 histology   9366     68 2018-08-01
#> 122317.1 1960-01-01 2003-01-15        C54 histology   9586     43 2008-09-01
#> 122363.1 1977-01-01 2006-03-15        C50 histology   9478     29       <NA>
#> 122380.1 1975-01-01 2008-11-15        C18  DCO case   9646     33       <NA>
#> 122399.1 1979-01-01 2002-07-15        C50 histology   8114     23 2005-09-01
#> 122407.1 1934-01-01 1997-06-15        C50 histology   9243     63       <NA>
#> 122407.2 1934-01-01 2016-01-15        C34 histology   9733     63       <NA>
#> 122419.1 1960-01-01 1998-01-15        C44 histology   8634     38 2016-05-01
#> 122440.1 1966-01-01 2011-10-15        C34 histology   8078     45 2014-04-01
#> 122449.1 1941-01-01 2011-03-15        C44 histology   9577     70       <NA>
#> 122454.1 1977-01-01 2018-11-15        C50 histology   9740     41       <NA>
#> 122459.1 1969-01-01 1997-09-15        C34 histology   9986     28       <NA>
#> 122459.2 1969-01-01 2004-02-15        C64 histology   8085     28       <NA>
#> 122487.1 1937-01-01 2011-07-15        C34 histology   9962     74 2015-08-01
#> 122492.1 1917-01-01 2000-11-15        C64 histology   8377     83       <NA>
#> 122492.2 1917-01-01 2009-08-15        C54 histology   9872     83       <NA>
#> 122494.1 1946-01-01 2003-10-15        C34 histology   9489     57       <NA>
#> 122501.1 1930-01-01 2003-11-15        C34 histology   8148     73       <NA>
#> 122515.1 1922-01-01 1996-07-15        C50 histology   8771     74 2000-10-01
#> 122522.1 1940-01-01 2017-11-15        C44 histology   8094     77       <NA>
#> 122534.1 1974-01-01 2016-03-15        C50 histology   8392     42       <NA>
#> 122536.1 1949-01-01 2019-04-15        C50 histology   9383     70       <NA>
#> 122567.1 1901-01-01 1993-02-15        C50  DCO case   8506     92       <NA>
#> 122567.2 1901-01-01 2007-08-15        C50  DCO case   9059     92       <NA>
#> 122568.1 1949-01-01 2007-01-15        C44 histology   8907     58       <NA>
#> 122573.1 1944-01-01 2007-11-15        C80 histology   9572     63       <NA>
#> 122573.2 1944-01-01 2010-08-15        C50 histology   8382     63       <NA>
#> 122625.1 1904-01-01 1992-01-15        C50 histology   9847     88 2006-05-01
#> 122628.1 1957-01-01 1997-06-15        C34 histology   8703     40 2000-04-01
#> 122633.1 1937-01-01 2001-01-15        C34  DCO case   8056     64 2015-01-01
#> 122633.2 1937-01-01 2004-12-15        C80 histology   8997     64 2015-01-01
#> 122637.1 1963-01-01 2000-01-15        C34 histology   8293     37       <NA>
#> 122643.1 1929-01-01 2011-01-15        C44  DCO case   8195     82       <NA>
#> 122659.1 1983-01-01 2012-07-15        C34 histology   9504     29 2013-07-01
#> 122675.1 1978-01-01 2010-06-15        C44 histology   9826     32       <NA>
#> 122675.2 1978-01-01 2014-08-15        C50 histology   8400     32       <NA>
#> 122694.1 1979-01-01 2019-03-15        C34 histology   9287     40       <NA>
#> 122700.1 1972-01-01 2002-08-15        C18 histology   9064     30 2017-10-01
#> 122710.1 1966-01-01 2016-08-15        C18  DCO case   8747     50       <NA>
#> 122738.1 1937-01-01 2007-01-15        C50 histology   8198     70       <NA>
#> 122738.2 1937-01-01 2011-02-15        C34 histology   9543     70       <NA>
#> 122741.1 1962-01-01 1995-09-15        C34 histology   8408     33 2019-09-01
#> 122748.1 1929-01-01 1995-10-15        C54 histology   9832     66       <NA>
#> 122748.2 1929-01-01 2003-08-15        C34 histology   8836     66       <NA>
#> 122758.1 1954-01-01 1992-02-15        C50 histology   8668     38 1996-09-01
#> 122766.1 1953-01-01 1991-02-15        C34 histology   8979     38 1991-11-01
#> 122784.1 1954-01-01 2013-08-15        C34 histology   8521     59       <NA>
#> 122800.1 1938-01-01 2012-02-15        C54 histology   8401     74       <NA>
#> 122800.2 1938-01-01 2014-01-15        C44 histology   8676     74       <NA>
#> 122806.1 1954-01-01 2012-01-15        C34 histology   9947     58 2018-03-01
#> 122810.1 1935-01-01 1998-12-15        C50 histology   8697     63 2010-03-01
#> 122810.2 1935-01-01 2001-07-15        C34 histology   9761     63 2010-03-01
#> 122812.1 1937-01-01 2002-06-15        C50 histology   8297     65 2019-08-01
#> 122835.1 1977-01-01 2012-03-15        C34 histology   8787     35       <NA>
#> 122835.2 1977-01-01 2013-11-15        C18 histology   9536     35       <NA>
#> 122855.1 1934-01-01 1999-10-15        C34 histology   9670     65 2017-10-01
#> 122874.1 1922-01-01 2000-05-15        C34 histology   8052     78       <NA>
#> 122874.2 1922-01-01 2011-02-15        C34 histology   8329     78       <NA>
#> 122902.1 1942-01-01 1995-10-15        C50 histology   8421     53 2017-03-01
#> 122902.2 1942-01-01 2011-01-15        C80 histology   8276     53 2017-03-01
#> 122916.1 1947-01-01 1991-10-15        C34  DCO case   9585     44       <NA>
#> 122916.2 1947-01-01 2003-07-15        C34  DCO case   9304     44       <NA>
#> 122923.1 1969-01-01 1999-03-15        C34 histology   9813     30 2004-04-01
#> 122930.1 1924-01-01 1999-03-15        C50 histology   9803     75 2019-08-01
#> 122930.2 1924-01-01 2014-04-15        C34 histology   8983     75 2019-08-01
#> 122950.1 1958-01-01 2016-03-15        C34 histology   9592     58 2019-07-01
#> 122954.1 1978-01-01 1992-12-15        C18 histology   9482     14       <NA>
#> 122954.2 1978-01-01 2016-05-15        C64  DCO case   9601     14       <NA>
#> 122960.1 1961-01-01 2016-07-15        C18  DCO case   9017     55       <NA>
#> 122967.1 1939-01-01 2005-08-15        C50 histology   8910     66       <NA>
#> 122974.1 1949-01-01 2014-04-15        C34 histology   8157     65       <NA>
#> 122978.1 1929-01-01 1991-03-15        C54 histology   9289     62 1999-06-15
#> 122978.2 1929-01-01 1999-06-15        C18 histology   9948     62 1999-06-15
#> 122997.1 1917-01-01 1994-05-15        C34 histology   9085     77 1997-03-01
#> 122999.1 1937-01-01 1997-06-15        C54 histology   8304     60 1997-06-15
#> 123005.1 1938-01-01 2006-09-15        C50 histology   9021     68       <NA>
#> 123005.2 1938-01-01 2013-10-15        C50 histology   9777     68       <NA>
#> 123009.1 1936-01-01 2002-04-15        C80 histology   9083     66       <NA>
#> 123009.2 1936-01-01 2008-11-15        C34 histology   8208     66       <NA>
#> 123010.1 1962-01-01 2010-09-15        C50 histology   8867     48       <NA>
#> 123010.2 1962-01-01 2014-10-15        C34 histology   9669     48       <NA>
#> 123022.1 1949-01-01 2006-05-15        C34  DCO case   8584     57 2019-04-01
#> 123022.2 1949-01-01 2015-07-15        C44 histology   8291     57 2019-04-01
#> 123036.1 1991-01-01 2019-10-15        C44 histology   8906     28       <NA>
#> 123038.1 1924-01-01 1991-04-15        C50 histology   9393     67 2001-03-15
#> 123038.2 1924-01-01 2001-03-15        C54 histology   9360     67 2001-03-15
#> 123057.1 1922-01-01 1993-03-15        C34 histology   8208     71       <NA>
#> 123057.2 1922-01-01 2016-05-15        C44 histology   9227     71       <NA>
#> 123087.1 1942-01-01 2003-08-15        C18 histology   8118     61 2017-06-01
#> 123087.2 1942-01-01 2009-07-15        C50 histology   8568     61 2017-06-01
#> 123095.1 1982-01-01 2006-04-15        C18 histology   9342     24       <NA>
#> 123127.1 1924-01-01 1999-09-15        C50 histology   8396     75 2016-08-15
#> 123127.2 1924-01-01 2016-08-15        C34 histology   9533     75 2016-08-15
#> 123130.1 1955-01-01 1997-09-15        C50 histology   9697     42 2011-12-01
#> 123154.1 1980-01-01 2019-07-15        C54  DCO case   9958     39       <NA>
#> 123168.1 1977-01-01 2019-10-15        C50 histology   9274     42       <NA>
#> 123179.1 1990-01-01 1993-06-15        C34 histology   8340      3       <NA>
#> 123179.2 1990-01-01 2012-02-15        C18 histology   8165      3       <NA>
#> 123238.1 1967-01-01 2008-07-15        C50 histology   9097     41       <NA>
#> 123253.1 1935-01-01 1998-05-15        C18 histology   9075     63       <NA>
#> 123253.2 1935-01-01 2019-04-15        C34 histology   8391     63       <NA>
#> 123275.1 1967-01-01 1991-11-15        C18 histology   8094     24 1995-03-01
#> 123281.1 1923-01-01 1991-10-15        C44  DCO case   8110     68       <NA>
#> 123281.2 1923-01-01 1996-06-15        C64 histology   9688     68       <NA>
#> 123304.1 1952-01-01 2018-06-15        C44 histology   8453     66       <NA>
#> 123328.1 1921-01-01 1992-05-15        C50 histology   9671     71 1995-11-01
#> 123330.1 1930-01-01 2002-09-15        C34 histology   9367     72 2006-12-01
#> 123335.1 1961-01-01 2019-05-15        C34 histology   8863     58       <NA>
#> 123358.1 1973-01-01 2013-12-15        C64 histology   9052     40 2018-01-01
#> 123367.1 1956-01-01 2017-08-15        C34 histology   9607     61 2017-08-15
#> 123391.1 1967-01-01 1993-03-15        C34 histology   9265     26 2008-09-01
#> 123391.2 1967-01-01 1997-11-15        C34 histology   8143     26 2008-09-01
#> 123400.1 1953-01-01 1994-09-15        C50 histology   8117     41       <NA>
#> 123400.2 1953-01-01 2011-02-15        C34 histology   9794     41       <NA>
#> 123409.1 1946-01-01 1999-06-15        C50 histology   9454     53       <NA>
#> 123409.2 1946-01-01 2000-11-15        C50 histology   9652     53       <NA>
#> 123433.1 1971-01-01 2007-02-15        C18 histology   8050     36 2019-01-01
#> 123433.2 1971-01-01 2017-05-15        C34 histology   8577     36 2019-01-01
#> 123444.1 1943-01-01 2013-05-15        C50 histology   8614     70       <NA>
#> 123459.1 1938-01-01 2001-11-15        C44 histology   9272     63 2019-11-01
#> 123467.1 1958-01-01 2005-06-15        C34 histology   8175     47 2012-08-01
#> 123476.1 1909-01-01 2013-05-15        C34 histology   8942    104       <NA>
#> 123514.1 1950-01-01 2010-12-15        C50 histology   8874     60 2014-08-01
#> 123546.1 1980-01-01 1997-06-15        C54 histology   9796     17 2001-09-01
#> 123553.1 1982-01-01 1996-05-15        C50 histology   8253     14 2016-10-01
#> 123553.2 1982-01-01 2002-06-15        C34 histology   9443     14 2016-10-01
#> 123591.1 1949-01-01 1999-08-15        C18 histology   8375     50 2012-11-01
#> 123591.2 1949-01-01 2008-09-15        C50 histology   9610     50 2012-11-01
#> 123634.1 1977-01-01 2006-02-15        C34 histology   9514     29       <NA>
#> 123634.2 1977-01-01 2014-07-15        C50 histology   8795     29       <NA>
#> 123636.1 1928-01-01 1995-01-15        C34 histology   9368     67 2019-07-01
#> 123636.2 1928-01-01 1998-12-15        C50 histology   9458     67 2019-07-01
#> 123643.1 1956-01-01 2001-08-15        C50 histology   8530     45       <NA>
#> 123649.1 1950-01-01 1995-05-15        C34 histology   8599     45 2015-10-01
#> 123649.2 1950-01-01 1997-10-15        C44 histology   8765     45 2015-10-01
#> 123656.1 1985-01-01 2007-08-15        C34 histology   9810     22       <NA>
#> 123656.2 1985-01-01 2015-12-15        C34 histology   8182     22       <NA>
#> 123658.1 1952-01-01 1997-01-15        C50 histology   8118     45       <NA>
#> 123658.2 1952-01-01 2011-05-15        C50  DCO case   8637     45       <NA>
#> 123665.1 1947-01-01 2014-12-15        C34 histology   9059     67       <NA>
#> 123685.1 1942-01-01 1994-07-15        C34 histology   9109     52 1997-03-01
#> 123685.2 1942-01-01 1995-04-15        C50 histology   8809     52 1997-03-01
#> 123688.1 1967-01-01 1997-06-15        C34 histology   9461     30 2006-06-01
#> 123708.1 1946-01-01 1995-01-15        C50 histology   8612     49 2003-10-01
#> 123709.1 1945-01-01 2011-02-15        C50 histology   8532     66       <NA>
#> 123741.1 1967-01-01 1991-11-15        C44 histology   9639     24 2018-06-01
#> 123741.2 1967-01-01 1998-05-15        C34 histology   8181     24 2018-06-01
#> 123743.1 1913-01-01 1994-03-15        C18 histology   8982     81 2019-02-01
#> 123743.2 1913-01-01 1994-07-15        C50 histology   8838     81 2019-02-01
#> 123768.1 1932-01-01 2011-12-15        C50 histology   8486     79       <NA>
#> 123772.1 1981-01-01 1997-09-15        C50  DCO case   8515     16       <NA>
#> 123772.2 1981-01-01 2002-05-15        C64 histology   8630     16       <NA>
#> 123816.1 1982-01-01 1998-11-15        C34 histology   8354     16       <NA>
#> 123816.2 1982-01-01 2009-10-15        C34 histology   8609     16       <NA>
#> 123828.1 1960-01-01 1999-11-15        C34 histology   9987     39 2018-01-01
#> 123847.1 1964-01-01 2006-04-15        C50 histology   8539     42 2013-12-01
#> 123871.1 1912-01-01 2000-05-15        C34 histology   9665     88 2015-02-01
#> 123900.1 1964-01-01 1993-08-15        C50 histology   8590     29 2004-11-01
#> 123915.1 1930-01-01 2002-03-15        C50 histology   9720     72       <NA>
#> 123942.1 1958-01-01 1996-07-15        C50 histology   9340     38 2015-05-01
#> 123942.2 1958-01-01 1997-11-15        C34 histology   8523     38 2015-05-01
#> 123968.1 1975-01-01 2000-12-15        C34 histology   8872     25       <NA>
#> 123968.2 1975-01-01 2004-03-15        C44 histology   9520     25       <NA>
#> 123970.1 1952-01-01 1994-10-15        C18 histology   8747     42 2016-10-01
#> 123983.1 1940-01-01 1994-10-15        C34 histology   9492     54 2005-01-01
#> 123994.1 1956-01-01 2002-02-15        C18 histology   8158     46 2009-12-01
#> 124004.1 1941-01-01 2002-11-15        C34 histology   9834     61 2013-06-01
#> 124034.1 1961-01-01 2012-08-15        C44  DCO case   8078     51 2016-03-01
#> 124056.1 1927-01-01 1992-02-15        C34 histology   8581     65       <NA>
#> 124056.2 1927-01-01 2019-12-15        C64 histology   9557     65       <NA>
#> 124062.1 1972-01-01 1997-09-15        C54 histology   8358     25 2018-11-01
#> 124080.1 1931-01-01 2000-02-15        C34 histology   9350     69 2017-05-01
#> 124095.1 1949-01-01 1992-03-15        C34 histology   8218     43 2011-10-01
#> 124098.1 1964-01-01 2015-02-15        C34 histology   8780     51       <NA>
#> 124098.2 1964-01-01 2016-11-15        C64  DCO case   9678     51       <NA>
#> 124102.1 1955-01-01 2005-01-15        C50 histology   8342     50       <NA>
#> 124121.1 1957-01-01 1991-04-15        C44  DCO case   8479     34 2013-10-01
#> 124121.2 1957-01-01 2004-07-15        C50 histology   8031     34 2013-10-01
#> 124139.1 1969-01-01 1995-09-15        C50 histology   8140     26 2013-02-01
#> 124151.1 1963-01-01 1999-11-15        C34 histology   8328     36       <NA>
#> 124153.1 1931-01-01 1997-04-15        C34 histology   9312     66       <NA>
#> 124153.2 1931-01-01 2018-05-15        C64 histology   9627     66       <NA>
#> 124155.1 1950-01-01 1995-02-15        C18 histology   8152     45       <NA>
#> 124155.2 1950-01-01 2016-06-15        C50 histology   8140     45       <NA>
#> 124159.1 1940-01-01 1997-10-15        C34 histology   9700     57 1998-11-01
#> 124162.1 1936-01-01 1991-09-15        C34 histology   8621     55 2007-12-01
#> 124162.2 1936-01-01 1998-10-15        C18  DCO case   9386     55 2007-12-01
#> 124179.1 1965-01-01 1995-02-15        C50 histology   8765     30 2018-12-01
#> 124181.1 1925-01-01 2001-08-15        C34  DCO case   8627     76       <NA>
#> 124182.1 1917-01-01 2005-01-15        C44  DCO case   9135     88 2017-02-01
#> 124182.2 1917-01-01 2016-04-15        C64 histology   9389     88 2017-02-01
#> 124186.1 1916-01-01 1993-04-15        C34 histology   8251     77 2003-02-01
#> 124196.1 1917-01-01 2003-02-15        C34 histology   8599     86       <NA>
#> 124196.2 1917-01-01 2018-01-15        C34 histology   8849     86       <NA>
#> 124201.1 1925-01-01 1996-04-15        C50 histology   9554     71 2009-10-01
#> 124201.2 1925-01-01 2008-02-15        C34 histology   8705     71 2009-10-01
#> 124209.1 1912-01-01 1999-07-15        C64  DCO case   8628     87       <NA>
#> 124218.1 1922-01-01 1999-07-15        C50  DCO case   8230     77       <NA>
#> 124218.2 1922-01-01 2019-10-15        C44  DCO case   8181     77       <NA>
#> 124227.1 1918-01-01 1999-06-15        C64 histology   8215     81 2010-06-01
#> 124227.2 1918-01-01 2006-02-15        C34 histology   9685     81 2010-06-01
#> 124240.1 1942-01-01 2010-02-15        C34 histology   8910     68       <NA>
#> 124242.1 1928-01-01 1993-04-15        C64 histology   8737     65 2009-01-01
#> 124242.2 1928-01-01 1993-06-15        C34 histology   9261     65 2009-01-01
#> 124243.1 1982-01-01 2003-02-15        C44 histology   9846     21 2004-06-01
#> 124248.1 1939-01-01 1995-06-15        C50 histology   8752     56       <NA>
#> 124248.2 1939-01-01 2001-05-15        C14 histology   8931     56       <NA>
#> 124253.1 1999-01-01 2009-03-15        C34 histology   8216     10       <NA>
#> 124256.1 1971-01-01 2015-11-15        C64 histology   9753     44       <NA>
#> 124261.1 1956-01-01 1996-03-15        C34 histology   9099     40 2012-04-01
#> 124280.1 1925-01-01 1994-12-15        C44 histology   8834     69 2001-05-01
#> 124293.1 1960-01-01 1996-04-15        C44 histology   8000     36 2019-06-01
#> 124293.2 1960-01-01 1998-05-15        C18 histology   9983     36 2019-06-01
#> 124313.1 1969-01-01 2019-12-15        C34 histology   8717     50       <NA>
#> 124332.1 1963-01-01 1996-02-15        C44 histology   8103     33 2008-03-01
#> 124357.1 1908-01-01 2010-09-15        C18 histology   8425    102 2010-09-15
#> 124391.1 1917-01-01 1993-03-15        C50 histology   8615     76 2001-11-01
#> 124391.2 1917-01-01 1996-11-15        C34  DCO case   8395     76 2001-11-01
#> 124393.1 1919-01-01 1992-08-15        C50 histology   9234     73 1996-09-01
#> 124395.1 1935-01-01 1995-02-15        C50 histology   9343     60 2014-07-01
#> 124395.2 1935-01-01 1999-08-15        C64 histology   9272     60 2014-07-01
#> 124445.1 1936-01-01 1993-08-15        C34 histology   8979     57 2018-08-01
#> 124453.1 1982-01-01 2000-06-15        C18 histology   9824     18       <NA>
#> 124510.1 1930-01-01 1999-12-15        C54  DCO case   9238     69 2015-12-01
#> 124514.1 1959-01-01 2007-02-15        C50 histology   8157     48       <NA>
#> 124514.2 1959-01-01 2011-08-15        C18 histology   9777     48       <NA>
#> 124530.1 1924-01-01 2015-07-15        C44 histology   8213     91       <NA>
#> 124549.1 1943-01-01 2009-12-15        C50  DCO case   8771     66       <NA>
#> 124558.1 1945-01-01 1991-12-15        C34 histology   9635     46       <NA>
#> 124558.2 1945-01-01 1996-10-15        C34 histology   9279     46       <NA>
#> 124566.1 1947-01-01 2002-06-15        C50 histology   8894     55       <NA>
#> 124566.2 1947-01-01 2010-10-15        C50 histology   8926     55       <NA>
#> 124582.1 1936-01-01 1998-03-15        C34 histology   9213     62 2001-01-01
#> 124584.1 1954-01-01 2004-12-15        C50 histology   8200     50       <NA>
#> 124604.1 1968-01-01 1992-07-15        C34 histology   9059     24 2012-10-01
#> 124604.2 1968-01-01 1996-03-15        C34 histology   8719     24 2012-10-01
#> 124610.1 1938-01-01 2004-07-15        C34 histology   9345     66       <NA>
#> 124610.2 1938-01-01 2009-06-15        C50 histology   9898     66       <NA>
#> 124616.1 1931-01-01 1993-07-15        C80 histology   9047     62 2015-12-01
#> 124616.2 1931-01-01 2002-11-15        C50 histology   9024     62 2015-12-01
#> 124618.1 1946-01-01 2012-04-15        C34 histology   9985     66       <NA>
#> 124622.1 1971-01-01 2017-10-15        C34  DCO case   9490     46       <NA>
#> 124630.1 1979-01-01 2002-02-15        C80 histology   8735     23       <NA>
#> 124630.2 1979-01-01 2003-07-15        C44 histology   8584     23       <NA>
#> 124655.1 1957-01-01 2015-06-15        C18  DCO case   8275     58       <NA>
#> 124665.1 1994-01-01 2002-10-15        C64 histology   9550      8 2017-12-01
#> 124665.2 1994-01-01 2006-08-15        C34 histology   9459      8 2017-12-01
#> 124669.1 1950-01-01 2000-07-15        C18 histology   8300     50       <NA>
#> 124669.2 1950-01-01 2016-10-15        C34 histology   9347     50       <NA>
#> 124677.1 1943-01-01 2002-03-15        C34 histology   9533     59 2015-07-01
#> 124687.1 1953-01-01 1995-07-15        C18 histology   9338     42 2016-11-01
#> 124698.1 1946-01-01 1991-05-15        C64 histology   9261     45       <NA>
#> 124698.2 1946-01-01 2012-01-15        C18  DCO case   8604     45       <NA>
#> 124718.1 1987-01-01 1994-07-15        C50 histology   8329      7 2008-04-01
#> 124718.2 1987-01-01 2000-02-15        C34 histology   8501      7 2008-04-01
#> 124721.1 1971-01-01 1998-05-15        C64 histology   8536     27 2018-10-01
#> 124726.1 1954-01-01 1995-05-15        C34 histology   9824     41       <NA>
#> 124726.2 1954-01-01 2012-11-15        C54  DCO case   8064     41       <NA>
#> 124743.1 1922-01-01 2006-08-15        C34 histology   9223     84       <NA>
#> 124744.1 1925-01-01 1992-08-15        C34 histology   8692     67 2005-10-01
#> 124744.2 1925-01-01 1999-02-15        C34 histology   9143     67 2005-10-01
#> 124748.1 1972-01-01 2013-11-15        C54  DCO case   8798     41       <NA>
#> 124765.1 1934-01-01 1996-12-15        C34 histology   9835     62 1997-10-01
#> 124804.1 1994-01-01 1995-02-15        C34 histology   9310      1       <NA>
#> 124804.2 1994-01-01 2000-01-15        C50 histology   9472      1       <NA>
#> 124814.1 1959-01-01 2012-07-15        C54 histology   9727     53 2018-08-01
#> 124820.1 1971-01-01 1994-07-15        C44 histology   9481     23 2012-05-01
#> 124821.1 1940-01-01 1998-11-15        C34 histology   9700     58       <NA>
#> 124821.2 1940-01-01 2018-03-15        C44 histology   8997     58       <NA>
#> 124835.1 1925-01-01 1992-03-15        C50 histology   9963     67 2017-02-01
#> 124835.2 1925-01-01 2003-05-15        C34 histology   8500     67 2017-02-01
#> 124837.1 1956-01-01 2014-01-15        C44 histology   8818     58 2017-10-01
#> 124869.1 1956-01-01 1995-09-15        C54 histology   9525     39       <NA>
#> 124869.2 1956-01-01 2004-03-15        C34 histology   9585     39       <NA>
#> 124872.1 1970-01-01 2011-10-15        C34 histology   9755     41       <NA>
#> 124947.1 1963-01-01 1995-06-15        C50 histology   8580     32 2014-03-01
#> 124947.2 1963-01-01 2005-10-15        C80 histology   9803     32 2014-03-01
#> 124951.1 1945-01-01 2009-02-15        C44  DCO case   8907     64 2018-12-01
#> 124998.1 1953-01-01 1994-05-15        C54 histology   9196     41 2001-06-01
#> 124999.1 1933-01-01 2016-06-15        C50 histology   8022     83       <NA>
#> 125000.1 1965-01-01 1992-11-15        C54 histology   8390     27       <NA>
#> 125000.2 1965-01-01 1994-02-15        C34 histology   8582     27       <NA>
#> 125017.1 1938-01-01 1994-02-15        C50 histology   8779     56 2013-06-01
#> 125023.1 1938-01-01 2012-03-15        C50 histology   9506     74       <NA>
#> 125027.1 1987-01-01 2018-10-15        C34 histology   8364     31       <NA>
#> 125060.1 1965-01-01 2006-04-15        C50 histology   9569     41 2016-04-01
#> 125060.2 1965-01-01 2014-02-15        C44 histology   8156     41 2016-04-01
#> 125062.1 1927-01-01 1993-11-15        C50 histology   9861     66 2008-02-01
#> 125136.1 1956-01-01 2019-03-15        C18 histology   9445     63       <NA>
#> 125147.1 1937-01-01 1995-03-15        C18 histology   8553     58 2013-06-01
#> 125147.2 1937-01-01 1995-08-15        C34 histology   8063     58 2013-06-01
#> 125155.1 1954-01-01 2000-10-15        C34  DCO case   8014     46 2012-06-01
#> 125155.2 1954-01-01 2005-06-15        C50 histology   8190     46 2012-06-01
#> 125161.1 1978-01-01 2006-10-15        C18 histology   8487     28       <NA>
#> 125178.1 1939-01-01 2005-12-15        C44 histology   8637     66 2017-02-01
#> 125191.1 1922-01-01 1991-08-15        C54 histology   9792     69 1998-02-01
#> 125199.1 1957-01-01 1994-11-15        C18 histology   8649     37 2011-07-01
#> 125199.2 1957-01-01 1996-01-15        C34 histology   9490     37 2011-07-01
#> 125260.1 1932-01-01 1996-02-15        C44 histology   8917     64       <NA>
#> 125260.2 1932-01-01 2000-02-15        C18 histology   9970     64       <NA>
#> 125265.1 1987-01-01 2004-12-15        C80 histology   8938     17 2009-10-01
#> 125282.1 1945-01-01 1991-03-15        C50 histology   9470     46       <NA>
#> 125282.2 1945-01-01 2006-07-15        C44 histology   8182     46       <NA>
#> 125300.1 1924-01-01 1992-10-15        C50 histology   9629     68       <NA>
#> 125300.2 1924-01-01 2001-06-15        C54 histology   9292     68       <NA>
#> 125311.1 1935-01-01 1991-06-15        C50 histology   8659     56 2008-05-01
#> 125323.1 1941-01-01 2013-10-15        C54 histology   9976     72 2014-03-01
#> 125329.1 1959-01-01 2002-07-15        C80 histology   8854     43       <NA>
#> 125329.2 1959-01-01 2019-04-15        C34 histology   8493     43       <NA>
#> 125333.1 1941-01-01 1996-03-15        C34 histology   8330     55 2011-05-01
#> 125333.2 1941-01-01 1998-04-15        C50  DCO case   8363     55 2011-05-01
#> 125335.1 1913-01-01 1991-08-15        C50 histology   9458     78       <NA>
#> 125335.2 1913-01-01 2003-07-15        C50 histology   9358     78       <NA>
#> 125351.1 1940-01-01 2015-01-15        C64 histology   8873     75       <NA>
#> 125364.1 1933-01-01 2001-07-15        C34 histology   9986     68 2001-09-01
#> 125382.1 1959-01-01 2018-01-15        C64 histology   9428     59       <NA>
#> 125387.1 1930-01-01 1995-12-15        C34 histology   9782     65 2016-04-01
#> 125404.1 1917-01-01 1993-02-15        C50 histology   8557     76 1999-06-01
#> 125415.1 1957-01-01 2016-12-15        C34 histology   8854     59       <NA>
#> 125429.1 1934-01-01 2000-10-15        C44 histology   9175     66       <NA>
#> 125444.1 1974-01-01 2010-04-15        C34 histology   8244     36       <NA>
#> 125483.1 1923-01-01 2000-07-15        C50 histology   9654     77       <NA>
#> 125483.2 1923-01-01 2009-05-15        C18 histology   9165     77       <NA>
#> 125496.1 1986-01-01 2000-11-15        C44 histology   8547     14       <NA>
#> 125496.2 1986-01-01 2019-08-15        C18 histology   8666     14       <NA>
#> 125499.1 1975-01-01 2008-05-15        C54 histology   9756     33       <NA>
#> 125499.2 1975-01-01 2008-10-15        C34 histology   8958     33       <NA>
#> 125500.1 1933-01-01 1997-11-15        C34 histology   9780     64 2006-11-01
#> 125502.1 1982-01-01 2013-07-15        C34  DCO case   9368     31 2017-07-01
#> 125502.2 1982-01-01 2014-05-15        C18 histology   8133     31 2017-07-01
#> 125508.1 1963-01-01 1992-06-15        C50 histology   8259     29 2017-01-01
#> 125508.2 1963-01-01 1993-03-15        C14  DCO case   9669     29 2017-01-01
#> 125523.1 1955-01-01 2002-11-15        C50 histology   8742     47       <NA>
#> 125523.2 1955-01-01 2013-11-15        C34  DCO case   8695     47       <NA>
#> 125552.1 1952-01-01 2010-06-15        C50 histology   8888     58       <NA>
#> 125552.2 1952-01-01 2014-04-15        C50 histology   9834     58       <NA>
#> 125584.1 1937-01-01 2015-11-15        C64  DCO case   9327     78       <NA>
#> 125605.1 1931-01-01 1995-10-15        C34 histology   9012     64       <NA>
#> 125605.2 1931-01-01 2017-01-15        C18 histology   8202     64       <NA>
#> 125613.1 1930-01-01 1998-03-15        C18 histology   8380     68       <NA>
#> 125613.2 1930-01-01 2017-01-15        C34 histology   9847     68       <NA>
#> 125618.1 1931-01-01 2011-12-15        C50 histology   8409     80       <NA>
#> 125623.1 1949-01-01 2007-06-15        C50 histology   8997     58       <NA>
#> 125623.2 1949-01-01 2009-03-15        C34 histology   8835     58       <NA>
#> 125629.1 1943-01-01 2006-05-15        C44 histology   8579     63 2013-09-01
#> 125629.2 1943-01-01 2013-02-15        C54 histology   8852     63 2013-09-01
#> 125630.1 1952-01-01 2008-08-15        C34 histology   9540     56 2019-07-01
#> 125652.1 1945-01-01 1991-11-15        C34 histology   8983     46 2012-11-01
#> 125652.2 1945-01-01 2003-03-15        C18 histology   9152     46 2012-11-01
#> 125658.1 1948-01-01 2002-10-15        C50  DCO case   8771     54       <NA>
#> 125715.1 1953-01-01 2001-03-15        C50 histology   9147     48       <NA>
#> 125715.2 1953-01-01 2013-05-15        C50 histology   9978     48       <NA>
#> 125716.1 1942-01-01 2002-11-15        C34 histology   8147     60       <NA>
#> 125716.2 1942-01-01 2016-06-15        C34 histology   8068     60       <NA>
#> 125725.1 1956-01-01 2004-04-15        C50 histology   8817     48 2018-06-01
#> 125727.1 1961-01-01 1993-08-15        C34 histology   8299     32 2010-09-01
#> 125727.2 1961-01-01 1996-07-15        C34 histology   9175     32 2010-09-01
#> 125735.1 1975-01-01 1997-05-15        C50  DCO case   8380     22 2014-10-01
#> 125735.2 1975-01-01 2007-06-15        C18 histology   8776     22 2014-10-01
#> 125738.1 1964-01-01 2011-03-15        C34 histology   8620     47       <NA>
#> 125738.2 1964-01-01 2016-09-15        C50 histology   9039     47       <NA>
#> 125745.1 1964-01-01 1992-10-15        C34 histology   8104     28       <NA>
#> 125745.2 1964-01-01 2012-06-15        C44 histology   9405     28       <NA>
#> 125761.1 1968-01-01 2011-10-15        C34 histology   8010     43 2019-07-01
#> 125761.2 1968-01-01 2016-05-15        C34 histology   9827     43 2019-07-01
#> 125802.1 1958-01-01 2010-08-15        C64 histology   9168     52 2015-01-01
#> 125806.1 1951-01-01 2013-03-15        C54 histology   9985     62       <NA>
#> 125815.1 1959-01-01 2000-05-15        C54 histology   9589     41       <NA>
#> 125815.2 1959-01-01 2010-12-15        C18 histology   9714     41       <NA>
#> 125824.1 1932-01-01 2000-06-15        C80 histology   8519     68       <NA>
#> 125824.2 1932-01-01 2006-03-15        C34 histology   8488     68       <NA>
#> 125845.1 1936-01-01 2013-03-15        C50 histology   9314     77       <NA>
#> 125863.1 1949-01-01 2018-05-15        C34 histology   9121     69       <NA>
#> 125876.1 1977-01-01 2005-06-15        C50 histology   8247     28 2019-12-01
#> 125910.1 1920-01-01 1995-11-15        C44 histology   8248     75       <NA>
#> 125910.2 1920-01-01 2019-02-15        C50 histology   8717     75       <NA>
#> 125931.1 1930-01-01 2001-06-15        C50 histology   9308     71       <NA>
#> 125942.1 1989-01-01 1996-10-15        C34 histology   9488      7       <NA>
#> 125942.2 1989-01-01 2011-11-15        C34  DCO case   8604      7       <NA>
#> 125943.1 1922-01-01 1995-01-15        C34 histology   8352     73       <NA>
#> 125943.2 1922-01-01 2000-10-15        C34 histology   9053     73       <NA>
#> 125972.1 1928-01-01 2002-03-15        C50 histology   9972     74       <NA>
#> 125972.2 1928-01-01 2015-05-15        C44 histology   9059     74       <NA>
#> 126002.1 1939-01-01 2003-08-15        C50 histology   8305     64       <NA>
#> 126041.1 1927-01-01 2010-10-15        C34 histology   8571     83       <NA>
#> 126041.2 1927-01-01 2012-01-15        C18 histology   9272     83       <NA>
#> 126048.1 1922-01-01 1991-09-15        C44 histology   9787     69 1999-05-01
#> 126048.2 1922-01-01 1992-07-15        C50 histology   8097     69 1999-05-01
#> 126050.1 1927-01-01 2001-02-15        C54 histology   9158     74 2001-11-01
#> 126057.1 1925-01-01 2003-04-15        C50 histology   9090     78       <NA>
#> 126087.1 1966-01-01 2000-12-15        C50 histology   8834     34 2003-08-01
#> 126093.1 1947-01-01 1999-07-15        C34 histology   9294     52 2017-05-01
#> 126104.1 1961-01-01 2007-02-15        C34  DCO case   8576     46 2008-02-01
#> 126109.1 1919-01-01 2002-02-15        C50  DCO case   9083     83       <NA>
#> 126124.1 1993-01-01 2016-03-15        C34 histology   9293     23 2018-04-01
#> 126173.1 1931-01-01 1996-12-15        C44 histology   8315     65       <NA>
#> 126173.2 1931-01-01 2010-11-15        C44 histology   9497     65       <NA>
#> 126186.1 1919-01-01 1993-02-15        C34 histology   8551     74 2008-11-01
#> 126186.2 1919-01-01 2005-07-15        C34 histology   9060     74 2008-11-01
#> 126197.1 1931-01-01 2004-10-15        C50 histology   9197     73       <NA>
#> 126214.1 1968-01-01 2000-12-15        C34 histology   8900     32 2017-04-01
#> 126224.1 1932-01-01 1992-03-15        C18 histology   9982     60 2000-02-01
#> 126231.1 1955-01-01 2018-04-15        C34  DCO case   8864     63       <NA>
#> 126234.1 1973-01-01 2000-11-15        C50 histology   8827     27 2006-07-01
#> 126235.1 1927-01-01 1992-04-15        C18  DCO case   9960     65 1993-06-01
#> 126236.1 2001-01-01 2013-07-15        C50 histology   8410     12       <NA>
#> 126240.1 1918-01-01 1992-08-15        C44  DCO case   9394     74 2003-09-01
#> 126248.1 1960-01-01 2001-11-15        C18 histology   9398     41 2018-08-01
#> 126256.1 1942-01-01 2009-03-15        C34 histology   9373     67 2016-04-01
#> 126256.2 1942-01-01 2010-09-15        C34 histology   9849     67 2016-04-01
#> 126298.1 1966-01-01 2008-04-15        C50 histology   9750     42 2017-08-01
#> 126309.1 1948-01-01 2007-04-15        C34 histology   9292     59       <NA>
#> 126316.1 1932-01-01 1998-06-15        C50  DCO case   9760     66       <NA>
#> 126316.2 1932-01-01 2009-07-15        C34 histology   9206     66       <NA>
#> 126317.1 1989-01-01 1998-02-15        C34  DCO case   8612      9 2018-10-01
#> 126317.2 1989-01-01 2002-10-15        C54 histology   8456      9 2018-10-01
#> 126339.1 1988-01-01 2001-07-15        C80 histology   8766     13       <NA>
#> 126339.2 1988-01-01 2011-11-15        C44 histology   9458     13       <NA>
#> 126345.1 1993-01-01 2002-02-15        C34 histology   8840      9 2019-01-01
#> 126360.1 1946-01-01 2013-01-15        C64 histology   9287     67 2019-09-01
#> 126360.2 1946-01-01 2015-02-15        C44 histology   9041     67 2019-09-01
#> 126364.1 1989-01-01 1994-03-15        C54 histology   8365      5 2010-07-01
#> 126380.1 1947-01-01 2001-09-15        C34  DCO case   9602     54       <NA>
#> 126380.2 1947-01-01 2014-05-15        C54 histology   9139     54       <NA>
#> 126382.1 1902-01-01 1991-06-15        C34 histology   9968     89 2013-04-01
#> 126382.2 1902-01-01 2011-03-15        C34  DCO case   8867     89 2013-04-01
#> 126390.1 1933-01-01 1994-08-15        C50 histology   9734     61       <NA>
#> 126390.2 1933-01-01 2006-07-15        C64 histology   8618     61       <NA>
#> 126392.1 1949-01-01 1996-12-15        C34 histology   9986     47       <NA>
#> 126392.2 1949-01-01 2018-03-15        C34 histology   9182     47       <NA>
#> 126404.1 1940-01-01 1993-09-15        C34 histology   8501     53       <NA>
#> 126404.2 1940-01-01 2019-04-15        C34 histology   8858     53       <NA>
#> 126416.1 1951-01-01 1995-03-15        C80 histology   8457     44 2009-09-01
#> 126416.2 1951-01-01 1996-11-15        C44 histology   9977     44 2009-09-01
#> 126422.1 1961-01-01 2013-05-15        C44 histology   8573     52       <NA>
#> 126422.2 1961-01-01 2015-04-15        C50 histology   9630     52       <NA>
#> 126461.1 1984-01-01 2003-04-15        C50 histology   9127     19 2019-02-01
#> 126461.2 1984-01-01 2008-12-15        C44  DCO case   8994     19 2019-02-01
#> 126501.1 1941-01-01 1993-04-15        C50 histology   8710     52 2010-02-01
#> 126511.1 1959-01-01 1998-05-15        C64 histology   9325     39 2015-05-01
#> 126511.2 1959-01-01 2005-07-15        C34 histology   9002     39 2015-05-01
#> 126516.1 1962-01-01 1997-07-15        C34 histology   8109     35 2009-05-01
#> 126522.1 1923-01-01 1991-06-15        C34 histology   8575     68 2012-08-01
#> 126522.2 1923-01-01 2001-06-15        C34 histology   8269     68 2012-08-01
#> 126538.1 1939-01-01 2004-11-15        C18 histology   9789     65       <NA>
#> 126538.2 1939-01-01 2011-02-15        C64 histology   9321     65       <NA>
#> 126552.1 1952-01-01 2017-05-15        C44 histology   8466     65       <NA>
#> 126559.1 1917-01-01 1993-04-15        C18 histology   8802     76       <NA>
#> 126559.2 1917-01-01 2004-10-15        C44 histology   8262     76       <NA>
#> 126589.1 1956-01-01 2003-12-15        C34 histology   9070     47       <NA>
#> 126618.1 1934-01-01 2012-09-15        C34 histology   9233     78       <NA>
#> 126624.1 1964-01-01 2017-07-15        C34 histology   8182     53       <NA>
#> 126647.1 1929-01-01 1997-07-15        C50  DCO case   8114     68 2017-05-01
#> 126656.1 1948-01-01 1998-09-15        C34 histology   9201     50 2006-08-01
#> 126659.1 1915-01-01 1995-12-15        C50 histology   9536     80       <NA>
#> 126659.2 1915-01-01 2017-12-15        C64 histology   8546     80       <NA>
#> 126685.1 1988-01-01 1995-07-15        C34 histology   8907      7       <NA>
#> 126685.2 1988-01-01 2005-07-15        C34 histology   8249      7       <NA>
#> 126694.1 1979-01-01 1991-11-15        C34 histology   9969     12 2003-12-01
#> 126697.1 1963-01-01 1998-05-15        C34  DCO case   9897     35 2001-03-01
#> 126701.1 1930-01-01 2004-12-15        C64 histology   9501     74 2015-05-01
#> 126707.1 1941-01-01 1995-12-15        C34  DCO case   8343     54 2019-05-01
#> 126707.2 1941-01-01 1998-06-15        C50 histology   9722     54 2019-05-01
#> 126713.1 1955-01-01 2010-05-15        C54 histology   9956     55       <NA>
#> 126713.2 1955-01-01 2013-10-15        C50 histology   9334     55       <NA>
#> 126741.1 1942-01-01 2005-05-15        C50 histology   9746     63       <NA>
#> 126755.1 1945-01-01 2013-02-15        C50 histology   8638     68       <NA>
#> 126760.1 1948-01-01 2019-10-15        C50 histology   8532     71       <NA>
#> 126768.1 1922-01-01 2009-12-15        C54 histology   9064     87       <NA>
#> 126770.1 1941-01-01 1999-03-15        C34 histology   9866     58 2013-06-01
#> 126771.1 1944-01-01 1991-07-15        C34 histology   9705     47       <NA>
#> 126771.2 1944-01-01 2003-11-15        C18 histology   9558     47       <NA>
#> 126774.1 1933-01-01 2011-01-15        C44 histology   9298     78       <NA>
#> 126788.1 1941-01-01 2000-06-15        C34 histology   8722     59 2019-05-01
#> 126788.2 1941-01-01 2003-12-15        C34  DCO case   8370     59 2019-05-01
#> 126817.1 1954-01-01 2015-11-15        C80 histology   9738     61       <NA>
#> 126827.1 1954-01-01 1996-02-15        C44 histology   8491     42 2019-06-01
#> 126831.1 1974-01-01 1999-09-15        C54 histology   8797     25 2010-04-01
#> 126831.2 1974-01-01 2005-08-15        C44 histology   8446     25 2010-04-01
#> 126868.1 1947-01-01 2003-02-15        C34 histology   9542     56 2017-01-01
#> 126868.2 1947-01-01 2014-01-15        C44 histology   9111     56 2017-01-01
#> 126888.1 1914-01-01 1996-11-15        C18 histology   8416     82       <NA>
#> 126888.2 1914-01-01 2010-12-15        C50 histology   8478     82       <NA>
#> 126897.1 1959-01-01 2005-05-15        C50 histology   8579     46 2016-07-01
#> 126903.1 1946-01-01 2010-08-15        C44  DCO case   8874     64 2016-10-01
#> 126906.1 1941-01-01 1997-03-15        C50 histology   9826     56 2019-03-01
#> 126906.2 1941-01-01 2010-10-15        C64 histology   8897     56 2019-03-01
#> 126916.1 1954-01-01 1992-04-15        C44 histology   9190     38 2005-10-01
#> 126922.1 1973-01-01 1994-06-15        C50  DCO case   9241     21       <NA>
#> 126922.2 1973-01-01 1998-01-15        C44 histology   8361     21       <NA>
#> 126937.1 1928-01-01 2006-12-15        C18 histology   9588     78       <NA>
#> 126952.1 1938-01-01 1995-04-15        C44 histology   8941     57       <NA>
#> 126952.2 1938-01-01 1999-04-15        C64 histology   9293     57       <NA>
#> 126960.1 1932-01-01 2002-03-15        C34 histology   8224     70 2004-09-01
#> 126993.1 1938-01-01 1996-12-15        C80 histology   8115     58       <NA>
#> 126993.2 1938-01-01 2010-12-15        C34 histology   9479     58       <NA>
#> 127001.1 1983-01-01 1999-08-15        C54 histology   8913     16 2014-01-01
#> 127004.1 1941-01-01 2002-07-15        C34 histology   9286     61 2004-02-01
#> 127037.1 1927-01-01 1996-04-15        C34 histology   8901     69 2012-02-01
#> 127042.1 1978-01-01 2007-05-15        C64 histology   8049     29       <NA>
#> 127042.2 1978-01-01 2013-01-15        C34 histology   8472     29       <NA>
#> 127123.1 1940-01-01 1997-02-15        C50  DCO case   8066     57 2017-07-01
#> 127123.2 1940-01-01 2001-10-15        C80 histology   8523     57 2017-07-01
#> 127157.1 1933-01-01 2008-06-15        C34  DCO case   8509     75       <NA>
#> 127168.1 1948-01-01 1992-02-15        C54 histology   9231     44 2006-12-01
#> 127170.1 1953-01-01 2012-09-15        C64 histology   8119     59       <NA>
#> 127172.1 1949-01-01 2017-03-15        C50 histology   9369     68 2018-04-01
#> 127186.1 1936-01-01 1998-07-15        C50 histology   8770     62       <NA>
#> 127208.1 1929-01-01 1995-12-15        C64 histology   8861     66 2017-08-01
#> 127227.1 1943-01-01 1992-07-15        C34  DCO case   9024     49       <NA>
#> 127227.2 1943-01-01 2007-11-15        C34  DCO case   8514     49       <NA>
#> 127231.1 1932-01-01 2011-02-15        C34  DCO case   9730     79       <NA>
#> 127236.1 1938-01-01 1996-08-15        C34 histology   8132     58       <NA>
#> 127236.2 1938-01-01 2013-07-15        C34 histology   8087     58       <NA>
#> 127250.1 1931-01-01 2011-08-15        C54 histology   8050     80       <NA>
#> 127250.2 1931-01-01 2015-11-15        C18 histology   9547     80       <NA>
#> 127254.1 1943-01-01 1996-11-15        C34 histology   8138     53       <NA>
#> 127254.2 1943-01-01 2016-12-15        C44  DCO case   8402     53       <NA>
#> 127268.1 1926-01-01 2006-10-15        C54 histology   9440     80 2010-01-01
#> 127272.1 1943-01-01 2009-10-15        C34 histology   9347     66 2012-09-01
#> 127307.1 1960-01-01 2005-09-15        C50  DCO case   9877     45 2015-07-01
#> 127311.1 1934-01-01 1995-12-15        C50 histology   8281     61 2012-09-01
#> 127323.1 1947-01-01 2002-01-15        C50 histology   8698     55 2007-06-01
#> 127327.1 1932-01-01 1999-08-15        C44 histology   9914     67       <NA>
#> 127327.2 1932-01-01 2012-04-15        C64 histology   9450     67       <NA>
#> 127338.1 1967-01-01 1991-03-15        C34 histology   8602     24       <NA>
#> 127338.2 1967-01-01 2008-04-15        C44 histology   8407     24       <NA>
#> 127349.1 1979-01-01 2019-08-15        C18 histology   9675     40 2019-08-15
#> 127352.1 1941-01-01 2013-02-15        C64 histology   9886     72 2015-03-01
#> 127362.1 1938-01-01 2000-10-15        C50 histology   8787     62 2005-12-01
#> 127370.1 1925-01-01 1996-08-15        C34 histology   9036     71 2019-12-01
#> 127370.2 1925-01-01 2006-09-15        C34 histology   8159     71 2019-12-01
#> 127374.1 1989-01-01 1993-01-15        C50 histology   8646      4 2016-11-01
#> 127374.2 1989-01-01 1999-02-15        C34 histology   9528      4 2016-11-01
#> 127407.1 1935-01-01 2019-05-15        C44 histology   9045     84       <NA>
#> 127419.1 1929-01-01 1997-12-15        C64 histology   8153     68 2017-02-01
#> 127433.1 1968-01-01 2008-11-15        C18 histology   8515     40       <NA>
#> 127459.1 1969-01-01 2010-10-15        C50 histology   8531     41       <NA>
#> 127459.2 1969-01-01 2012-03-15        C34 histology   8123     41       <NA>
#> 127472.1 1986-01-01 1992-03-15        C44 histology   9841      6       <NA>
#> 127472.2 1986-01-01 1994-11-15        C34 histology   9036      6       <NA>
#> 127485.1 1947-01-01 1998-07-15        C34 histology   8983     51 1999-06-01
#> 127487.1 1954-01-01 2007-08-15        C50 histology   8756     53       <NA>
#> 127505.1 1945-01-01 2007-03-15        C50 histology   9053     62 2018-06-01
#> 127505.2 1945-01-01 2012-12-15        C34 histology   9438     62 2018-06-01
#> 127537.1 1961-01-01 1994-11-15        C34 histology   9050     33       <NA>
#> 127537.2 1961-01-01 1998-06-15        C14 histology   8472     33       <NA>
#> 127546.1 1945-01-01 1998-07-15        C18 histology   9606     53 2001-10-01
#> 127548.1 1984-01-01 2005-11-15        C34 histology   9558     21       <NA>
#> 127553.1 1940-01-01 1991-07-15        C18 histology   9785     51       <NA>
#> 127553.2 1940-01-01 2009-11-15        C18 histology   9163     51       <NA>
#> 127554.1 1993-01-01 1994-01-15        C50 histology   9627      1       <NA>
#> 127554.2 1993-01-01 2007-04-15        C18 histology   9250      1       <NA>
#> 127555.1 1928-01-01 2000-06-15        C34  DCO case   9576     72       <NA>
#> 127595.1 1915-01-01 1994-05-15        C50 histology   9014     79       <NA>
#> 127595.2 1915-01-01 2001-10-15        C50 histology   9939     79       <NA>
#> 127601.1 1920-01-01 1991-05-15        C64 histology   8567     71 1998-10-01
#> 127601.2 1920-01-01 1995-09-15        C18 histology   9410     71 1998-10-01
#> 127623.1 1973-01-01 2011-09-15        C18 histology   8151     38       <NA>
#> 127629.1 2000-01-01 2013-08-15        C50 histology   8816     13       <NA>
#> 127661.1 1957-01-01 2013-03-15        C34 histology   9187     56       <NA>
#> 127661.2 1957-01-01 2015-02-15        C64 histology   8718     56       <NA>
#> 127663.1 1950-01-01 1995-12-15        C34 histology   9318     45 2019-12-01
#> 127663.2 1950-01-01 2001-01-15        C50 histology   9237     45 2019-12-01
#> 127665.1 1946-01-01 2003-03-15        C34  DCO case   9218     57       <NA>
#> 127665.2 1946-01-01 2016-09-15        C44 histology   8318     57       <NA>
#> 127671.1 1969-01-01 2007-11-15        C54 histology   8918     38       <NA>
#> 127671.2 1969-01-01 2008-04-15        C18 histology   9449     38       <NA>
#> 127701.1 1935-01-01 2007-11-15        C44 histology   9763     72       <NA>
#> 127701.2 1935-01-01 2013-02-15        C54 histology   9616     72       <NA>
#> 127743.1 1938-01-01 1997-04-15        C54 histology   8141     59       <NA>
#> 127743.2 1938-01-01 2009-04-15        C18 histology   8561     59       <NA>
#> 127745.1 1947-01-01 2019-07-15        C50 histology   8888     72       <NA>
#> 127752.1 1960-01-01 2006-02-15        C64 histology   8114     46       <NA>
#> 127752.2 1960-01-01 2018-03-15        C34 histology   8760     46       <NA>
#> 127754.1 1957-01-01 2010-03-15        C44 histology   8351     53       <NA>
#> 127762.1 1921-01-01 2001-08-15        C80  DCO case   9286     80 2002-09-01
#> 127768.1 1931-01-01 1994-12-15        C34 histology   8507     63 2015-01-01
#> 127768.2 1931-01-01 1997-12-15        C50  DCO case   8433     63 2015-01-01
#> 127789.1 1957-01-01 2003-10-15        C34 histology   9468     46       <NA>
#> 127796.1 1986-01-01 1991-01-15        C34 histology   9233      5 2015-04-01
#> 127796.2 1986-01-01 1992-05-15        C50 histology   8825      5 2015-04-01
#> 127797.1 1961-01-01 2007-01-15        C54 histology   8630     46       <NA>
#> 127797.2 1961-01-01 2019-01-15        C64  DCO case   8626     46       <NA>
#> 127810.1 1912-01-01 2011-04-15        C50  DCO case   8578     99       <NA>
#> 127826.1 1933-01-01 1997-08-15        C34 histology   8163     64       <NA>
#> 127826.2 1933-01-01 2015-10-15        C34 histology   8941     64       <NA>
#> 127834.1 1982-01-01 1994-09-15        C50 histology   9160     12 2016-02-01
#> 127834.2 1982-01-01 2010-10-15        C80 histology   9980     12 2016-02-01
#> 127835.1 1965-01-01 1999-03-15        C44 histology   9500     34       <NA>
#> 127835.2 1965-01-01 2000-03-15        C34 histology   9219     34       <NA>
#> 127856.1 1968-01-01 1996-10-15        C50 histology   8263     28       <NA>
#> 127856.2 1968-01-01 2002-11-15        C34 histology   9380     28       <NA>
#> 127904.1 1957-01-01 1998-02-15        C44 histology   8783     41 1998-06-01
#> 127922.1 1934-01-01 2009-01-15        C34 histology   8460     75       <NA>
#> 127923.1 1929-01-01 2007-10-15        C34 histology   9558     78       <NA>
#> 127930.1 1979-01-01 2003-07-15        C44 histology   8075     24 2005-07-01
#> 127932.1 1976-01-01 2017-05-15        C34 histology   9153     41       <NA>
#> 127958.1 1957-01-01 2004-03-15        C34 histology   9545     47       <NA>
#> 127958.2 1957-01-01 2013-12-15        C50 histology   9264     47       <NA>
#> 127964.1 1976-01-01 2008-06-15        C54  DCO case   9258     32 2012-01-01
#> 127974.1 1957-01-01 2016-04-15        C34 histology   9840     59       <NA>
#> 128020.1 1939-01-01 2003-01-15        C64 histology   8619     64       <NA>
#> 128020.2 1939-01-01 2018-09-15        C34 histology   8458     64       <NA>
#> 128024.1 1962-01-01 1999-02-15        C18 histology   8873     37 1999-02-15
#> 128029.1 1949-01-01 1998-04-15        C50 histology   8999     49 2012-06-01
#> 128030.1 1990-01-01 1994-11-15        C50 histology   9566      4 2018-03-01
#> 128030.2 1990-01-01 2006-10-15        C50 histology   8723      4 2018-03-01
#> 128037.1 1910-01-01 1992-08-15        C44 histology   8175     82       <NA>
#> 128037.2 1910-01-01 2004-10-15        C44 histology   8286     82       <NA>
#> 128046.1 1970-01-01 2000-02-15        C50 histology   8231     30 2008-08-01
#> 128052.1 1895-01-01 1991-10-15        C50 histology   8813     96 2003-11-01
#> 128052.2 1895-01-01 1995-10-15        C18 histology   8707     96 2003-11-01
#> 128054.1 1921-01-01 2005-02-15        C50 histology   8205     84 2007-12-01
#> 128072.1 1973-01-01 2014-10-15        C34 histology   9212     41       <NA>
#> 128072.2 1973-01-01 2017-04-15        C18 histology   9032     41       <NA>
#> 128082.1 1956-01-01 2009-06-15        C18 histology   9102     53       <NA>
#> 128082.2 1956-01-01 2011-10-15        C34 histology   9198     53       <NA>
#> 128096.1 1922-01-01 1995-12-15        C44 histology   8557     73       <NA>
#> 128096.2 1922-01-01 2013-06-15        C54 histology   9882     73       <NA>
#> 128100.1 1957-01-01 1991-04-15        C50 histology   8870     34       <NA>
#> 128100.2 1957-01-01 1991-09-15        C50 histology   9405     34       <NA>
#> 128128.1 1959-01-01 2001-04-15        C80 histology   8697     42       <NA>
#> 128128.2 1959-01-01 2003-01-15        C54 histology   8839     42       <NA>
#> 128140.1 1940-01-01 2015-09-15        C18 histology   8188     75       <NA>
#> 128140.2 1940-01-01 2016-01-15        C54 histology   8015     75       <NA>
#> 128141.1 1949-01-01 2002-06-15        C50 histology   8048     53 2002-06-15
#> 128142.1 1917-01-01 2010-03-15        C34 histology   8363     93       <NA>
#> 128146.1 1922-01-01 1996-11-15        C44 histology   9414     74       <NA>
#> 128146.2 1922-01-01 1998-06-15        C18 histology   8865     74       <NA>
#> 128158.1 1956-01-01 1997-01-15        C50 histology   9189     41       <NA>
#> 128158.2 1956-01-01 2006-12-15        C34  DCO case   8137     41       <NA>
#> 128161.1 1938-01-01 1999-01-15        C18 histology   8396     61 2007-09-01
#> 128167.1 1932-01-01 2016-08-15        C34 histology   9663     84       <NA>
#> 128175.1 1937-01-01 2012-12-15        C18 histology   8407     75       <NA>
#> 128176.1 1966-01-01 2005-08-15        C50 histology   8166     39       <NA>
#> 128176.2 1966-01-01 2006-12-15        C50  DCO case   8207     39       <NA>
#> 128189.1 1947-01-01 2009-08-15        C34 histology   9533     62       <NA>
#> 128189.2 1947-01-01 2010-09-15        C50 histology   9493     62       <NA>
#> 128190.1 1944-01-01 2011-05-15        C44 histology   8260     67       <NA>
#> 128190.2 1944-01-01 2013-12-15        C34 histology   9948     67       <NA>
#> 128209.1 1938-01-01 1992-12-15        C64 histology   8470     54       <NA>
#> 128209.2 1938-01-01 2009-11-15        C50 histology   8025     54       <NA>
#> 128223.1 1943-01-01 2001-10-15        C44 histology   8083     58 2008-12-01
#> 128242.1 1960-01-01 1992-06-15        C44 histology   9084     32 2016-01-01
#> 128242.2 1960-01-01 2014-10-15        C50 histology   9622     32 2016-01-01
#> 128249.1 1938-01-01 2001-07-15        C44 histology   8868     63 2015-04-01
#> 128249.2 1938-01-01 2007-08-15        C34 histology   8442     63 2015-04-01
#> 128272.1 1953-01-01 1997-07-15        C50 histology   8896     44       <NA>
#> 128272.2 1953-01-01 2018-08-15        C18 histology   9388     44       <NA>
#> 128273.1 1958-01-01 2012-03-15        C50 histology   8116     54       <NA>
#> 128273.2 1958-01-01 2014-06-15        C34  DCO case   8325     54       <NA>
#> 128285.1 1940-01-01 2004-09-15        C18 histology   8015     64 2017-08-01
#> 128299.1 1935-01-01 2004-01-15        C50 histology   8276     69       <NA>
#> 128307.1 1979-01-01 2002-12-15        C34 histology   9098     23 2011-05-01
#> 128309.1 1938-01-01 1995-06-15        C44 histology   8837     57       <NA>
#> 128309.2 1938-01-01 2000-01-15        C44 histology   9199     57       <NA>
#> 128357.1 1943-01-01 2003-02-15        C64 histology   8663     60       <NA>
#> 128357.2 1943-01-01 2003-02-15        C34 histology   9352     60       <NA>
#> 128362.1 1940-01-01 2018-04-15        C44 histology   8185     78       <NA>
#> 128387.1 1984-01-01 2004-11-15        C50 histology   9032     20 2015-07-01
#> 128397.1 1952-01-01 2014-07-15        C34 histology   9844     62       <NA>
#> 128414.1 1954-01-01 2002-08-15        C18 histology   9131     48 2010-09-01
#> 128419.1 1932-01-01 1995-03-15        C64 histology   8127     63 2013-12-01
#> 128419.2 1932-01-01 1995-07-15        C50  DCO case   8101     63 2013-12-01
#> 128457.1 1909-01-01 1996-08-15        C54 histology   8135     87 2014-03-01
#> 128465.1 1927-01-01 1996-01-15        C50 histology   9471     69       <NA>
#> 128465.2 1927-01-01 2010-12-15        C50 histology   9708     69       <NA>
#> 128498.1 1937-01-01 1994-10-15        C34 histology   8884     57 2010-07-01
#> 128536.1 1952-01-01 2003-08-15        C18 histology   9670     51       <NA>
#> 128536.2 1952-01-01 2006-04-15        C44 histology   9069     51       <NA>
#> 128539.1 1973-01-01 1995-10-15        C34 histology   9151     22 2015-06-01
#> 128546.1 1944-01-01 1994-09-15        C50 histology   8502     50 2000-08-01
#> 128561.1 1946-01-01 2003-09-15        C34 histology   9978     57       <NA>
#> 128561.2 1946-01-01 2019-08-15        C44 histology   9062     57       <NA>
#> 128571.1 1951-01-01 2002-05-15        C34 histology   9261     51       <NA>
#> 128574.1 1951-01-01 1996-09-15        C54 histology   9569     45       <NA>
#> 128574.2 1951-01-01 2009-04-15        C50  DCO case   8736     45       <NA>
#> 128586.1 1968-01-01 2014-08-15        C34  DCO case   9222     46       <NA>
#> 128594.1 1932-01-01 1994-11-15        C44 histology   9838     62       <NA>
#> 128594.2 1932-01-01 1995-04-15        C44 histology   9920     62       <NA>
#> 128600.1 1918-01-01 1991-04-15        C34 histology   8495     73       <NA>
#> 128600.2 1918-01-01 1998-09-15        C64 histology   8290     73       <NA>
#> 128616.1 1977-01-01 1991-02-15        C34 histology   8545     14 1992-10-01
#> 128624.1 1915-01-01 1997-04-15        C18 histology   9702     82       <NA>
#> 128624.2 1915-01-01 2001-11-15        C44 histology   8799     82       <NA>
#> 128630.1 1948-01-01 1998-02-15        C54 histology   8065     50       <NA>
#> 128630.2 1948-01-01 2013-12-15        C34 histology   9672     50       <NA>
#> 128652.1 1932-01-01 1998-10-15        C50 histology   8944     66 2016-02-01
#> 128658.1 1943-01-01 2011-05-15        C18 histology   9005     68       <NA>
#> 128671.1 1949-01-01 2011-12-15        C34 histology   9715     62 2017-08-01
#> 128687.1 1940-01-01 2006-06-15        C34 histology   8316     66       <NA>
#> 128687.2 1940-01-01 2015-01-15        C64 histology   8716     66       <NA>
#> 128701.1 2016-01-01 2019-01-15        C34 histology   9356      3       <NA>
#> 128712.1 1969-01-01 2004-06-15        C14 histology   8821     35 2012-07-01
#> 128726.1 1971-01-01 2013-02-15        C34 histology   9216     42 2017-09-01
#> 128726.2 1971-01-01 2016-08-15        C50 histology   9109     42 2017-09-01
#> 128734.1 1969-01-01 2008-06-15        C50 histology   8250     39       <NA>
#> 128734.2 1969-01-01 2012-09-15        C64 histology   8310     39       <NA>
#> 128749.1 1963-01-01 1992-10-15        C34 histology   8588     29 2013-06-01
#> 128749.2 1963-01-01 2001-10-15        C50  DCO case   9145     29 2013-06-01
#> 128763.1 1965-01-01 2017-07-15        C34 histology   9177     52       <NA>
#> 128772.1 1957-01-01 1991-01-15        C50 histology   8165     34       <NA>
#> 128772.2 1957-01-01 2006-05-15        C44 histology   9411     34       <NA>
#> 128777.1 1940-01-01 1999-07-15        C50 histology   8579     59       <NA>
#> 128777.2 1940-01-01 2017-05-15        C50 histology   8085     59       <NA>
#> 128792.1 1926-01-01 1991-05-15        C34 histology   9071     65 1996-05-01
#> 128802.1 1930-01-01 2007-02-15        C34 histology   8242     77 2017-08-01
#> 128803.1 1956-01-01 2010-08-15        C50 histology   8974     54       <NA>
#> 128803.2 1956-01-01 2017-04-15        C50 histology   9689     54       <NA>
#> 128807.1 1974-01-01 2008-06-15        C50 histology   9514     34       <NA>
#> 128807.2 1974-01-01 2016-03-15        C50 histology   9757     34       <NA>
#> 128813.1 1926-01-01 1993-12-15        C50 histology   8468     67       <NA>
#> 128813.2 1926-01-01 2001-04-15        C18 histology   8387     67       <NA>
#> 128822.1 1944-01-01 2006-08-15        C44 histology   9567     62       <NA>
#> 128827.1 1917-01-01 1996-01-15        C34 histology   8027     79       <NA>
#> 128827.2 1917-01-01 2001-09-15        C18 histology   8064     79       <NA>
#> 128849.1 1949-01-01 1996-02-15        C50 histology   8793     47 1997-07-01
#> 128858.1 1927-01-01 2008-08-15        C50 histology   8225     81 2018-06-01
#> 128880.1 1971-01-01 1992-12-15        C64 histology   8799     21 2010-09-01
#> 128880.2 1971-01-01 1998-05-15        C34  DCO case   8677     21 2010-09-01
#> 128881.1 1939-01-01 2006-07-15        C80 histology   8155     67       <NA>
#> 128883.1 1913-01-01 1997-06-15        C18 histology   8166     84 2018-06-01
#> 128883.2 1913-01-01 1998-03-15        C54 histology   9851     84 2018-06-01
#> 128892.1 1976-01-01 2012-07-15        C64 histology   9074     36       <NA>
#> 128897.1 1940-01-01 1995-01-15        C44 histology   9640     55       <NA>
#> 128897.2 1940-01-01 2018-09-15        C50 histology   9618     55       <NA>
#> 128921.1 1963-01-01 1999-09-15        C80 histology   9388     36       <NA>
#> 128921.2 1963-01-01 2006-07-15        C80 histology   9831     36       <NA>
#> 128937.1 1940-01-01 1998-11-15        C34  DCO case   9607     58       <NA>
#> 128937.2 1940-01-01 2014-08-15        C50 histology   8811     58       <NA>
#> 128938.1 1937-01-01 2010-07-15        C44 histology   9958     73       <NA>
#> 128946.1 1936-01-01 1995-05-15        C34 histology   8609     59 2019-12-01
#> 128946.2 1936-01-01 2011-09-15        C50 histology   8096     59 2019-12-01
#> 128948.1 1970-01-01 2015-08-15        C50 histology   9708     45       <NA>
#> 128952.1 1936-01-01 2001-01-15        C50 histology   9624     65 2005-01-01
#> 129027.1 1937-01-01 2014-12-15        C18 histology   8570     77       <NA>
#> 129035.1 1966-01-01 2019-11-15        C50 histology   8383     53       <NA>
#> 129038.1 1992-01-01 2014-09-15        C64 histology   8945     22       <NA>
#> 129041.1 1970-01-01 1991-08-15        C50 histology   9059     21       <NA>
#> 129041.2 1970-01-01 1998-02-15        C80 histology   9233     21       <NA>
#> 129070.1 1929-01-01 1992-07-15        C50  DCO case   9357     63       <NA>
#> 129070.2 1929-01-01 2001-03-15        C34  DCO case   8621     63       <NA>
#> 129074.1 1918-01-01 2007-08-15        C50 histology   9488     89 2018-05-01
#> 129074.2 1918-01-01 2011-07-15        C64 histology   9584     89 2018-05-01
#> 129086.1 1925-01-01 1995-04-15        C18 histology   8179     70       <NA>
#> 129086.2 1925-01-01 2010-11-15        C54 histology   9345     70       <NA>
#> 129088.1 1930-01-01 1999-01-15        C50 histology   9469     69       <NA>
#> 129088.2 1930-01-01 2007-05-15        C50 histology   8253     69       <NA>
#> 129089.1 1946-01-01 2009-09-15        C50 histology   9847     63       <NA>
#> 129107.1 1987-01-01 2009-07-15        C34 histology   8329     22 2010-11-01
#> 129117.1 1975-01-01 2004-04-15        C50 histology   9513     29 2016-02-01
#> 129119.1 1926-01-01 1997-01-15        C18 histology   8427     71       <NA>
#> 129119.2 1926-01-01 2000-06-15        C44 histology   9145     71       <NA>
#> 129122.1 1937-01-01 2017-10-15        C34 histology   8810     80       <NA>
#> 129144.1 2010-01-01 2018-11-15        C50 histology   8185      8       <NA>
#> 129169.1 1941-01-01 2009-06-15        C34 histology   9972     68 2013-08-01
#> 129171.1 1913-01-01 1993-01-15        C34 histology   9548     80 2007-09-01
#> 129175.1 1977-01-01 2006-03-15        C50 histology   9192     29       <NA>
#> 129185.1 1964-01-01 1995-09-15        C44 histology   8015     31 2019-08-01
#> 129190.1 1944-01-01 1995-03-15        C18 histology   9918     51 2011-10-01
#> 129190.2 1944-01-01 2005-02-15        C18 histology   8863     51 2011-10-01
#> 129202.1 1986-01-01 2018-12-15        C50 histology   8751     32       <NA>
#> 129204.1 1960-01-01 2005-09-15        C54 histology   9492     45       <NA>
#> 129204.2 1960-01-01 2008-08-15        C34 histology   9380     45       <NA>
#> 129218.1 1983-01-01 2013-05-15        C50 histology   8169     30       <NA>
#> 129221.1 1947-01-01 2003-02-15        C34 histology   8597     56 2003-06-01
#> 129222.1 1968-01-01 2013-06-15        C18 histology   8147     45       <NA>
#> 129225.1 1940-01-01 2001-10-15        C18 histology   9751     61       <NA>
#> 129226.1 2003-01-01 2014-08-15        C34 histology   9084     11 2019-03-01
#> 129243.1 1941-01-01 2004-08-15        C54 histology   8563     63 2017-02-01
#> 129249.1 1908-01-01 2008-02-15        C50  DCO case   9026    100 2011-12-01
#> 129254.1 1922-01-01 1993-04-15        C18 histology   8837     71 2018-04-01
#> 129254.2 1922-01-01 2014-11-15        C64 histology   9332     71 2018-04-01
#> 129271.1 1958-01-01 1991-06-15        C34 histology   8452     33       <NA>
#> 129271.2 1958-01-01 1995-11-15        C50 histology   9907     33       <NA>
#> 129283.1 1916-01-01 1992-07-15        C50 histology   8178     76 2019-06-01
#> 129283.2 1916-01-01 1999-08-15        C44 histology   9975     76 2019-06-01
#> 129287.1 1951-01-01 2000-04-15        C34 histology   8314     49 2001-08-01
#> 129290.1 1948-01-01 2012-06-15        C34 histology   8612     64       <NA>
#> 129300.1 1951-01-01 2007-11-15        C14 histology   9630     56       <NA>
#> 129307.1 1932-01-01 2007-11-15        C34 histology   8156     75 2008-07-01
#> 129329.1 1959-01-01 1999-09-15        C18 histology   8975     40 2018-09-01
#> 129329.2 1959-01-01 2010-02-15        C50 histology   8410     40 2018-09-01
#> 129336.1 1993-01-01 1996-11-15        C50 histology   9552      3       <NA>
#> 129336.2 1993-01-01 1998-05-15        C44 histology   9108      3       <NA>
#> 129345.1 1928-01-01 1995-05-15        C54 histology   8476     67 1999-03-01
#> 129359.1 1989-01-01 2002-10-15        C50 histology   9967     13       <NA>
#> 129377.1 1953-01-01 1999-05-15        C50 histology   9732     46 2002-03-01
#> 129383.1 1934-01-01 1994-12-15        C50  DCO case   8792     60       <NA>
#> 129383.2 1934-01-01 1996-01-15        C50 histology   9077     60       <NA>
#> 129387.1 1942-01-01 2010-03-15        C34 histology   8023     68       <NA>
#> 129387.2 1942-01-01 2013-06-15        C44 histology   9846     68       <NA>
#> 129392.1 1968-01-01 2000-08-15        C54 histology   8496     32 2010-09-01
#> 129392.2 1968-01-01 2009-08-15        C34 histology   9138     32 2010-09-01
#> 129399.1 1913-01-01 1992-06-15        C50 histology   9810     79 2009-10-01
#> 129399.2 1913-01-01 1994-10-15        C50 histology   8193     79 2009-10-01
#> 129401.1 1948-01-01 2012-02-15        C34 histology   8360     64       <NA>
#> 129402.1 1964-01-01 2002-09-15        C34 histology   8452     38       <NA>
#> 129402.2 1964-01-01 2010-04-15        C18 histology   9414     38       <NA>
#> 129437.1 1964-01-01 1999-02-15        C54 histology   9221     35 2004-11-01
#> 129466.1 1978-01-01 2012-01-15        C18 histology   8267     34       <NA>
#> 129499.1 1968-01-01 1996-12-15        C80 histology   9364     28 2010-09-01
#> 129512.1 1972-01-01 2008-03-15        C34 histology   9646     36       <NA>
#> 129533.1 1941-01-01 2008-05-15        C34 histology   8207     67       <NA>
#> 129534.1 1933-01-01 2004-10-15        C50 histology   8397     71 2012-07-01
#> 129534.2 1933-01-01 2010-01-15        C18 histology   9500     71 2012-07-01
#> 129547.1 1950-01-01 1991-10-15        C34  DCO case   8023     41 2012-07-01
#> 129579.1 1928-01-01 2005-04-15        C50 histology   9627     77       <NA>
#> 129579.2 1928-01-01 2016-10-15        C18 histology   8832     77       <NA>
#> 129582.1 1937-01-01 1996-03-15        C18  DCO case   8904     59 2017-10-01
#> 129582.2 1937-01-01 2015-05-15        C44 histology   9140     59 2017-10-01
#> 129592.1 1956-01-01 2015-04-15        C18 histology   8780     59       <NA>
#> 129600.1 1934-01-01 2002-10-15        C64 histology   9428     68 2010-12-01
#> 129620.1 1935-01-01 2002-12-15        C44 histology   8545     67 2006-07-01
#> 129631.1 1988-01-01 2014-09-15        C50 histology   9298     26       <NA>
#> 129695.1 1997-01-01 1998-12-15        C34 histology   9028      1       <NA>
#> 129705.1 1978-01-01 2017-12-15        C50 histology   8572     39       <NA>
#> 129714.1 1972-01-01 1995-09-15        C50 histology   9446     23 2008-06-01
#> 129733.1 1986-01-01 1996-11-15        C18 histology   9135     10 2019-04-01
#> 129738.1 1984-01-01 2009-12-15        C34 histology   9230     25 2016-08-01
#> 129746.1 1956-01-01 2001-05-15        C44 histology   8123     45       <NA>
#> 129746.2 1956-01-01 2013-07-15        C50 histology   9114     45       <NA>
#> 129773.1 1989-01-01 1994-01-15        C50 histology   9692      5 1998-10-01
#> 129777.1 1952-01-01 1993-06-15        C54 histology   8733     41       <NA>
#> 129777.2 1952-01-01 2012-05-15        C80 histology   8169     41       <NA>
#> 129790.1 1959-01-01 1997-11-15        C34 histology   9777     38 2011-08-01
#> 129801.1 1961-01-01 2011-08-15        C50 histology   8171     50       <NA>
#> 129818.1 1983-01-01 2001-03-15        C34 histology   9345     18 2001-10-01
#> 129861.1 1920-01-01 1992-12-15        C50 histology   8601     72 2003-04-01
#> 129866.1 2001-01-01 2018-12-15        C50 histology   9372     17       <NA>
#> 129867.1 1948-01-01 1993-09-15        C50 histology   8138     45       <NA>
#> 129867.2 1948-01-01 2010-05-15        C34 histology   8512     45       <NA>
#> 129885.1 1921-01-01 1992-10-15        C18 histology   8839     71       <NA>
#> 129885.2 1921-01-01 2017-12-15        C18 histology   9147     71       <NA>
#> 129899.1 1988-01-01 2002-08-15        C44 histology   8023     14 2009-09-01
#> 129903.1 1953-01-01 2010-09-15        C54 histology   8147     57       <NA>
#> 129913.1 1966-01-01 1991-07-15        C50 histology   8213     25       <NA>
#> 129913.2 1966-01-01 2017-01-15        C34 histology   8568     25       <NA>
#> 129933.1 1934-01-01 2009-02-15        C44 histology   8172     75       <NA>
#> 129939.1 1945-01-01 2004-04-15        C18 histology   8499     59       <NA>
#> 129939.2 1945-01-01 2004-09-15        C34 histology   8993     59       <NA>
#> 129940.1 1953-01-01 1998-04-15        C34 histology   8246     45       <NA>
#> 129940.2 1953-01-01 2019-04-15        C50 histology   9513     45       <NA>
#> 129944.1 1946-01-01 1998-01-15        C34 histology   9652     52 2010-04-15
#> 129944.2 1946-01-01 2010-04-15        C50 histology   9653     52 2010-04-15
#> 129969.1 1949-01-01 1993-01-15        C18  DCO case   9347     44 2001-12-01
#> 130025.1 1963-01-01 1994-09-15        C50 histology   8464     31       <NA>
#> 130025.2 1963-01-01 2011-08-15        C64 histology   8139     31       <NA>
#> 130055.1 1964-01-01 1997-04-15        C34 histology   8555     33 2006-11-01
#> 130110.1 1922-01-01 2006-01-15        C34 histology   8767     84 2008-08-01
#> 130118.1 1938-01-01 2002-07-15        C44 histology   8513     64       <NA>
#> 130128.1 1917-01-01 1994-12-15        C64 histology   8857     77 2002-10-15
#> 130128.2 1917-01-01 2002-10-15        C50 histology   9859     77 2002-10-15
#> 130133.1 1931-01-01 2000-08-15        C54 histology   9738     69       <NA>
#> 130133.2 1931-01-01 2007-03-15        C50 histology   8590     69       <NA>
#> 130146.1 1957-01-01 1995-05-15        C64 histology   9467     38 2017-04-01
#> 130146.2 1957-01-01 2004-12-15        C50 histology   9839     38 2017-04-01
#> 130163.1 1978-01-01 2010-09-15        C34 histology   9544     32       <NA>
#> 130182.1 1940-01-01 2013-09-15        C34 histology   9873     73 2016-06-01
#> 130183.1 1911-01-01 1993-11-15        C50 histology   8505     82 2002-06-01
#> 130183.2 1911-01-01 1999-04-15        C50 histology   8348     82 2002-06-01
#> 130199.1 1914-01-01 1998-06-15        C64 histology   9879     84 2006-06-01
#> 130201.1 1945-01-01 2008-08-15        C34 histology   8638     63 2017-06-01
#> 130240.1 1976-01-01 2018-11-15        C50 histology   9977     42       <NA>
#> 130264.1 1980-01-01 1992-05-15        C18 histology   8263     12       <NA>
#> 130264.2 1980-01-01 2008-02-15        C34 histology   9144     12       <NA>
#> 130276.1 1950-01-01 1996-05-15        C50 histology   9135     46       <NA>
#> 130276.2 1950-01-01 2000-09-15        C18 histology   9233     46       <NA>
#> 130289.1 1959-01-01 2002-04-15        C34 histology   9577     43 2004-01-01
#> 130299.1 1934-01-01 1992-08-15        C44 histology   9973     58 2003-07-01
#> 130299.2 1934-01-01 1996-04-15        C50 histology   9758     58 2003-07-01
#> 130317.1 1958-01-01 1999-04-15        C34 histology   9549     41 2009-10-01
#> 130319.1 1920-01-01 1998-04-15        C18 histology   9636     78 2018-09-01
#> 130327.1 1972-01-01 2004-06-15        C64 histology   9833     32       <NA>
#> 130327.2 1972-01-01 2012-08-15        C18  DCO case   8183     32       <NA>
#> 130357.1 1987-01-01 2013-08-15        C44 histology   9368     26       <NA>
#> 130381.1 1945-01-01 2016-03-15        C34 histology   9945     71       <NA>
#> 130429.1 1958-01-01 2017-12-15        C50 histology   9341     59       <NA>
#> 130440.1 1948-01-01 2002-10-15        C34 histology   8500     54       <NA>
#> 130462.1 1922-01-01 2003-10-15        C64 histology   8868     81       <NA>
#> 130462.2 1922-01-01 2007-11-15        C50 histology   9438     81       <NA>
#> 130472.1 1935-01-01 2003-09-15        C34 histology   8800     68       <NA>
#> 130472.2 1935-01-01 2019-08-15        C50 histology   8918     68       <NA>
#> 130495.1 1974-01-01 2006-05-15        C18 histology   9771     32       <NA>
#> 130497.1 1912-01-01 1991-06-15        C34  DCO case   8066     79       <NA>
#> 130497.2 1912-01-01 2012-10-15        C34 histology   8999     79       <NA>
#> 130570.1 1934-01-01 1999-10-15        C80 histology   9744     65       <NA>
#> 130570.2 1934-01-01 2018-10-15        C34 histology   8945     65       <NA>
#> 130592.1 1927-01-01 2003-11-15        C34  DCO case   9709     76       <NA>
#> 130592.2 1927-01-01 2012-10-15        C34 histology   9420     76       <NA>
#> 130593.1 1964-01-01 2011-09-15        C34 histology   8027     47       <NA>
#> 130604.1 1954-01-01 1997-10-15        C44  DCO case   8474     43 2000-03-01
#> 130613.1 1982-01-01 2017-02-15        C54 histology   9103     35 2019-06-01
#> 130623.1 1981-01-01 2000-11-15        C34  DCO case   8002     19       <NA>
#> 130623.2 1981-01-01 2001-08-15        C34 histology   9818     19       <NA>
#> 130627.1 1977-01-01 1998-08-15        C50 histology   9183     21 2018-11-15
#> 130627.2 1977-01-01 2018-11-15        C50 histology   9181     21 2018-11-15
#> 130633.1 1939-01-01 1995-04-15        C54 histology   9760     56 1996-05-01
#> 130634.1 1957-01-01 1992-05-15        C18 histology   8194     35       <NA>
#> 130634.2 1957-01-01 2011-09-15        C44 histology   8511     35       <NA>
#> 130654.1 1955-01-01 2001-09-15        C34 histology   8477     46       <NA>
#> 130654.2 1955-01-01 2013-07-15        C54  DCO case   9029     46       <NA>
#> 130673.1 1944-01-01 2010-04-15        C34 histology   8115     66 2011-08-01
#> 130682.1 1929-01-01 2017-02-15        C34 histology   9496     88 2018-10-01
#> 130712.1 1916-01-01 2007-09-15        C44 histology   9388     91       <NA>
#> 130740.1 1977-01-01 2003-03-15        C50 histology   8400     26 2008-06-01
#> 130753.1 1937-01-01 2002-02-15        C50  DCO case   9321     65       <NA>
#> 130753.2 1937-01-01 2011-05-15        C80 histology   8218     65       <NA>
#> 130760.1 1975-01-01 2009-01-15        C44 histology   8731     34 2009-04-01
#> 130771.1 1981-01-01 2007-04-15        C50 histology   8078     26       <NA>
#> 130790.1 1960-01-01 2005-05-15        C50 histology   9616     45       <NA>
#> 130790.2 1960-01-01 2011-06-15        C34  DCO case   9063     45       <NA>
#> 130807.1 1950-01-01 2013-09-15        C34 histology   8313     63 2019-05-01
#> 130807.2 1950-01-01 2015-12-15        C50 histology   8070     63 2019-05-01
#> 130830.1 1914-01-01 1993-05-15        C50 histology   8555     79 2006-02-01
#> 130830.2 1914-01-01 2001-06-15        C50 histology   8681     79 2006-02-01
#> 130833.1 1948-01-01 2019-01-15        C50 histology   8691     71       <NA>
#> 130855.1 1953-01-01 2016-09-15        C34 histology   8751     63       <NA>
#> 130935.1 1956-01-01 1995-04-15        C34 histology   8254     39       <NA>
#> 130935.2 1956-01-01 2003-07-15        C34 histology   9700     39       <NA>
#> 130970.1 1936-01-01 2008-07-15        C34 histology   8531     72 2019-05-01
#> 130978.1 1971-01-01 1997-05-15        C44  DCO case   9520     26       <NA>
#> 130978.2 1971-01-01 2001-09-15        C50 histology   8132     26       <NA>
#> 131007.1 1962-01-01 2001-08-15        C34 histology   8755     39 2009-10-01
#> 131028.1 1961-01-01 2016-06-15        C18 histology   8373     55       <NA>
#> 131032.1 1948-01-01 2002-01-15        C80 histology   8482     54       <NA>
#> 131032.2 1948-01-01 2016-08-15        C34 histology   9360     54       <NA>
#> 131039.1 1964-01-01 2000-06-15        C50 histology   9803     36 2016-12-01
#> 131039.2 1964-01-01 2004-10-15        C34 histology   9865     36 2016-12-01
#> 131043.1 1929-01-01 2001-08-15        C54 histology   9345     72       <NA>
#> 131043.2 1929-01-01 2015-06-15        C80 histology   8532     72       <NA>
#> 131081.1 1989-01-01 2011-03-15        C44 histology   8330     22 2013-06-01
#> 131099.1 1960-01-01 2017-11-15        C50 histology   8465     57 2017-11-15
#> 131107.1 1923-01-01 1991-01-15        C34  DCO case   8079     68       <NA>
#> 131107.2 1923-01-01 1999-02-15        C54 histology   9076     68       <NA>
#> 131111.1 1937-01-01 1996-02-15        C50 histology   9626     59 2007-03-01
#> 131112.1 1937-01-01 1995-12-15        C34 histology   9732     58 2005-10-15
#> 131112.2 1937-01-01 2005-10-15        C64 histology   8237     58 2005-10-15
#> 131131.1 1956-01-01 2019-01-15        C34 histology   9867     63       <NA>
#> 131136.1 1932-01-01 1998-08-15        C18 histology   9496     66       <NA>
#> 131136.2 1932-01-01 2016-05-15        C50 histology   8513     66       <NA>
#> 131156.1 1948-01-01 1995-07-15        C50 histology   9342     47 2017-02-01
#> 131159.1 1962-01-01 2002-11-15        C50 histology   9975     40 2014-03-01
#> 131159.2 1962-01-01 2003-08-15        C44 histology   9446     40 2014-03-01
#> 131166.1 1905-01-01 1994-10-15        C50 histology   9460     89       <NA>
#> 131166.2 1905-01-01 2000-06-15        C18  DCO case   8614     89       <NA>
#> 131229.1 1940-01-01 1996-11-15        C44 histology   9222     56 1999-09-01
#> 131234.1 1972-01-01 2017-11-15        C34  DCO case   9206     45       <NA>
#> 131243.1 1957-01-01 1994-07-15        C80 histology   8245     37 2008-10-01
#> 131243.2 1957-01-01 1995-02-15        C50 histology   8748     37 2008-10-01
#> 131290.1 1960-01-01 2017-04-15        C50 histology   9556     57 2017-09-01
#> 131316.1 1958-01-01 1991-05-15        C44 histology   9176     33       <NA>
#> 131316.2 1958-01-01 1994-02-15        C34 histology   9760     33       <NA>
#> 131329.1 1939-01-01 2018-08-15        C64 histology   8275     79       <NA>
#> 131330.1 1965-01-01 2013-06-15        C18 histology   8632     48       <NA>
#> 131330.2 1965-01-01 2019-06-15        C18 histology   8146     48       <NA>
#> 131333.1 1976-01-01 2013-07-15        C34 histology   8593     37       <NA>
#> 131334.1 1936-01-01 2013-10-15        C18 histology   8175     77       <NA>
#> 131334.2 1936-01-01 2018-09-15        C34 histology   8236     77       <NA>
#> 131362.1 1954-01-01 2002-07-15        C50 histology   8109     48 2008-01-01
#> 131370.1 1953-01-01 2004-06-15        C50 histology   8073     51       <NA>
#> 131370.2 1953-01-01 2007-03-15        C34 histology   8933     51       <NA>
#> 131433.1 1981-01-01 2002-02-15        C34 histology   8106     21       <NA>
#> 131455.1 1934-01-01 1996-06-15        C44 histology   9496     62 2013-09-01
#> 131455.2 1934-01-01 2004-09-15        C50 histology   9285     62 2013-09-01
#> 131458.1 1992-01-01 1993-02-15        C18 histology   8061      1 2012-03-01
#> 131458.2 1992-01-01 2003-02-15        C50 histology   9625      1 2012-03-01
#> 131475.1 1981-01-01 2005-02-15        C18 histology   9343     24 2017-04-01
#> 131475.2 1981-01-01 2005-07-15        C44  DCO case   8753     24 2017-04-01
#> 131535.1 1932-01-01 1992-10-15        C34  DCO case   9802     60       <NA>
#> 131535.2 1932-01-01 1997-09-15        C50 histology   9288     60       <NA>
#> 131545.1 1923-01-01 1991-01-15        C44 histology   8294     68       <NA>
#> 131545.2 1923-01-01 1993-01-15        C44  DCO case   9222     68       <NA>
#> 131553.1 1941-01-01 2004-12-15        C50 histology   8585     63       <NA>
#> 131553.2 1941-01-01 2011-03-15        C34 histology   8717     63       <NA>
#> 131555.1 1996-01-01 2017-05-15        C44 histology   9569     21 2017-05-15
#> 131558.1 1946-01-01 2007-10-15        C34 histology   8771     61       <NA>
#> 131591.1 1928-01-01 1994-10-15        C50  DCO case   8451     66 1999-02-01
#> 131607.1 1958-01-01 2009-11-15        C50 histology   9190     51 2012-04-01
#> 131609.1 1921-01-01 1995-02-15        C34 histology   9804     74       <NA>
#> 131609.2 1921-01-01 2011-04-15        C50 histology   8511     74       <NA>
#> 131627.1 1981-01-01 2009-10-15        C54 histology   8643     28       <NA>
#> 131637.1 1983-01-01 1998-03-15        C50  DCO case   8568     15 2010-04-01
#> 131645.1 1980-01-01 2005-11-15        C64  DCO case   9563     25 2019-10-01
#> 131645.2 1980-01-01 2006-07-15        C44 histology   9933     25 2019-10-01
#> 131656.1 1968-01-01 2004-12-15        C50 histology   9951     36       <NA>
#> 131672.1 1975-01-01 1991-05-15        C34 histology   8257     16 2003-10-01
#> 131672.2 1975-01-01 1998-02-15        C34 histology   9897     16 2003-10-01
#> 131685.1 1965-01-01 1992-03-15        C18 histology   8432     27 2008-09-01
#> 131685.2 1965-01-01 1993-04-15        C54 histology   9797     27 2008-09-01
#> 131699.1 1967-01-01 1993-12-15        C34  DCO case   9161     26 2013-04-01
#> 131707.1 1987-01-01 1993-07-15        C34 histology   9433      6       <NA>
#> 131707.2 1987-01-01 2013-04-15        C34 histology   9803      6       <NA>
#> 131717.1 1963-01-01 2008-07-15        C50 histology   8556     45       <NA>
#> 131728.1 1980-01-01 1992-02-15        C80 histology   9351     12       <NA>
#> 131728.2 1980-01-01 2015-06-15        C18  DCO case   9032     12       <NA>
#> 131754.1 1945-01-01 1994-10-15        C50  DCO case   8186     49       <NA>
#> 131754.2 1945-01-01 2000-12-15        C64 histology   8410     49       <NA>
#> 131773.1 1973-01-01 1991-03-15        C44 histology   8138     18 2013-05-01
#> 131779.1 1935-01-01 1993-05-15        C34 histology   8658     58 2007-09-01
#> 131781.1 1906-01-01 1994-10-15        C64 histology   8826     88 2010-06-01
#> 131781.2 1906-01-01 2010-04-15        C50 histology   9430     88 2010-06-01
#> 131787.1 1940-01-01 2002-09-15        C50 histology   9551     62 2010-01-01
#> 131795.1 1932-01-01 1992-11-15        C34 histology   8834     60 1997-12-01
#> 131804.1 1953-01-01 2002-12-15        C18 histology   8298     49 2006-06-01
#> 131805.1 1931-01-01 1993-09-15        C18 histology   9399     62 1998-12-01
#> 131805.2 1931-01-01 1997-04-15        C34 histology   8066     62 1998-12-01
#> 131808.1 1940-01-01 2018-12-15        C34 histology   8219     78       <NA>
#> 131812.1 1961-01-01 1998-05-15        C54  DCO case   9932     37 2019-11-01
#> 131812.2 1961-01-01 2002-09-15        C50 histology   8616     37 2019-11-01
#> 131814.1 1921-01-01 2006-02-15        C18 histology   9968     85       <NA>
#> 131817.1 1951-01-01 1996-06-15        C64 histology   8276     45 1996-09-01
#> 131835.1 1961-01-01 2014-05-15        C50 histology   9608     53       <NA>
#> 131838.1 1969-01-01 2011-11-15        C34 histology   9724     42       <NA>
#> 131886.1 1921-01-01 1993-06-15        C54 histology   8492     72 1998-10-01
#> 131890.1 1925-01-01 2010-05-15        C34 histology   9725     85 2010-10-01
#> 131903.1 1958-01-01 1993-05-15        C34  DCO case   8672     35 2006-08-01
#> 131915.1 2017-01-01 2019-01-15        C44 histology   9699      2       <NA>
#> 131918.1 1951-01-01 1999-12-15        C50 histology   8364     48 2010-02-01
#> 131929.1 1931-01-01 1997-01-15        C50 histology   9784     66       <NA>
#> 131954.1 2005-01-01 2018-11-15        C34 histology   9187     13       <NA>
#> 131954.2 2005-01-01 2019-06-15        C50 histology   8735     13       <NA>
#> 131959.1 1958-01-01 1996-04-15        C50 histology   9134     38       <NA>
#> 131959.2 1958-01-01 2014-01-15        C64 histology   8551     38       <NA>
#> 131960.1 1932-01-01 1992-06-15        C34 histology   8208     60       <NA>
#> 131960.2 1932-01-01 1998-07-15        C50 histology   9311     60       <NA>
#> 131996.1 1922-01-01 1998-04-15        C34 histology   8750     76       <NA>
#> 131996.2 1922-01-01 2006-10-15        C50 histology   8594     76       <NA>
#> 131997.1 1920-01-01 1991-11-15        C44 histology   8579     71       <NA>
#> 131997.2 1920-01-01 1993-07-15        C34 histology   8562     71       <NA>
#> 132003.1 1952-01-01 2008-02-15        C50 histology   8839     56 2016-06-01
#> 132003.2 1952-01-01 2010-11-15        C50 histology   8286     56 2016-06-01
#> 132013.1 1941-01-01 1991-01-15        C50 histology   8548     50 2018-07-01
#> 132013.2 1941-01-01 2015-12-15        C34 histology   9625     50 2018-07-01
#> 132034.1 1942-01-01 2005-03-15        C50 histology   9007     63 2006-02-01
#> 132057.1 1984-01-01 2005-03-15        C44 histology   9151     21       <NA>
#> 132057.2 1984-01-01 2005-08-15        C50  DCO case   8948     21       <NA>
#> 132070.1 1943-01-01 1997-06-15        C18 histology   8667     54 2015-07-01
#> 132070.2 1943-01-01 2010-04-15        C18 histology   8625     54 2015-07-01
#> 132104.1 1969-01-01 2018-04-15        C44 histology   9635     49       <NA>
#> 132108.1 1964-01-01 2009-07-15        C54 histology   9412     45       <NA>
#> 132108.2 1964-01-01 2018-12-15        C44 histology   8948     45       <NA>
#> 132109.1 1955-01-01 2015-02-15        C44 histology   8180     60       <NA>
#> 132110.1 1952-01-01 1995-11-15        C44 histology   8505     43 2008-08-01
#> 132110.2 1952-01-01 2007-07-15        C64 histology   9237     43 2008-08-01
#> 132124.1 1925-01-01 2005-11-15        C18 histology   8731     80       <NA>
#> 132124.2 1925-01-01 2010-08-15        C34 histology   9448     80       <NA>
#> 132125.1 1925-01-01 2009-08-15        C50 histology   8758     84       <NA>
#> 132125.2 1925-01-01 2010-02-15        C34 histology   8081     84       <NA>
#> 132131.1 1940-01-01 2004-06-15        C50 histology   9037     64       <NA>
#> 132151.1 1976-01-01 2005-05-15        C44 histology   8514     29       <NA>
#> 132163.1 1970-01-01 2003-05-15        C44 histology   8223     33       <NA>
#> 132176.1 1923-01-01 2006-04-15        C44 histology   9453     83       <NA>
#> 132176.2 1923-01-01 2019-08-15        C50 histology   8668     83       <NA>
#> 132183.1 1938-01-01 1999-02-15        C34  DCO case   9136     61       <NA>
#> 132186.1 1976-01-01 2016-08-15        C34 histology   9232     40       <NA>
#> 132191.1 1967-01-01 2008-08-15        C50 histology   8110     41       <NA>
#> 132191.2 1967-01-01 2009-10-15        C34  DCO case   8636     41       <NA>
#> 132198.1 1937-01-01 2013-08-15        C54 histology   9411     76       <NA>
#> 132236.1 1976-01-01 2000-07-15        C34 histology   8301     24 2009-02-01
#> 132245.1 1973-01-01 1994-06-15        C18 histology   8733     21       <NA>
#> 132245.2 1973-01-01 2015-05-15        C50 histology   8885     21       <NA>
#> 132254.1 1973-01-01 2002-10-15        C34 histology   8412     29 2018-08-01
#> 132254.2 1973-01-01 2003-02-15        C18 histology   9152     29 2018-08-01
#> 132255.1 1952-01-01 1993-07-15        C44 histology   9490     41       <NA>
#> 132255.2 1952-01-01 1995-07-15        C44 histology   9690     41       <NA>
#> 132274.1 1991-01-01 2004-04-15        C18 histology   9574     13 2019-12-01
#> 132278.1 1962-01-01 1995-09-15        C34 histology   8128     33 2008-09-01
#> 132318.1 1951-01-01 1991-09-15        C50 histology   9836     40 2007-05-01
#> 132320.1 1948-01-01 2015-12-15        C18 histology   8174     67 2016-10-15
#> 132320.2 1948-01-01 2016-10-15        C50 histology   9739     67 2016-10-15
#> 132324.1 1949-01-01 2007-11-15        C34 histology   9480     58 2017-04-01
#> 132331.1 1934-01-01 2008-01-15        C44 histology   8729     74       <NA>
#> 132333.1 1948-01-01 1997-01-15        C44 histology   8584     49 2017-12-01
#> 132333.2 1948-01-01 2008-11-15        C34 histology   9370     49 2017-12-01
#> 132334.1 1987-01-01 1997-02-15        C50  DCO case   8631     10 2018-07-01
#> 132334.2 1987-01-01 2007-11-15        C34  DCO case   8579     10 2018-07-01
#> 132367.1 2003-01-01 2006-01-15        C64 histology   8542      3 2015-01-01
#> 132388.1 1962-01-01 1995-08-15        C50  DCO case   9679     33 2009-02-01
#> 132390.1 2008-01-01 2011-07-15        C34 histology   9803      3 2015-05-01
#> 132392.1 1946-01-01 2006-03-15        C80 histology   9143     60       <NA>
#> 132392.2 1946-01-01 2009-01-15        C50 histology   8293     60       <NA>
#> 132395.1 1939-01-01 2004-11-15        C34 histology   9778     65       <NA>
#> 132395.2 1939-01-01 2018-06-15        C64 histology   9981     65       <NA>
#> 132400.1 1985-01-01 2012-05-15        C54  DCO case   8060     27       <NA>
#> 132430.1 1931-01-01 1991-09-15        C18 histology   8475     60 2014-06-01
#> 132430.2 1931-01-01 1996-10-15        C18  DCO case   9798     60 2014-06-01
#> 132433.1 1914-01-01 1995-04-15        C50 histology   8073     81 2018-05-01
#> 132433.2 1914-01-01 1996-03-15        C50  DCO case   9982     81 2018-05-01
#> 132474.1 1944-01-01 2008-03-15        C50 histology   9530     64       <NA>
#> 132491.1 1927-01-01 1997-11-15        C50 histology   9281     70 2018-07-01
#> 132491.2 1927-01-01 2017-03-15        C50 histology   9790     70 2018-07-01
#> 132502.1 1930-01-01 1995-06-15        C50  DCO case   8430     65 2009-09-01
#> 132513.1 1939-01-01 2004-08-15        C34 histology   9241     65       <NA>
#> 132513.2 1939-01-01 2008-03-15        C18 histology   8676     65       <NA>
#> 132521.1 1972-01-01 2015-02-15        C34 histology   8017     43 2015-08-01
#> 132523.1 1962-01-01 2007-02-15        C50 histology   9115     45 2017-06-01
#> 132526.1 1900-01-01 1993-06-15        C64 histology   8812     93 2019-09-01
#> 132526.2 1900-01-01 2000-02-15        C34 histology   8806     93 2019-09-01
#> 132539.1 1954-01-01 1999-10-15        C50  DCO case   8270     45 2004-07-01
#> 132594.1 1964-01-01 1997-07-15        C18  DCO case   9965     33       <NA>
#> 132594.2 1964-01-01 2010-06-15        C50 histology   9689     33       <NA>
#> 132624.1 1967-01-01 2002-11-15        C64 histology   8700     35       <NA>
#> 132624.2 1967-01-01 2019-08-15        C50 histology   8148     35       <NA>
#> 132638.1 1930-01-01 1997-02-15        C34 histology   8786     67 2001-04-01
#> 132639.1 1932-01-01 2017-03-15        C34 histology   9978     85 2017-09-01
#> 132640.1 1923-01-01 1992-10-15        C44 histology   8533     69       <NA>
#> 132640.2 1923-01-01 2008-08-15        C50 histology   9783     69       <NA>
#> 132644.1 1989-01-01 2018-05-15        C50 histology   9767     29       <NA>
#> 132645.1 1940-01-01 2007-04-15        C34 histology   8740     67 2008-08-01
#> 132650.1 1931-01-01 1992-04-15        C44 histology   8472     61 2011-05-01
#> 132663.1 1939-01-01 1997-08-15        C54 histology   9162     58       <NA>
#> 132663.2 1939-01-01 2010-02-15        C44 histology   8142     58       <NA>
#> 132688.1 1905-01-01 1992-10-15        C34 histology   9007     87       <NA>
#> 132688.2 1905-01-01 2004-09-15        C34 histology   9443     87       <NA>
#> 132713.1 1997-01-01 2018-05-15        C50 histology   9969     21       <NA>
#> 132725.1 1927-01-01 2000-11-15        C50 histology   8207     73 2012-07-01
#> 132725.2 1927-01-01 2004-04-15        C18 histology   8879     73 2012-07-01
#> 132739.1 1922-01-01 2010-03-15        C34 histology   8260     88       <NA>
#> 132758.1 1964-01-01 2011-07-15        C64 histology   9513     47 2017-12-01
#> 132758.2 1964-01-01 2015-05-15        C50  DCO case   9555     47 2017-12-01
#> 132775.1 1928-01-01 1996-01-15        C18  DCO case   9517     68 2009-09-01
#> 132775.2 1928-01-01 1999-12-15        C34 histology   8679     68 2009-09-01
#> 132776.1 1946-01-01 2015-02-15        C50 histology   9346     69       <NA>
#> 132780.1 1929-01-01 1994-07-15        C34 histology   9935     65 2016-11-01
#> 132780.2 1929-01-01 2005-08-15        C64 histology   9649     65 2016-11-01
#> 132790.1 1950-01-01 2001-11-15        C50 histology   9815     51       <NA>
#> 132790.2 1950-01-01 2004-02-15        C44 histology   9396     51       <NA>
#> 132827.1 1934-01-01 1991-05-15        C50 histology   9700     57 2011-09-01
#> 132827.2 1934-01-01 2000-05-15        C80 histology   9204     57 2011-09-01
#> 132831.1 1919-01-01 2000-08-15        C50 histology   8853     81       <NA>
#> 132831.2 1919-01-01 2018-01-15        C34 histology   8281     81       <NA>
#> 132836.1 1955-01-01 1996-05-15        C50 histology   8152     41 2017-01-01
#> 132836.2 1955-01-01 2002-05-15        C18 histology   9090     41 2017-01-01
#> 132841.1 1930-01-01 1999-03-15        C64 histology   9369     69 2002-10-01
#> 132847.1 1952-01-01 2019-06-15        C34 histology   9078     67       <NA>
#> 132857.1 1996-01-01 2001-08-15        C18 histology   9635      5       <NA>
#> 132864.1 1936-01-01 2000-09-15        C34 histology   8849     64 2017-11-01
#> 132867.1 1988-01-01 1999-05-15        C34 histology   8678     11 1999-08-01
#> 132871.1 1950-01-01 1991-05-15        C34 histology   8637     41 2003-12-01
#> 132871.2 1950-01-01 1996-07-15        C64 histology   9601     41 2003-12-01
#> 132874.1 1946-01-01 1996-07-15        C34 histology   9614     50       <NA>
#> 132874.2 1946-01-01 2005-01-15        C50 histology   9073     50       <NA>
#> 132889.1 1960-01-01 1994-05-15        C44 histology   9092     34 2019-12-01
#> 132892.1 1928-01-01 1997-05-15        C34 histology   8687     69 2000-03-01
#> 132893.1 1973-01-01 2019-02-15        C34 histology   8436     46       <NA>
#> 132898.1 1951-01-01 2004-06-15        C50 histology   8797     53 2011-11-01
#> 132914.1 1922-01-01 1994-11-15        C50 histology   9062     72       <NA>
#> 132914.2 1922-01-01 2010-06-15        C34 histology   9306     72       <NA>
#> 132926.1 2001-01-01 2006-06-15        C34 histology   8137      5 2019-07-01
#> 132926.2 2001-01-01 2015-02-15        C18 histology   8300      5 2019-07-01
#> 132942.1 1966-01-01 2013-12-15        C34 histology   9210     47       <NA>
#> 132947.1 1953-01-01 1995-09-15        C34 histology   8349     42       <NA>
#> 132947.2 1953-01-01 2007-04-15        C64 histology   8933     42       <NA>
#> 132968.1 1947-01-01 1999-07-15        C50 histology   8620     52       <NA>
#> 132968.2 1947-01-01 2004-08-15        C50 histology   8601     52       <NA>
#> 132970.1 1937-01-01 2005-12-15        C34 histology   9513     68 2006-01-01
#> 133005.1 1943-01-01 2005-11-15        C44  DCO case   9594     62       <NA>
#> 133005.2 1943-01-01 2007-08-15        C50 histology   8159     62       <NA>
#> 133011.1 1916-01-01 1992-05-15        C50 histology   8203     76       <NA>
#> 133011.2 1916-01-01 2004-12-15        C34 histology   8529     76       <NA>
#> 133012.1 1969-01-01 2017-10-15        C64 histology   8856     48 2017-12-01
#> 133032.1 1924-01-01 1991-03-15        C34 histology   8655     67 2007-12-01
#> 133032.2 1924-01-01 2003-03-15        C50 histology   9219     67 2007-12-01
#> 133047.1 1975-01-01 2006-09-15        C34 histology   9980     31       <NA>
#> 133047.2 1975-01-01 2013-07-15        C18 histology   8260     31       <NA>
#> 133049.1 1940-01-01 2002-10-15        C34 histology   9796     62 2008-08-01
#> 133056.1 1951-01-01 1993-12-15        C50 histology   8526     42 1998-02-01
#> 133058.1 1944-01-01 2012-03-15        C34 histology   9573     68       <NA>
#> 133058.2 1944-01-01 2013-06-15        C34 histology   9108     68       <NA>
#> 133075.1 1928-01-01 2015-09-15        C80 histology   9082     87       <NA>
#> 133084.1 1952-01-01 2016-08-15        C50  DCO case   9447     64       <NA>
#> 133108.1 1978-01-01 2012-03-15        C44 histology   8746     34       <NA>
#> 133117.1 1924-01-01 2019-08-15        C44 histology   9092     95       <NA>
#> 133122.1 1928-01-01 2001-01-15        C34 histology   8674     73       <NA>
#> 133131.1 1971-01-01 2012-08-15        C50 histology   8968     41 2013-04-01
#> 133135.1 1928-01-01 1996-04-15        C34  DCO case   8292     68 2008-04-01
#> 133137.1 1954-01-01 2002-07-15        C34 histology   9766     48       <NA>
#> 133137.2 1954-01-01 2009-11-15        C44 histology   9495     48       <NA>
#> 133157.1 1924-01-01 2000-04-15        C44 histology   9513     76 2011-12-01
#> 133157.2 1924-01-01 2004-12-15        C18 histology   9170     76 2011-12-01
#> 133187.1 1972-01-01 2005-06-15        C64 histology   8220     33 2009-02-01
#> 133207.1 1943-01-01 2001-07-15        C34 histology   9945     58       <NA>
#> 133207.2 1943-01-01 2016-09-15        C44 histology   8433     58       <NA>
#> 133228.1 1927-01-01 2005-02-15        C50 histology   8637     78       <NA>
#> 133228.2 1927-01-01 2010-08-15        C18 histology   9829     78       <NA>
#> 133233.1 1932-01-01 2001-05-15        C18 histology   8719     69 2003-03-01
#> 133267.1 1922-01-01 1992-04-15        C34  DCO case   9536     70 2004-07-01
#> 133272.1 1996-01-01 2007-10-15        C34  DCO case   9588     11       <NA>
#> 133272.2 1996-01-01 2008-02-15        C34 histology   9814     11       <NA>
#> 133288.1 1968-01-01 2010-07-15        C54 histology   9076     42       <NA>
#> 133308.1 1926-01-01 1995-07-15        C34 histology   8704     69 2004-05-01
#> 133324.1 1899-01-01 1999-12-15        C34 histology   8335    100       <NA>
#> 133354.1 1924-01-01 1996-07-15        C50 histology   9155     72 2001-11-01
#> 133359.1 1936-01-01 2010-07-15        C44 histology   9172     74 2019-05-01
#> 133379.1 1982-01-01 2013-06-15        C50 histology   9686     31       <NA>
#> 133381.1 1911-01-01 1997-03-15        C34 histology   8137     86 2019-09-01
#> 133381.2 1911-01-01 2012-01-15        C34 histology   9604     86 2019-09-01
#> 133384.1 1945-01-01 1999-01-15        C64 histology   8443     54 2014-08-01
#> 133384.2 1945-01-01 2004-10-15        C18 histology   9476     54 2014-08-01
#> 133393.1 1985-01-01 2018-02-15        C44 histology   9913     33       <NA>
#> 133393.2 1985-01-01 2019-07-15        C34 histology   8641     33       <NA>
#> 133394.1 1946-01-01 1993-05-15        C54 histology   9573     47       <NA>
#> 133394.2 1946-01-01 2007-03-15        C34 histology   8938     47       <NA>
#> 133412.1 1970-01-01 2010-12-15        C34 histology   9121     40       <NA>
#> 133413.1 1970-01-01 2017-05-15        C18 histology   8438     47       <NA>
#> 133430.1 1951-01-01 1993-07-15        C50 histology   9893     42 2005-05-01
#> 133432.1 1982-01-01 2008-06-15        C34  DCO case   9660     26       <NA>
#> 133435.1 1990-01-01 2012-09-15        C80  DCO case   9103     22       <NA>
#> 133452.1 1990-01-01 1999-06-15        C18 histology   9547      9 2014-03-01
#> 133456.1 1967-01-01 1996-05-15        C44 histology   8887     29 2007-06-01
#> 133479.1 1985-01-01 2015-10-15        C44 histology   8469     30       <NA>
#> 133483.1 1968-01-01 1992-05-15        C34 histology   8430     24 1997-06-01
#> 133483.2 1968-01-01 1992-08-15        C50 histology   9516     24 1997-06-01
#> 133484.1 1941-01-01 1996-01-15        C54 histology   8251     55 2004-08-01
#> 133541.1 1975-01-01 1994-11-15        C34 histology   8872     19 2007-11-01
#> 133544.1 1953-01-01 1999-06-15        C34  DCO case   9224     46 2014-10-01
#> 133558.1 1902-01-01 2005-10-15        C34 histology   9972    103 2011-05-01
#> 133560.1 1965-01-01 2015-03-15        C18 histology   9359     50 2015-11-01
#> 133568.1 1948-01-01 1995-10-15        C18 histology   8078     47       <NA>
#> 133568.2 1948-01-01 1999-07-15        C18 histology   8711     47       <NA>
#> 133575.1 1927-01-01 2011-03-15        C18 histology   8911     84       <NA>
#> 133576.1 1930-01-01 2000-05-15        C34 histology   8121     70 2002-09-01
#> 133592.1 1940-01-01 1995-08-15        C50  DCO case   9697     55 1996-10-01
#> 133618.1 1920-01-01 1994-04-15        C34 histology   8861     74 2015-11-01
#> 133628.1 1926-01-01 1993-03-15        C34 histology   9268     67 1995-07-01
#> 133630.1 1940-01-01 2002-09-15        C64 histology   9585     62 2017-06-01
#> 133647.1 1964-01-01 2005-10-15        C18 histology   8259     41       <NA>
#> 133647.2 1964-01-01 2007-03-15        C50 histology   8010     41       <NA>
#> 133654.1 1933-01-01 2010-08-15        C44 histology   9139     77 2018-01-01
#> 133654.2 1933-01-01 2010-11-15        C50 histology   9975     77 2018-01-01
#> 133692.1 1943-01-01 1994-03-15        C34 histology   8412     51 2013-01-01
#> 133702.1 1962-01-01 1999-08-15        C34 histology   9826     37 2019-11-01
#> 133712.1 1919-01-01 1995-11-15        C34 histology   8125     76       <NA>
#> 133712.2 1919-01-01 2015-01-15        C54 histology   9315     76       <NA>
#> 133713.1 1968-01-01 2018-02-15        C34 histology   8601     50       <NA>
#> 133728.1 1986-01-01 2005-12-15        C50 histology   8850     19       <NA>
#> 133728.2 1986-01-01 2012-10-15        C34 histology   9694     19       <NA>
#> 133732.1 1914-01-01 1995-12-15        C80 histology   9460     81 2011-10-01
#> 133734.1 1950-01-01 2001-10-15        C44 histology   8618     51 2013-10-01
#> 133734.2 1950-01-01 2007-09-15        C34 histology   9268     51 2013-10-01
#> 133743.1 1974-01-01 2016-06-15        C50 histology   8089     42       <NA>
#> 133753.1 1910-01-01 1993-06-15        C50 histology   9535     83 2019-10-01
#> 133753.2 1910-01-01 2003-03-15        C50 histology   9279     83 2019-10-01
#> 133757.1 1925-01-01 2002-04-15        C34 histology   8788     77 2008-02-01
#> 133778.1 1950-01-01 2012-02-15        C44 histology   8352     62 2016-10-01
#> 133796.1 1916-01-01 1992-10-15        C18 histology   9167     76 2012-04-01
#> 133796.2 1916-01-01 2008-03-15        C34 histology   8947     76 2012-04-01
#> 133805.1 1990-01-01 1996-02-15        C34 histology   9504      6 2019-02-01
#> 133805.2 1990-01-01 2001-09-15        C18 histology   9127      6 2019-02-01
#> 133829.1 1942-01-01 1994-07-15        C44 histology   9341     52 2002-10-01
#> 133852.1 1986-01-01 1992-02-15        C50 histology   8430      6       <NA>
#> 133852.2 1986-01-01 2009-08-15        C50 histology   9469      6       <NA>
#> 133855.1 1956-01-01 2016-08-15        C64 histology   8768     60       <NA>
#> 133859.1 1928-01-01 2007-01-15        C50 histology   8577     79 2012-07-01
#> 133889.1 1964-01-01 2000-11-15        C50  DCO case   9390     36 2015-07-01
#> 133889.2 1964-01-01 2012-09-15        C34 histology   9131     36 2015-07-01
#> 133901.1 1977-01-01 1998-07-15        C50 histology   8654     21       <NA>
#> 133902.1 1930-01-01 1993-08-15        C50 histology   9173     63 2009-05-01
#> 133912.1 1930-01-01 1994-11-15        C34 histology   9038     64 2016-02-01
#> 133912.2 1930-01-01 2013-11-15        C50 histology   9450     64 2016-02-01
#> 133915.1 1966-01-01 1996-05-15        C50 histology   8683     30 2005-08-01
#> 133915.2 1966-01-01 2004-12-15        C34 histology   8643     30 2005-08-01
#> 133981.1 1966-01-01 2001-11-15        C50 histology   8076     35 2017-02-01
#> 133990.1 2008-01-01 2008-06-15        C44 histology   8290      0 2013-12-01
#> 133991.1 1938-01-01 2001-09-15        C18 histology   9652     63 2013-07-01
#> 133995.1 1994-01-01 2007-06-15        C18 histology   8780     13       <NA>
#> 133995.2 1994-01-01 2009-06-15        C34 histology   9097     13       <NA>
#> 134008.1 1972-01-01 1996-12-15        C34  DCO case   9382     24       <NA>
#> 134008.2 1972-01-01 2013-02-15        C34 histology   8078     24       <NA>
#> 134019.1 1957-01-01 2000-12-15        C50 histology   8730     43 2015-11-01
#> 134019.2 1957-01-01 2005-03-15        C50 histology   8095     43 2015-11-01
#> 134020.1 1931-01-01 2002-02-15        C34 histology   8768     71       <NA>
#> 134020.2 1931-01-01 2005-08-15        C50 histology   9607     71       <NA>
#> 134025.1 1995-01-01 2009-06-15        C34 histology   9426     14       <NA>
#> 134029.1 1929-01-01 2001-01-15        C64  DCO case   8893     72 2017-10-15
#> 134029.2 1929-01-01 2017-10-15        C44 histology   9572     72 2017-10-15
#> 134059.1 1910-01-01 1996-04-15        C64 histology   8610     86 1998-10-01
#> 134078.1 1949-01-01 2018-04-15        C50 histology   9751     69       <NA>
#> 134083.1 1913-01-01 1998-07-15        C34 histology   9064     85 1999-03-01
#> 134096.1 1978-01-01 2001-02-15        C34  DCO case   8179     23 2002-09-15
#> 134096.2 1978-01-01 2002-09-15        C34 histology   8340     23 2002-09-15
#> 134101.1 1950-01-01 1991-10-15        C18 histology   8799     41 2008-02-01
#> 134102.1 1991-01-01 1993-07-15        C34 histology   8008      2 2013-07-01
#> 134110.1 1977-01-01 2003-03-15        C50 histology   8082     26 2016-03-01
#> 134112.1 1957-01-01 2000-10-15        C34 histology   9857     43       <NA>
#> 134112.2 1957-01-01 2011-05-15        C44 histology   8135     43       <NA>
#> 134116.1 1980-01-01 2008-03-15        C18 histology   8912     28       <NA>
#> 134116.2 1980-01-01 2016-04-15        C18 histology   9107     28       <NA>
#> 134132.1 1961-01-01 2008-05-15        C50  DCO case   8050     47       <NA>
#> 134132.2 1961-01-01 2016-07-15        C50 histology   8569     47       <NA>
#> 134133.1 1936-01-01 2011-03-15        C18 histology   9907     75       <NA>
#> 134143.1 1981-01-01 2005-11-15        C54 histology   9246     24       <NA>
#> 134149.1 1941-01-01 2008-05-15        C50 histology   9173     67 2018-11-01
#> 134163.1 1946-01-01 2014-06-15        C18 histology   9424     68       <NA>
#> 134179.1 1974-01-01 2016-09-15        C50 histology   8072     42 2018-06-01
#> 134180.1 1963-01-01 2011-03-15        C54 histology   9921     48 2018-10-01
#> 134193.1 1922-01-01 1997-04-15        C34 histology   9631     75       <NA>
#> 134193.2 1922-01-01 2008-02-15        C50 histology   9798     75       <NA>
#> 134200.1 1948-01-01 1998-06-15        C34 histology   9348     50       <NA>
#> 134200.2 1948-01-01 2004-12-15        C64  DCO case   8606     50       <NA>
#> 134211.1 1966-01-01 2015-05-15        C50 histology   8737     49       <NA>
#> 134225.1 1943-01-01 2015-09-15        C50 histology   8500     72       <NA>
#> 134245.1 1969-01-01 2009-11-15        C44 histology   9216     40       <NA>
#> 134256.1 1948-01-01 1999-08-15        C34 histology   8689     51 2014-10-01
#> 134285.1 1940-01-01 2005-02-15        C50 histology   9360     65 2005-05-01
#> 134304.1 1959-01-01 2007-03-15        C34 histology   9831     48       <NA>
#> 134304.2 1959-01-01 2015-01-15        C18 histology   8383     48       <NA>
#> 134324.1 1957-01-01 2009-12-15        C80 histology   8837     52       <NA>
#> 134325.1 1949-01-01 2000-07-15        C80 histology   8117     51       <NA>
#> 134325.2 1949-01-01 2007-09-15        C50 histology   9964     51       <NA>
#> 134332.1 1970-01-01 1991-07-15        C64 histology   9919     21       <NA>
#> 134332.2 1970-01-01 1999-09-15        C34 histology   8804     21       <NA>
#> 134347.1 1938-01-01 1998-12-15        C64 histology   8242     60 2015-09-01
#> 134368.1 1954-01-01 1996-08-15        C34 histology   8039     42 2002-03-01
#> 134371.1 1936-01-01 1997-12-15        C34 histology   8554     61       <NA>
#> 134371.2 1936-01-01 2013-11-15        C54 histology   9632     61       <NA>
#> 134406.1 1947-01-01 2005-02-15        C50 histology   9132     58 2006-05-01
#> 134452.1 1948-01-01 2009-12-15        C64 histology   9670     61 2012-04-01
#> 134468.1 1976-01-01 1998-03-15        C44 histology   9436     22 2000-11-01
#> 134476.1 1976-01-01 2019-11-15        C50 histology   8722     43       <NA>
#> 134492.1 1921-01-01 1998-04-15        C34 histology   8765     77 2006-10-01
#> 134501.1 1929-01-01 1998-04-15        C34 histology   9178     69 2014-07-01
#> 134505.1 1963-01-01 2009-09-15        C18 histology   9193     46       <NA>
#> 134516.1 1934-01-01 2003-10-15        C18 histology   8348     69 2017-06-01
#> 134516.2 1934-01-01 2015-12-15        C34 histology   8762     69 2017-06-01
#> 134521.1 1941-01-01 1993-07-15        C50 histology   8665     52 2008-12-01
#> 134521.2 1941-01-01 1996-10-15        C18 histology   8135     52 2008-12-01
#> 134523.1 1968-01-01 1993-01-15        C34 histology   9698     25 1994-05-01
#> 134528.1 1943-01-01 1997-03-15        C34 histology   9961     54 2004-03-01
#> 134542.1 1967-01-01 2013-02-15        C14 histology   8305     46 2015-08-01
#> 134545.1 1976-01-01 1998-07-15        C50  DCO case   9520     22       <NA>
#> 134545.2 1976-01-01 2003-01-15        C50  DCO case   8682     22       <NA>
#> 134547.1 1955-01-01 2008-08-15        C34 histology   8701     53       <NA>
#> 134575.1 1924-01-01 2000-11-15        C50 histology   8255     76 2013-11-01
#> 134575.2 1924-01-01 2004-06-15        C34 histology   8805     76 2013-11-01
#> 134577.1 2005-01-01 2018-01-15        C50 histology   8097     13       <NA>
#> 134613.1 1925-01-01 1996-09-15        C54 histology   8698     71       <NA>
#> 134613.2 1925-01-01 1998-11-15        C34 histology   9328     71       <NA>
#> 134617.1 1929-01-01 2005-12-15        C64 histology   9632     76       <NA>
#> 134617.2 1929-01-01 2011-03-15        C54 histology   9615     76       <NA>
#> 134622.1 1980-01-01 2002-09-15        C44 histology   9424     22       <NA>
#> 134622.2 1980-01-01 2004-12-15        C50 histology   9196     22       <NA>
#> 134629.1 1962-01-01 1994-07-15        C50 histology   9172     32 2018-02-01
#> 134643.1 1957-01-01 2008-02-15        C64 histology   9407     51 2012-08-01
#> 134653.1 1972-01-01 1999-04-15        C34 histology   9258     27       <NA>
#> 134653.2 1972-01-01 2003-11-15        C64 histology   9315     27       <NA>
#> 134659.1 1965-01-01 1995-10-15        C50 histology   8307     30 1998-12-01
#> 134659.2 1965-01-01 1997-08-15        C18 histology   8521     30 1998-12-01
#> 134664.1 1945-01-01 1994-06-15        C34 histology   8210     49       <NA>
#> 134664.2 1945-01-01 2009-04-15        C18 histology   9531     49       <NA>
#> 134667.1 1988-01-01 1994-10-15        C50 histology   8880      6       <NA>
#> 134667.2 1988-01-01 2009-10-15        C34 histology   9297      6       <NA>
#> 134708.1 1979-01-01 2014-09-15        C50 histology   8241     35       <NA>
#> 134711.1 1945-01-01 2015-06-15        C50 histology   8564     70       <NA>
#> 134726.1 1941-01-01 1998-06-15        C50 histology   8134     57 2015-09-01
#> 134726.2 1941-01-01 2002-04-15        C18  DCO case   8104     57 2015-09-01
#> 134753.1 1930-01-01 2005-11-15        C18 histology   8198     75       <NA>
#> 134753.2 1930-01-01 2008-02-15        C50 histology   9959     75       <NA>
#> 134790.1 1942-01-01 1994-12-15        C34 histology   9853     52 2012-10-01
#> 134790.2 1942-01-01 2001-12-15        C14 histology   9794     52 2012-10-01
#> 134800.1 1978-01-01 2017-08-15        C50 histology   8526     39 2017-10-01
#> 134813.1 1939-01-01 1997-06-15        C34 histology   8208     58 2004-09-01
#> 134813.2 1939-01-01 2000-01-15        C64 histology   8541     58 2004-09-01
#> 134817.1 1943-01-01 2009-06-15        C80 histology   8438     66       <NA>
#> 134817.2 1943-01-01 2009-09-15        C64 histology   8272     66       <NA>
#> 134832.1 1948-01-01 2003-07-15        C50 histology   8814     55       <NA>
#> 134832.2 1948-01-01 2003-07-15        C50 histology   8955     55       <NA>
#> 134875.1 1976-01-01 1994-08-15        C34 histology   8090     18       <NA>
#> 134875.2 1976-01-01 1998-01-15        C50 histology   8087     18       <NA>
#> 134876.1 1917-01-01 1992-02-15        C50 histology   8112     75       <NA>
#> 134876.2 1917-01-01 2013-07-15        C44 histology   8753     75       <NA>
#> 134912.1 1936-01-01 1997-09-15        C44 histology   9339     61 2004-11-01
#> 134924.1 2001-01-01 2002-09-15        C18 histology   9243      1       <NA>
#> 134924.2 2001-01-01 2019-12-15        C34 histology   8912      1       <NA>
#> 134932.1 1913-01-01 1995-11-15        C34 histology   8470     82 2000-11-01
#> 134936.1 1919-01-01 1995-01-15        C34 histology   8835     76       <NA>
#> 134936.2 1919-01-01 2009-12-15        C18 histology   9324     76       <NA>
#> 134985.1 1926-01-01 1992-08-15        C34 histology   8892     66 2005-02-01
#> 135032.1 1951-01-01 1994-05-15        C50 histology   9240     43 2014-11-01
#> 135034.1 1958-01-01 2000-11-15        C64 histology   9017     42 2006-04-01
#> 135053.1 1970-01-01 2006-02-15        C44  DCO case   9400     36       <NA>
#> 135053.2 1970-01-01 2010-09-15        C50 histology   8778     36       <NA>
#> 135056.1 1949-01-01 2014-05-15        C18 histology   8383     65       <NA>
#> 135092.1 1952-01-01 2006-02-15        C34 histology   8318     54 2015-03-01
#> 135094.1 1983-01-01 2018-02-15        C50 histology   9140     35       <NA>
#> 135096.1 1972-01-01 2000-08-15        C44 histology   8449     28 2018-11-01
#> 135097.1 1957-01-01 2012-02-15        C34 histology   9423     55       <NA>
#> 135097.2 1957-01-01 2018-12-15        C18 histology   9726     55       <NA>
#> 135124.1 1958-01-01 2009-08-15        C50 histology   9387     51       <NA>
#> 135143.1 1946-01-01 2003-10-15        C18 histology   8482     57       <NA>
#> 135143.2 1946-01-01 2016-12-15        C50  DCO case   8350     57       <NA>
#> 135147.1 1932-01-01 1998-01-15        C34 histology   8117     66 2019-07-01
#> 135148.1 1966-01-01 2017-05-15        C44 histology   9761     51       <NA>
#> 135169.1 1985-01-01 2009-04-15        C44 histology   8902     24       <NA>
#> 135169.2 1985-01-01 2016-09-15        C34 histology   9799     24       <NA>
#> 135176.1 1970-01-01 1992-09-15        C50 histology   8049     22       <NA>
#> 135176.2 1970-01-01 2014-03-15        C50 histology   9586     22       <NA>
#> 135177.1 1951-01-01 1997-02-15        C50 histology   9880     46       <NA>
#> 135177.2 1951-01-01 2018-02-15        C64 histology   8478     46       <NA>
#> 135203.1 1942-01-01 2008-01-15        C18 histology   9717     66 2018-03-01
#> 135209.1 1924-01-01 1996-05-15        C50 histology   8472     72 2015-08-01
#> 135209.2 1924-01-01 2001-08-15        C18  DCO case   8945     72 2015-08-01
#> 135224.1 1950-01-01 2010-07-15        C34 histology   9839     60 2019-08-01
#> 135227.1 1979-01-01 2011-03-15        C34 histology   8333     32       <NA>
#> 135230.1 1943-01-01 1993-01-15        C50 histology   8314     50 2004-06-01
#> 135230.2 1943-01-01 1994-07-15        C50 histology   8137     50 2004-06-01
#> 135245.1 1955-01-01 2003-05-15        C50  DCO case   9335     48 2003-07-01
#> 135271.1 1985-01-01 1996-09-15        C34 histology   9865     11       <NA>
#> 135271.2 1985-01-01 1999-06-15        C50 histology   9838     11       <NA>
#> 135278.1 1957-01-01 2001-04-15        C50 histology   9495     44 2004-02-01
#> 135286.1 1976-01-01 2010-12-15        C64 histology   9202     34       <NA>
#> 135291.1 1952-01-01 1998-03-15        C34 histology   8251     46 2015-07-01
#> 135291.2 1952-01-01 1998-11-15        C34 histology   9943     46 2015-07-01
#> 135292.1 1937-01-01 1999-03-15        C50 histology   8714     62 2017-03-01
#> 135292.2 1937-01-01 2013-10-15        C18 histology   9741     62 2017-03-01
#> 135300.1 1950-01-01 1999-05-15        C54 histology   9672     49 2007-12-01
#> 135300.2 1950-01-01 2007-06-15        C80 histology   8318     49 2007-12-01
#> 135315.1 1939-01-01 1992-07-15        C18 histology   9868     53 1993-12-01
#> 135318.1 1955-01-01 1997-06-15        C80 histology   9444     42 2002-03-01
#> 135321.1 1918-01-01 1995-12-15        C18 histology   8786     77       <NA>
#> 135321.2 1918-01-01 2013-09-15        C34 histology   9009     77       <NA>
#> 135344.1 1936-01-01 2001-10-15        C18 histology   9244     65 2018-10-01
#> 135344.2 1936-01-01 2010-03-15        C44 histology   8159     65 2018-10-01
#> 135354.1 1956-01-01 1995-11-15        C54 histology   9836     39 2006-05-01
#> 135391.1 1922-01-01 2000-12-15        C50 histology   8016     78 2007-01-01
#> 135401.1 1924-01-01 1993-02-15        C34 histology   9135     69 1997-03-01
#> 135401.2 1924-01-01 1996-07-15        C50 histology   8605     69 1997-03-01
#> 135405.1 1951-01-01 2006-08-15        C18  DCO case   9730     55 2018-08-01
#> 135405.2 1951-01-01 2006-09-15        C64 histology   9176     55 2018-08-01
#> 135407.1 1945-01-01 1995-01-15        C50  DCO case   9036     50       <NA>
#> 135407.2 1945-01-01 2004-03-15        C50  DCO case   9624     50       <NA>
#> 135424.1 1963-01-01 2002-02-15        C50 histology   8124     39 2014-09-01
#> 135432.1 1977-01-01 2018-08-15        C34 histology   9802     41       <NA>
#> 135450.1 1951-01-01 1999-11-15        C50 histology   8903     48       <NA>
#> 135476.1 1916-01-01 1996-12-15        C34 histology   8813     80 2018-05-01
#> 135488.1 1942-01-01 1993-06-15        C18 histology   9091     51 2018-10-01
#> 135488.2 1942-01-01 2000-11-15        C34 histology   9689     51 2018-10-01
#> 135507.1 1970-01-01 1992-05-15        C54 histology   9345     22 2000-05-01
#> 135507.2 1970-01-01 1999-08-15        C34 histology   8391     22 2000-05-01
#> 135510.1 1951-01-01 2005-06-15        C50  DCO case   8130     54 2017-09-01
#> 135510.2 1951-01-01 2005-11-15        C34 histology   8901     54 2017-09-01
#> 135514.1 1935-01-01 1995-09-15        C34 histology   9802     60 2008-02-01
#> 135520.1 1964-01-01 1996-01-15        C18 histology   9311     32 2016-01-01
#> 135520.2 1964-01-01 2012-05-15        C50 histology   8136     32 2016-01-01
#> 135534.1 1959-01-01 2006-08-15        C34 histology   9366     47 2014-09-01
#> 135564.1 1962-01-01 1993-08-15        C34 histology   9617     31 2011-06-01
#> 135571.1 1941-01-01 2010-02-15        C34 histology   8317     69       <NA>
#> 135571.2 1941-01-01 2014-01-15        C34 histology   9307     69       <NA>
#> 135572.1 2012-01-01 2013-04-15        C14 histology   8058      1       <NA>
#> 135572.2 2012-01-01 2015-11-15        C50 histology   8105      1       <NA>
#> 135575.1 1952-01-01 2008-12-15        C50 histology   8344     56 2009-01-01
#> 135620.1 1914-01-01 1992-04-15        C18 histology   9662     78       <NA>
#> 135620.2 1914-01-01 2010-08-15        C54 histology   8157     78       <NA>
#> 135632.1 1963-01-01 1995-09-15        C50 histology   9784     32 2017-02-01
#> 135642.1 1975-01-01 2012-04-15        C50 histology   9043     37 2012-06-01
#> 135643.1 1959-01-01 2006-06-15        C34 histology   8078     47       <NA>
#> 135650.1 1926-01-01 2009-09-15        C44 histology   8667     83       <NA>
#> 135650.2 1926-01-01 2012-06-15        C34 histology   8171     83       <NA>
#> 135671.1 1973-01-01 1994-10-15        C34 histology   9453     21 2010-02-01
#> 135671.2 1973-01-01 1998-08-15        C18 histology   8294     21 2010-02-01
#> 135680.1 1978-01-01 2009-04-15        C44 histology   9796     31 2011-03-01
#> 135703.1 1935-01-01 2003-08-15        C54  DCO case   8439     68       <NA>
#> 135703.2 1935-01-01 2011-05-15        C34 histology   8620     68       <NA>
#> 135718.1 1921-01-01 1994-10-15        C50 histology   9743     73       <NA>
#> 135718.2 1921-01-01 1998-11-15        C64  DCO case   8217     73       <NA>
#> 135725.1 1953-01-01 1994-09-15        C64 histology   8158     41       <NA>
#> 135725.2 1953-01-01 1995-08-15        C34 histology   8986     41       <NA>
#> 135767.1 1949-01-01 2013-07-15        C18 histology   9148     64       <NA>
#> 135775.1 1972-01-01 2019-10-15        C44 histology   9153     47       <NA>
#> 135795.1 1947-01-01 2000-08-15        C44 histology   9740     53       <NA>
#> 135795.2 1947-01-01 2017-03-15        C64 histology   9340     53       <NA>
#> 135800.1 1997-01-01 2011-04-15        C54 histology   8690     14       <NA>
#> 135802.1 1947-01-01 2015-04-15        C64 histology   8784     68       <NA>
#> 135846.1 1956-01-01 1997-02-15        C80 histology   9974     41       <NA>
#> 135870.1 1922-01-01 2002-03-15        C34 histology   8985     80       <NA>
#> 135870.2 1922-01-01 2008-07-15        C44 histology   8517     80       <NA>
#> 135872.1 1921-01-01 1996-11-15        C44 histology   8266     75       <NA>
#> 135872.2 1921-01-01 2007-05-15        C44 histology   9506     75       <NA>
#> 135894.1 1932-01-01 2015-06-15        C44 histology   9533     83       <NA>
#> 135896.1 1946-01-01 2015-03-15        C50 histology   8988     69       <NA>
#> 135897.1 1931-01-01 1998-10-15        C44  DCO case   9931     67 2013-08-01
#> 135897.2 1931-01-01 2000-04-15        C50 histology   8437     67 2013-08-01
#> 135945.1 1954-01-01 2009-11-15        C54 histology   9009     55 2012-11-01
#> 135945.2 1954-01-01 2012-02-15        C34 histology   8080     55 2012-11-01
#> 135946.1 1961-01-01 2014-09-15        C34 histology   8734     53       <NA>
#> 135946.2 1961-01-01 2016-07-15        C34 histology   8255     53       <NA>
#> 135966.1 1924-01-01 1991-03-15        C34  DCO case   9445     67       <NA>
#> 135966.2 1924-01-01 2001-10-15        C18 histology   8914     67       <NA>
#> 135967.1 1962-01-01 2016-02-15        C34 histology   9625     54 2018-06-01
#> 135974.1 1949-01-01 2017-04-15        C44 histology   8916     68       <NA>
#> 135978.1 1940-01-01 1996-04-15        C50 histology   8932     56 2016-09-01
#> 135978.2 1940-01-01 1996-06-15        C34 histology   9244     56 2016-09-01
#> 136002.1 1972-01-01 2006-05-15        C34 histology   9050     34 2016-07-01
#> 136029.1 1972-01-01 2009-07-15        C34 histology   9970     37 2012-02-01
#> 136040.1 2004-01-01 2016-07-15        C50 histology   9098     12       <NA>
#> 136040.2 2004-01-01 2017-03-15        C50 histology   8778     12       <NA>
#> 136042.1 1935-01-01 2000-02-15        C44 histology   8600     65 2006-10-01
#> 136070.1 1986-01-01 2015-02-15        C34  DCO case   8832     29 2017-02-01
#> 136087.1 1957-01-01 2009-06-15        C34 histology   9570     52       <NA>
#> 136087.2 1957-01-01 2016-06-15        C34 histology   8250     52       <NA>
#> 136116.1 1946-01-01 1991-04-15        C50 histology   8472     45 1991-08-01
#> 136126.1 1955-01-01 1992-09-15        C54 histology   9555     37 2014-06-01
#> 136126.2 1955-01-01 2003-09-15        C50 histology   8220     37 2014-06-01
#> 136134.1 1936-01-01 1999-09-15        C44 histology   8844     63 2019-02-01
#> 136134.2 1936-01-01 2005-11-15        C34 histology   8157     63 2019-02-01
#> 136143.1 1963-01-01 2010-10-15        C18 histology   8342     47       <NA>
#> 136143.2 1963-01-01 2019-03-15        C18 histology   8840     47       <NA>
#> 136191.1 1989-01-01 1995-09-15        C34 histology   9946      6 2019-11-01
#> 136191.2 1989-01-01 2011-08-15        C34 histology   9533      6 2019-11-01
#> 136192.1 1981-01-01 2009-08-15        C18 histology   9086     28 2016-12-01
#> 136235.1 1957-01-01 2004-07-15        C50 histology   8399     47       <NA>
#> 136235.2 1957-01-01 2016-11-15        C64 histology   8162     47       <NA>
#> 136242.1 1964-01-01 1998-03-15        C64 histology   9423     34 2009-10-01
#> 136248.1 1966-01-01 2012-07-15        C50 histology   8177     46       <NA>
#> 136248.2 1966-01-01 2013-04-15        C44 histology   9690     46       <NA>
#> 136250.1 1945-01-01 2017-10-15        C80 histology   9152     72       <NA>
#> 136250.2 1945-01-01 2019-08-15        C44  DCO case   9434     72       <NA>
#> 136267.1 1945-01-01 1992-03-15        C18 histology   8375     47 1996-01-01
#> 136308.1 1931-01-01 2002-03-15        C50 histology   9308     71 2012-03-01
#> 136308.2 1931-01-01 2002-08-15        C54 histology   9013     71 2012-03-01
#> 136320.1 1985-01-01 2008-07-15        C34 histology   9089     23       <NA>
#> 136321.1 1927-01-01 1996-10-15        C18 histology   8464     69       <NA>
#> 136321.2 1927-01-01 2015-12-15        C50  DCO case   8729     69       <NA>
#> 136336.1 1946-01-01 1996-11-15        C34 histology   9545     50 2014-05-01
#> 136339.1 1963-01-01 1998-08-15        C44 histology   9546     35       <NA>
#> 136339.2 1963-01-01 2017-05-15        C50 histology   8381     35       <NA>
#> 136356.1 1964-01-01 2005-01-15        C64 histology   8825     41 2014-11-15
#> 136356.2 1964-01-01 2012-04-15        C18 histology   9611     41 2014-11-15
#> 136368.1 1946-01-01 1996-11-15        C64 histology   9674     50 2018-08-01
#> 136368.2 1946-01-01 2008-07-15        C54 histology   8690     50 2018-08-01
#> 136371.1 1886-01-01 1991-08-15        C44 histology   9112    105 2004-01-01
#> 136371.2 1886-01-01 1998-02-15        C34  DCO case   9840    105 2004-01-01
#> 136377.1 1948-01-01 1993-07-15        C54 histology   8655     45 2006-02-01
#> 136377.2 1948-01-01 2002-01-15        C34 histology   9074     45 2006-02-01
#> 136390.1 1995-01-01 2018-09-15        C18 histology   8102     23       <NA>
#> 136399.1 1945-01-01 2005-11-15        C34 histology   9853     60       <NA>
#> 136417.1 1958-01-01 2008-03-15        C44 histology   8642     50       <NA>
#> 136419.1 1962-01-01 2002-10-15        C64 histology   9035     40 2010-07-01
#> 136443.1 1949-01-01 2004-05-15        C44  DCO case   9531     55       <NA>
#> 136451.1 1973-01-01 2017-11-15        C34 histology   9263     44       <NA>
#> 136536.1 1979-01-01 1998-04-15        C50 histology   8459     19 2009-04-01
#> 136539.1 1954-01-01 2007-04-15        C50 histology   8466     53 2009-09-01
#> 136552.1 1921-01-01 1999-08-15        C34  DCO case   9313     78 2003-10-01
#> 136555.1 1945-01-01 1993-03-15        C34 histology   9541     48       <NA>
#> 136555.2 1945-01-01 2005-03-15        C34 histology   8429     48       <NA>
#> 136577.1 1935-01-01 2009-08-15        C64 histology   9221     74       <NA>
#> 136580.1 1968-01-01 2011-01-15        C34 histology   8853     43       <NA>
#> 136580.2 1968-01-01 2013-04-15        C34 histology   9573     43       <NA>
#> 136585.1 1982-01-01 1997-01-15        C34 histology   8824     15 2004-09-01
#> 136596.1 1943-01-01 1997-07-15        C18 histology   8112     54 1997-09-01
#> 136634.1 1972-01-01 2000-06-15        C18 histology   8180     28 2019-09-01
#> 136634.2 1972-01-01 2009-11-15        C34 histology   9923     28 2019-09-01
#> 136647.1 1938-01-01 1999-04-15        C44 histology   9481     61 2008-01-01
#> 136675.1 1983-01-01 2006-06-15        C50 histology   8640     23       <NA>
#> 136675.2 1983-01-01 2014-04-15        C50 histology   9749     23       <NA>
#> 136679.1 1921-01-01 1992-01-15        C34 histology   9955     71       <NA>
#> 136679.2 1921-01-01 2019-11-15        C50 histology   9877     71       <NA>
#> 136694.1 1959-01-01 2002-07-15        C80 histology   9552     43 2015-12-01
#> 136754.1 1937-01-01 1997-09-15        C44 histology   8181     60       <NA>
#> 136755.1 1967-01-01 2017-11-15        C34 histology   8190     50       <NA>
#> 136758.1 1977-01-01 1997-07-15        C44 histology   9346     20 2010-10-15
#> 136758.2 1977-01-01 2010-10-15        C80  DCO case   8613     20 2010-10-15
#> 136762.1 1968-01-01 1994-10-15        C64 histology   8313     26 2013-01-01
#> 136768.1 1934-01-01 2001-01-15        C14  DCO case   8427     67       <NA>
#> 136771.1 1925-01-01 1992-07-15        C50 histology   8337     67       <NA>
#> 136771.2 1925-01-01 2006-07-15        C50 histology   9019     67       <NA>
#> 136806.1 1956-01-01 2018-11-15        C34 histology   8717     62       <NA>
#> 136836.1 1939-01-01 2008-06-15        C34  DCO case   9848     69       <NA>
#> 136836.2 1939-01-01 2018-12-15        C50 histology   9805     69       <NA>
#> 136837.1 1942-01-01 2008-06-15        C34 histology   9308     66       <NA>
#> 136845.1 1937-01-01 1991-02-15        C44 histology   9188     54       <NA>
#> 136845.2 1937-01-01 2009-09-15        C80 histology   9198     54       <NA>
#> 136847.1 1971-01-01 1996-03-15        C50 histology   9725     25 2013-01-01
#> 136854.1 1983-01-01 2016-07-15        C34 histology   8819     33       <NA>
#> 136854.2 1983-01-01 2019-03-15        C64 histology   8367     33       <NA>
#> 136862.1 1917-01-01 2002-11-15        C44 histology   9596     85 2004-03-01
#> 136874.1 1927-01-01 1994-04-15        C34 histology   9257     67       <NA>
#> 136874.2 1927-01-01 2003-05-15        C34 histology   8610     67       <NA>
#> 136888.1 1940-01-01 1999-03-15        C80 histology   9611     59 2014-11-01
#> 136892.1 1967-01-01 1997-01-15        C50 histology   8100     30       <NA>
#> 136892.2 1967-01-01 1997-06-15        C80 histology   9447     30       <NA>
#> 136895.1 1956-01-01 2005-12-15        C64 histology   9952     49       <NA>
#> 136905.1 1928-01-01 1996-01-15        C34 histology   8478     68       <NA>
#> 136905.2 1928-01-01 2002-02-15        C34 histology   8459     68       <NA>
#> 136924.1 1927-01-01 1994-01-15        C50 histology   8279     67       <NA>
#> 136924.2 1927-01-01 1995-02-15        C50 histology   8650     67       <NA>
#> 136927.1 1934-01-01 1994-04-15        C64 histology   8974     60       <NA>
#> 136927.2 1934-01-01 2009-12-15        C14 histology   9679     60       <NA>
#> 136929.1 1961-01-01 2008-02-15        C50 histology   8864     47       <NA>
#> 136929.2 1961-01-01 2008-04-15        C50 histology   8174     47       <NA>
#> 136940.1 1957-01-01 2019-05-15        C34 histology   8228     62       <NA>
#> 136949.1 1971-01-01 2000-03-15        C54 histology   8817     29       <NA>
#> 136952.1 1933-01-01 1995-04-15        C34 histology   8134     62 1998-03-01
#> 136954.1 1981-01-01 1991-03-15        C34 histology   9370     10 1991-09-01
#> 136971.1 1966-01-01 2010-11-15        C50 histology   9464     44 2012-09-01
#> 137007.1 1955-01-01 1995-01-15        C50  DCO case   9981     40 2001-06-01
#> 137032.1 1914-01-01 1993-04-15        C34 histology   9204     79 1994-07-01
#> 137073.1 1968-01-01 1996-10-15        C50 histology   9142     28 2010-12-01
#> 137073.2 1968-01-01 2001-01-15        C18 histology   8866     28 2010-12-01
#> 137122.1 1959-01-01 1994-12-15        C34 histology   8637     35       <NA>
#> 137122.2 1959-01-01 2002-09-15        C44 histology   8526     35       <NA>
#> 137125.1 1934-01-01 2002-11-15        C50 histology   8698     68 2010-05-01
#> 137141.1 1931-01-01 1994-01-15        C44  DCO case   8103     63 2010-03-01
#> 137166.1 1940-01-01 1995-12-15        C18 histology   9252     55 2010-11-01
#> 137174.1 1930-01-01 1996-10-15        C54 histology   9733     66 2013-06-15
#> 137174.2 1930-01-01 2013-06-15        C34 histology   8997     66 2013-06-15
#> 137179.1 1931-01-01 2000-10-15        C34 histology   8595     69 2002-06-01
#> 137180.1 1957-01-01 2006-10-15        C34 histology   9005     49 2018-02-01
#> 137181.1 1927-01-01 1999-02-15        C64 histology   8432     72 2008-04-01
#> 137190.1 1942-01-01 1991-12-15        C34 histology   8848     49 2004-01-01
#> 137205.1 1938-01-01 2006-07-15        C64 histology   9563     68       <NA>
#> 137208.1 1996-01-01 2002-10-15        C50 histology   9335      6 2004-07-01
#> 137230.1 1988-01-01 2006-04-15        C44 histology   8340     18 2007-06-01
#> 137292.1 1937-01-01 2003-02-15        C34 histology   8151     66       <NA>
#> 137292.2 1937-01-01 2003-09-15        C18  DCO case   9921     66       <NA>
#> 137293.1 1930-01-01 2005-07-15        C50 histology   8697     75       <NA>
#> 137298.1 1910-01-01 1994-09-15        C34 histology   9591     84 2007-03-01
#> 137300.1 1973-01-01 2000-06-15        C34 histology   9622     27 2013-10-01
#> 137300.2 1973-01-01 2005-10-15        C64 histology   9790     27 2013-10-01
#> 137301.1 2007-01-01 2007-08-15        C64 histology   8484      0       <NA>
#> 137301.2 2007-01-01 2017-09-15        C44  DCO case   8559      0       <NA>
#> 137306.1 1976-01-01 2000-05-15        C44 histology   8270     24 2006-07-01
#> 137312.1 1950-01-01 2000-10-15        C34 histology   8669     50       <NA>
#> 137314.1 1958-01-01 2009-10-15        C34 histology   9122     51       <NA>
#> 137363.1 1990-01-01 2016-06-15        C50 histology   9696     26       <NA>
#> 137376.1 1950-01-01 1996-01-15        C54 histology   8992     46       <NA>
#> 137376.2 1950-01-01 2000-02-15        C44 histology   8500     46       <NA>
#> 137378.1 1944-01-01 2012-04-15        C54 histology   9432     68       <NA>
#> 137393.1 1974-01-01 2013-04-15        C34 histology   9446     39       <NA>
#> 137407.1 1960-01-01 2013-06-15        C34 histology   8935     53       <NA>
#> 137412.1 1972-01-01 2011-07-15        C34 histology   8738     39       <NA>
#> 137427.1 1969-01-01 2010-04-15        C50 histology   9232     41       <NA>
#> 137427.2 1969-01-01 2017-01-15        C34 histology   9269     41       <NA>
#> 137439.1 1973-01-01 2007-01-15        C34 histology   8067     34 2017-11-01
#> 137439.2 1973-01-01 2015-01-15        C64 histology   8710     34 2017-11-01
#> 137447.1 1992-01-01 1995-01-15        C34 histology   8001      3       <NA>
#> 137447.2 1992-01-01 2015-05-15        C34 histology   8076      3       <NA>
#> 137464.1 1964-01-01 2003-08-15        C54  DCO case   8046     39 2012-03-01
#> 137479.1 1922-01-01 1999-03-15        C34 histology   8310     77       <NA>
#> 137479.2 1922-01-01 2007-07-15        C34 histology   9069     77       <NA>
#> 137515.1 1928-01-01 2014-03-15        C50  DCO case   8846     86       <NA>
#> 137520.1 1991-01-01 2019-01-15        C50 histology   9579     28       <NA>
#> 137527.1 1961-01-01 2005-09-15        C34 histology   8622     44 2015-01-01
#> 137534.1 1923-01-01 1991-02-15        C50 histology   8943     68       <NA>
#> 137534.2 1923-01-01 2013-03-15        C18 histology   8219     68       <NA>
#> 137559.1 1969-01-01 2005-04-15        C44  DCO case   8193     36 2018-12-01
#> 137559.2 1969-01-01 2012-01-15        C44 histology   9391     36 2018-12-01
#> 137566.1 1942-01-01 2010-11-15        C18 histology   9876     68       <NA>
#> 137566.2 1942-01-01 2016-06-15        C34  DCO case   8590     68       <NA>
#> 137577.1 1937-01-01 1993-08-15        C34 histology   8450     56 1993-08-15
#> 137600.1 1937-01-01 1991-04-15        C34 histology   8404     54 2003-11-01
#> 137600.2 1937-01-01 1998-04-15        C18 histology   8677     54 2003-11-01
#> 137617.1 1954-01-01 2006-04-15        C64  DCO case   8582     52       <NA>
#> 137625.1 1949-01-01 2009-10-15        C50  DCO case   9426     60       <NA>
#> 137644.1 1930-01-01 2000-07-15        C50 histology   8992     70       <NA>
#> 137644.2 1930-01-01 2009-04-15        C50 histology   8072     70       <NA>
#> 137654.1 1938-01-01 2006-05-15        C50 histology   9229     68       <NA>
#> 137677.1 1928-01-01 2009-01-15        C34 histology   8734     81 2015-10-15
#> 137677.2 1928-01-01 2009-04-15        C54 histology   9689     81 2015-10-15
#> 137702.1 1982-01-01 2005-07-15        C44 histology   9733     23       <NA>
#> 137702.2 1982-01-01 2008-05-15        C34 histology   9213     23       <NA>
#> 137717.1 1926-01-01 2002-11-15        C34 histology   8793     76 2010-12-01
#> 137752.1 1967-01-01 1996-09-15        C34 histology   8681     29 2018-09-01
#> 137801.1 2001-01-01 2017-12-15        C34 histology   8555     16       <NA>
#> 137832.1 1962-01-01 2004-02-15        C44 histology   8700     42       <NA>
#> 137832.2 1962-01-01 2009-11-15        C50 histology   8516     42       <NA>
#> 137842.1 1922-01-01 2001-03-15        C34  DCO case   9886     79       <NA>
#> 137842.2 1922-01-01 2010-01-15        C50 histology   8344     79       <NA>
#> 137851.1 1985-01-01 2013-02-15        C64 histology   8130     28       <NA>
#> 137851.2 1985-01-01 2014-06-15        C50 histology   8187     28       <NA>
#> 137863.1 1907-01-01 1995-09-15        C50  DCO case   9506     88 2000-01-01
#> 137872.1 1973-01-01 2012-03-15        C50 histology   8378     39 2019-10-01
#> 137872.2 1973-01-01 2019-02-15        C50 histology   9889     39 2019-10-01
#> 137878.1 1958-01-01 1999-05-15        C34 histology   8595     41       <NA>
#> 137878.2 1958-01-01 2018-09-15        C64 histology   8093     41       <NA>
#> 137898.1 1973-01-01 2012-06-15        C50 histology   9201     39       <NA>
#> 137898.2 1973-01-01 2019-03-15        C64 histology   9519     39       <NA>
#> 137925.1 1932-01-01 1991-12-15        C34 histology   9706     59 2001-02-01
#> 137925.2 1932-01-01 1992-05-15        C34 histology   8705     59 2001-02-01
#> 137929.1 1976-01-01 1998-12-15        C18 histology   8892     22       <NA>
#> 137930.1 1967-01-01 1991-07-15        C34 histology   9959     24       <NA>
#> 137930.2 1967-01-01 2013-04-15        C34  DCO case   9026     24       <NA>
#> 137933.1 1945-01-01 2009-06-15        C54 histology   9863     64       <NA>
#> 137933.2 1945-01-01 2013-03-15        C50  DCO case   8452     64       <NA>
#> 137983.1 2002-01-01 2017-10-15        C44 histology   9475     15       <NA>
#> 137988.1 1947-01-01 1997-09-15        C34 histology   9570     50       <NA>
#> 137990.1 1991-01-01 1991-02-15        C34 histology   8377      0       <NA>
#> 137990.2 1991-01-01 2005-02-15        C50 histology   9259      0       <NA>
#> 137993.1 1938-01-01 2006-07-15        C64 histology   8096     68       <NA>
#> 137993.2 1938-01-01 2013-09-15        C34 histology   9302     68       <NA>
#> 138014.1 1933-01-01 2001-01-15        C50 histology   8377     68       <NA>
#> 138015.1 1997-01-01 2006-04-15        C34  DCO case   8404      9       <NA>
#> 138023.1 1912-01-01 1993-05-15        C34 histology   8160     81       <NA>
#> 138023.2 1912-01-01 2009-04-15        C50 histology   9588     81       <NA>
#> 138030.1 1953-01-01 1991-01-15        C34 histology   9204     38 2014-09-01
#> 138030.2 1953-01-01 1997-10-15        C50 histology   9971     38 2014-09-01
#> 138056.1 1955-01-01 2008-01-15        C50 histology   9928     53       <NA>
#> 138074.1 1991-01-01 2001-04-15        C50  DCO case   9738     10       <NA>
#> 138074.2 1991-01-01 2007-12-15        C18 histology   9077     10       <NA>
#> 138081.1 1971-01-01 2017-12-15        C34  DCO case   9325     46 2019-08-01
#> 138086.1 1953-01-01 1996-07-15        C64 histology   8944     43 2014-08-01
#> 138093.1 1942-01-01 1993-01-15        C50  DCO case   9833     51 2015-11-01
#> 138093.2 1942-01-01 1995-10-15        C50 histology   9817     51 2015-11-01
#> 138103.1 1905-01-01 1994-02-15        C50 histology   8935     89 2014-04-01
#> 138124.1 1947-01-01 2017-02-15        C34 histology   9532     70       <NA>
#> 138129.1 1964-01-01 2008-02-15        C18 histology   9177     44       <NA>
#> 138143.1 1954-01-01 1997-05-15        C50 histology   9462     43 2018-02-01
#> 138143.2 1954-01-01 2008-10-15        C44 histology   8307     43 2018-02-01
#> 138148.1 1953-01-01 2001-01-15        C50 histology   8521     48       <NA>
#> 138153.1 1926-01-01 1995-07-15        C44 histology   8724     69 2017-07-01
#> 138153.2 1926-01-01 2007-01-15        C50 histology   8055     69 2017-07-01
#> 138159.1 1958-01-01 2001-06-15        C18 histology   9966     43       <NA>
#> 138159.2 1958-01-01 2017-01-15        C34 histology   9789     43       <NA>
#> 138175.1 1930-01-01 1999-12-15        C34 histology   9404     69 2015-03-01
#> 138185.1 1967-01-01 2011-07-15        C34 histology   9523     44 2012-09-15
#> 138185.2 1967-01-01 2012-09-15        C50 histology   9106     44 2012-09-15
#> 138221.1 1940-01-01 1999-06-15        C34 histology   9158     59       <NA>
#> 138221.2 1940-01-01 2001-01-15        C18  DCO case   9396     59       <NA>
#> 138226.1 1950-01-01 2018-11-15        C34 histology   8354     68       <NA>
#> 138267.1 1986-01-01 2006-02-15        C80 histology   8698     20       <NA>
#> 138267.2 1986-01-01 2008-09-15        C50 histology   8069     20       <NA>
#> 138276.1 1933-01-01 2009-02-15        C50 histology   9118     76 2014-02-01
#> 138277.1 1938-01-01 1991-04-15        C50 histology   9342     53 2016-02-01
#> 138277.2 1938-01-01 1999-06-15        C34 histology   9319     53 2016-02-01
#> 138304.1 2004-01-01 2016-11-15        C34 histology   9040     12       <NA>
#> 138310.1 1940-01-01 2003-02-15        C34 histology   8409     63       <NA>
#> 138310.2 1940-01-01 2015-02-15        C34 histology   9656     63       <NA>
#> 138319.1 1932-01-01 1998-07-15        C34 histology   9350     66 2011-12-01
#> 138330.1 2003-01-01 2016-06-15        C34  DCO case   9221     13 2018-06-01
#> 138332.1 1946-01-01 2013-10-15        C34 histology   8699     67       <NA>
#> 138349.1 1909-01-01 1991-09-15        C50 histology   9442     82 2002-09-01
#> 138378.1 1938-01-01 2010-05-15        C64 histology   8467     72       <NA>
#> 138384.1 1978-01-01 2005-06-15        C34 histology   9656     27       <NA>
#> 138390.1 1966-01-01 1997-09-15        C34 histology   8546     31 2007-11-01
#> 138390.2 1966-01-01 2002-01-15        C34 histology   8295     31 2007-11-01
#> 138392.1 1967-01-01 2009-06-15        C18 histology   8077     42 2017-01-01
#> 138397.1 1992-01-01 2006-02-15        C50 histology   8611     14 2008-11-01
#> 138398.1 1942-01-01 1992-02-15        C64 histology   9293     50 2007-02-01
#> 138398.2 1942-01-01 2001-08-15        C18 histology   9212     50 2007-02-01
#> 138448.1 1967-01-01 2009-10-15        C34 histology   9864     42       <NA>
#> 138448.2 1967-01-01 2012-12-15        C64 histology   9808     42       <NA>
#> 138461.1 1938-01-01 2004-01-15        C50 histology   9559     66 2012-09-01
#> 138465.1 1921-01-01 2000-08-15        C50 histology   9864     79       <NA>
#> 138465.2 1921-01-01 2016-05-15        C34 histology   8333     79       <NA>
#> 138466.1 1926-01-01 1992-02-15        C34 histology   9445     66       <NA>
#> 138466.2 1926-01-01 2012-08-15        C34 histology   8132     66       <NA>
#> 138477.1 1941-01-01 1999-05-15        C50 histology   8880     58       <NA>
#> 138477.2 1941-01-01 2017-10-15        C50 histology   8913     58       <NA>
#> 138524.1 1968-01-01 1995-03-15        C50 histology   9662     27       <NA>
#> 138524.2 1968-01-01 2012-03-15        C80 histology   9792     27       <NA>
#> 138546.1 1947-01-01 2006-08-15        C50 histology   9387     59       <NA>
#> 138546.2 1947-01-01 2014-01-15        C34 histology   8566     59       <NA>
#> 138556.1 1934-01-01 1994-09-15        C50 histology   9773     60 2005-02-01
#> 138556.2 1934-01-01 1995-05-15        C54 histology   9212     60 2005-02-01
#> 138557.1 1921-01-01 1995-06-15        C80 histology   9265     74       <NA>
#> 138557.2 1921-01-01 2014-11-15        C64 histology   9450     74       <NA>
#> 138566.1 1927-01-01 2003-09-15        C44 histology   8874     76       <NA>
#> 138566.2 1927-01-01 2016-08-15        C18 histology   9048     76       <NA>
#> 138589.1 1909-01-01 1994-12-15        C18 histology   9745     85 2018-09-01
#> 138589.2 1909-01-01 2000-03-15        C64 histology   9742     85 2018-09-01
#> 138623.1 1952-01-01 1997-01-15        C44 histology   9666     45       <NA>
#> 138624.1 1954-01-01 2015-11-15        C50 histology   8254     61       <NA>
#> 138679.1 1980-01-01 2003-07-15        C50 histology   9453     23       <NA>
#> 138683.1 1934-01-01 2015-02-15        C50 histology   8316     81 2018-09-01
#> 138683.2 1934-01-01 2017-09-15        C34 histology   8147     81 2018-09-01
#> 138691.1 1946-01-01 2007-12-15        C44 histology   8033     61       <NA>
#> 138693.1 1968-01-01 2004-08-15        C34 histology   9289     36       <NA>
#> 138693.2 1968-01-01 2013-11-15        C64 histology   8385     36       <NA>
#> 138698.1 2009-01-01 2018-04-15        C34 histology   9359      9       <NA>
#> 138701.1 1968-01-01 2011-01-15        C34 histology   9346     43       <NA>
#> 138709.1 1953-01-01 1999-07-15        C34 histology   9755     46 2008-12-01
#> 138709.2 1953-01-01 2002-01-15        C50 histology   9244     46 2008-12-01
#> 138716.1 1938-01-01 2012-10-15        C44 histology   9847     74       <NA>
#> 138716.2 1938-01-01 2019-03-15        C50 histology   9811     74       <NA>
#> 138733.1 1906-01-01 1992-08-15        C34 histology   8886     86       <NA>
#> 138733.2 1906-01-01 2016-09-15        C64 histology   8807     86       <NA>
#> 138754.1 1931-01-01 2000-03-15        C50 histology   8668     69       <NA>
#> 138754.2 1931-01-01 2002-03-15        C50 histology   8679     69       <NA>
#> 138760.1 1954-01-01 2006-07-15        C64 histology   9844     52       <NA>
#> 138764.1 1975-01-01 2002-04-15        C54 histology   9512     27 2008-11-01
#> 138788.1 1982-01-01 2007-05-15        C34 histology   8772     25       <NA>
#> 138788.2 1982-01-01 2008-04-15        C50 histology   8298     25       <NA>
#> 138798.1 1935-01-01 2001-08-15        C34  DCO case   8419     66 2006-03-01
#> 138823.1 1957-01-01 2000-12-15        C54 histology   9432     43       <NA>
#> 138834.1 1939-01-01 2004-07-15        C34  DCO case   9654     65       <NA>
#> 138841.1 1926-01-01 2005-07-15        C64 histology   9391     79 2016-11-01
#> 138846.1 1934-01-01 2005-06-15        C18 histology   9705     71       <NA>
#> 138846.2 1934-01-01 2006-02-15        C50 histology   8133     71       <NA>
#> 138847.1 1936-01-01 2014-04-15        C64 histology   8046     78       <NA>
#> 138848.1 2007-01-01 2010-02-15        C18 histology   9897      3 2015-10-01
#> 138850.1 1985-01-01 1999-11-15        C50 histology   9390     14       <NA>
#> 138856.1 1971-01-01 1992-08-15        C50 histology   8110     21 2006-04-01
#> 138856.2 1971-01-01 1994-02-15        C50 histology   9101     21 2006-04-01
#> 138870.1 1954-01-01 2009-12-15        C50  DCO case   8910     55 2015-11-01
#> 138888.1 1957-01-01 1992-06-15        C34 histology   8196     35 1999-01-01
#> 138888.2 1957-01-01 1995-06-15        C18 histology   8978     35 1999-01-01
#> 138905.1 1945-01-01 2014-05-15        C34 histology   9741     69       <NA>
#> 138947.1 1933-01-01 1994-11-15        C34 histology   9371     61 2013-02-01
#> 138970.1 1945-01-01 2003-11-15        C50 histology   8021     58       <NA>
#> 138972.1 1953-01-01 2012-10-15        C34 histology   9336     59       <NA>
#> 138982.1 1942-01-01 2011-03-15        C44 histology   8076     69 2018-10-01
#> 139012.1 1938-01-01 1999-04-15        C50 histology   8414     61 2013-06-01
#> 139017.1 1947-01-01 1993-07-15        C18 histology   9076     46 1998-12-01
#> 139017.2 1947-01-01 1998-09-15        C54 histology   9432     46 1998-12-01
#> 139028.1 1963-01-01 1997-05-15        C34  DCO case   8233     34       <NA>
#> 139028.2 1963-01-01 2016-02-15        C34  DCO case   9209     34       <NA>
#> 139036.1 1926-01-01 1992-11-15        C50 histology   9472     66 2013-12-01
#> 139055.1 1922-01-01 1998-07-15        C50 histology   9267     76       <NA>
#> 139055.2 1922-01-01 2003-02-15        C50 histology   9882     76       <NA>
#> 139093.1 1981-01-01 2006-05-15        C34 histology   8736     25 2007-09-01
#> 139098.1 1910-01-01 1998-08-15        C50 histology   8301     88       <NA>
#> 139098.2 1910-01-01 2018-05-15        C34 histology   9787     88       <NA>
#> 139113.1 1955-01-01 1998-07-15        C34 histology   9563     43 2013-08-01
#> 139113.2 1955-01-01 2000-02-15        C34 histology   8650     43 2013-08-01
#> 139116.1 1971-01-01 1993-01-15        C64 histology   9673     22       <NA>
#> 139116.2 1971-01-01 2010-04-15        C34 histology   8485     22       <NA>
#> 139126.1 1996-01-01 2016-04-15        C44 histology   8113     20       <NA>
#> 139151.1 1950-01-01 2010-10-15        C50 histology   9056     60 2012-09-01
#> 139153.1 1995-01-01 1996-02-15        C44 histology   9563      1 2017-05-01
#> 139189.1 1930-01-01 2006-11-15        C44 histology   8681     76       <NA>
#> 139189.2 1930-01-01 2018-05-15        C64 histology   8584     76       <NA>
#> 139264.1 1935-01-01 1999-12-15        C64 histology   8840     64 2009-02-01
#> 139288.1 1974-01-01 1997-11-15        C50 histology   9755     23 2012-05-01
#> 139288.2 1974-01-01 2005-02-15        C44 histology   8083     23 2012-05-01
#> 139300.1 1932-01-01 1998-10-15        C18 histology   8180     66 2012-06-01
#> 139300.2 1932-01-01 2005-05-15        C50 histology   8591     66 2012-06-01
#> 139301.1 1935-01-01 2001-07-15        C50 histology   8741     66 2019-01-01
#> 139331.1 1954-01-01 1996-10-15        C44 histology   8888     42 2015-12-01
#> 139331.2 1954-01-01 2005-03-15        C50 histology   8862     42 2015-12-01
#> 139342.1 1968-01-01 2018-10-15        C34 histology   9762     50       <NA>
#> 139351.1 1943-01-01 2002-07-15        C50 histology   8201     59 2006-10-01
#> 139382.1 1987-01-01 2011-08-15        C64 histology   9331     24       <NA>
#> 139385.1 2010-01-01 2012-08-15        C80 histology   9699      2       <NA>
#> 139406.1 1939-01-01 2003-04-15        C64 histology   8873     64       <NA>
#> 139412.1 1929-01-01 1998-02-15        C64 histology   9443     69 2007-11-01
#> 139434.1 1936-01-01 2010-05-15        C44 histology   8847     74       <NA>
#> 139437.1 1977-01-01 2002-09-15        C50 histology   9215     25       <NA>
#> 139437.2 1977-01-01 2011-08-15        C34 histology   8875     25       <NA>
#> 139463.1 1953-01-01 1995-06-15        C34 histology   8150     42 2011-09-01
#> 139463.2 1953-01-01 2010-12-15        C50 histology   9853     42 2011-09-01
#> 139476.1 1998-01-01 2004-11-15        C50 histology   9771      6 2014-01-01
#> 139482.1 1941-01-01 2008-07-15        C50 histology   9455     67       <NA>
#> 139486.1 1955-01-01 2001-02-15        C50  DCO case   8903     46       <NA>
#> 139486.2 1955-01-01 2003-07-15        C18 histology   9951     46       <NA>
#> 139497.1 1930-01-01 2005-09-15        C50  DCO case   9073     75       <NA>
#> 139514.1 1987-01-01 2019-04-15        C64  DCO case   9520     32       <NA>
#> 139537.1 1966-01-01 2019-12-15        C50 histology   8624     53       <NA>
#> 139540.1 1932-01-01 1998-11-15        C34  DCO case   8680     66 2004-01-01
#> 139540.2 1932-01-01 2002-05-15        C34 histology   8587     66 2004-01-01
#> 139541.1 1933-01-01 1998-07-15        C34 histology   8421     65 1999-12-01
#> 139560.1 1894-01-01 1996-01-15        C50 histology   8094    102 2019-04-01
#> 139560.2 1894-01-01 2012-06-15        C34 histology   9582    102 2019-04-01
#> 139573.1 1975-01-01 2011-04-15        C54 histology   9708     36 2018-06-01
#> 139604.1 1933-01-01 2005-10-15        C80 histology   9173     72 2007-11-01
#> 139609.1 2004-01-01 2013-02-15        C34 histology   9083      9       <NA>
#> 139637.1 1976-01-01 2000-11-15        C50  DCO case   9220     24 2004-01-01
#> 139671.1 1921-01-01 2000-03-15        C34 histology   9378     79       <NA>
#> 139671.2 1921-01-01 2010-11-15        C18 histology   9399     79       <NA>
#> 139703.1 1929-01-01 1997-12-15        C18 histology   8455     68       <NA>
#> 139703.2 1929-01-01 1998-09-15        C50 histology   9149     68       <NA>
#> 139708.1 1938-01-01 2006-10-15        C18 histology   9264     68 2018-10-01
#> 139709.1 1991-01-01 1991-06-15        C34  DCO case   8534      0       <NA>
#> 139709.2 1991-01-01 2002-12-15        C34 histology   8427      0       <NA>
#> 139715.1 1929-01-01 2005-11-15        C54 histology   9642     76 2016-01-01
#> 139727.1 1943-01-01 2006-10-15        C34 histology   8785     63       <NA>
#> 139739.1 1950-01-01 2007-03-15        C34  DCO case   8775     57       <NA>
#> 139745.1 1924-01-01 2002-08-15        C34 histology   8760     78 2006-11-01
#> 139785.1 1927-01-01 2009-12-15        C18 histology   8916     82 2009-12-15
#> 139835.1 1945-01-01 1993-12-15        C50 histology   9005     48 2000-11-01
#> 139850.1 1927-01-01 2002-01-15        C50 histology   9161     75 2007-09-01
#> 139870.1 1990-01-01 2019-11-15        C50 histology   8454     29       <NA>
#> 139882.1 1969-01-01 2016-01-15        C34 histology   8180     47       <NA>
#> 139893.1 1980-01-01 2001-06-15        C50 histology   8956     21 2006-07-01
#> 139893.2 1980-01-01 2002-11-15        C44 histology   8343     21 2006-07-01
#> 139898.1 1907-01-01 1991-12-15        C34  DCO case   9901     84       <NA>
#> 139898.2 1907-01-01 1999-02-15        C34 histology   8013     84       <NA>
#> 139907.1 1947-01-01 1992-02-15        C50 histology   9847     45 2009-11-01
#> 139917.1 1955-01-01 2016-02-15        C34 histology   9257     61       <NA>
#> 139943.1 1938-01-01 1996-03-15        C50 histology   8892     58 2019-07-01
#> 139943.2 1938-01-01 2009-08-15        C34 histology   9797     58 2019-07-01
#> 139956.1 1964-01-01 2015-10-15        C50 histology   9135     51       <NA>
#> 139956.2 1964-01-01 2018-02-15        C80 histology   9355     51       <NA>
#> 139960.1 1915-01-01 1991-12-15        C50 histology   8673     76 2010-07-01
#> 139978.1 1972-01-01 2004-06-15        C18 histology   8794     32 2009-06-15
#> 139978.2 1972-01-01 2009-06-15        C44 histology   8913     32 2009-06-15
#> 139984.1 1974-01-01 1993-10-15        C50 histology   8642     19 2003-11-01
#> 140005.1 1946-01-01 1999-08-15        C50  DCO case   8630     53 2007-01-01
#> 140009.1 1940-01-01 2009-04-15        C34 histology   9294     69       <NA>
#> 140013.1 1960-01-01 1992-05-15        C44 histology   8335     32       <NA>
#> 140013.2 1960-01-01 2004-03-15        C34 histology   8138     32       <NA>
#> 140087.1 1937-01-01 2017-10-15        C64 histology   8910     80       <NA>
#> 140122.1 1939-01-01 2001-06-15        C50 histology   8258     62       <NA>
#> 140122.2 1939-01-01 2001-12-15        C18 histology   8295     62       <NA>
#> 140183.1 1925-01-01 1992-04-15        C34 histology   9035     67       <NA>
#> 140183.2 1925-01-01 1992-05-15        C50 histology   9215     67       <NA>
#> 140195.1 1960-01-01 2002-01-15        C34 histology   8830     42 2016-12-01
#> 140224.1 1961-01-01 2003-06-15        C80 histology   8891     42       <NA>
#> 140224.2 1961-01-01 2015-04-15        C34 histology   9249     42       <NA>
#> 140227.1 1926-01-01 1999-05-15        C50 histology   8279     73 2006-05-01
#> 140252.1 1959-01-01 1991-08-15        C64 histology   9467     32       <NA>
#> 140252.2 1959-01-01 1991-10-15        C80 histology   8711     32       <NA>
#> 140267.1 1992-01-01 1993-07-15        C50 histology   8290      1       <NA>
#> 140267.2 1992-01-01 2000-11-15        C54 histology   9548      1       <NA>
#> 140271.1 1957-01-01 2010-01-15        C50  DCO case   8751     53 2012-12-01
#> 140288.1 1952-01-01 1996-06-15        C34 histology   8753     44 2009-09-01
#> 140288.2 1952-01-01 2001-06-15        C50 histology   8177     44 2009-09-01
#> 140326.1 1981-01-01 1996-12-15        C44 histology   9630     15       <NA>
#> 140326.2 1981-01-01 2000-11-15        C50 histology   9833     15       <NA>
#> 140334.1 1937-01-01 2006-08-15        C64 histology   9791     69 2019-08-01
#> 140350.1 1929-01-01 1991-12-15        C50  DCO case   8927     62 2019-11-01
#> 140350.2 1929-01-01 2001-02-15        C34 histology   8206     62 2019-11-01
#> 140356.1 1934-01-01 1995-01-15        C18 histology   9059     61 2017-01-01
#> 140356.2 1934-01-01 2009-11-15        C18 histology   8020     61 2017-01-01
#> 140362.1 1978-01-01 2007-03-15        C34  DCO case   8950     29       <NA>
#> 140362.2 1978-01-01 2017-02-15        C34 histology   8211     29       <NA>
#> 140367.1 1941-01-01 2014-11-15        C34 histology   8024     73       <NA>
#> 140367.2 1941-01-01 2015-08-15        C50 histology   8935     73       <NA>
#> 140371.1 1924-01-01 1995-09-15        C18 histology   8418     71       <NA>
#> 140371.2 1924-01-01 2000-06-15        C34 histology   8068     71       <NA>
#> 140374.1 1963-01-01 2005-02-15        C34 histology   9608     42 2012-07-01
#> 140374.2 1963-01-01 2005-05-15        C54  DCO case   9293     42 2012-07-01
#> 140383.1 1965-01-01 1995-08-15        C50 histology   9881     30       <NA>
#> 140383.2 1965-01-01 2008-10-15        C44 histology   8590     30       <NA>
#> 140395.1 1940-01-01 2009-03-15        C34 histology   8782     69       <NA>
#> 140406.1 1924-01-01 1996-07-15        C34 histology   9278     72 2007-07-01
#> 140422.1 1913-01-01 1991-08-15        C50 histology   8208     78 2005-09-01
#> 140428.1 1975-01-01 1992-04-15        C34 histology   8094     17       <NA>
#> 140428.2 1975-01-01 2007-03-15        C50 histology   9722     17       <NA>
#> 140429.1 1909-01-01 1993-05-15        C34 histology   8006     84 1999-11-01
#> 140430.1 1922-01-01 1991-12-15        C34 histology   8375     69 2013-08-01
#> 140437.1 1928-01-01 1997-08-15        C34 histology   8688     69 2019-12-01
#> 140437.2 1928-01-01 2002-11-15        C50 histology   9338     69 2019-12-01
#> 140438.1 1927-01-01 2002-12-15        C18 histology   8788     75       <NA>
#> 140438.2 1927-01-01 2007-02-15        C80 histology   9586     75       <NA>
#> 140439.1 1937-01-01 2001-09-15        C54 histology   8848     64       <NA>
#> 140439.2 1937-01-01 2005-01-15        C50 histology   8123     64       <NA>
#> 140443.1 1948-01-01 1997-11-15        C34 histology   9121     49 2005-02-01
#> 140450.1 1923-01-01 1993-01-15        C50 histology   9285     70       <NA>
#> 140450.2 1923-01-01 2006-03-15        C64 histology   8330     70       <NA>
#> 140459.1 1942-01-01 2001-01-15        C64  DCO case   9725     59       <NA>
#> 140459.2 1942-01-01 2015-08-15        C44 histology   9751     59       <NA>
#> 140518.1 1966-01-01 1993-01-15        C64 histology   9219     27 2014-11-01
#> 140518.2 1966-01-01 2000-05-15        C44 histology   9012     27 2014-11-01
#> 140526.1 1945-01-01 2000-07-15        C50 histology   9619     55       <NA>
#> 140526.2 1945-01-01 2006-05-15        C34 histology   9667     55       <NA>
#> 140534.1 1929-01-01 1993-03-15        C34 histology   9699     64 2011-05-01
#> 140550.1 1937-01-01 1998-01-15        C34 histology   8765     61 2014-05-01
#> 140550.2 1937-01-01 2013-11-15        C50 histology   9344     61 2014-05-01
#> 140558.1 1958-01-01 1999-12-15        C50 histology   8822     41 2002-12-01
#> 140558.2 1958-01-01 2001-03-15        C18 histology   8515     41 2002-12-01
#> 140559.1 1935-01-01 2000-10-15        C50 histology   9283     65 2009-04-01
#> 140587.1 1961-01-01 2001-06-15        C80 histology   8720     40 2007-12-01
#> 140624.1 1946-01-01 1995-03-15        C18  DCO case   8733     49 2014-11-01
#> 140645.1 1936-01-01 1997-05-15        C64 histology   8531     61 2001-03-01
#> 140663.1 1973-01-01 1999-12-15        C34 histology   8753     26 2007-08-01
#> 140667.1 1939-01-01 2008-08-15        C34 histology   9197     69       <NA>
#> 140667.2 1939-01-01 2018-02-15        C34  DCO case   8148     69       <NA>
#> 140669.1 1999-01-01 2000-08-15        C54 histology   8068      1       <NA>
#> 140722.1 1966-01-01 2012-03-15        C18 histology   8977     46 2018-09-01
#> 140725.1 1933-01-01 2010-03-15        C44 histology   9684     77 2018-06-01
#> 140725.2 1933-01-01 2012-10-15        C50  DCO case   8359     77 2018-06-01
#> 140726.1 1964-01-01 2014-03-15        C34 histology   8458     50       <NA>
#> 140773.1 1924-01-01 1992-09-15        C18 histology   9017     68 2014-01-01
#> 140788.1 1983-01-01 2000-09-15        C34 histology   9750     17 2002-08-01
#> 140790.1 1941-01-01 1992-03-15        C80 histology   9845     51 2015-10-01
#> 140790.2 1941-01-01 2014-06-15        C34 histology   9804     51 2015-10-01
#> 140794.1 1963-01-01 1998-05-15        C50 histology   8909     35 2007-10-01
#> 140800.1 1927-01-01 2008-12-15        C34 histology   9198     81       <NA>
#> 140800.2 1927-01-01 2010-10-15        C50 histology   8526     81       <NA>
#> 140826.1 1924-01-01 2005-01-15        C18 histology   8749     81 2005-01-15
#> 140838.1 1936-01-01 2003-03-15        C18  DCO case   9006     67 2016-08-01
#> 140841.1 1988-01-01 2011-03-15        C34  DCO case   8162     23 2012-08-01
#> 140847.1 1929-01-01 2000-10-15        C64 histology   8154     71 2018-06-01
#> 140855.1 1962-01-01 2005-10-15        C50 histology   8152     43       <NA>
#> 140862.1 1938-01-01 2013-01-15        C44 histology   9294     75       <NA>
#> 140887.1 1943-01-01 2004-02-15        C50 histology   8810     61 2007-09-01
#> 140889.1 1978-01-01 2011-02-15        C34 histology   9754     33       <NA>
#> 140903.1 1979-01-01 1991-08-15        C34 histology   9474     12 2014-10-01
#> 140903.2 1979-01-01 2000-10-15        C64 histology   8635     12 2014-10-01
#> 140905.1 1970-01-01 1991-09-15        C34 histology   8481     21 2013-02-01
#> 140905.2 1970-01-01 2000-06-15        C80  DCO case   8828     21 2013-02-01
#> 140920.1 1919-01-01 1994-02-15        C44 histology   9350     75 2001-07-01
#> 140920.2 1919-01-01 1999-07-15        C18  DCO case   8445     75 2001-07-01
#> 140923.1 1990-01-01 2003-10-15        C18  DCO case   9356     13       <NA>
#> 140923.2 1990-01-01 2008-04-15        C64  DCO case   8987     13       <NA>
#> 140925.1 1937-01-01 1992-04-15        C34 histology   8831     55 2009-08-01
#> 140925.2 1937-01-01 2005-01-15        C34 histology   8928     55 2009-08-01
#> 140942.1 1960-01-01 2012-03-15        C34 histology   9845     52 2013-07-01
#> 140951.1 1975-01-01 2010-09-15        C54 histology   9034     35       <NA>
#> 140966.1 1948-01-01 1991-07-15        C50 histology   9596     43       <NA>
#> 140966.2 1948-01-01 2007-08-15        C44  DCO case   9861     43       <NA>
#> 140968.1 1947-01-01 2018-09-15        C50 histology   8422     71       <NA>
#> 140981.1 2010-01-01 2011-01-15        C34 histology   8677      1 2017-06-01
#> 140991.1 1959-01-01 1996-09-15        C50 histology   8080     37       <NA>
#> 140991.2 1959-01-01 2006-06-15        C50 histology   8386     37       <NA>
#> 140995.1 1940-01-01 2010-08-15        C34 histology   9477     70       <NA>
#> 141005.1 1933-01-01 1999-01-15        C34 histology   9747     66 2001-08-01
#> 141015.1 1942-01-01 2011-09-15        C34 histology   9257     69 2012-02-01
#> 141035.1 1941-01-01 1992-04-15        C44 histology   8768     51       <NA>
#> 141035.2 1941-01-01 2003-02-15        C50 histology   9134     51       <NA>
#> 141039.1 1977-01-01 1992-03-15        C50 histology   9121     15 2010-11-01
#> 141058.1 1949-01-01 2015-09-15        C18 histology   8093     66       <NA>
#> 141064.1 1935-01-01 1995-02-15        C34 histology   9624     60 2009-07-01
#> 141064.2 1935-01-01 2003-05-15        C50 histology   9389     60 2009-07-01
#> 141066.1 1943-01-01 1993-09-15        C34 histology   8252     50 2002-01-01
#> 141066.2 1943-01-01 1995-10-15        C18 histology   8680     50 2002-01-01
#> 141078.1 1998-01-01 2003-11-15        C34 histology   9546      5       <NA>
#> 141078.2 1998-01-01 2016-11-15        C34 histology   9692      5       <NA>
#> 141080.1 1944-01-01 2006-07-15        C50 histology   9585     62 2017-10-01
#> 141080.2 1944-01-01 2013-12-15        C34 histology   8046     62 2017-10-01
#> 141092.1 1982-01-01 1993-03-15        C34 histology   9409     11       <NA>
#> 141092.2 1982-01-01 2019-04-15        C50 histology   9770     11       <NA>
#> 141096.1 1942-01-01 1996-05-15        C50 histology   9252     54 2007-06-01
#> 141096.2 1942-01-01 1997-10-15        C54 histology   8694     54 2007-06-01
#> 141117.1 1952-01-01 2010-02-15        C34 histology   8150     58       <NA>
#> 141140.1 1953-01-01 2016-11-15        C50 histology   9080     63       <NA>
#> 141146.1 1934-01-01 2006-06-15        C80  DCO case   8543     72       <NA>
#> 141146.2 1934-01-01 2006-10-15        C34 histology   8205     72       <NA>
#> 141169.1 1976-01-01 1997-11-15        C44 histology   8678     21 2009-11-01
#> 141173.1 1928-01-01 2004-08-15        C50 histology   8428     76 2016-09-01
#> 141202.1 1927-01-01 2002-10-15        C18 histology   9555     75       <NA>
#> 141202.2 1927-01-01 2012-05-15        C18 histology   9570     75       <NA>
#> 141212.1 1955-01-01 2000-10-15        C34 histology   8580     45       <NA>
#> 141241.1 1938-01-01 2001-06-15        C50 histology   8624     63 2013-02-15
#> 141241.2 1938-01-01 2013-02-15        C80 histology   8887     63 2013-02-15
#> 141249.1 1935-01-01 1995-05-15        C18 histology   8681     60 2015-01-01
#> 141249.2 1935-01-01 1997-11-15        C34 histology   9712     60 2015-01-01
#> 141251.1 1952-01-01 2015-05-15        C34 histology   9127     63 2017-08-01
#> 141257.1 1959-01-01 1995-11-15        C50 histology   8582     36       <NA>
#> 141257.2 1959-01-01 2009-06-15        C50 histology   9511     36       <NA>
#> 141261.1 1968-01-01 1994-05-15        C80 histology   9198     26 2002-12-01
#> 141261.2 1968-01-01 1995-01-15        C34 histology   8469     26 2002-12-01
#> 141269.1 1933-01-01 2011-01-15        C80  DCO case   9084     78       <NA>
#> 141291.1 1988-01-01 2015-06-15        C50 histology   9841     27       <NA>
#> 141297.1 1955-01-01 2008-06-15        C34 histology   8711     53 2013-10-01
#> 141297.2 1955-01-01 2011-04-15        C64 histology   8993     53 2013-10-01
#> 141302.1 1924-01-01 1995-05-15        C18 histology   8010     71 2009-02-01
#> 141302.2 1924-01-01 1999-12-15        C34 histology   9309     71 2009-02-01
#> 141311.1 1945-01-01 1993-04-15        C34  DCO case   9118     48       <NA>
#> 141311.2 1945-01-01 2002-10-15        C50 histology   8977     48       <NA>
#> 141315.1 1943-01-01 1998-05-15        C34 histology   9734     55       <NA>
#> 141315.2 1943-01-01 2013-05-15        C50 histology   9420     55       <NA>
#> 141319.1 1982-01-01 2006-07-15        C34 histology   9100     24 2009-02-01
#> 141358.1 1922-01-01 2000-11-15        C18 histology   8561     78       <NA>
#> 141362.1 1944-01-01 1995-05-15        C50  DCO case   8314     51       <NA>
#> 141362.2 1944-01-01 1998-03-15        C18 histology   9989     51       <NA>
#> 141371.1 1951-01-01 1997-02-15        C34 histology   9817     46 2018-05-01
#> 141415.1 1949-01-01 1996-08-15        C34 histology   8781     47       <NA>
#> 141415.2 1949-01-01 2016-12-15        C54 histology   9735     47       <NA>
#> 141467.1 1954-01-01 2015-07-15        C34 histology   9953     61       <NA>
#> 141469.1 1991-01-01 1999-04-15        C44 histology   9447      8 2019-06-01
#> 141469.2 1991-01-01 2005-03-15        C18 histology   8475      8 2019-06-01
#> 141481.1 1967-01-01 2009-02-15        C50 histology   9469     42       <NA>
#> 141481.2 1967-01-01 2016-07-15        C54 histology   8292     42       <NA>
#> 141484.1 1948-01-01 2009-12-15        C18 histology   8721     61 2018-09-01
#> 141499.1 1943-01-01 1997-08-15        C34 histology   8484     54 2012-05-01
#> 141503.1 1955-01-01 2014-12-15        C50 histology   9857     59       <NA>
#> 141512.1 1923-01-01 2004-06-15        C18 histology   9240     81 2019-05-01
#> 141512.2 1923-01-01 2006-03-15        C54 histology   9170     81 2019-05-01
#> 141514.1 1935-01-01 2002-12-15        C50 histology   8090     67       <NA>
#> 141514.2 1935-01-01 2008-01-15        C34 histology   9074     67       <NA>
#> 141520.1 1949-01-01 2010-08-15        C50 histology   8954     61       <NA>
#> 141529.1 1943-01-01 2010-02-15        C18 histology   9122     67       <NA>
#> 141532.1 1948-01-01 2004-01-15        C54 histology   9471     56 2009-09-01
#> 141544.1 1918-01-01 2003-04-15        C50 histology   9109     85 2013-03-01
#> 141544.2 1918-01-01 2003-06-15        C34 histology   9841     85 2013-03-01
#> 141547.1 1962-01-01 1998-02-15        C34 histology   8084     36 1998-12-01
#> 141549.1 1970-01-01 2002-06-15        C50 histology   9444     32       <NA>
#> 141549.2 1970-01-01 2017-02-15        C18 histology   9852     32       <NA>
#> 141558.1 1937-01-01 1993-04-15        C34  DCO case   9681     56 2003-11-01
#> 141562.1 1951-01-01 2006-05-15        C44 histology   8479     55       <NA>
#> 141562.2 1951-01-01 2008-01-15        C50 histology   8672     55       <NA>
#> 141565.1 1949-01-01 1994-02-15        C50 histology   8261     45       <NA>
#> 141565.2 1949-01-01 2006-01-15        C34 histology   9626     45       <NA>
#> 141583.1 1951-01-01 1992-01-15        C50 histology   8604     41 2007-08-01
#> 141590.1 1953-01-01 1999-09-15        C50 histology   9588     46 2018-07-01
#> 141618.1 1962-01-01 2016-11-15        C50 histology   8526     54       <NA>
#> 141625.1 1978-01-01 1998-11-15        C34  DCO case   9474     20       <NA>
#> 141625.2 1978-01-01 2005-05-15        C50 histology   8836     20       <NA>
#> 141656.1 1916-01-01 1991-06-15        C50 histology   8969     75       <NA>
#> 141656.2 1916-01-01 1994-08-15        C18  DCO case   8545     75       <NA>
#> 141658.1 1916-01-01 1991-08-15        C50 histology   9366     75 2006-05-01
#> 141692.1 1936-01-01 1998-08-15        C34 histology   9810     62       <NA>
#> 141713.1 1939-01-01 1998-10-15        C34 histology   9508     59       <NA>
#> 141728.1 1953-01-01 2001-01-15        C64 histology   9481     48       <NA>
#> 141728.2 1953-01-01 2004-01-15        C34 histology   8028     48       <NA>
#> 141764.1 1958-01-01 2014-06-15        C34 histology   9206     56       <NA>
#> 141764.2 1958-01-01 2016-05-15        C50 histology   9627     56       <NA>
#> 141792.1 1965-01-01 2005-12-15        C50 histology   8056     40 2007-07-01
#> 141805.1 1919-01-01 1992-02-15        C50 histology   8935     73       <NA>
#> 141805.2 1919-01-01 2014-08-15        C34 histology   8820     73       <NA>
#> 141812.1 1933-01-01 2011-06-15        C34 histology   8924     78       <NA>
#> 141812.2 1933-01-01 2014-05-15        C34 histology   9685     78       <NA>
#> 141824.1 1995-01-01 2003-04-15        C44 histology   9336      8       <NA>
#> 141824.2 1995-01-01 2011-06-15        C44 histology   8577      8       <NA>
#> 141829.1 1944-01-01 2009-10-15        C50  DCO case   9396     65 2016-02-01
#> 141843.1 1936-01-01 1995-04-15        C34 histology   9519     59       <NA>
#> 141843.2 1936-01-01 2008-12-15        C34  DCO case   8344     59       <NA>
#> 141845.1 1947-01-01 2000-10-15        C44 histology   9180     53       <NA>
#> 141845.2 1947-01-01 2001-08-15        C64  DCO case   8342     53       <NA>
#> 141862.1 1983-01-01 2004-05-15        C34 histology   8099     21       <NA>
#> 141862.2 1983-01-01 2010-05-15        C50  DCO case   8822     21       <NA>
#> 141873.1 1955-01-01 1998-09-15        C18 histology   9293     43 2018-08-01
#> 141873.2 1955-01-01 2004-07-15        C50 histology   9677     43 2018-08-01
#> 141875.1 1985-01-01 1996-09-15        C64 histology   8722     11 2008-01-01
#> 141888.1 1971-01-01 1996-08-15        C50  DCO case   9008     25 1999-03-01
#> 141900.1 1963-01-01 1996-03-15        C34 histology   9855     33       <NA>
#> 141900.2 1963-01-01 2003-07-15        C50  DCO case   8037     33       <NA>
#> 141908.1 1939-01-01 2005-11-15        C50 histology   8943     66 2014-01-01
#> 141922.1 1946-01-01 2005-03-15        C34 histology   8324     59       <NA>
#> 141922.2 1946-01-01 2019-01-15        C50 histology   9277     59       <NA>
#> 141923.1 1958-01-01 1997-03-15        C34 histology   8041     39 1998-04-01
#> 141927.1 1938-01-01 1999-08-15        C34 histology   8749     61 2015-03-01
#> 141927.2 1938-01-01 2000-07-15        C34  DCO case   9812     61 2015-03-01
#> 141928.1 2008-01-01 2016-12-15        C34 histology   8860      8       <NA>
#> 141937.1 1928-01-01 1997-10-15        C34 histology   9626     69 2012-05-01
#> 141937.2 1928-01-01 2008-11-15        C50 histology   8771     69 2012-05-01
#> 141952.1 1957-01-01 1993-10-15        C50 histology   8460     36       <NA>
#> 141952.2 1957-01-01 2008-08-15        C54 histology   8666     36       <NA>
#> 141954.1 1985-01-01 1995-08-15        C34  DCO case   9668     10 1997-09-01
#> 141955.1 1915-01-01 1995-01-15        C54 histology   8236     80       <NA>
#> 141955.2 1915-01-01 2007-10-15        C64 histology   9714     80       <NA>
#> 141990.1 1933-01-01 2003-04-15        C18 histology   9246     70 2012-06-01
#> 141990.2 1933-01-01 2010-05-15        C50 histology   9636     70 2012-06-01
#> 141996.1 1951-01-01 1994-09-15        C50 histology   8880     43 2019-08-01
#> 141996.2 1951-01-01 2004-09-15        C50 histology   8096     43 2019-08-01
#> 142011.1 1928-01-01 1997-11-15        C64 histology   8096     69 2000-01-01
#> 142032.1 1986-01-01 2009-10-15        C44 histology   9633     23 2016-03-01
#> 142032.2 1986-01-01 2013-01-15        C18 histology   8546     23 2016-03-01
#> 142051.1 1963-01-01 2017-06-15        C44 histology   9504     54 2019-09-01
#> 142062.1 1931-01-01 2016-03-15        C34 histology   9464     85       <NA>
#> 142081.1 1980-01-01 2018-04-15        C50 histology   9471     38       <NA>
#> 142083.1 1977-01-01 1991-01-15        C64 histology   9217     14 2017-06-01
#> 142083.2 1977-01-01 2001-05-15        C34  DCO case   8340     14 2017-06-01
#> 142093.1 1935-01-01 1998-04-15        C34  DCO case   8858     63       <NA>
#> 142093.2 1935-01-01 2006-06-15        C50 histology   9809     63       <NA>
#> 142096.1 1944-01-01 1991-01-15        C44 histology   8019     47       <NA>
#> 142096.2 1944-01-01 2013-01-15        C50 histology   8020     47       <NA>
#> 142107.1 1949-01-01 2015-05-15        C34 histology   8909     66       <NA>
#> 142110.1 1956-01-01 1993-04-15        C44 histology   8591     37       <NA>
#> 142110.2 1956-01-01 2015-04-15        C34 histology   8390     37       <NA>
#> 142118.1 1932-01-01 1992-08-15        C44 histology   8626     60       <NA>
#> 142118.2 1932-01-01 2009-02-15        C50 histology   9410     60       <NA>
#> 142132.1 1926-01-01 1991-03-15        C50 histology   9634     65 2010-03-01
#> 142155.1 1948-01-01 1998-02-15        C64 histology   8806     50       <NA>
#> 142163.1 1931-01-01 1991-05-15        C14 histology   8179     60       <NA>
#> 142163.2 1931-01-01 2013-04-15        C34 histology   9157     60       <NA>
#> 142209.1 1933-01-01 1991-11-15        C34 histology   9514     58 2015-04-01
#> 142209.2 1933-01-01 2011-12-15        C34 histology   9894     58 2015-04-01
#> 142221.1 1966-01-01 2005-06-15        C64 histology   9569     39       <NA>
#> 142245.1 1914-01-01 1993-12-15        C50 histology   8711     79 2017-11-01
#> 142245.2 1914-01-01 2000-04-15        C34 histology   8517     79 2017-11-01
#> 142246.1 1936-01-01 2000-04-15        C34 histology   9266     64 2009-04-01
#> 142246.2 1936-01-01 2008-10-15        C18 histology   9595     64 2009-04-01
#> 142249.1 1972-01-01 2001-05-15        C34 histology   8158     29       <NA>
#> 142249.2 1972-01-01 2011-10-15        C34 histology   9802     29       <NA>
#> 142254.1 1950-01-01 1998-04-15        C34 histology   9394     48       <NA>
#> 142254.2 1950-01-01 2002-03-15        C34 histology   9058     48       <NA>
#> 142277.1 1928-01-01 2000-05-15        C34 histology   8096     72 2006-10-01
#> 142289.1 1932-01-01 2000-04-15        C50 histology   8139     68 2012-08-01
#> 142289.2 1932-01-01 2001-10-15        C34 histology   9757     68 2012-08-01
#> 142303.1 1926-01-01 1991-04-15        C34 histology   8667     65 2017-03-01
#> 142303.2 1926-01-01 2000-10-15        C34 histology   9530     65 2017-03-01
#> 142307.1 1972-01-01 2003-12-15        C64 histology   8275     31       <NA>
#> 142307.2 1972-01-01 2009-08-15        C44 histology   9134     31       <NA>
#> 142351.1 1913-01-01 1993-01-15        C80 histology   9492     80       <NA>
#> 142351.2 1913-01-01 2001-10-15        C50  DCO case   9879     80       <NA>
#> 142373.1 1933-01-01 2012-01-15        C50 histology   8373     79       <NA>
#> 142386.1 1923-01-01 1992-08-15        C18 histology   8729     69       <NA>
#> 142386.2 1923-01-01 2004-10-15        C50 histology   8435     69       <NA>
#> 142395.1 1909-01-01 1997-12-15        C54 histology   8120     88       <NA>
#> 142395.2 1909-01-01 2014-11-15        C50 histology   8957     88       <NA>
#> 142402.1 1970-01-01 1993-05-15        C34 histology   9852     23 2019-05-01
#> 142402.2 1970-01-01 2014-02-15        C50  DCO case   9300     23 2019-05-01
#> 142405.1 1944-01-01 1996-10-15        C44 histology   9047     52 2019-08-01
#> 142409.1 1973-01-01 1998-10-15        C50 histology   9103     25 2006-09-01
#> 142424.1 1948-01-01 2002-09-15        C64 histology   8164     54 2017-04-15
#> 142424.2 1948-01-01 2017-04-15        C34 histology   9396     54 2017-04-15
#> 142426.1 1984-01-01 2014-05-15        C80 histology   9861     30       <NA>
#> 142459.1 1924-01-01 1993-04-15        C44 histology   9383     69       <NA>
#> 142459.2 1924-01-01 2005-08-15        C50 histology   9640     69       <NA>
#> 142471.1 1960-01-01 1996-09-15        C80 histology   9635     36       <NA>
#> 142473.1 1917-01-01 2001-03-15        C50 histology   9975     84       <NA>
#> 142473.2 1917-01-01 2003-12-15        C34 histology   8437     84       <NA>
#> 142481.1 1978-01-01 2014-01-15        C34 histology   9546     36       <NA>
#> 142482.1 1927-01-01 1996-09-15        C50 histology   9350     69       <NA>
#> 142482.2 1927-01-01 1999-02-15        C50 histology   8111     69       <NA>
#> 142513.1 1942-01-01 2004-04-15        C34 histology   8737     62       <NA>
#> 142513.2 1942-01-01 2008-05-15        C50  DCO case   8452     62       <NA>
#> 142515.1 1916-01-01 2002-02-15        C44  DCO case   8780     86       <NA>
#> 142533.1 1999-01-01 2000-12-15        C50 histology   9023      1       <NA>
#> 142533.2 1999-01-01 2001-01-15        C50 histology   9981      1       <NA>
#> 142541.1 1999-01-01 2016-06-15        C50 histology   8345     17       <NA>
#> 142542.1 1968-01-01 2009-11-15        C50 histology   9260     41       <NA>
#> 142544.1 1930-01-01 2000-07-15        C34 histology   9262     70 2006-03-01
#> 142565.1 1941-01-01 2010-03-15        C44 histology   9757     69       <NA>
#> 142570.1 1968-01-01 1994-12-15        C44 histology   9630     26       <NA>
#> 142570.2 1968-01-01 2006-10-15        C34 histology   9819     26       <NA>
#> 142595.1 1965-01-01 2018-01-15        C34 histology   8447     53       <NA>
#> 142620.1 1922-01-01 1994-08-15        C50 histology   9578     72 2018-09-01
#> 142639.1 1922-01-01 1993-12-15        C50 histology   9151     71       <NA>
#> 142639.2 1922-01-01 2005-06-15        C18 histology   9111     71       <NA>
#> 142644.1 1913-01-01 1992-02-15        C50 histology   9684     79 1997-08-01
#> 142660.1 1938-01-01 2013-11-15        C54 histology   8080     75       <NA>
#> 142680.1 1976-01-01 1993-02-15        C50 histology   8377     17       <NA>
#> 142680.2 1976-01-01 2016-12-15        C18 histology   8934     17       <NA>
#> 142708.1 1937-01-01 1992-08-15        C18 histology   8584     55 2018-02-01
#> 142708.2 1937-01-01 1996-02-15        C50 histology   8159     55 2018-02-01
#> 142726.1 1943-01-01 1997-03-15        C34  DCO case   9560     54 2015-12-01
#> 142737.1 1990-01-01 2014-07-15        C80 histology   8256     24       <NA>
#> 142762.1 1979-01-01 1994-12-15        C54 histology   9240     15       <NA>
#> 142762.2 1979-01-01 2015-08-15        C18 histology   8101     15       <NA>
#> 142776.1 1939-01-01 1999-10-15        C18 histology   8721     60 2018-02-01
#> 142776.2 1939-01-01 2002-01-15        C34 histology   8090     60 2018-02-01
#> 142791.1 1928-01-01 1991-01-15        C54 histology   9073     63 2001-02-01
#> 142793.1 1909-01-01 1991-11-15        C44 histology   9273     82       <NA>
#> 142793.2 1909-01-01 1995-02-15        C44  DCO case   9494     82       <NA>
#> 142814.1 1921-01-01 1998-04-15        C54 histology   8762     77       <NA>
#> 142847.1 1927-01-01 2004-02-15        C34 histology   9346     77 2006-02-01
#> 142858.1 1925-01-01 1991-08-15        C34 histology   9806     66       <NA>
#> 142858.2 1925-01-01 2011-12-15        C34 histology   8222     66       <NA>
#> 142863.1 1973-01-01 2005-09-15        C50 histology   9802     32       <NA>
#> 142863.2 1973-01-01 2007-11-15        C18 histology   8487     32       <NA>
#> 142873.1 1954-01-01 1992-02-15        C34 histology   8585     38 2009-04-01
#> 142880.1 1978-01-01 1999-05-15        C64 histology   9405     21       <NA>
#> 142880.2 1978-01-01 2018-02-15        C34 histology   8017     21       <NA>
#> 142940.1 1949-01-01 1995-06-15        C18 histology   8017     46 2011-05-01
#> 142943.1 1942-01-01 2004-01-15        C34 histology   9029     62 2009-08-01
#> 142943.2 1942-01-01 2004-07-15        C64 histology   9288     62 2009-08-01
#> 142956.1 1986-01-01 2006-02-15        C34 histology   9031     20       <NA>
#> 142956.2 1986-01-01 2007-09-15        C50 histology   9481     20       <NA>
#> 142986.1 1916-01-01 1997-03-15        C34 histology   9446     81 2000-04-01
#> 143000.1 1959-01-01 2014-02-15        C34 histology   9561     55       <NA>
#> 143020.1 1991-01-01 1996-07-15        C34 histology   9219      5       <NA>
#> 143020.2 1991-01-01 2003-05-15        C64 histology   9880      5       <NA>
#> 143041.1 1940-01-01 2000-03-15        C50 histology   9434     60 2013-01-01
#> 143048.1 1961-01-01 1994-09-15        C50  DCO case   9767     33       <NA>
#> 143048.2 1961-01-01 2013-11-15        C50 histology   9720     33       <NA>
#> 143067.1 1915-01-01 1994-04-15        C50 histology   8332     79 2016-05-01
#> 143075.1 1960-01-01 2011-04-15        C18 histology   8854     51       <NA>
#> 143077.1 1933-01-01 2006-02-15        C50 histology   8014     73       <NA>
#> 143077.2 1933-01-01 2015-09-15        C34 histology   9150     73       <NA>
#> 143082.1 1949-01-01 2018-06-15        C44 histology   8936     69       <NA>
#> 143088.1 1955-01-01 1999-05-15        C50 histology   9267     44       <NA>
#> 143088.2 1955-01-01 2006-09-15        C50 histology   9030     44       <NA>
#> 143112.1 1978-01-01 2014-05-15        C64 histology   8808     36       <NA>
#> 143114.1 1959-01-01 1998-02-15        C50 histology   9586     39 2013-05-01
#> 143114.2 1959-01-01 2001-10-15        C34 histology   9051     39 2013-05-01
#> 143116.1 1942-01-01 2008-12-15        C34 histology   9194     66       <NA>
#> 143116.2 1942-01-01 2016-11-15        C18 histology   8811     66       <NA>
#> 143130.1 1976-01-01 2011-11-15        C18  DCO case   9099     35       <NA>
#> 143130.2 1976-01-01 2018-12-15        C44  DCO case   8690     35       <NA>
#> 143134.1 1954-01-01 2002-05-15        C80 histology   9359     48       <NA>
#> 143134.2 1954-01-01 2003-03-15        C50 histology   9214     48       <NA>
#> 143141.1 1929-01-01 1996-08-15        C34 histology   9847     67       <NA>
#> 143141.2 1929-01-01 2018-08-15        C44 histology   9082     67       <NA>
#> 143146.1 1937-01-01 2019-06-15        C44 histology   8953     82       <NA>
#> 143151.1 1947-01-01 2007-11-15        C34 histology   8440     60       <NA>
#> 143175.1 1924-01-01 1995-12-15        C34 histology   8409     71 2008-01-01
#> 143175.2 1924-01-01 2001-07-15        C34 histology   8478     71 2008-01-01
#> 143199.1 1933-01-01 2004-10-15        C34 histology   9311     71       <NA>
#> 143199.2 1933-01-01 2010-10-15        C44  DCO case   9119     71       <NA>
#> 143201.1 1941-01-01 2013-09-15        C50 histology   8175     72       <NA>
#> 143205.1 1971-01-01 2005-04-15        C50 histology   8949     34 2006-09-01
#> 143205.2 1971-01-01 2006-06-15        C34 histology   8974     34 2006-09-01
#> 143235.1 1930-01-01 2003-07-15        C34  DCO case   8384     73 2006-08-01
#> 143235.2 1930-01-01 2005-11-15        C34 histology   9592     73 2006-08-01
#> 143246.1 1993-01-01 1998-01-15        C44 histology   9440      5       <NA>
#> 143246.2 1993-01-01 2016-12-15        C50  DCO case   9839      5       <NA>
#> 143250.1 1926-01-01 1999-02-15        C34 histology   9756     73 2017-10-01
#> 143250.2 1926-01-01 2000-07-15        C34 histology   8628     73 2017-10-01
#> 143261.1 1953-01-01 2003-03-15        C50 histology   8725     50       <NA>
#> 143269.1 1962-01-01 2002-07-15        C34 histology   9087     40       <NA>
#> 143269.2 1962-01-01 2003-10-15        C34 histology   9205     40       <NA>
#> 143275.1 1998-01-01 1998-08-15        C18 histology   9407      0       <NA>
#> 143275.2 1998-01-01 2001-07-15        C50 histology   9832      0       <NA>
#> 143276.1 1968-01-01 2012-06-15        C50 histology   9580     44       <NA>
#> 143276.2 1968-01-01 2015-02-15        C44 histology   9913     44       <NA>
#> 143282.1 1928-01-01 2003-04-15        C44 histology   8813     75 2012-03-01
#> 143286.1 1962-01-01 2000-09-15        C34 histology   9734     38       <NA>
#> 143294.1 1939-01-01 2007-08-15        C50 histology   8272     68       <NA>
#> 143325.1 1965-01-01 2005-07-15        C50  DCO case   8680     40 2007-03-15
#> 143325.2 1965-01-01 2007-03-15        C50  DCO case   8833     40 2007-03-15
#> 143330.1 1950-01-01 2002-12-15        C34  DCO case   8791     52 2015-06-01
#> 143381.1 1946-01-01 2007-12-15        C34  DCO case   8853     61 2015-03-01
#> 143393.1 1947-01-01 1992-04-15        C34 histology   8807     45 2012-12-01
#> 143433.1 1985-01-01 1992-02-15        C50 histology   9246      7 2010-04-01
#> 143437.1 1923-01-01 1999-12-15        C54 histology   8954     76 2011-02-01
#> 143440.1 1939-01-01 2001-02-15        C50 histology   9563     62 2002-06-01
#> 143454.1 1961-01-01 2018-03-15        C34 histology   9860     57       <NA>
#> 143454.2 1961-01-01 2018-12-15        C34 histology   8482     57       <NA>
#> 143459.1 1930-01-01 1996-06-15        C34 histology   9556     66       <NA>
#> 143459.2 1930-01-01 2019-11-15        C44 histology   8242     66       <NA>
#> 143484.1 1969-01-01 2019-11-15        C34  DCO case   9710     50       <NA>
#> 143485.1 1971-01-01 1995-11-15        C50 histology   8088     24 2014-07-01
#> 143503.1 1938-01-01 2003-05-15        C34 histology   8556     65 2016-01-01
#> 143505.1 1969-01-01 2007-06-15        C64  DCO case   9937     38       <NA>
#> 143505.2 1969-01-01 2010-04-15        C50 histology   9987     38       <NA>
#> 143522.1 1924-01-01 1998-12-15        C18 histology   8071     74       <NA>
#> 143522.2 1924-01-01 2018-08-15        C64 histology   9740     74       <NA>
#> 143523.1 1991-01-01 2016-10-15        C34 histology   8456     25       <NA>
#> 143525.1 1983-01-01 2011-02-15        C50 histology   9980     28       <NA>
#> 143556.1 1941-01-01 1997-12-15        C34 histology   8777     56 2004-05-01
#> 143574.1 1980-01-01 2007-10-15        C50 histology   8262     27 2007-12-01
#> 143583.1 1985-01-01 2000-06-15        C34 histology   9180     15       <NA>
#> 143583.2 1985-01-01 2006-07-15        C44 histology   8767     15       <NA>
#> 143596.1 1982-01-01 2001-11-15        C50 histology   8798     19       <NA>
#> 143611.1 1943-01-01 1995-11-15        C34 histology   8234     52       <NA>
#> 143611.2 1943-01-01 2006-10-15        C50 histology   9673     52       <NA>
#> 143619.1 1926-01-01 2000-09-15        C44 histology   8400     74 2012-09-01
#> 143629.1 1996-01-01 2010-08-15        C50 histology   9969     14       <NA>
#> 143629.2 1996-01-01 2010-11-15        C34 histology   9916     14       <NA>
#> 143642.1 1992-01-01 2014-10-15        C34 histology   8240     22       <NA>
#> 143672.1 1970-01-01 2001-08-15        C18 histology   9128     31       <NA>
#> 143672.2 1970-01-01 2013-09-15        C34 histology   8102     31       <NA>
#> 143696.1 1989-01-01 2019-04-15        C18  DCO case   8893     30       <NA>
#> 143704.1 1938-01-01 1996-06-15        C18 histology   9790     58 2018-07-01
#> 143714.1 1952-01-01 2019-07-15        C50  DCO case   9454     67       <NA>
#> 143721.1 1991-01-01 1997-06-15        C50  DCO case   9619      6       <NA>
#> 143721.2 1991-01-01 1998-04-15        C34 histology   8636      6       <NA>
#> 143726.1 1946-01-01 2003-12-15        C50 histology   8312     57       <NA>
#> 143726.2 1946-01-01 2012-11-15        C50 histology   8755     57       <NA>
#> 143760.1 1962-01-01 1996-12-15        C50 histology   9190     34       <NA>
#> 143760.2 1962-01-01 2015-07-15        C44 histology   8526     34       <NA>
#> 143772.1 1970-01-01 1993-02-15        C50 histology   8075     23 2019-09-01
#> 143772.2 1970-01-01 1994-12-15        C34 histology   9581     23 2019-09-01
#> 143806.1 1925-01-01 2003-07-15        C34  DCO case   8018     78       <NA>
#> 143810.1 1931-01-01 1992-06-15        C50 histology   8368     61 1996-07-01
#> 143860.1 1930-01-01 1993-11-15        C34 histology   9871     63 1996-04-01
#> 143861.1 1982-01-01 2004-03-15        C50 histology   8525     22 2011-07-01
#> 143873.1 1941-01-01 2001-12-15        C34 histology   9545     60       <NA>
#> 143873.2 1941-01-01 2013-04-15        C44 histology   9898     60       <NA>
#> 143880.1 1963-01-01 2014-10-15        C64 histology   9127     51       <NA>
#> 143881.1 1933-01-01 1991-07-15        C50 histology   9204     58 2007-03-01
#> 143889.1 1971-01-01 2014-11-15        C34 histology   9347     43       <NA>
#> 143899.1 1943-01-01 2015-02-15        C44 histology   9731     72       <NA>
#> 143905.1 1984-01-01 1995-02-15        C44  DCO case   8677     11       <NA>
#> 143905.2 1984-01-01 2016-11-15        C54 histology   9310     11       <NA>
#> 143910.1 1941-01-01 2003-10-15        C34 histology   9050     62       <NA>
#> 143939.1 1964-01-01 2002-08-15        C44 histology   9093     38 2007-10-01
#> 143982.1 1970-01-01 2015-10-15        C50 histology   8542     45       <NA>
#> 143982.2 1970-01-01 2017-01-15        C50 histology   9370     45       <NA>
#> 144005.1 1991-01-01 2003-11-15        C50  DCO case   9598     12       <NA>
#> 144005.2 1991-01-01 2019-10-15        C34 histology   9183     12       <NA>
#> 144032.1 1907-01-01 1996-07-15        C18 histology   8752     89 2014-11-01
#> 144032.2 1907-01-01 1996-09-15        C34 histology   8821     89 2014-11-01
#> 144047.1 1998-01-01 2010-12-15        C44 histology   9489     12       <NA>
#> 144047.2 1998-01-01 2018-08-15        C34 histology   9634     12       <NA>
#> 144072.1 1970-01-01 1997-04-15        C34 histology   8892     27       <NA>
#> 144072.2 1970-01-01 2002-08-15        C34 histology   9658     27       <NA>
#> 144075.1 1957-01-01 2008-04-15        C50 histology   8081     51       <NA>
#> 144090.1 1982-01-01 1995-04-15        C34  DCO case   9359     13       <NA>
#> 144090.2 1982-01-01 1997-06-15        C34 histology   8808     13       <NA>
#> 144116.1 1928-01-01 1995-05-15        C50 histology   8921     67 2007-05-01
#> 144155.1 1939-01-01 1993-04-15        C54 histology   8741     54       <NA>
#> 144155.2 1939-01-01 1995-09-15        C50 histology   9037     54       <NA>
#> 144157.1 1934-01-01 2006-07-15        C44 histology   9668     72       <NA>
#> 144159.1 2008-01-01 2015-06-15        C64 histology   9851      7       <NA>
#> 144159.2 2008-01-01 2016-02-15        C44 histology   9706      7       <NA>
#> 144168.1 1951-01-01 2005-03-15        C34 histology   9190     54       <NA>
#> 144168.2 1951-01-01 2016-06-15        C50 histology   8943     54       <NA>
#> 144178.1 1961-01-01 2004-07-15        C50 histology   8623     43       <NA>
#> 144187.1 1969-01-01 2019-09-15        C54 histology   9195     50       <NA>
#> 144187.2 1969-01-01 2019-10-15        C44 histology   9141     50       <NA>
#> 144194.1 1921-01-01 1991-04-15        C14 histology   9427     70       <NA>
#> 144194.2 1921-01-01 2005-01-15        C80 histology   9707     70       <NA>
#> 144224.1 1917-01-01 2006-06-15        C34 histology   9757     89       <NA>
#> 144224.2 1917-01-01 2007-03-15        C18 histology   8490     89       <NA>
#> 144268.1 1986-01-01 2013-10-15        C64 histology   9210     27       <NA>
#> 144284.1 1952-01-01 1996-02-15        C54 histology   8466     44 2018-09-01
#> 144284.2 1952-01-01 1998-08-15        C18 histology   8038     44 2018-09-01
#> 144291.1 1964-01-01 2019-07-15        C34 histology   8027     55       <NA>
#> 144335.1 1916-01-01 1995-01-15        C34  DCO case   8389     79 2018-05-01
#> 144335.2 1916-01-01 2014-08-15        C50  DCO case   8790     79 2018-05-01
#> 144336.1 1944-01-01 2015-08-15        C64 histology   9961     71       <NA>
#> 144341.1 1941-01-01 2002-11-15        C34 histology   8830     61 2009-10-01
#> 144351.1 1944-01-01 1993-05-15        C50 histology   9648     49       <NA>
#> 144351.2 1944-01-01 2009-03-15        C64 histology   9539     49       <NA>
#> 144363.1 1963-01-01 2016-01-15        C44 histology   8850     53       <NA>
#> 144396.1 1942-01-01 2017-07-15        C50 histology   9075     75       <NA>
#> 144407.1 1931-01-01 1998-09-15        C54 histology   9846     67 2015-07-01
#> 144444.1 1968-01-01 2010-11-15        C54 histology   9782     42       <NA>
#> 144457.1 1923-01-01 1995-12-15        C34 histology   9417     72 2011-04-01
#> 144457.2 1923-01-01 2011-03-15        C50 histology   8820     72 2011-04-01
#> 144461.1 1941-01-01 2003-02-15        C44 histology   8588     62       <NA>
#> 144461.2 1941-01-01 2016-09-15        C44 histology   8680     62       <NA>
#> 144477.1 2007-01-01 2015-01-15        C80 histology   9779      8       <NA>
#> 144490.1 1941-01-01 2004-03-15        C34 histology   8340     63       <NA>
#> 144490.2 1941-01-01 2007-09-15        C34  DCO case   9072     63       <NA>
#> 144508.1 1977-01-01 2000-12-15        C34 histology   8107     23       <NA>
#> 144508.2 1977-01-01 2014-08-15        C50 histology   8299     23       <NA>
#> 144510.1 2009-01-01 2016-12-15        C54 histology   9360      7 2018-04-01
#> 144570.1 1932-01-01 2003-04-15        C34 histology   9263     71       <NA>
#> 144570.2 1932-01-01 2005-05-15        C50 histology   8329     71       <NA>
#> 144574.1 1929-01-01 2003-06-15        C34 histology   9171     74 2009-01-01
#> 144582.1 1972-01-01 1996-12-15        C50 histology   8221     24 2016-02-01
#> 144582.2 1972-01-01 1999-12-15        C34 histology   9572     24 2016-02-01
#> 144584.1 1902-01-01 1996-03-15        C18 histology   8040     94 2019-10-01
#> 144584.2 1902-01-01 2004-07-15        C34 histology   8470     94 2019-10-01
#> 144595.1 1916-01-01 1995-05-15        C34  DCO case   8304     79       <NA>
#> 144595.2 1916-01-01 2003-11-15        C50 histology   9973     79       <NA>
#> 144624.1 1982-01-01 2007-11-15        C34 histology   8000     25       <NA>
#> 144626.1 1964-01-01 1992-07-15        C50 histology   9947     28 2005-08-01
#> 144626.2 1964-01-01 2004-08-15        C34 histology   9165     28 2005-08-01
#> 144636.1 1945-01-01 2003-08-15        C34 histology   8968     58       <NA>
#> 144636.2 1945-01-01 2013-02-15        C50 histology   8315     58       <NA>
#> 144641.1 1943-01-01 2005-05-15        C18 histology   8002     62 2016-03-15
#> 144641.2 1943-01-01 2006-08-15        C34  DCO case   8016     62 2016-03-15
#> 144642.1 1919-01-01 1994-07-15        C34 histology   9722     75       <NA>
#> 144642.2 1919-01-01 2008-04-15        C34 histology   8614     75       <NA>
#> 144705.1 1942-01-01 2010-01-15        C54 histology   9102     68       <NA>
#> 144718.1 1941-01-01 1994-08-15        C34 histology   9544     53 2005-06-01
#> 144718.2 1941-01-01 1995-07-15        C34 histology   8360     53 2005-06-01
#> 144761.1 1951-01-01 1998-05-15        C50 histology   8472     47       <NA>
#> 144761.2 1951-01-01 2007-12-15        C44 histology   8659     47       <NA>
#> 144767.1 1961-01-01 1999-08-15        C34 histology   8147     38       <NA>
#> 144791.1 1956-01-01 2002-01-15        C80 histology   8069     46 2003-08-01
#> 144796.1 1935-01-01 1999-02-15        C34 histology   8076     64 2017-11-01
#> 144796.2 1935-01-01 2017-07-15        C34 histology   8787     64 2017-11-01
#> 144798.1 1918-01-01 1997-06-15        C50  DCO case   9749     79       <NA>
#> 144879.1 1941-01-01 2004-03-15        C50 histology   9322     63 2013-12-01
#> 144891.1 1946-01-01 2017-05-15        C50  DCO case   9249     71       <NA>
#> 144917.1 1909-01-01 1992-12-15        C34 histology   8560     83       <NA>
#> 144917.2 1909-01-01 2008-06-15        C50 histology   9646     83       <NA>
#> 144921.1 1957-01-01 2005-01-15        C50 histology   8160     48 2013-05-01
#> 144932.1 1945-01-01 2017-12-15        C34 histology   8492     72       <NA>
#> 144948.1 1932-01-01 1998-02-15        C34  DCO case   9067     66       <NA>
#> 144948.2 1932-01-01 2009-07-15        C14 histology   9536     66       <NA>
#> 144969.1 1948-01-01 1997-01-15        C50 histology   8785     49       <NA>
#> 144969.2 1948-01-01 2005-01-15        C34 histology   9051     49       <NA>
#> 144976.1 1940-01-01 1997-08-15        C34 histology   8455     57       <NA>
#> 144976.2 1940-01-01 2011-12-15        C50 histology   8220     57       <NA>
#> 145010.1 1931-01-01 1991-11-15        C50 histology   9001     60       <NA>
#> 145010.2 1931-01-01 2011-12-15        C18 histology   9417     60       <NA>
#> 145011.1 1906-01-01 1993-04-15        C44 histology   8994     87 2016-07-01
#> 145011.2 1906-01-01 2002-09-15        C34 histology   8741     87 2016-07-01
#> 145035.1 1933-01-01 2013-12-15        C44 histology   9426     80       <NA>
#> 145048.1 1912-01-01 1992-05-15        C34 histology   9837     80       <NA>
#> 145048.2 1912-01-01 2001-02-15        C64 histology   9062     80       <NA>
#> 145061.1 1954-01-01 2001-04-15        C54 histology   9243     47 2009-10-01
#> 145111.1 1922-01-01 1997-02-15        C18 histology   9955     75 2015-06-01
#> 145121.1 1938-01-01 1992-06-15        C50 histology   8308     54       <NA>
#> 145121.2 1938-01-01 1998-06-15        C34 histology   8586     54       <NA>
#> 145153.1 1971-01-01 2013-01-15        C50 histology   9251     42       <NA>
#> 145170.1 1924-01-01 1997-04-15        C50 histology   9294     73 2005-12-01
#> 145171.1 1988-01-01 2002-03-15        C34 histology   8219     14 2015-04-01
#> 145184.1 1957-01-01 1996-11-15        C54 histology   9135     39 2007-10-01
#> 145185.1 1943-01-01 2015-09-15        C50 histology   9868     72       <NA>
#> 145199.1 1900-01-01 1997-05-15        C50 histology   9572     97       <NA>
#> 145199.2 1900-01-01 2010-10-15        C64 histology   9440     97       <NA>
#> 145214.1 1930-01-01 1992-09-15        C50  DCO case   8484     62       <NA>
#> 145214.2 1930-01-01 1996-08-15        C18  DCO case   9763     62       <NA>
#> 145216.1 1935-01-01 1999-08-15        C50 histology   8374     64       <NA>
#> 145216.2 1935-01-01 2013-01-15        C64 histology   9625     64       <NA>
#> 145221.1 1937-01-01 2013-05-15        C64 histology   9306     76 2014-05-01
#> 145221.2 1937-01-01 2014-02-15        C34 histology   9721     76 2014-05-01
#> 145236.1 2008-01-01 2014-04-15        C54 histology   8435      6       <NA>
#> 145256.1 1932-01-01 2001-08-15        C34 histology   8593     69 2013-05-01
#> 145257.1 1918-01-01 1993-05-15        C34 histology   8675     75 2005-09-01
#> 145275.1 1925-01-01 2003-07-15        C64 histology   9106     78 2007-02-01
#> 145280.1 1924-01-01 1998-08-15        C18 histology   9548     74       <NA>
#> 145280.2 1924-01-01 2014-11-15        C18  DCO case   8734     74       <NA>
#> 145285.1 1961-01-01 2012-08-15        C18 histology   8000     51       <NA>
#> 145309.1 1950-01-01 1991-08-15        C54 histology   9186     41       <NA>
#> 145309.2 1950-01-01 2005-02-15        C50  DCO case   8661     41       <NA>
#> 145312.1 1927-01-01 1995-06-15        C50 histology   8801     68       <NA>
#> 145312.2 1927-01-01 2015-04-15        C50 histology   8883     68       <NA>
#> 145336.1 1969-01-01 1997-08-15        C34  DCO case   8098     28 2008-08-01
#> 145336.2 1969-01-01 1998-12-15        C64 histology   9554     28 2008-08-01
#> 145366.1 1957-01-01 2013-02-15        C34 histology   9141     56       <NA>
#> 145378.1 1922-01-01 1998-12-15        C44 histology   8573     76 2006-01-01
#> 145388.1 1951-01-01 1993-12-15        C44 histology   9166     42 2013-09-01
#> 145388.2 1951-01-01 1996-03-15        C64 histology   8650     42 2013-09-01
#> 145401.1 1966-01-01 2005-03-15        C50 histology   8877     39 2008-04-01
#> 145412.1 1985-01-01 2003-10-15        C34 histology   9544     18       <NA>
#> 145412.2 1985-01-01 2017-04-15        C54 histology   8917     18       <NA>
#> 145419.1 1965-01-01 1996-11-15        C18 histology   9288     31 2017-03-01
#> 145425.1 1930-01-01 1999-01-15        C34  DCO case   9118     69 2011-02-01
#> 145464.1 1978-01-01 2014-12-15        C34 histology   9895     36       <NA>
#> 145480.1 1904-01-01 2003-04-15        C80 histology   9931     99       <NA>
#> 145480.2 1904-01-01 2015-10-15        C18 histology   8846     99       <NA>
#> 145492.1 1985-01-01 2002-03-15        C50 histology   8499     17 2013-03-01
#> 145500.1 1923-01-01 1994-02-15        C50 histology   9041     71 2015-03-01
#> 145500.2 1923-01-01 2009-11-15        C54  DCO case   8613     71 2015-03-01
#> 145504.1 1930-01-01 1994-11-15        C34 histology   9735     64 2019-06-01
#> 145507.1 1969-01-01 2013-08-15        C50 histology   8684     44       <NA>
#> 145542.1 1957-01-01 1997-11-15        C50 histology   8625     40 2016-11-01
#> 145566.1 1985-01-01 1993-03-15        C50 histology   9012      8 2013-08-01
#> 145572.1 1952-01-01 1996-10-15        C34 histology   9419     44 2002-07-01
#> 145585.1 1942-01-01 2001-12-15        C34 histology   8013     59       <NA>
#> 145585.2 1942-01-01 2017-12-15        C34 histology   8609     59       <NA>
#> 145587.1 1971-01-01 2004-03-15        C34 histology   9442     33 2019-11-01
#> 145599.1 1974-01-01 1997-08-15        C64 histology   9478     23       <NA>
#> 145599.2 1974-01-01 2011-06-15        C34 histology   8404     23       <NA>
#> 145610.1 1941-01-01 2012-03-15        C50 histology   8277     71       <NA>
#> 145632.1 1977-01-01 2012-03-15        C64 histology   9333     35       <NA>
#> 145667.1 1988-01-01 2009-05-15        C34 histology   8213     21       <NA>
#> 145667.2 1988-01-01 2018-12-15        C64 histology   9519     21       <NA>
#> 145674.1 1950-01-01 2016-02-15        C50 histology   8142     66       <NA>
#> 145675.1 1935-01-01 1992-11-15        C50 histology   8216     57 2006-06-01
#> 145684.1 1963-01-01 2006-10-15        C50 histology   9609     43       <NA>
#> 145693.1 1941-01-01 2001-01-15        C34 histology   8633     60 2019-09-01
#> 145701.1 1991-01-01 2011-12-15        C50 histology   9886     20       <NA>
#> 145701.2 1991-01-01 2017-07-15        C34 histology   8326     20       <NA>
#> 145714.1 1964-01-01 2001-06-15        C44 histology   8628     37 2016-10-01
#> 145714.2 1964-01-01 2003-05-15        C50 histology   9825     37 2016-10-01
#> 145717.1 1962-01-01 2007-12-15        C50 histology   8060     45       <NA>
#> 145722.1 1980-01-01 2003-04-15        C34 histology   8146     23       <NA>
#> 145741.1 1951-01-01 1996-07-15        C18 histology   9727     45       <NA>
#> 145741.2 1951-01-01 2007-09-15        C34 histology   8624     45       <NA>
#> 145742.1 1932-01-01 2004-03-15        C34 histology   8619     72 2017-01-01
#> 145744.1 1976-01-01 2004-11-15        C50 histology   9151     28 2005-02-01
#> 145762.1 1977-01-01 2005-12-15        C50 histology   9212     28 2012-06-15
#> 145762.2 1977-01-01 2012-06-15        C34 histology   8391     28 2012-06-15
#> 145766.1 1943-01-01 1993-04-15        C34 histology   8246     50       <NA>
#> 145766.2 1943-01-01 1998-07-15        C34 histology   8025     50       <NA>
#> 145772.1 1933-01-01 1997-10-15        C44 histology   9735     64 2008-08-01
#> 145772.2 1933-01-01 1998-06-15        C34 histology   8623     64 2008-08-01
#> 145793.1 1943-01-01 2001-11-15        C50 histology   8377     58 2012-04-01
#> 145801.1 1927-01-01 1994-03-15        C34 histology   8574     67       <NA>
#> 145801.2 1927-01-01 2002-01-15        C34 histology   9076     67       <NA>
#> 145821.1 1962-01-01 1995-04-15        C18 histology   8116     33 2017-03-01
#> 145821.2 1962-01-01 2004-12-15        C18  DCO case   9319     33 2017-03-01
#> 145838.1 1991-01-01 2015-04-15        C18 histology   9172     24       <NA>
#> 145855.1 1982-01-01 2015-01-15        C64 histology   8315     33       <NA>
#> 145871.1 1957-01-01 1994-03-15        C50 histology   8947     37 2016-05-01
#> 145889.1 1909-01-01 2002-05-15        C50  DCO case   8781     93 2010-01-01
#> 145903.1 1930-01-01 1994-09-15        C18 histology   9317     64 2014-11-01
#> 145914.1 1955-01-01 1998-10-15        C50 histology   9687     43 1998-10-15
#> 145928.1 1988-01-01 1999-03-15        C64 histology   8853     11       <NA>
#> 145928.2 1988-01-01 2016-07-15        C54 histology   9838     11       <NA>
#> 145935.1 1992-01-01 2002-11-15        C50 histology   8711     10 2017-10-01
#> 145935.2 1992-01-01 2005-10-15        C50 histology   9901     10 2017-10-01
#> 145936.1 1951-01-01 2008-07-15        C50 histology   8972     57       <NA>
#> 145936.2 1951-01-01 2017-01-15        C44 histology   8726     57       <NA>
#> 145948.1 1942-01-01 1995-06-15        C44 histology   8239     53       <NA>
#> 145948.2 1942-01-01 2002-09-15        C80 histology   8546     53       <NA>
#> 145964.1 1981-01-01 2013-08-15        C54 histology   8846     32       <NA>
#> 145981.1 1971-01-01 2000-01-15        C18 histology   9185     29       <NA>
#> 146014.1 1930-01-01 1991-11-15        C80 histology   8885     61       <NA>
#> 146014.2 1930-01-01 1993-08-15        C54 histology   9240     61       <NA>
#> 146031.1 1954-01-01 2017-04-15        C18 histology   8088     63       <NA>
#> 146036.1 1944-01-01 1991-06-15        C50 histology   9286     47 1999-11-01
#> 146047.1 1936-01-01 1991-01-15        C18 histology   9632     55 2015-06-01
#> 146047.2 1936-01-01 2004-11-15        C34 histology   8255     55 2015-06-01
#> 146048.1 1962-01-01 2005-06-15        C54 histology   9381     43 2014-03-01
#> 146048.2 1962-01-01 2007-04-15        C34 histology   9928     43 2014-03-01
#> 146055.1 1944-01-01 2002-01-15        C18  DCO case   9293     58       <NA>
#> 146061.1 1946-01-01 2000-07-15        C50 histology   9245     54       <NA>
#> 146064.1 1922-01-01 1996-05-15        C50  DCO case   9435     74 1996-12-01
#> 146065.1 1951-01-01 1994-02-15        C18 histology   9406     43 1995-10-01
#> 146079.1 1928-01-01 1991-08-15        C34 histology   9803     63       <NA>
#> 146079.2 1928-01-01 2014-01-15        C18  DCO case   9590     63       <NA>
#> 146082.1 1942-01-01 2010-04-15        C18 histology   9083     68       <NA>
#> 146082.2 1942-01-01 2011-12-15        C34 histology   9283     68       <NA>
#> 146094.1 1962-01-01 2004-09-15        C50  DCO case   8966     42 2005-03-01
#> 146153.1 1931-01-01 2003-09-15        C50 histology   8441     72       <NA>
#> 146153.2 1931-01-01 2012-02-15        C34 histology   8790     72       <NA>
#> 146159.1 1922-01-01 2001-05-15        C50 histology   9295     79 2015-06-01
#> 146165.1 1946-01-01 1994-05-15        C50  DCO case   8713     48 2014-11-01
#> 146188.1 1932-01-01 1995-11-15        C34 histology   8485     63 2008-04-01
#> 146196.1 1946-01-01 2008-06-15        C34 histology   9428     62       <NA>
#> 146201.1 1939-01-01 2000-11-15        C34 histology   9190     61 2000-12-01
#> 146230.1 1943-01-01 1995-07-15        C34 histology   9962     52 1996-04-01
#> 146232.1 1950-01-01 2017-09-15        C50 histology   9469     67       <NA>
#> 146256.1 1970-01-01 2006-03-15        C64 histology   8355     36       <NA>
#> 146296.1 1992-01-01 2009-04-15        C50 histology   8132     17       <NA>
#> 146297.1 1955-01-01 1996-11-15        C34 histology   8520     41       <NA>
#> 146297.2 1955-01-01 2006-03-15        C44 histology   9120     41       <NA>
#> 146311.1 2006-01-01 2013-07-15        C50 histology   9897      7       <NA>
#> 146338.1 1928-01-01 1995-06-15        C34  DCO case   8251     67 1997-03-01
#> 146352.1 1948-01-01 2016-07-15        C18  DCO case   8432     68       <NA>
#> 146369.1 1984-01-01 2006-03-15        C50 histology   8204     22 2014-03-01
#> 146376.1 1958-01-01 1999-03-15        C54 histology   9639     41 2011-08-01
#> 146392.1 1953-01-01 2015-12-15        C18 histology   8870     62       <NA>
#> 146392.2 1953-01-01 2018-01-15        C34 histology   9151     62       <NA>
#> 146446.1 1975-01-01 2005-05-15        C34 histology   8825     30       <NA>
#> 146447.1 1909-01-01 2002-01-15        C18 histology   8402     93       <NA>
#> 146454.1 1924-01-01 1993-01-15        C34 histology   8105     69       <NA>
#> 146454.2 1924-01-01 2009-11-15        C50 histology   9796     69       <NA>
#> 146457.1 1944-01-01 1991-08-15        C50 histology   8021     47       <NA>
#> 146458.1 1955-01-01 1998-03-15        C34 histology   9757     43 2016-04-01
#> 146459.1 2014-01-01 2018-01-15        C44 histology   8203      4       <NA>
#> 146463.1 1923-01-01 1992-08-15        C34 histology   9518     69       <NA>
#> 146463.2 1923-01-01 2005-07-15        C18 histology   9622     69       <NA>
#> 146464.1 1954-01-01 1992-04-15        C50 histology   8085     38 2017-03-01
#> 146473.1 1935-01-01 1998-08-15        C44 histology   9954     63 1999-05-01
#> 146492.1 1973-01-01 2006-03-15        C50 histology   8714     33 2019-02-01
#> 146507.1 1976-01-01 1994-10-15        C50 histology   9790     18       <NA>
#> 146507.2 1976-01-01 2016-02-15        C44 histology   9214     18       <NA>
#> 146512.1 1960-01-01 2003-09-15        C44 histology   8921     43       <NA>
#> 146512.2 1960-01-01 2007-11-15        C34 histology   8168     43       <NA>
#> 146520.1 1969-01-01 2012-11-15        C50  DCO case   8583     43 2019-05-01
#> 146527.1 1955-01-01 1995-08-15        C50 histology   8960     40 2018-05-01
#> 146531.1 1988-01-01 2012-12-15        C54  DCO case   8902     24       <NA>
#> 146531.2 1988-01-01 2016-06-15        C44 histology   8006     24       <NA>
#> 146536.1 1905-01-01 2005-04-15        C18 histology   9478    100 2017-05-01
#> 146542.1 1914-01-01 2003-11-15        C64 histology   8581     89 2018-11-01
#> 146542.2 1914-01-01 2014-12-15        C50 histology   9930     89 2018-11-01
#> 146565.1 1988-01-01 2018-03-15        C34 histology   9157     30       <NA>
#> 146568.1 1922-01-01 2000-03-15        C18 histology   9415     78       <NA>
#> 146568.2 1922-01-01 2009-12-15        C44 histology   9845     78       <NA>
#> 146576.1 1924-01-01 1991-07-15        C50 histology   8095     67 2009-06-01
#> 146576.2 1924-01-01 1994-08-15        C44  DCO case   9704     67 2009-06-01
#> 146605.1 1941-01-01 2005-09-15        C34 histology   8216     64 2012-10-01
#> 146633.1 1964-01-01 2011-08-15        C34 histology   8596     47       <NA>
#> 146634.1 1912-01-01 1991-04-15        C50 histology   9049     79 2019-02-01
#> 146634.2 1912-01-01 1997-05-15        C64 histology   9725     79 2019-02-01
#> 146657.1 1943-01-01 2008-03-15        C34 histology   9228     65 2013-11-01
#> 146674.1 1927-01-01 2012-03-15        C50 histology   9483     85       <NA>
#> 146674.2 1927-01-01 2019-01-15        C50  DCO case   9896     85       <NA>
#> 146704.1 1932-01-01 2001-09-15        C34 histology   8671     69       <NA>
#> 146704.2 1932-01-01 2015-03-15        C18 histology   8906     69       <NA>
#> 146727.1 1938-01-01 2001-11-15        C34 histology   8610     63 2004-02-01
#> 146730.1 1933-01-01 2000-06-15        C34  DCO case   8246     67       <NA>
#> 146730.2 1933-01-01 2018-02-15        C50 histology   8578     67       <NA>
#> 146744.1 2002-01-01 2009-11-15        C18 histology   9016      7 2012-04-01
#> 146763.1 1923-01-01 1996-03-15        C18 histology   9403     73 2012-06-01
#> 146763.2 1923-01-01 2002-02-15        C50 histology   9609     73 2012-06-01
#> 146773.1 1966-01-01 2018-05-15        C34 histology   9184     52       <NA>
#> 146789.1 1929-01-01 1996-12-15        C34 histology   9690     67 2013-01-01
#> 146790.1 1942-01-01 1994-05-15        C50 histology   8710     52 2014-02-01
#> 146800.1 1965-01-01 1996-12-15        C34  DCO case   9530     31       <NA>
#> 146800.2 1965-01-01 2004-04-15        C34 histology   9801     31       <NA>
#> 146802.1 1949-01-01 2008-06-15        C18 histology   8925     59 2013-04-01
#> 146807.1 1903-01-01 1992-01-15        C50 histology   8677     89       <NA>
#> 146807.2 1903-01-01 1994-08-15        C34 histology   8024     89       <NA>
#> 146820.1 1939-01-01 2013-12-15        C44 histology   9772     74       <NA>
#> 146836.1 1937-01-01 2001-01-15        C50 histology   9611     64 2003-01-01
#> 146848.1 1963-01-01 2005-10-15        C34 histology   8240     42 2012-07-01
#> 146875.1 1935-01-01 1996-09-15        C34 histology   8143     61 2017-04-01
#> 146888.1 1938-01-01 1994-06-15        C34 histology   9206     56 2006-10-01
#> 146899.1 1981-01-01 2004-02-15        C50 histology   8287     23 2009-06-01
#> 146902.1 1967-01-01 2007-07-15        C18 histology   9677     40       <NA>
#> 146902.2 1967-01-01 2015-06-15        C50 histology   9903     40       <NA>
#> 146918.1 1935-01-01 1995-10-15        C34 histology   8447     60       <NA>
#> 146918.2 1935-01-01 2003-08-15        C34 histology   8209     60       <NA>
#> 146926.1 1967-01-01 2012-05-15        C34 histology   9051     45       <NA>
#> 146946.1 1950-01-01 2002-07-15        C80 histology   8491     52 2019-04-01
#> 146946.2 1950-01-01 2018-04-15        C34 histology   8113     52 2019-04-01
#> 146963.1 1949-01-01 1995-10-15        C50 histology   9462     46 2012-03-01
#> 146966.1 1942-01-01 2015-11-15        C50 histology   9773     73       <NA>
#> 146978.1 1952-01-01 1996-05-15        C54 histology   9879     44       <NA>
#> 146978.2 1952-01-01 2016-11-15        C54 histology   8968     44       <NA>
#> 146982.1 1945-01-01 1997-09-15        C18 histology   8521     52 1998-06-01
#> 147007.1 1959-01-01 1992-10-15        C18 histology   9639     33       <NA>
#> 147007.2 1959-01-01 1997-05-15        C80 histology   8038     33       <NA>
#> 147027.1 1963-01-01 1991-09-15        C18 histology   8549     28 2019-05-01
#> 147027.2 1963-01-01 1994-01-15        C34  DCO case   9267     28 2019-05-01
#> 147033.1 1984-01-01 1993-02-15        C80 histology   9295      9 2006-08-01
#> 147044.1 1918-01-01 1991-02-15        C50 histology   8586     73 2005-02-01
#> 147044.2 1918-01-01 2003-11-15        C50 histology   9903     73 2005-02-01
#> 147048.1 1962-01-01 1992-05-15        C50 histology   9542     30 2007-11-01
#> 147048.2 1962-01-01 2006-01-15        C18 histology   9732     30 2007-11-01
#> 147058.1 1979-01-01 2011-08-15        C34 histology   9914     32       <NA>
#> 147084.1 1989-01-01 2007-05-15        C34 histology   8186     18 2018-06-15
#> 147084.2 1989-01-01 2018-06-15        C18 histology   9486     18 2018-06-15
#> 147123.1 1940-01-01 2004-07-15        C50 histology   9230     64 2004-07-15
#> 147136.1 1987-01-01 2002-11-15        C50 histology   8367     15       <NA>
#> 147136.2 1987-01-01 2015-04-15        C44 histology   9137     15       <NA>
#> 147139.1 1969-01-01 1994-09-15        C80 histology   8727     25 1997-01-01
#> 147151.1 1992-01-01 2017-11-15        C34 histology   8400     25       <NA>
#> 147155.1 1934-01-01 2012-10-15        C34 histology   9894     78       <NA>
#> 147231.1 1922-01-01 1991-04-15        C18 histology   8828     69       <NA>
#> 147231.2 1922-01-01 1997-08-15        C34 histology   9788     69       <NA>
#> 147239.1 1915-01-01 1997-04-15        C44 histology   8945     82 2016-02-01
#> 147245.1 2000-01-01 2009-11-15        C34 histology   8458      9 2016-05-01
#> 147247.1 1943-01-01 1994-09-15        C18 histology   9755     51 2015-09-01
#> 147247.2 1943-01-01 2008-05-15        C34 histology   9802     51 2015-09-01
#> 147288.1 1933-01-01 2002-01-15        C50  DCO case   9685     69       <NA>
#> 147296.1 1974-01-01 1998-10-15        C34 histology   9291     24       <NA>
#> 147296.2 1974-01-01 1999-12-15        C50 histology   8367     24       <NA>
#> 147309.1 1951-01-01 1992-08-15        C64 histology   9477     41       <NA>
#> 147309.2 1951-01-01 2000-11-15        C44  DCO case   9099     41       <NA>
#> 147316.1 1971-01-01 2002-11-15        C34 histology   9289     31       <NA>
#> 147321.1 1922-01-01 1991-12-15        C34 histology   8759     69 2012-07-01
#> 147321.2 1922-01-01 1998-06-15        C18 histology   9144     69 2012-07-01
#> 147322.1 1980-01-01 2004-11-15        C34 histology   9926     24 2019-06-01
#> 147355.1 1939-01-01 2000-03-15        C34 histology   9172     61 2001-10-01
#> 147362.1 1950-01-01 2014-02-15        C44 histology   8267     64       <NA>
#> 147370.1 1976-01-01 2015-02-15        C44 histology   9323     39 2017-04-01
#> 147370.2 1976-01-01 2016-07-15        C18 histology   9057     39 2017-04-01
#> 147379.1 1919-01-01 1998-04-15        C44 histology   8032     79 2006-04-01
#> 147390.1 1971-01-01 2005-08-15        C44 histology   9078     34 2005-08-15
#> 147392.1 1968-01-01 2012-12-15        C34 histology   8032     44       <NA>
#> 147394.1 1925-01-01 1991-06-15        C34 histology   9634     66 2013-01-01
#> 147394.2 1925-01-01 2001-07-15        C50 histology   8764     66 2013-01-01
#> 147402.1 1916-01-01 1996-11-15        C44 histology   9548     80       <NA>
#> 147402.2 1916-01-01 2007-05-15        C50 histology   9311     80       <NA>
#> 147406.1 1932-01-01 2015-08-15        C34 histology   8755     83       <NA>
#> 147444.1 1914-01-01 1991-06-15        C44 histology   9049     77 2002-11-01
#> 147450.1 1939-01-01 2013-06-15        C50 histology   9340     74       <NA>
#> 147450.2 1939-01-01 2015-04-15        C18 histology   9973     74       <NA>
#> 147452.1 1979-01-01 2014-05-15        C18 histology   9639     35       <NA>
#> 147456.1 1979-01-01 2001-10-15        C44 histology   9271     22 2015-03-01
#> 147460.1 1939-01-01 2013-07-15        C50 histology   9942     74       <NA>
#> 147471.1 1920-01-01 1995-06-15        C34 histology   8777     75       <NA>
#> 147471.2 1920-01-01 1999-07-15        C34 histology   9469     75       <NA>
#> 147481.1 1925-01-01 1991-12-15        C34 histology   9976     66 2005-01-01
#> 147483.1 1954-01-01 2004-12-15        C34 histology   8371     50 2011-06-01
#> 147483.2 1954-01-01 2005-05-15        C50 histology   9344     50 2011-06-01
#> 147485.1 1939-01-01 1997-09-15        C44 histology   9870     58       <NA>
#> 147488.1 1972-01-01 1996-05-15        C34 histology   8215     24       <NA>
#> 147488.2 1972-01-01 2007-03-15        C44 histology   8154     24       <NA>
#> 147489.1 1938-01-01 2004-04-15        C50 histology   9865     66       <NA>
#> 147519.1 1937-01-01 1994-01-15        C64 histology   9627     57 2017-12-01
#> 147519.2 1937-01-01 2003-07-15        C34 histology   9925     57 2017-12-01
#> 147525.1 1947-01-01 2006-04-15        C18 histology   8495     59 2013-07-01
#> 147553.1 2005-01-01 2008-03-15        C34 histology   8536      3 2019-03-01
#> 147553.2 2005-01-01 2018-09-15        C34 histology   9832      3 2019-03-01
#> 147573.1 1934-01-01 1993-11-15        C34 histology   8151     59 2005-08-01
#> 147605.1 1982-01-01 2018-12-15        C80 histology   8683     36       <NA>
#> 147607.1 1998-01-01 2019-06-15        C34 histology   9355     21       <NA>
#> 147623.1 1971-01-01 2004-10-15        C50  DCO case   8973     33       <NA>
#> 147623.2 1971-01-01 2015-10-15        C34 histology   9359     33       <NA>
#> 147628.1 1921-01-01 2010-10-15        C50 histology   8216     89       <NA>
#> 147628.2 1921-01-01 2011-06-15        C44 histology   8282     89       <NA>
#> 147630.1 1940-01-01 2001-11-15        C50 histology   8644     61 2015-10-01
#> 147630.2 1940-01-01 2002-07-15        C44 histology   9007     61 2015-10-01
#> 147633.1 1918-01-01 2002-02-15        C64 histology   8382     84       <NA>
#> 147633.2 1918-01-01 2010-04-15        C50 histology   8469     84       <NA>
#> 147706.1 1968-01-01 1991-10-15        C34 histology   8125     23 1991-10-15
#> 147708.1 1943-01-01 2002-05-15        C50 histology   8796     59 2012-02-01
#> 147729.1 1967-01-01 1995-07-15        C50 histology   9596     28 2009-03-01
#> 147729.2 1967-01-01 2002-09-15        C18 histology   9028     28 2009-03-01
#> 147733.1 1966-01-01 2001-01-15        C50 histology   9472     35       <NA>
#> 147733.2 1966-01-01 2007-09-15        C34 histology   9382     35       <NA>
#> 147743.1 1945-01-01 2001-04-15        C50 histology   9283     56       <NA>
#> 147743.2 1945-01-01 2011-01-15        C50  DCO case   8230     56       <NA>
#> 147823.1 1956-01-01 2002-03-15        C50 histology   8396     46 2013-11-01
#> 147824.1 1921-01-01 2010-11-15        C18 histology   8256     89       <NA>
#> 147825.1 1942-01-01 2015-07-15        C54 histology   9103     73       <NA>
#> 147865.1 2008-01-01 2010-05-15        C50 histology   9979      2 2011-03-01
#> 147868.1 1942-01-01 2008-03-15        C34 histology   9701     66 2016-05-01
#> 147873.1 1944-01-01 2005-02-15        C34 histology   9411     61 2018-12-01
#> 147882.1 1907-01-01 1995-12-15        C34 histology   9389     88       <NA>
#> 147882.2 1907-01-01 1997-09-15        C64 histology   9535     88       <NA>
#> 147891.1 1978-01-01 1999-08-15        C44  DCO case   8746     21 2008-09-01
#> 147905.1 1953-01-01 2019-02-15        C18 histology   9030     66       <NA>
#> 147907.1 1956-01-01 1994-05-15        C50 histology   8050     38 2008-10-01
#> 147913.1 1924-01-01 1992-03-15        C18 histology   9495     68       <NA>
#> 147913.2 1924-01-01 1997-10-15        C64  DCO case   9284     68       <NA>
#> 147916.1 1992-01-01 2008-04-15        C34 histology   9910     16       <NA>
#> 147927.1 1934-01-01 2003-05-15        C50 histology   9126     69       <NA>
#> 147927.2 1934-01-01 2019-08-15        C34 histology   8157     69       <NA>
#> 147928.1 1949-01-01 1997-09-15        C18 histology   8987     48 2015-06-01
#> 147931.1 1969-01-01 2000-08-15        C44 histology   8406     31 2016-10-01
#> 147932.1 1963-01-01 2014-04-15        C18 histology   9091     51       <NA>
#> 147942.1 1953-01-01 1993-06-15        C50 histology   9707     40 2016-02-01
#> 147942.2 1953-01-01 2001-06-15        C50 histology   9843     40 2016-02-01
#> 147943.1 1923-01-01 1991-09-15        C18 histology   8707     68 2004-03-01
#> 147943.2 1923-01-01 2003-09-15        C44 histology   8172     68 2004-03-01
#> 147948.1 1929-01-01 1998-09-15        C34 histology   8417     69 2013-11-01
#> 147960.1 1933-01-01 1999-01-15        C34 histology   8862     66 2018-05-01
#> 147973.1 1931-01-01 1998-02-15        C64 histology   9186     67 2005-09-01
#> 148010.1 1922-01-01 1995-03-15        C34 histology   9899     73 2019-12-01
#> 148010.2 1922-01-01 2001-04-15        C54 histology   8840     73 2019-12-01
#> 148033.1 1930-01-01 2001-03-15        C34 histology   9769     71       <NA>
#> 148033.2 1930-01-01 2014-04-15        C34 histology   9605     71       <NA>
#> 148049.1 1934-01-01 2001-04-15        C34 histology   9730     67       <NA>
#> 148056.1 1997-01-01 2015-07-15        C64 histology   9482     18       <NA>
#> 148108.1 1919-01-01 1997-02-15        C34 histology   8749     78 2015-05-01
#> 148114.1 1990-01-01 1995-06-15        C34 histology   8644      5 2001-09-15
#> 148114.2 1990-01-01 2001-09-15        C64 histology   8515      5 2001-09-15
#> 148141.1 1973-01-01 1991-06-15        C50 histology   9614     18       <NA>
#> 148141.2 1973-01-01 2003-08-15        C18 histology   9978     18       <NA>
#> 148147.1 1935-01-01 2004-11-15        C44 histology   9121     69       <NA>
#> 148147.2 1935-01-01 2019-06-15        C50 histology   8342     69       <NA>
#> 148167.1 1939-01-01 2006-11-15        C34 histology   9679     67       <NA>
#> 148167.2 1939-01-01 2011-08-15        C34 histology   9343     67       <NA>
#> 148188.1 1974-01-01 2017-07-15        C34 histology   8965     43 2019-05-01
#> 148228.1 1979-01-01 2000-01-15        C50 histology   9018     21 2006-02-01
#> 148238.1 1947-01-01 2013-06-15        C44 histology   8435     66 2014-06-01
#> 148265.1 1909-01-01 2011-07-15        C50 histology   9532    102       <NA>
#> 148265.2 1909-01-01 2019-03-15        C34 histology   9215    102       <NA>
#> 148276.1 1966-01-01 1999-10-15        C44 histology   8752     33       <NA>
#> 148285.1 1949-01-01 2000-03-15        C44 histology   9597     51       <NA>
#> 148285.2 1949-01-01 2003-02-15        C64  DCO case   9764     51       <NA>
#> 148310.1 1921-01-01 2004-03-15        C18 histology   9396     83       <NA>
#> 148310.2 1921-01-01 2016-06-15        C34 histology   9808     83       <NA>
#> 148330.1 1967-01-01 2006-09-15        C34 histology   8249     39       <NA>
#> 148330.2 1967-01-01 2018-10-15        C50 histology   8093     39       <NA>
#> 148338.1 1948-01-01 1992-10-15        C44 histology   8907     44 2005-03-01
#> 148338.2 1948-01-01 2005-01-15        C44  DCO case   8371     44 2005-03-01
#> 148356.1 1925-01-01 1998-07-15        C34 histology   8045     73       <NA>
#> 148364.1 1937-01-01 2010-06-15        C34 histology   9840     73       <NA>
#> 148369.1 1952-01-01 1996-06-15        C80 histology   8041     44 2012-09-01
#> 148369.2 1952-01-01 2010-04-15        C34 histology   9567     44 2012-09-01
#> 148392.1 1965-01-01 2018-01-15        C34 histology   9097     53       <NA>
#> 148416.1 1903-01-01 1992-03-15        C34 histology   8085     89 2018-02-01
#> 148416.2 1903-01-01 1997-09-15        C50 histology   8212     89 2018-02-01
#> 148459.1 1938-01-01 1992-06-15        C34 histology   8156     54       <NA>
#> 148459.2 1938-01-01 2007-12-15        C54 histology   8235     54       <NA>
#> 148469.1 1920-01-01 2004-07-15        C44 histology   9083     84       <NA>
#> 148469.2 1920-01-01 2010-01-15        C44 histology   9665     84       <NA>
#> 148483.1 1988-01-01 2008-12-15        C44 histology   9922     20 2015-01-01
#> 148483.2 1988-01-01 2009-07-15        C34  DCO case   8223     20 2015-01-01
#> 148514.1 1948-01-01 2006-04-15        C34 histology   8132     58       <NA>
#> 148540.1 1918-01-01 2000-03-15        C50 histology   8143     82 2006-06-01
#> 148540.2 1918-01-01 2004-04-15        C50 histology   9605     82 2006-06-01
#> 148541.1 1949-01-01 2016-10-15        C50 histology   8939     67 2019-02-01
#> 148559.1 1951-01-01 2001-08-15        C50 histology   8097     50 2003-10-01
#> 148574.1 1988-01-01 2003-06-15        C44 histology   8624     15       <NA>
#> 148598.1 1963-01-01 2017-10-15        C34 histology   9968     54       <NA>
#> 148616.1 1950-01-01 2015-04-15        C64 histology   9659     65 2015-11-01
#> 148624.1 1906-01-01 2006-10-15        C54 histology   9491    100 2018-06-01
#> 148624.2 1906-01-01 2009-02-15        C18 histology   8079    100 2018-06-01
#> 148625.1 1980-01-01 2002-07-15        C50  DCO case   8298     22 2012-08-01
#> 148657.1 1948-01-01 2011-04-15        C34 histology   9789     63 2018-05-01
#> 148665.1 1919-01-01 1996-01-15        C34 histology   8075     77 2005-12-01
#> 148666.1 1938-01-01 2015-06-15        C50 histology   9438     77       <NA>
#> 148673.1 1914-01-01 1994-04-15        C50 histology   8765     80       <NA>
#> 148673.2 1914-01-01 2019-12-15        C50  DCO case   8514     80       <NA>
#> 148747.1 1939-01-01 2009-04-15        C34 histology   8487     70       <NA>
#> 148783.1 1994-01-01 2004-11-15        C64 histology   8967     10 2019-07-01
#> 148810.1 1956-01-01 1993-11-15        C34 histology   8733     37 2018-09-01
#> 148810.2 1956-01-01 1999-03-15        C34 histology   9216     37 2018-09-01
#> 148814.1 1957-01-01 2002-12-15        C34 histology   9737     45 2012-09-01
#> 148818.1 1986-01-01 2001-06-15        C18 histology   8025     15 2015-05-01
#> 148822.1 1979-01-01 2011-09-15        C64 histology   9767     32       <NA>
#> 148822.2 1979-01-01 2016-03-15        C50 histology   9953     32       <NA>
#> 148841.1 1947-01-01 2010-04-15        C34 histology   9157     63       <NA>
#> 148846.1 1994-01-01 2016-04-15        C64 histology   8425     22       <NA>
#> 148868.1 1968-01-01 2017-11-15        C50 histology   9542     49       <NA>
#> 148875.1 1936-01-01 2013-06-15        C44 histology   8615     77       <NA>
#> 148875.2 1936-01-01 2014-07-15        C64 histology   9235     77       <NA>
#> 148880.1 1935-01-01 2007-09-15        C34 histology   8962     72 2009-07-01
#> 148882.1 1909-01-01 1991-02-15        C54  DCO case   8200     82 2007-02-01
#> 148882.2 1909-01-01 1996-09-15        C80 histology   9039     82 2007-02-01
#> 148892.1 1954-01-01 2016-11-15        C18 histology   8382     62       <NA>
#> 148914.1 1931-01-01 1999-03-15        C50 histology   9758     68       <NA>
#> 148914.2 1931-01-01 2010-01-15        C18 histology   8415     68       <NA>
#> 148924.1 1960-01-01 2001-10-15        C34 histology   8341     41       <NA>
#> 148924.2 1960-01-01 2003-06-15        C50 histology   8407     41       <NA>
#> 148949.1 1985-01-01 2014-04-15        C50 histology   8546     29 2019-10-01
#> 148990.1 1960-01-01 1996-02-15        C50 histology   8607     36       <NA>
#> 148990.2 1960-01-01 2004-11-15        C50 histology   9209     36       <NA>
#> 148993.1 1935-01-01 1996-06-15        C34 histology   9591     61 2006-06-01
#> 148993.2 1935-01-01 2004-05-15        C50 histology   8849     61 2006-06-01
#> 149009.1 1974-01-01 2007-07-15        C50 histology   9086     33       <NA>
#> 149029.1 1952-01-01 2005-08-15        C54  DCO case   8809     53       <NA>
#> 149029.2 1952-01-01 2006-06-15        C34 histology   8109     53       <NA>
#> 149031.1 1987-01-01 2007-03-15        C50 histology   9185     20       <NA>
#> 149058.1 1946-01-01 2011-12-15        C34 histology   9217     65 2011-12-15
#> 149065.1 1999-01-01 2009-11-15        C54 histology   8707     10       <NA>
#> 149065.2 1999-01-01 2019-12-15        C44  DCO case   8424     10       <NA>
#> 149081.1 1946-01-01 1994-06-15        C50 histology   8403     48       <NA>
#> 149081.2 1946-01-01 1995-01-15        C34 histology   9000     48       <NA>
#> 149089.1 1977-01-01 2006-03-15        C64 histology   9219     29 2008-06-01
#> 149125.1 1950-01-01 2004-06-15        C50 histology   9850     54       <NA>
#> 149125.2 1950-01-01 2006-09-15        C34  DCO case   9731     54       <NA>
#> 149137.1 1961-01-01 2002-12-15        C34 histology   9748     41 2007-12-01
#> 149138.1 1946-01-01 1999-09-15        C50 histology   8694     53       <NA>
#> 149138.2 1946-01-01 2004-07-15        C34 histology   8582     53       <NA>
#> 149146.1 1994-01-01 2007-04-15        C18 histology   9202     13 2014-02-01
#> 149160.1 1943-01-01 1996-01-15        C44 histology   8755     53 2019-03-01
#> 149160.2 1943-01-01 2014-05-15        C34 histology   9922     53 2019-03-01
#> 149162.1 1966-01-01 2005-08-15        C18 histology   8135     39       <NA>
#> 149162.2 1966-01-01 2012-03-15        C34 histology   8727     39       <NA>
#> 149164.1 1970-01-01 2011-04-15        C50 histology   8275     41       <NA>
#> 149181.1 1925-01-01 1991-04-15        C64  DCO case   9711     66 2008-08-01
#> 149191.1 1964-01-01 2013-05-15        C34  DCO case   8757     49       <NA>
#> 149191.2 1964-01-01 2015-05-15        C18  DCO case   9077     49       <NA>
#> 149195.1 1970-01-01 1996-01-15        C50 histology   9664     26 2005-06-01
#> 149196.1 1924-01-01 1993-02-15        C50 histology   8778     69 2016-03-01
#> 149196.2 1924-01-01 2007-07-15        C34 histology   8650     69 2016-03-01
#> 149198.1 1962-01-01 2016-04-15        C34 histology   9630     54       <NA>
#> 149209.1 1936-01-01 2007-07-15        C34 histology   9817     71       <NA>
#> 149229.1 1927-01-01 1995-11-15        C44 histology   9823     68 2010-07-01
#> 149253.1 1938-01-01 2000-06-15        C34  DCO case   9270     62 2010-04-01
#> 149269.1 1965-01-01 1991-07-15        C34 histology   8083     26 2002-07-01
#> 149291.1 1979-01-01 2009-03-15        C54 histology   8411     30 2015-05-01
#> 149329.1 1972-01-01 2003-10-15        C18 histology   8327     31       <NA>
#> 149329.2 1972-01-01 2010-08-15        C34 histology   8242     31       <NA>
#> 149346.1 1956-01-01 2012-07-15        C54  DCO case   8647     56 2014-05-01
#> 149348.1 1919-01-01 2003-03-15        C50 histology   9005     84       <NA>
#> 149348.2 1919-01-01 2018-09-15        C18 histology   8875     84       <NA>
#> 149358.1 1948-01-01 2002-01-15        C50 histology   9839     54       <NA>
#> 149365.1 1970-01-01 2009-01-15        C34 histology   9066     39       <NA>
#> 149371.1 1938-01-01 2005-10-15        C50 histology   9670     67 2008-12-15
#> 149371.2 1938-01-01 2008-12-15        C18 histology   8757     67 2008-12-15
#> 149383.1 1970-01-01 2000-09-15        C34 histology   9033     30       <NA>
#> 149384.1 1965-01-01 1999-12-15        C50 histology   9384     34 2018-10-01
#> 149384.2 1965-01-01 2001-12-15        C50 histology   8382     34 2018-10-01
#> 149387.1 1972-01-01 2018-10-15        C34 histology   8118     46       <NA>
#> 149397.1 1929-01-01 1995-01-15        C50 histology   8446     66 2006-05-01
#> 149407.1 1919-01-01 1993-06-15        C50 histology   8548     74 2016-04-01
#> 149408.1 1959-01-01 1991-10-15        C34 histology   8664     32       <NA>
#> 149408.2 1959-01-01 2002-11-15        C50 histology   8450     32       <NA>
#> 149419.1 1932-01-01 1996-06-15        C34 histology   9265     64 2000-04-01
#> 149420.1 1913-01-01 1996-01-15        C80 histology   8205     83       <NA>
#> 149420.2 1913-01-01 2019-02-15        C18 histology   9176     83       <NA>
#> 149424.1 1946-01-01 2006-11-15        C50  DCO case   9359     60       <NA>
#> 149424.2 1946-01-01 2008-07-15        C44 histology   8002     60       <NA>
#> 149458.1 1948-01-01 2003-03-15        C50 histology   9870     55       <NA>
#> 149458.2 1948-01-01 2012-07-15        C50 histology   8595     55       <NA>
#> 149461.1 1928-01-01 1995-09-15        C50 histology   8766     67 2009-11-15
#> 149461.2 1928-01-01 1999-03-15        C64 histology   9416     67 2009-11-15
#> 149471.1 1932-01-01 1992-07-15        C64 histology   9151     60       <NA>
#> 149471.2 1932-01-01 1992-08-15        C50 histology   9351     60       <NA>
#> 149519.1 1976-01-01 1996-02-15        C34 histology   8274     20       <NA>
#> 149519.2 1976-01-01 2005-02-15        C34 histology   9597     20       <NA>
#> 149538.1 1955-01-01 2002-08-15        C34 histology   8549     47 2006-03-01
#> 149539.1 1979-01-01 1993-12-15        C34 histology   8147     14 2019-11-01
#> 149539.2 1979-01-01 1999-03-15        C50 histology   9770     14 2019-11-01
#> 149548.1 1925-01-01 1999-03-15        C34 histology   9895     74 2015-10-01
#> 149554.1 1969-01-01 2013-07-15        C54 histology   8666     44       <NA>
#> 149554.2 1969-01-01 2019-09-15        C50 histology   9486     44       <NA>
#> 149561.1 1953-01-01 2001-09-15        C54 histology   8298     48       <NA>
#> 149561.2 1953-01-01 2017-11-15        C50 histology   9560     48       <NA>
#> 149568.1 1918-01-01 2003-05-15        C50 histology   8756     85       <NA>
#> 149568.2 1918-01-01 2004-02-15        C50 histology   8670     85       <NA>
#> 149578.1 1928-01-01 1993-12-15        C64 histology   9670     65 2006-02-01
#> 149580.1 1949-01-01 2019-12-15        C34 histology   8630     70       <NA>
#> 149584.1 1986-01-01 1998-10-15        C34  DCO case   8540     12 2007-07-01
#> 149584.2 1986-01-01 1998-10-15        C34 histology   8236     12 2007-07-01
#> 149588.1 1941-01-01 1996-04-15        C50 histology   9266     55       <NA>
#> 149588.2 1941-01-01 2008-01-15        C50 histology   9780     55       <NA>
#> 149599.1 1937-01-01 1991-12-15        C44 histology   8138     54       <NA>
#> 149599.2 1937-01-01 2013-09-15        C50 histology   8494     54       <NA>
#> 149603.1 1958-01-01 2001-07-15        C44 histology   8473     43 2004-03-01
#> 149619.1 1909-01-01 1991-03-15        C50  DCO case   9943     82       <NA>
#> 149619.2 1909-01-01 2000-12-15        C18 histology   8182     82       <NA>
#> 149620.1 1944-01-01 1991-03-15        C18 histology   9198     47 2008-10-01
#> 149620.2 1944-01-01 2008-02-15        C34 histology   8959     47 2008-10-01
#> 149622.1 1946-01-01 2015-06-15        C50 histology   9565     69       <NA>
#> 149647.1 1952-01-01 2003-07-15        C34 histology   9561     51 2005-12-01
#> 149672.1 1970-01-01 1998-09-15        C50 histology   8497     28 2010-03-01
#> 149697.1 1957-01-01 1996-07-15        C80 histology   9606     39 2012-05-01
#> 149713.1 1916-01-01 1994-03-15        C34 histology   9125     78 2013-12-01
#> 149748.1 1912-01-01 2005-03-15        C44 histology   8440     93 2013-08-01
#> 149752.1 1993-01-01 2000-12-15        C18 histology   9787      7 2017-01-01
#> 149757.1 1963-01-01 2000-11-15        C18 histology   8481     37 2006-08-01
#> 149777.1 1963-01-01 2019-07-15        C18  DCO case   9239     56       <NA>
#> 149800.1 1932-01-01 2006-09-15        C44 histology   9848     74 2013-12-01
#> 149815.1 1978-01-01 2000-10-15        C34 histology   8599     22       <NA>
#> 149815.2 1978-01-01 2014-02-15        C50 histology   8821     22       <NA>
#> 149816.1 1951-01-01 2012-03-15        C50 histology   8798     61       <NA>
#> 149816.2 1951-01-01 2012-04-15        C50 histology   9746     61       <NA>
#> 149827.1 1976-01-01 1993-12-15        C50 histology   8331     17       <NA>
#> 149827.2 1976-01-01 2001-05-15        C44 histology   9360     17       <NA>
#> 149849.1 1972-01-01 2018-09-15        C34 histology   8070     46       <NA>
#> 149854.1 1930-01-01 2004-11-15        C34 histology   9709     74 2015-04-01
#> 149861.1 1904-01-01 1993-10-15        C50  DCO case   8721     89 2010-01-01
#> 149888.1 1932-01-01 1992-02-15        C34 histology   9873     60 2013-12-01
#> 149888.2 1932-01-01 2006-06-15        C34 histology   9858     60 2013-12-01
#> 149921.1 1944-01-01 2016-03-15        C50 histology   9983     72       <NA>
#> 149928.1 1974-01-01 1998-03-15        C18 histology   8985     24 1998-03-15
#> 149934.1 1979-01-01 1999-08-15        C44 histology   8501     20 2001-02-01
#> 149951.1 1950-01-01 1993-11-15        C18 histology   9224     43 2003-02-01
#> 149958.1 1956-01-01 2009-11-15        C18 histology   9376     53       <NA>
#> 149958.2 1956-01-01 2014-06-15        C34 histology   9017     53       <NA>
#> 149961.1 1920-01-01 1993-01-15        C34 histology   8395     73 2011-04-01
#> 149964.1 1923-01-01 1995-02-15        C34  DCO case   9094     72 2012-02-15
#> 149964.2 1923-01-01 1997-08-15        C18 histology   8767     72 2012-02-15
#> 149966.1 1999-01-01 2010-05-15        C44 histology   8599     11       <NA>
#> 149983.1 1951-01-01 2010-09-15        C50 histology   8913     59 2010-09-15
#> 150030.1 1940-01-01 1999-08-15        C50 histology   9464     59 2019-10-01
#> 150030.2 1940-01-01 2013-08-15        C50  DCO case   8730     59 2019-10-01
#> 150036.1 1911-01-01 1995-03-15        C50 histology   9770     84 2000-08-01
#> 150038.1 1932-01-01 1993-12-15        C80 histology   8296     61 2001-12-01
#> 150044.1 1939-01-01 1993-03-15        C34 histology   8387     54       <NA>
#> 150044.2 1939-01-01 2000-04-15        C18 histology   8287     54       <NA>
#> 150063.1 1894-01-01 1995-09-15        C50 histology   9071    101 2002-07-01
#> 150066.1 1985-01-01 2015-08-15        C18 histology   8530     30       <NA>
#> 150078.1 2015-01-01 2018-12-15        C18 histology   8771      3       <NA>
#> 150122.1 1952-01-01 2017-04-15        C44 histology   8127     65 2018-05-01
#> 150139.1 1971-01-01 2008-06-15        C34 histology   8768     37       <NA>
#> 150139.2 1971-01-01 2015-12-15        C80 histology   8819     37       <NA>
#> 150140.1 1928-01-01 1994-09-15        C18 histology   9632     66       <NA>
#> 150140.2 1928-01-01 1997-11-15        C34 histology   9175     66       <NA>
#> 150146.1 1930-01-01 1996-09-15        C54 histology   8107     66       <NA>
#> 150146.2 1930-01-01 2018-03-15        C44 histology   9270     66       <NA>
#> 150156.1 1939-01-01 1998-12-15        C64 histology   9948     59 1998-12-15
#> 150165.1 1943-01-01 1993-01-15        C54 histology   9426     50 2001-11-01
#> 150178.1 1932-01-01 1997-04-15        C18 histology   8932     65       <NA>
#> 150178.2 1932-01-01 2019-02-15        C34 histology   8453     65       <NA>
#> 150226.1 1925-01-01 1999-05-15        C44 histology   9204     74 2006-03-01
#> 150226.2 1925-01-01 2000-05-15        C34 histology   9593     74 2006-03-01
#> 150236.1 1960-01-01 2001-09-15        C18  DCO case   9486     41 2014-02-01
#> 150245.1 1938-01-01 2005-12-15        C80  DCO case   8754     67 2013-10-01
#> 150245.2 1938-01-01 2006-12-15        C34 histology   8745     67 2013-10-01
#> 150286.1 1898-01-01 2001-02-15        C50 histology   8544    103 2019-03-01
#> 150286.2 1898-01-01 2009-09-15        C34 histology   8287    103 2019-03-01
#> 150297.1 1977-01-01 2011-09-15        C34 histology   9329     34       <NA>
#> 150301.1 1977-01-01 1997-10-15        C34 histology   9563     20       <NA>
#> 150307.1 1946-01-01 1993-09-15        C54 histology   8662     47 2005-05-01
#> 150307.2 1946-01-01 1994-10-15        C18 histology   8680     47 2005-05-01
#> 150316.1 1929-01-01 2013-01-15        C54 histology   8650     84       <NA>
#> 150402.1 1922-01-01 1993-03-15        C50 histology   8708     71       <NA>
#> 150402.2 1922-01-01 2006-11-15        C64 histology   9498     71       <NA>
#> 150413.1 1912-01-01 1991-05-15        C50  DCO case   8936     79       <NA>
#> 150413.2 1912-01-01 2019-09-15        C50 histology   9258     79       <NA>
#> 150439.1 1968-01-01 2016-10-15        C50 histology   8654     48       <NA>
#> 150443.1 1948-01-01 1996-09-15        C44 histology   9093     48       <NA>
#> 150443.2 1948-01-01 2004-12-15        C34 histology   8325     48       <NA>
#> 150453.1 1962-01-01 1996-01-15        C64 histology   9865     34 1997-01-01
#> 150472.1 1924-01-01 2002-03-15        C34 histology   8532     78       <NA>
#> 150472.2 1924-01-01 2014-01-15        C34 histology   9631     78       <NA>
#> 150478.1 1992-01-01 2002-12-15        C34 histology   8292     10 2017-03-01
#> 150479.1 1953-01-01 2003-11-15        C18 histology   8635     50 2019-11-01
#> 150482.1 1976-01-01 2013-06-15        C44 histology   9594     37 2015-12-01
#> 150483.1 1937-01-01 1994-04-15        C64 histology   9106     57 1999-08-01
#> 150483.2 1937-01-01 1998-02-15        C34 histology   8654     57 1999-08-01
#> 150484.1 1941-01-01 2003-10-15        C34 histology   8871     62       <NA>
#> 150485.1 1933-01-01 2019-12-15        C50 histology   9988     86       <NA>
#> 150519.1 1953-01-01 1993-01-15        C54 histology   9610     40 2011-12-01
#> 150544.1 1969-01-01 2006-07-15        C64 histology   9302     37       <NA>
#> 150544.2 1969-01-01 2011-05-15        C44 histology   9930     37       <NA>
#> 150547.1 1931-01-01 1991-04-15        C44 histology   9144     60 2015-03-01
#> 150547.2 1931-01-01 2009-06-15        C80 histology   8071     60 2015-03-01
#> 150561.1 1949-01-01 1999-07-15        C34 histology   8571     50 2011-08-01
#> 150561.2 1949-01-01 2000-01-15        C64 histology   9512     50 2011-08-01
#> 150567.1 1970-01-01 2016-02-15        C34 histology   8238     46       <NA>
#> 150592.1 1991-01-01 2014-09-15        C64 histology   9897     23       <NA>
#> 150602.1 1947-01-01 1995-02-15        C18 histology   9975     48 2017-02-01
#> 150608.1 1916-01-01 1997-01-15        C34 histology   8277     81 2000-06-01
#> 150608.2 1916-01-01 1999-09-15        C34  DCO case   8937     81 2000-06-01
#> 150611.1 1942-01-01 2001-01-15        C50 histology   9791     59       <NA>
#> 150611.2 1942-01-01 2017-06-15        C34 histology   9144     59       <NA>
#> 150616.1 1940-01-01 2005-03-15        C64 histology   9572     65 2012-01-01
#> 150617.1 1913-01-01 2002-08-15        C34 histology   9928     89       <NA>
#> 150617.2 1913-01-01 2011-04-15        C64 histology   9520     89       <NA>
#> 150621.1 1934-01-01 2002-12-15        C18 histology   9173     68 2016-07-01
#> 150621.2 1934-01-01 2008-12-15        C34 histology   8213     68 2016-07-01
#> 150630.1 1945-01-01 2012-11-15        C50 histology   8923     67 2014-03-01
#> 150646.1 1940-01-01 1999-06-15        C50 histology   9782     59       <NA>
#> 150649.1 1945-01-01 1992-04-15        C50 histology   9700     47 2013-04-01
#> 150649.2 1945-01-01 1992-05-15        C50 histology   9652     47 2013-04-01
#> 150658.1 1914-01-01 2003-04-15        C50 histology   8183     89 2012-09-01
#> 150658.2 1914-01-01 2012-01-15        C34 histology   8695     89 2012-09-01
#> 150701.1 1939-01-01 2007-07-15        C34 histology   8370     68 2019-05-01
#> 150707.1 1911-01-01 1994-05-15        C50 histology   9397     83 1997-12-01
#> 150777.1 1936-01-01 2008-08-15        C18 histology   8793     72 2019-12-01
#> 150779.1 1947-01-01 1997-07-15        C34 histology   9870     50       <NA>
#> 150779.2 1947-01-01 2007-02-15        C34 histology   9623     50       <NA>
#> 150782.1 1977-01-01 2013-10-15        C64 histology   9821     36       <NA>
#> 150783.1 1935-01-01 1999-05-15        C18 histology   9472     64 2012-11-01
#> 150801.1 1956-01-01 1994-09-15        C34 histology   9702     38 2019-04-01
#> 150801.2 1956-01-01 2011-08-15        C64 histology   8524     38 2019-04-01
#> 150802.1 1992-01-01 1993-05-15        C34 histology   9229      1 2008-01-01
#> 150834.1 1969-01-01 2004-11-15        C18 histology   8297     35 2007-08-01
#> 150856.1 1928-01-01 1996-07-15        C34 histology   9536     68 2011-08-01
#> 150856.2 1928-01-01 2007-04-15        C34 histology   9291     68 2011-08-01
#> 150864.1 1938-01-01 2002-08-15        C34 histology   8937     64       <NA>
#> 150864.2 1938-01-01 2008-08-15        C50 histology   9530     64       <NA>
#> 150865.1 1931-01-01 2009-08-15        C18 histology   8314     78       <NA>
#> 150890.1 1954-01-01 1994-02-15        C34 histology   8955     40 2019-06-01
#> 150890.2 1954-01-01 2000-02-15        C80 histology   8905     40 2019-06-01
#> 150902.1 1957-01-01 1994-02-15        C50 histology   9090     37       <NA>
#> 150902.2 1957-01-01 2018-07-15        C50  DCO case   9098     37       <NA>
#> 150912.1 1922-01-01 1995-08-15        C34 histology   9890     73       <NA>
#> 150912.2 1922-01-01 1997-03-15        C50 histology   9434     73       <NA>
#> 150918.1 1999-01-01 2003-06-15        C34 histology   8778      4       <NA>
#> 150918.2 1999-01-01 2007-05-15        C18 histology   8785      4       <NA>
#> 150929.1 1951-01-01 2015-07-15        C18 histology   8568     64       <NA>
#> 150929.2 1951-01-01 2019-09-15        C44 histology   8759     64       <NA>
#> 150931.1 1942-01-01 2007-07-15        C18 histology   9419     65       <NA>
#> 150931.2 1942-01-01 2018-07-15        C50 histology   9024     65       <NA>
#> 150934.1 1966-01-01 2005-02-15        C64 histology   8472     39 2005-06-01
#> 150940.1 1937-01-01 1992-08-15        C34 histology   8808     55 1998-12-01
#> 150944.1 1971-01-01 2017-11-15        C50  DCO case   9173     46       <NA>
#> 150945.1 1968-01-01 1999-10-15        C34 histology   8102     31 2017-08-01
#> 150945.2 1968-01-01 2002-12-15        C34 histology   9272     31 2017-08-01
#> 150946.1 1941-01-01 2010-11-15        C34 histology   8297     69       <NA>
#> 150946.2 1941-01-01 2015-11-15        C50 histology   9369     69       <NA>
#> 150952.1 1960-01-01 1991-08-15        C44 histology   8054     31 2011-07-01
#> 150962.1 1932-01-01 1999-12-15        C44 histology   9359     67       <NA>
#> 150962.2 1932-01-01 2009-09-15        C50 histology   9116     67       <NA>
#> 150964.1 1940-01-01 2000-12-15        C34 histology   9611     60 2015-06-01
#> 150964.2 1940-01-01 2007-12-15        C34 histology   9336     60 2015-06-01
#> 150966.1 1917-01-01 1999-03-15        C50 histology   9133     82 2018-09-01
#> 150966.2 1917-01-01 2011-10-15        C18 histology   8683     82 2018-09-01
#> 150984.1 1951-01-01 2007-07-15        C64 histology   9413     56       <NA>
#> 150986.1 1962-01-01 2005-03-15        C54 histology   8977     43       <NA>
#> 150986.2 1962-01-01 2015-04-15        C34 histology   9134     43       <NA>
#> 150989.1 1974-01-01 1998-10-15        C54 histology   9579     24       <NA>
#> 150989.2 1974-01-01 2002-07-15        C50 histology   9392     24       <NA>
#> 151009.1 1910-01-01 1993-04-15        C34 histology   8169     83 2005-07-01
#> 151016.1 1937-01-01 1991-06-15        C44  DCO case   9123     54 2009-02-01
#> 151022.1 1931-01-01 1997-09-15        C34 histology   9147     66 2011-09-01
#> 151022.2 1931-01-01 2003-10-15        C50 histology   8283     66 2011-09-01
#> 151042.1 1995-01-01 2003-07-15        C18 histology   8006      8       <NA>
#> 151042.2 1995-01-01 2019-02-15        C54 histology   9934      8       <NA>
#> 151058.1 1943-01-01 2017-12-15        C50 histology   9175     74       <NA>
#> 151091.1 1941-01-01 2017-05-15        C34 histology   8432     76 2018-03-01
#> 151092.1 1936-01-01 2005-05-15        C34 histology   9533     69       <NA>
#> 151092.2 1936-01-01 2007-12-15        C50 histology   9715     69       <NA>
#> 151098.1 1962-01-01 2002-04-15        C50 histology   9714     40 2014-07-01
#> 151111.1 1935-01-01 1999-01-15        C34 histology   9599     64 2004-09-01
#> 151137.1 1985-01-01 1995-08-15        C34 histology   8548     10 1997-01-01
#> 151174.1 1984-01-01 2013-10-15        C34 histology   9225     29       <NA>
#> 151174.2 1984-01-01 2017-04-15        C50 histology   8337     29       <NA>
#> 151183.1 1908-01-01 1997-10-15        C44 histology   8811     89 2014-05-01
#> 151183.2 1908-01-01 2012-02-15        C44 histology   8668     89 2014-05-01
#> 151230.1 1927-01-01 1994-11-15        C50 histology   8935     67 2008-07-01
#> 151231.1 1969-01-01 2017-08-15        C50 histology   8356     48 2018-07-01
#> 151239.1 1983-01-01 2011-01-15        C34 histology   9593     28       <NA>
#> 151265.1 1919-01-01 2002-06-15        C18 histology   9147     83 2019-11-01
#> 151273.1 1984-01-01 2015-01-15        C18 histology   9481     31       <NA>
#> 151274.1 1968-01-01 2009-09-15        C44 histology   9385     41       <NA>
#> 151293.1 1963-01-01 2011-09-15        C50 histology   8865     48       <NA>
#> 151309.1 1982-01-01 2007-04-15        C50 histology   9547     25 2016-05-01
#> 151309.2 1982-01-01 2011-07-15        C34  DCO case   9336     25 2016-05-01
#> 151327.1 1978-01-01 2002-05-15        C80 histology   8849     24 2018-08-01
#> 151336.1 1940-01-01 2005-12-15        C50 histology   8119     65       <NA>
#> 151336.2 1940-01-01 2012-08-15        C44 histology   9238     65       <NA>
#> 151346.1 1954-01-01 1993-09-15        C34 histology   8108     39       <NA>
#> 151346.2 1954-01-01 2013-04-15        C50 histology   8033     39       <NA>
#> 151347.1 1951-01-01 1999-05-15        C34 histology   9156     48       <NA>
#> 151347.2 1951-01-01 2000-05-15        C50 histology   8557     48       <NA>
#> 151391.1 1915-01-01 2001-01-15        C34 histology   8767     86 2015-07-01
#> 151391.2 1915-01-01 2003-03-15        C50 histology   9832     86 2015-07-01
#> 151414.1 1946-01-01 2012-11-15        C64 histology   8650     66       <NA>
#> 151424.1 1935-01-01 2000-12-15        C34 histology   9422     65       <NA>
#> 151424.2 1935-01-01 2010-09-15        C50 histology   8800     65       <NA>
#> 151431.1 1934-01-01 2010-08-15        C50 histology   8396     76       <NA>
#> 151431.2 1934-01-01 2012-09-15        C80 histology   8454     76       <NA>
#> 151434.1 1929-01-01 1991-05-15        C34 histology   8130     62 2008-08-01
#> 151434.2 1929-01-01 2005-12-15        C34 histology   9719     62 2008-08-01
#> 151451.1 1961-01-01 1991-11-15        C34 histology   9808     30       <NA>
#> 151451.2 1961-01-01 2002-05-15        C18  DCO case   9478     30       <NA>
#> 151454.1 1978-01-01 2001-01-15        C44 histology   9214     23       <NA>
#> 151454.2 1978-01-01 2016-09-15        C44 histology   8062     23       <NA>
#> 151460.1 1997-01-01 2019-06-15        C44 histology   9433     22       <NA>
#> 151500.1 1955-01-01 1992-02-15        C50 histology   9863     37 2000-07-01
#> 151531.1 1933-01-01 1994-04-15        C50 histology   8460     61       <NA>
#> 151531.2 1933-01-01 2018-07-15        C64 histology   8256     61       <NA>
#> 151533.1 1951-01-01 2017-02-15        C64 histology   8836     66       <NA>
#> 151533.2 1951-01-01 2019-12-15        C34  DCO case   8495     66       <NA>
#> 151535.1 1982-01-01 2009-07-15        C50 histology   8330     27       <NA>
#> 151539.1 1989-01-01 1996-01-15        C18 histology   8096      7 2006-03-01
#> 151553.1 1927-01-01 1991-01-15        C50 histology   8407     64 2006-05-01
#> 151553.2 1927-01-01 1992-09-15        C34  DCO case   8443     64 2006-05-01
#> 151558.1 1978-01-01 2006-04-15        C50 histology   8390     28       <NA>
#> 151576.1 1964-01-01 1995-05-15        C18 histology   9427     31       <NA>
#> 151576.2 1964-01-01 2001-02-15        C18 histology   9953     31       <NA>
#> 151578.1 1923-01-01 1995-04-15        C44  DCO case   9771     72 1995-04-15
#> 151646.1 1937-01-01 2004-10-15        C34  DCO case   8516     67       <NA>
#> 151646.2 1937-01-01 2009-09-15        C54 histology   8064     67       <NA>
#> 151647.1 2000-01-01 2005-06-15        C34  DCO case   9944      5 2019-12-01
#> 151648.1 1943-01-01 1993-08-15        C18 histology   9076     50 2015-07-01
#> 151649.1 1915-01-01 1995-06-15        C34 histology   9592     80       <NA>
#> 151649.2 1915-01-01 1998-08-15        C50 histology   8394     80       <NA>
#> 151656.1 1982-01-01 2002-08-15        C18 histology   8506     20       <NA>
#> 151666.1 1962-01-01 2010-01-15        C54 histology   8286     48 2015-10-01
#> 151685.1 1932-01-01 2019-05-15        C80 histology   8165     87       <NA>
#> 151687.1 1959-01-01 1991-05-15        C34 histology   8094     32       <NA>
#> 151687.2 1959-01-01 2001-09-15        C54 histology   8582     32       <NA>
#> 151702.1 1952-01-01 2015-05-15        C18 histology   9828     63       <NA>
#> 151710.1 1950-01-01 1991-11-15        C44  DCO case   9015     41 2018-06-01
#> 151710.2 1950-01-01 1997-04-15        C50 histology   8199     41 2018-06-01
#> 151711.1 1982-01-01 2012-07-15        C50 histology   9740     30 2015-11-01
#> 151728.1 1916-01-01 1991-05-15        C50 histology   8935     75       <NA>
#> 151728.2 1916-01-01 2013-06-15        C50 histology   8503     75       <NA>
#> 151734.1 1946-01-01 2015-04-15        C64 histology   9698     69       <NA>
#> 151760.1 1927-01-01 1994-03-15        C34 histology   9565     67 1996-07-01
#> 151784.1 1986-01-01 2007-08-15        C18 histology   9938     21       <NA>
#> 151784.2 1986-01-01 2008-03-15        C50 histology   8926     21       <NA>
#> 151863.1 1977-01-01 2000-05-15        C80 histology   9506     23       <NA>
#> 151863.2 1977-01-01 2019-08-15        C34 histology   8712     23       <NA>
#> 151925.1 1967-01-01 2013-09-15        C50 histology   8540     46       <NA>
#> 151933.1 1939-01-01 2013-11-15        C50 histology   8627     74       <NA>
#> 151933.2 1939-01-01 2014-02-15        C18 histology   9527     74       <NA>
#> 151955.1 1930-01-01 2012-01-15        C34 histology   8222     82       <NA>
#> 151959.1 1993-01-01 2000-02-15        C34 histology   9398      7 2001-04-01
#> 151985.1 1957-01-01 1994-07-15        C34  DCO case   8027     37 2012-11-01
#> 151985.2 1957-01-01 2004-11-15        C64 histology   8283     37 2012-11-01
#> 151992.1 1969-01-01 2002-12-15        C34 histology   8121     33       <NA>
#> 151992.2 1969-01-01 2010-11-15        C54 histology   8286     33       <NA>
#> 152010.1 1934-01-01 2011-06-15        C18 histology   9249     77       <NA>
#> 152010.2 1934-01-01 2012-03-15        C18 histology   9066     77       <NA>
#> 152011.1 1954-01-01 2004-03-15        C34 histology   8601     50       <NA>
#> 152011.2 1954-01-01 2015-08-15        C34 histology   9111     50       <NA>
#> 152023.1 1970-01-01 2004-01-15        C50 histology   9253     34       <NA>
#> 152025.1 1927-01-01 1996-08-15        C44 histology   9008     69 2016-09-01
#> 152025.2 1927-01-01 2011-06-15        C18 histology   9859     69 2016-09-01
#> 152032.1 1962-01-01 1995-09-15        C54 histology   8370     33 2016-03-01
#> 152032.2 1962-01-01 2001-10-15        C50 histology   8047     33 2016-03-01
#> 152046.1 1950-01-01 2006-09-15        C44 histology   8653     56 2008-11-01
#> 152055.1 1977-01-01 1997-12-15        C50 histology   8293     20       <NA>
#> 152055.2 1977-01-01 1998-01-15        C34 histology   8855     20       <NA>
#> 152061.1 1947-01-01 2006-06-15        C34 histology   9149     59       <NA>
#> 152061.2 1947-01-01 2007-03-15        C34 histology   8557     59       <NA>
#> 152071.1 1940-01-01 2013-02-15        C50 histology   8003     73       <NA>
#> 152078.1 1928-01-01 2001-09-15        C80  DCO case   9077     73       <NA>
#> 152102.1 1946-01-01 2000-09-15        C34 histology   8575     54 2008-12-01
#> 152144.1 1938-01-01 2011-09-15        C80 histology   9688     73 2018-09-01
#> 152144.2 1938-01-01 2016-01-15        C18 histology   8970     73 2018-09-01
#> 152163.1 1939-01-01 1996-03-15        C50  DCO case   9574     57       <NA>
#> 152163.2 1939-01-01 2007-05-15        C14 histology   8867     57       <NA>
#> 152173.1 1963-01-01 2001-02-15        C34 histology   9551     38 2015-01-01
#> 152196.1 1962-01-01 1999-02-15        C34 histology   9036     37       <NA>
#> 152196.2 1962-01-01 2011-01-15        C34  DCO case   8282     37       <NA>
#> 152200.1 1949-01-01 2006-12-15        C34 histology   8608     57       <NA>
#> 152202.1 1928-01-01 1996-02-15        C50 histology   8563     68       <NA>
#> 152202.2 1928-01-01 1999-11-15        C44  DCO case   8492     68       <NA>
#> 152260.1 1933-01-01 1993-05-15        C50 histology   8732     60       <NA>
#> 152260.2 1933-01-01 2001-08-15        C64 histology   9229     60       <NA>
#> 152272.1 1915-01-01 1995-04-15        C34 histology   9924     80 1996-05-01
#> 152273.1 1923-01-01 2000-06-15        C50 histology   8532     77 2016-03-01
#> 152273.2 1923-01-01 2013-12-15        C50 histology   9626     77 2016-03-01
#> 152292.1 1942-01-01 2017-02-15        C18  DCO case   8892     75       <NA>
#> 152292.2 1942-01-01 2017-05-15        C50 histology   8605     75       <NA>
#> 152294.1 1929-01-01 2006-10-15        C34 histology   9542     77       <NA>
#> 152295.1 1964-01-01 2019-02-15        C34 histology   8947     55       <NA>
#> 152297.1 1957-01-01 1997-07-15        C50 histology   9079     40 2003-10-01
#> 152297.2 1957-01-01 2002-11-15        C34 histology   8068     40 2003-10-01
#> 152308.1 1975-01-01 2007-03-15        C50 histology   9772     32       <NA>
#> 152308.2 1975-01-01 2015-07-15        C54  DCO case   8164     32       <NA>
#> 152326.1 1973-01-01 1998-04-15        C80  DCO case   8242     25 2005-12-01
#> 152326.2 1973-01-01 2003-07-15        C44 histology   8415     25 2005-12-01
#> 152329.1 1940-01-01 1994-12-15        C34 histology   8794     54       <NA>
#> 152329.2 1940-01-01 2017-05-15        C50 histology   9370     54       <NA>
#> 152331.1 1973-01-01 1992-12-15        C50 histology   9411     19 2012-06-01
#> 152335.1 1930-01-01 1991-04-15        C18  DCO case   8680     61       <NA>
#> 152335.2 1930-01-01 2017-05-15        C80 histology   8201     61       <NA>
#> 152337.1 1985-01-01 1997-11-15        C34 histology   9135     12       <NA>
#> 152337.2 1985-01-01 2005-11-15        C64 histology   9717     12       <NA>
#> 152352.1 1980-01-01 1998-04-15        C50  DCO case   9521     18 2018-12-01
#> 152369.1 1962-01-01 2017-09-15        C44  DCO case   9378     55       <NA>
#> 152375.1 1924-01-01 2002-01-15        C50 histology   9599     78       <NA>
#> 152375.2 1924-01-01 2009-03-15        C34  DCO case   8388     78       <NA>
#> 152420.1 1925-01-01 1994-07-15        C50 histology   9022     69 2016-03-01
#> 152420.2 1925-01-01 2007-09-15        C34 histology   8492     69 2016-03-01
#> 152439.1 1927-01-01 1999-08-15        C34 histology   9950     72       <NA>
#> 152442.1 1949-01-01 2001-11-15        C18  DCO case   8980     52 2012-05-01
#> 152466.1 1930-01-01 1998-02-15        C50 histology   9474     68       <NA>
#> 152472.1 1949-01-01 2001-03-15        C34  DCO case   9937     52 2019-02-01
#> 152472.2 1949-01-01 2001-11-15        C34 histology   9400     52 2019-02-01
#> 152495.1 1990-01-01 1995-07-15        C44 histology   9216      5       <NA>
#> 152495.2 1990-01-01 2004-02-15        C34 histology   9252      5       <NA>
#> 152504.1 1933-01-01 2010-03-15        C50 histology   9720     77 2016-09-01
#> 152504.2 1933-01-01 2016-06-15        C64 histology   8388     77 2016-09-01
#> 152507.1 1921-01-01 1992-04-15        C44 histology   9326     71       <NA>
#> 152507.2 1921-01-01 2009-04-15        C50 histology   9388     71       <NA>
#> 152512.1 1904-01-01 1992-06-15        C34 histology   8113     88       <NA>
#> 152512.2 1904-01-01 1999-06-15        C34 histology   9587     88       <NA>
#> 152513.1 1962-01-01 1994-12-15        C44 histology   8142     32 2012-10-01
#> 152513.2 1962-01-01 2005-04-15        C80 histology   8731     32 2012-10-01
#> 152566.1 1964-01-01 2009-01-15        C18 histology   8496     45       <NA>
#> 152580.1 1947-01-01 1995-02-15        C34 histology   9247     48 2016-03-01
#> 152580.2 1947-01-01 2007-06-15        C34 histology   8971     48 2016-03-01
#> 152582.1 1992-01-01 2002-04-15        C44 histology   8132     10 2011-04-01
#> 152605.1 1936-01-01 2004-08-15        C50 histology   9168     68 2009-01-01
#> 152605.2 1936-01-01 2004-09-15        C50 histology   8251     68 2009-01-01
#> 152610.1 1960-01-01 1995-02-15        C34 histology   8388     35       <NA>
#> 152610.2 1960-01-01 1997-10-15        C44  DCO case   8106     35       <NA>
#> 152614.1 1982-01-01 2017-10-15        C34 histology   8615     35       <NA>
#> 152624.1 1957-01-01 2003-08-15        C50 histology   9246     46 2013-12-01
#> 152624.2 1957-01-01 2013-02-15        C50 histology   8211     46 2013-12-01
#> 152631.1 1931-01-01 2003-11-15        C54 histology   8824     72       <NA>
#> 152631.2 1931-01-01 2017-10-15        C34 histology   9632     72       <NA>
#> 152649.1 1935-01-01 2013-04-15        C50  DCO case   8882     78       <NA>
#> 152653.1 1955-01-01 2014-09-15        C44 histology   8937     59       <NA>
#> 152657.1 1934-01-01 1995-01-15        C18 histology   8739     61 2000-02-01
#> 152662.1 1943-01-01 2012-09-15        C64 histology   9417     69       <NA>
#> 152672.1 1933-01-01 1998-09-15        C54 histology   8012     65 1998-12-01
#> 152682.1 1977-01-01 1995-04-15        C50 histology   8447     18       <NA>
#> 152682.2 1977-01-01 2002-12-15        C50 histology   9844     18       <NA>
#> 152696.1 1973-01-01 1996-04-15        C54 histology   9771     23 2019-10-01
#> 152696.2 1973-01-01 2017-06-15        C18 histology   8417     23 2019-10-01
#> 152710.1 1920-01-01 1994-01-15        C44 histology   8150     74       <NA>
#> 152710.2 1920-01-01 2018-06-15        C44 histology   9670     74       <NA>
#> 152711.1 1977-01-01 1995-06-15        C34 histology   8283     18       <NA>
#> 152711.2 1977-01-01 2008-03-15        C34 histology   8192     18       <NA>
#> 152716.1 1974-01-01 2016-09-15        C50 histology   8006     42       <NA>
#> 152724.1 1946-01-01 1992-08-15        C34 histology   8009     46       <NA>
#> 152724.2 1946-01-01 2002-09-15        C50 histology   9974     46       <NA>
#> 152733.1 1977-01-01 2006-07-15        C50  DCO case   9662     29       <NA>
#> 152733.2 1977-01-01 2013-04-15        C50 histology   9054     29       <NA>
#> 152748.1 1962-01-01 2014-07-15        C34 histology   9639     52       <NA>
#> 152748.2 1962-01-01 2015-10-15        C44 histology   9626     52       <NA>
#> 152755.1 1965-01-01 2006-07-15        C34 histology   8501     41       <NA>
#> 152755.2 1965-01-01 2011-11-15        C50 histology   9388     41       <NA>
#> 152793.1 1931-01-01 2009-03-15        C44 histology   8675     78       <NA>
#> 152793.2 1931-01-01 2019-06-15        C34 histology   8682     78       <NA>
#> 152797.1 1934-01-01 2001-10-15        C54 histology   9619     67 2005-11-01
#> 152797.2 1934-01-01 2004-07-15        C18 histology   9982     67 2005-11-01
#> 152803.1 1951-01-01 1995-01-15        C50 histology   8078     44 2016-09-01
#> 152818.1 1910-01-01 1991-02-15        C34 histology   8422     81       <NA>
#> 152818.2 1910-01-01 1995-04-15        C50 histology   9866     81       <NA>
#> 152833.1 1944-01-01 1996-07-15        C50 histology   9892     52 2019-08-01
#> 152833.2 1944-01-01 2005-01-15        C54 histology   8249     52 2019-08-01
#> 152836.1 1969-01-01 2019-06-15        C44 histology   9291     50       <NA>
#> 152868.1 1932-01-01 1999-01-15        C18 histology   9439     67 2018-12-01
#> 152870.1 1968-01-01 2001-12-15        C34 histology   9674     33       <NA>
#> 152870.2 1968-01-01 2009-01-15        C54 histology   9690     33       <NA>
#> 152874.1 1920-01-01 1992-04-15        C50 histology   8337     72       <NA>
#> 152874.2 1920-01-01 2006-01-15        C18 histology   8814     72       <NA>
#> 152882.1 1918-01-01 2000-07-15        C50 histology   8166     82       <NA>
#> 152882.2 1918-01-01 2015-02-15        C64 histology   8867     82       <NA>
#> 152884.1 1937-01-01 2002-06-15        C50 histology   9759     65       <NA>
#> 152884.2 1937-01-01 2010-09-15        C34 histology   9010     65       <NA>
#> 152907.1 1944-01-01 1991-09-15        C54 histology   9649     47       <NA>
#> 152907.2 1944-01-01 2012-07-15        C34 histology   8185     47       <NA>
#> 152908.1 1948-01-01 2000-10-15        C54 histology   8749     52       <NA>
#> 152912.1 1939-01-01 2018-07-15        C34 histology   9829     79       <NA>
#> 152943.1 1947-01-01 2008-07-15        C50 histology   9213     61       <NA>
#> 152950.1 1936-01-01 2003-11-15        C34 histology   8680     67       <NA>
#> 152950.2 1936-01-01 2004-08-15        C34  DCO case   8228     67       <NA>
#> 152967.1 1959-01-01 1996-11-15        C50 histology   9695     37       <NA>
#> 152967.2 1959-01-01 2006-01-15        C50  DCO case   9797     37       <NA>
#> 152970.1 1964-01-01 2017-05-15        C50 histology   8805     53       <NA>
#> 152978.1 1935-01-01 2002-02-15        C34 histology   9511     67 2018-12-01
#> 152993.1 1910-01-01 1992-12-15        C18 histology   9595     82       <NA>
#> 152993.2 1910-01-01 2010-07-15        C34 histology   8182     82       <NA>
#> 153001.1 1940-01-01 2003-06-15        C34 histology   8912     63 2019-02-01
#> 153001.2 1940-01-01 2013-03-15        C64 histology   8297     63 2019-02-01
#> 153025.1 1977-01-01 2003-04-15        C34 histology   9225     26       <NA>
#> 153025.2 1977-01-01 2011-11-15        C34 histology   9131     26       <NA>
#> 153030.1 1979-01-01 2009-10-15        C50 histology   8940     30       <NA>
#> 153033.1 1946-01-01 1995-08-15        C44 histology   9352     49 2019-12-01
#> 153060.1 1950-01-01 1995-12-15        C44 histology   9477     45 2004-12-01
#> 153069.1 1971-01-01 1994-12-15        C50 histology   8625     23       <NA>
#> 153069.2 1971-01-01 2014-07-15        C34 histology   8760     23       <NA>
#> 153089.1 1968-01-01 2007-02-15        C50 histology   9696     39 2015-10-01
#> 153125.1 1959-01-01 1994-05-15        C34 histology   9470     35 1997-12-01
#> 153129.1 1960-01-01 2007-04-15        C50 histology   8713     47 2013-12-01
#> 153129.2 1960-01-01 2007-12-15        C34 histology   9893     47 2013-12-01
#> 153132.1 1962-01-01 2001-08-15        C50 histology   8270     39 2019-11-01
#> 153132.2 1962-01-01 2005-03-15        C50 histology   8791     39 2019-11-01
#> 153134.1 1968-01-01 1998-04-15        C34 histology   8593     30       <NA>
#> 153134.2 1968-01-01 2013-09-15        C18  DCO case   8321     30       <NA>
#> 153145.1 1957-01-01 2001-01-15        C34 histology   9458     44 2006-11-01
#> 153154.1 1956-01-01 1998-04-15        C80 histology   8886     42 2009-02-01
#> 153169.1 1981-01-01 2009-03-15        C34 histology   9115     28       <NA>
#> 153170.1 1954-01-01 1991-04-15        C34 histology   9314     37 2016-12-01
#> 153177.1 1946-01-01 2005-02-15        C34 histology   9028     59       <NA>
#> 153177.2 1946-01-01 2012-07-15        C64 histology   9497     59       <NA>
#> 153190.1 1974-01-01 2002-06-15        C18 histology   8481     28       <NA>
#> 153190.2 1974-01-01 2016-03-15        C54 histology   8389     28       <NA>
#> 153201.1 1931-01-01 1998-10-15        C80 histology   9978     67 2017-01-01
#> 153201.2 1931-01-01 1999-11-15        C44 histology   9027     67 2017-01-01
#> 153202.1 1958-01-01 1995-07-15        C34 histology   8971     37 2003-05-01
#> 153203.1 1941-01-01 1994-11-15        C34 histology   8197     53 2016-09-01
#> 153203.2 1941-01-01 1995-12-15        C50 histology   8191     53 2016-09-01
#> 153209.1 1961-01-01 1997-07-15        C34 histology   9280     36       <NA>
#> 153209.2 1961-01-01 2018-11-15        C50  DCO case   9593     36       <NA>
#> 153227.1 1946-01-01 2012-09-15        C34 histology   9259     66       <NA>
#> 153235.1 1988-01-01 2010-08-15        C18 histology   9366     22       <NA>
#> 153250.1 1937-01-01 2002-05-15        C34 histology   9315     65       <NA>
#> 153268.1 1902-01-01 1991-01-15        C44 histology   9622     89       <NA>
#> 153268.2 1902-01-01 2015-08-15        C50 histology   8563     89       <NA>
#> 153270.1 1957-01-01 2006-09-15        C64 histology   9112     49       <NA>
#> 153272.1 1961-01-01 2011-10-15        C44 histology   8599     50       <NA>
#> 153272.2 1961-01-01 2016-12-15        C64  DCO case   9374     50       <NA>
#> 153281.1 1924-01-01 1993-09-15        C44 histology   8915     69       <NA>
#> 153281.2 1924-01-01 2014-02-15        C34 histology   8699     69       <NA>
#> 153286.1 1973-01-01 2011-04-15        C18 histology   9344     38       <NA>
#> 153286.2 1973-01-01 2011-10-15        C50 histology   8310     38       <NA>
#> 153291.1 1940-01-01 2015-01-15        C64 histology   8964     75       <NA>
#> 153321.1 1958-01-01 1995-12-15        C64 histology   9329     37 2003-09-01
#> 153348.1 1950-01-01 2007-05-15        C44 histology   8423     57       <NA>
#> 153355.1 1932-01-01 1991-05-15        C34 histology   8519     59 1994-08-01
#> 153357.1 1962-01-01 2000-08-15        C50 histology   8314     38       <NA>
#> 153357.2 1962-01-01 2010-12-15        C64 histology   9027     38       <NA>
#> 153360.1 1994-01-01 2014-10-15        C34 histology   8001     20       <NA>
#> 153396.1 1988-01-01 2004-05-15        C34 histology   8194     16       <NA>
#> 153396.2 1988-01-01 2005-10-15        C34 histology   9665     16       <NA>
#> 153421.1 1931-01-01 1996-12-15        C44 histology   9541     65 2013-04-01
#> 153421.2 1931-01-01 1997-11-15        C64 histology   8706     65 2013-04-01
#> 153429.1 1925-01-01 2002-08-15        C44 histology   9218     77 2005-10-01
#> 153429.2 1925-01-01 2005-03-15        C50 histology   9101     77 2005-10-01
#> 153433.1 1974-01-01 2010-05-15        C18 histology   9948     36       <NA>
#> 153449.1 1953-01-01 2003-02-15        C18 histology   9971     50       <NA>
#> 153471.1 1938-01-01 2000-12-15        C50 histology   9447     62       <NA>
#> 153471.2 1938-01-01 2007-09-15        C44 histology   8568     62       <NA>
#> 153487.1 1957-01-01 2016-03-15        C34  DCO case   9806     59       <NA>
#> 153490.1 1978-01-01 2006-05-15        C50 histology   8872     28       <NA>
#> 153490.2 1978-01-01 2008-06-15        C80 histology   8286     28       <NA>
#> 153498.1 1976-01-01 2001-03-15        C18 histology   8314     25 2001-04-01
#> 153506.1 1959-01-01 1994-03-15        C34 histology   8174     35 2004-07-01
#> 153508.1 1945-01-01 1991-09-15        C64 histology   9497     46 2005-10-01
#> 153545.1 2000-01-01 2006-07-15        C44 histology   9788      6       <NA>
#> 153545.2 2000-01-01 2016-05-15        C34 histology   9187      6       <NA>
#> 153553.1 1953-01-01 2000-03-15        C44 histology   9817     47 2018-08-01
#> 153592.1 1938-01-01 2003-06-15        C50 histology   9707     65       <NA>
#> 153592.2 1938-01-01 2011-08-15        C44 histology   8167     65       <NA>
#> 153601.1 1938-01-01 2019-06-15        C54  DCO case   8690     81       <NA>
#> 153603.1 1966-01-01 2016-12-15        C34 histology   8232     50       <NA>
#> 153617.1 1904-01-01 1993-09-15        C50 histology   9898     89       <NA>
#> 153617.2 1904-01-01 2000-11-15        C44 histology   9480     89       <NA>
#> 153631.1 1948-01-01 2008-05-15        C80 histology   9150     60       <NA>
#> 153668.1 1923-01-01 1993-05-15        C50 histology   9886     70       <NA>
#> 153668.2 1923-01-01 1993-07-15        C44 histology   9704     70       <NA>
#> 153677.1 1957-01-01 1993-07-15        C34 histology   8883     36 2011-07-01
#> 153677.2 1957-01-01 2008-05-15        C34 histology   9895     36 2011-07-01
#> 153701.1 1934-01-01 2005-12-15        C44 histology   8771     71       <NA>
#> 153701.2 1934-01-01 2015-03-15        C50 histology   9098     71       <NA>
#> 153715.1 1936-01-01 2019-10-15        C54 histology   8696     83       <NA>
#> 153728.1 1931-01-01 2008-03-15        C50 histology   8283     77 2016-01-01
#> 153729.1 1924-01-01 1998-04-15        C18 histology   9724     74 2000-02-01
#> 153760.1 1947-01-01 2012-04-15        C44 histology   8334     65       <NA>
#> 153760.2 1947-01-01 2017-01-15        C18 histology   8341     65       <NA>
#> 153774.1 1920-01-01 2002-12-15        C50 histology   8394     82 2006-03-01
#> 153780.1 1957-01-01 2004-04-15        C18 histology   8829     47 2007-01-01
#> 153780.2 1957-01-01 2006-05-15        C34 histology   9898     47 2007-01-01
#> 153783.1 1925-01-01 1991-02-15        C18 histology   9154     66 2017-02-01
#> 153783.2 1925-01-01 2000-07-15        C34 histology   9592     66 2017-02-01
#> 153784.1 1930-01-01 1994-08-15        C18 histology   9226     64 1999-12-01
#> 153823.1 1951-01-01 1992-06-15        C18 histology   9186     41       <NA>
#> 153823.2 1951-01-01 2005-02-15        C64  DCO case   9617     41       <NA>
#> 153828.1 2002-01-01 2014-10-15        C34 histology   8570     12       <NA>
#> 153831.1 1972-01-01 2013-08-15        C34 histology   9652     41 2015-03-01
#> 153852.1 1965-01-01 2008-11-15        C50 histology   9043     43       <NA>
#> 153852.2 1965-01-01 2015-07-15        C50 histology   8696     43       <NA>
#> 153858.1 1967-01-01 2005-10-15        C50 histology   9111     38 2014-10-01
#> 153871.1 1926-01-01 1993-12-15        C34 histology   8593     67 1994-07-01
#> 153888.1 1981-01-01 1999-04-15        C50 histology   8458     18       <NA>
#> 153894.1 1959-01-01 2018-02-15        C34 histology   8392     59       <NA>
#> 153907.1 1952-01-01 2005-12-15        C54 histology   8658     53       <NA>
#> 153916.1 1939-01-01 1997-03-15        C18 histology   8640     58 2002-02-01
#> 153917.1 1946-01-01 1993-01-15        C34 histology   8840     47 2004-05-15
#> 153917.2 1946-01-01 1995-09-15        C18 histology   8750     47 2004-05-15
#> 153924.1 1931-01-01 2001-04-15        C44 histology   9827     70       <NA>
#> 153926.1 1942-01-01 2009-12-15        C50 histology   8518     67 2014-01-01
#> 153945.1 1946-01-01 1993-06-15        C34 histology   8992     47       <NA>
#> 153945.2 1946-01-01 1995-03-15        C18 histology   8732     47       <NA>
#> 153955.1 1914-01-01 1991-12-15        C50 histology   9173     77       <NA>
#> 153955.2 1914-01-01 2003-04-15        C34  DCO case   8318     77       <NA>
#> 153961.1 1978-01-01 2000-08-15        C44 histology   8940     22       <NA>
#> 153977.1 1959-01-01 1991-11-15        C50 histology   8649     32 1999-09-01
#> 153977.2 1959-01-01 1994-01-15        C18 histology   8642     32 1999-09-01
#> 153982.1 1957-01-01 1993-04-15        C50 histology   9464     36 2012-01-01
#> 154037.1 1948-01-01 2016-03-15        C34 histology   8455     68       <NA>
#> 154037.2 1948-01-01 2019-10-15        C50 histology   8054     68       <NA>
#> 154053.1 1946-01-01 1995-09-15        C34 histology   9520     49       <NA>
#> 154053.2 1946-01-01 1997-07-15        C44 histology   8014     49       <NA>
#> 154069.1 1944-01-01 1998-04-15        C18 histology   8734     54       <NA>
#> 154069.2 1944-01-01 2014-02-15        C18  DCO case   8352     54       <NA>
#> 154070.1 1955-01-01 1992-07-15        C50 histology   9639     37 2017-08-01
#> 154070.2 1955-01-01 1995-05-15        C34 histology   9627     37 2017-08-01
#> 154082.1 1958-01-01 2008-04-15        C34 histology   8391     50       <NA>
#> 154095.1 1947-01-01 1991-07-15        C34 histology   8456     44       <NA>
#> 154095.2 1947-01-01 2002-02-15        C80  DCO case   9215     44       <NA>
#> 154097.1 1940-01-01 2008-03-15        C50 histology   8645     68       <NA>
#> 154106.1 1963-01-01 1994-11-15        C50 histology   8702     31 2011-05-01
#> 154106.2 1963-01-01 1995-07-15        C18  DCO case   9473     31 2011-05-01
#> 154127.1 1924-01-01 1992-03-15        C34 histology   9598     68       <NA>
#> 154127.2 1924-01-01 2009-11-15        C44 histology   8826     68       <NA>
#> 154151.1 1964-01-01 2002-06-15        C34 histology   9744     38       <NA>
#> 154151.2 1964-01-01 2013-11-15        C34  DCO case   8391     38       <NA>
#> 154154.1 1965-01-01 1991-04-15        C44 histology   9574     26       <NA>
#> 154154.2 1965-01-01 2000-06-15        C34 histology   8464     26       <NA>
#> 154160.1 1958-01-01 1993-07-15        C34 histology   8709     35 2015-12-15
#> 154160.2 1958-01-01 2012-08-15        C44 histology   9336     35 2015-12-15
#> 154166.1 1940-01-01 2002-11-15        C44 histology   9761     62 2011-07-01
#> 154179.1 1969-01-01 1994-10-15        C64 histology   9023     25 2001-08-01
#> 154199.1 1921-01-01 1994-07-15        C34 histology   9015     73 2010-02-01
#> 154201.1 1947-01-01 2006-05-15        C18 histology   9087     59       <NA>
#> 154204.1 1970-01-01 2013-06-15        C50 histology   8604     43       <NA>
#> 154212.1 1984-01-01 1998-11-15        C50 histology   9407     14 2013-12-01
#> 154218.1 1926-01-01 2001-02-15        C44 histology   9732     75 2001-08-01
#> 154223.1 1931-01-01 1991-05-15        C64 histology   9824     60       <NA>
#> 154223.2 1931-01-01 2012-05-15        C34 histology   9576     60       <NA>
#> 154230.1 1932-01-01 2017-08-15        C64 histology   9804     85       <NA>
#> 154235.1 1926-01-01 1991-05-15        C34 histology   9792     65       <NA>
#> 154235.2 1926-01-01 2005-10-15        C18 histology   9458     65       <NA>
#> 154239.1 1949-01-01 2005-08-15        C34 histology   9976     56 2009-03-01
#> 154247.1 1984-01-01 2000-09-15        C50 histology   9705     16 2006-10-01
#> 154255.1 1939-01-01 2018-04-15        C14 histology   8622     79       <NA>
#> 154259.1 1898-01-01 1997-09-15        C18 histology   9843     99 2008-01-01
#> 154259.2 1898-01-01 2005-12-15        C50 histology   9086     99 2008-01-01
#> 154274.1 1955-01-01 2005-05-15        C50 histology   9818     50 2019-06-01
#> 154274.2 1955-01-01 2008-06-15        C18 histology   9917     50 2019-06-01
#> 154283.1 1957-01-01 2014-05-15        C18 histology   8568     57       <NA>
#> 154312.1 1961-01-01 1997-06-15        C34 histology   9336     36 2016-12-01
#> 154312.2 1961-01-01 1998-10-15        C18 histology   8979     36 2016-12-01
#> 154320.1 1968-01-01 2014-07-15        C18 histology   8353     46       <NA>
#> 154320.2 1968-01-01 2019-02-15        C44 histology   8945     46       <NA>
#> 154325.1 1972-01-01 1996-04-15        C34 histology   9893     24 2007-05-01
#> 154342.1 1968-01-01 2006-08-15        C64 histology   8554     38       <NA>
#> 154342.2 1968-01-01 2012-02-15        C50 histology   8207     38       <NA>
#> 154351.1 1932-01-01 2008-10-15        C50  DCO case   9160     76       <NA>
#> 154367.1 1922-01-01 1996-09-15        C64  DCO case   8424     74 2011-05-01
#> 154367.2 1922-01-01 1996-10-15        C64 histology   8009     74 2011-05-01
#> 154393.1 2000-01-01 2003-06-15        C50 histology   9615      3 2012-12-01
#> 154393.2 2000-01-01 2009-08-15        C18 histology   8282      3 2012-12-01
#> 154420.1 1965-01-01 1996-01-15        C64 histology   9170     31 2006-07-01
#> 154420.2 1965-01-01 2004-04-15        C34 histology   8610     31 2006-07-01
#> 154470.1 1948-01-01 1998-01-15        C34 histology   8330     50 2001-02-01
#> 154487.1 1978-01-01 1997-10-15        C50 histology   8607     19 2013-03-01
#> 154487.2 1978-01-01 2004-11-15        C18 histology   9328     19 2013-03-01
#> 154497.1 2010-01-01 2018-06-15        C44 histology   8038      8       <NA>
#> 154517.1 1986-01-01 2008-09-15        C54 histology   8085     22       <NA>
#> 154517.2 1986-01-01 2011-06-15        C34  DCO case   9128     22       <NA>
#> 154537.1 1950-01-01 2009-04-15        C34 histology   9583     59       <NA>
#> 154539.1 1938-01-01 2007-10-15        C18 histology   9591     69       <NA>
#> 154539.2 1938-01-01 2011-06-15        C50 histology   8190     69       <NA>
#> 154544.1 1890-01-01 1991-06-15        C50 histology   8298    101 2017-06-01
#> 154544.2 1890-01-01 2010-07-15        C44 histology   9659    101 2017-06-01
#> 154548.1 1935-01-01 2007-09-15        C50  DCO case   9644     72       <NA>
#> 154548.2 1935-01-01 2011-08-15        C18 histology   8394     72       <NA>
#> 154563.1 1986-01-01 2019-10-15        C50 histology   8546     33       <NA>
#> 154572.1 1917-01-01 1993-10-15        C34 histology   9648     76 2019-11-01
#> 154572.2 1917-01-01 2016-12-15        C50 histology   9126     76 2019-11-01
#> 154594.1 1995-01-01 2008-04-15        C64 histology   9912     13       <NA>
#> 154626.1 1937-01-01 2006-01-15        C54 histology   8514     69 2017-02-01
#> 154640.1 1960-01-01 2005-05-15        C44  DCO case   9811     45 2012-06-01
#> 154640.2 1960-01-01 2005-08-15        C54 histology   8111     45 2012-06-01
#> 154653.1 1919-01-01 1993-01-15        C18 histology   8168     74       <NA>
#> 154653.2 1919-01-01 2013-02-15        C54 histology   8802     74       <NA>
#> 154663.1 1941-01-01 1992-01-15        C18 histology   9710     51 2013-04-01
#> 154663.2 1941-01-01 1992-01-15        C34  DCO case   9525     51 2013-04-01
#> 154670.1 1946-01-01 1992-02-15        C34 histology   9030     46 1995-11-01
#> 154686.1 1907-01-01 1991-04-15        C34 histology   8170     84       <NA>
#> 154686.2 1907-01-01 1996-09-15        C34 histology   9314     84       <NA>
#> 154688.1 1920-01-01 1995-06-15        C50 histology   9775     75 2008-11-01
#> 154709.1 1943-01-01 2003-08-15        C34 histology   8242     60 2016-11-01
#> 154709.2 1943-01-01 2010-12-15        C44 histology   9393     60 2016-11-01
#> 154716.1 1932-01-01 1993-08-15        C34  DCO case   9013     61       <NA>
#> 154716.2 1932-01-01 2013-06-15        C34 histology   8959     61       <NA>
#> 154722.1 1966-01-01 2011-06-15        C44 histology   9719     45       <NA>
#> 154723.1 2007-01-01 2017-02-15        C34 histology   8202     10       <NA>
#> 154733.1 1941-01-01 1993-09-15        C34 histology   9041     52       <NA>
#> 154733.2 1941-01-01 2015-01-15        C34 histology   9479     52       <NA>
#> 154749.1 1938-01-01 2009-07-15        C50 histology   8433     71       <NA>
#> 154751.1 1942-01-01 1991-11-15        C50 histology   8232     49 2001-07-01
#> 154769.1 1991-01-01 2016-02-15        C54 histology   9336     25       <NA>
#> 154770.1 1935-01-01 2010-07-15        C34 histology   8077     75       <NA>
#> 154770.2 1935-01-01 2018-11-15        C18 histology   8580     75       <NA>
#> 154801.1 1940-01-01 2000-07-15        C34 histology   8669     60       <NA>
#> 154801.2 1940-01-01 2017-04-15        C18 histology   9358     60       <NA>
#> 154828.1 1920-01-01 2005-12-15        C34 histology   9405     85       <NA>
#> 154828.2 1920-01-01 2017-08-15        C18 histology   8904     85       <NA>
#> 154859.1 1944-01-01 1993-05-15        C18 histology   8729     49       <NA>
#> 154859.2 1944-01-01 1996-07-15        C34 histology   8120     49       <NA>
#> 154861.1 1989-01-01 1996-06-15        C50 histology   9832      7       <NA>
#> 154861.2 1989-01-01 1998-05-15        C34  DCO case   9591      7       <NA>
#> 154900.1 1940-01-01 2006-06-15        C54 histology   9702     66 2019-07-01
#> 154900.2 1940-01-01 2017-03-15        C50 histology   8871     66 2019-07-01
#> 154905.1 1940-01-01 2012-05-15        C54 histology   8975     72       <NA>
#> 154905.2 1940-01-01 2015-05-15        C34 histology   9167     72       <NA>
#> 154909.1 1962-01-01 1999-01-15        C34 histology   8496     37 2009-09-01
#> 154909.2 1962-01-01 1999-10-15        C34 histology   8621     37 2009-09-01
#> 154913.1 1934-01-01 1993-08-15        C34 histology   8948     59       <NA>
#> 154913.2 1934-01-01 2019-07-15        C34 histology   8944     59       <NA>
#> 154916.1 1928-01-01 2014-01-15        C34 histology   9885     86       <NA>
#> 154928.1 1964-01-01 1995-06-15        C50 histology   9094     31       <NA>
#> 154928.2 1964-01-01 2017-11-15        C44 histology   9783     31       <NA>
#> 154964.1 1983-01-01 2004-11-15        C34 histology   8212     21       <NA>
#> 154964.2 1983-01-01 2012-10-15        C44 histology   9296     21       <NA>
#> 154970.1 1955-01-01 1999-01-15        C50 histology   8421     44 2015-07-01
#> 154985.1 1952-01-01 2012-08-15        C18 histology   9681     60       <NA>
#> 154985.2 1952-01-01 2013-01-15        C18 histology   9846     60       <NA>
#> 155029.1 1978-01-01 2000-12-15        C50 histology   8878     22 2006-05-01
#> 155032.1 1957-01-01 2018-03-15        C50 histology   8480     61       <NA>
#> 155034.1 1952-01-01 2000-09-15        C34 histology   8102     48       <NA>
#> 155038.1 1946-01-01 1993-06-15        C50  DCO case   9589     47       <NA>
#> 155038.2 1946-01-01 1999-04-15        C34 histology   8410     47       <NA>
#> 155053.1 1960-01-01 2002-06-15        C34 histology   8261     42 2012-03-01
#> 155053.2 1960-01-01 2006-12-15        C50 histology   9213     42 2012-03-01
#> 155063.1 1971-01-01 1999-08-15        C34 histology   8420     28 2001-01-01
#> 155065.1 1987-01-01 2013-05-15        C54 histology   8052     26       <NA>
#> 155076.1 1930-01-01 1997-11-15        C34 histology   9794     67       <NA>
#> 155076.2 1930-01-01 2007-05-15        C34 histology   8419     67       <NA>
#> 155077.1 1954-01-01 1997-09-15        C50 histology   8212     43       <NA>
#> 155077.2 1954-01-01 2010-04-15        C50 histology   8729     43       <NA>
#> 155089.1 1949-01-01 2018-12-15        C50 histology   9871     69       <NA>
#> 155105.1 1961-01-01 2019-07-15        C34 histology   8146     58       <NA>
#> 155119.1 1975-01-01 1998-12-15        C34 histology   8868     23 2005-07-01
#> 155129.1 1953-01-01 1991-03-15        C44 histology   8984     38       <NA>
#> 155129.2 1953-01-01 2015-09-15        C18  DCO case   8056     38       <NA>
#> 155137.1 1953-01-01 2005-05-15        C34 histology   9621     52 2012-11-01
#> 155143.1 1943-01-01 1997-08-15        C54 histology   9851     54       <NA>
#> 155143.2 1943-01-01 2005-03-15        C50 histology   8261     54       <NA>
#> 155158.1 1973-01-01 2011-09-15        C50 histology   8362     38       <NA>
#> 155159.1 1971-01-01 2017-06-15        C50 histology   8730     46       <NA>
#> 155162.1 1950-01-01 2014-09-15        C34  DCO case   8549     64       <NA>
#> 155180.1 1987-01-01 1999-05-15        C34 histology   8265     12       <NA>
#> 155180.2 1987-01-01 2016-10-15        C50  DCO case   9912     12       <NA>
#> 155184.1 1981-01-01 1996-11-15        C34 histology   8991     15 2015-05-01
#> 155184.2 1981-01-01 1997-09-15        C50 histology   8436     15 2015-05-01
#> 155189.1 1951-01-01 2012-07-15        C18 histology   8823     61       <NA>
#> 155202.1 1959-01-01 2003-09-15        C54 histology   9371     44 2013-03-01
#> 155212.1 1938-01-01 1997-04-15        C34  DCO case   8822     59       <NA>
#> 155212.2 1938-01-01 2018-02-15        C54 histology   9902     59       <NA>
#> 155225.1 1933-01-01 2002-01-15        C34 histology   9631     69       <NA>
#> 155235.1 1930-01-01 1995-02-15        C34 histology   8440     65 2014-06-01
#> 155252.1 1927-01-01 1999-08-15        C34 histology   9756     72       <NA>
#> 155252.2 1927-01-01 2014-10-15        C50 histology   9969     72       <NA>
#> 155253.1 1947-01-01 2007-07-15        C44 histology   9400     60       <NA>
#> 155253.2 1947-01-01 2015-04-15        C50 histology   8763     60       <NA>
#> 155284.1 1966-01-01 2012-08-15        C64 histology   8229     46       <NA>
#> 155284.2 1966-01-01 2013-01-15        C50 histology   8804     46       <NA>
#> 155294.1 1927-01-01 1996-07-15        C50 histology   9344     69       <NA>
#> 155294.2 1927-01-01 2012-06-15        C50 histology   9244     69       <NA>
#> 155310.1 1944-01-01 2013-11-15        C80 histology   9840     69       <NA>
#> 155346.1 1963-01-01 2003-01-15        C34 histology   9323     40 2012-09-01
#> 155377.1 1955-01-01 2013-11-15        C50 histology   9151     58       <NA>
#> 155378.1 1926-01-01 1991-11-15        C44  DCO case   9044     65 1996-12-01
#> 155378.2 1926-01-01 1996-10-15        C50 histology   9983     65 1996-12-01
#> 155438.1 1939-01-01 2004-09-15        C80  DCO case   9174     65 2010-11-01
#> 155438.2 1939-01-01 2004-10-15        C80 histology   9026     65 2010-11-01
#> 155439.1 1913-01-01 1991-04-15        C50 histology   9951     78       <NA>
#> 155439.2 1913-01-01 2011-03-15        C34 histology   9144     78       <NA>
#> 155461.1 1965-01-01 2002-08-15        C34 histology   9203     37       <NA>
#> 155461.2 1965-01-01 2019-10-15        C50 histology   9288     37       <NA>
#> 155467.1 1979-01-01 2016-04-15        C80 histology   9358     37       <NA>
#> 155467.2 1979-01-01 2016-09-15        C64 histology   8976     37       <NA>
#> 155497.1 1967-01-01 1993-12-15        C50 histology   8901     26 2006-10-01
#> 155498.1 1945-01-01 2010-07-15        C34 histology   9524     65 2019-01-01
#> 155498.2 1945-01-01 2011-10-15        C80 histology   8544     65 2019-01-01
#> 155501.1 1935-01-01 1999-01-15        C34 histology   9569     64       <NA>
#> 155501.2 1935-01-01 2006-03-15        C18 histology   8361     64       <NA>
#> 155523.1 1960-01-01 1994-12-15        C64 histology   8969     34 2013-12-01
#> 155532.1 1951-01-01 1999-09-15        C50 histology   8142     48       <NA>
#> 155532.2 1951-01-01 2014-07-15        C50 histology   8148     48       <NA>
#> 155547.1 1921-01-01 2004-08-15        C34 histology   8032     83 2006-05-15
#> 155547.2 1921-01-01 2006-05-15        C64 histology   9924     83 2006-05-15
#> 155552.1 1920-01-01 1993-10-15        C18 histology   8089     73 2010-01-01
#> 155565.1 1959-01-01 1999-11-15        C34 histology   8494     40 2016-10-01
#> 155565.2 1959-01-01 2010-05-15        C34 histology   9333     40 2016-10-01
#> 155597.1 1990-01-01 1991-08-15        C54  DCO case   9566      1       <NA>
#> 155597.2 1990-01-01 2014-12-15        C34 histology   8674      1       <NA>
#> 155667.1 1936-01-01 1993-03-15        C34 histology   8549     57 2016-07-01
#> 155667.2 1936-01-01 1998-12-15        C64 histology   8669     57 2016-07-01
#> 155681.1 1949-01-01 2015-10-15        C64 histology   8777     66 2015-11-01
#> 155687.1 1969-01-01 1992-01-15        C50  DCO case   9369     23       <NA>
#> 155687.2 1969-01-01 1994-01-15        C34 histology   8848     23       <NA>
#> 155692.1 1930-01-01 1994-05-15        C34 histology   9729     64 2002-12-01
#> 155709.1 1936-01-01 1993-02-15        C50 histology   8307     57       <NA>
#> 155709.2 1936-01-01 2001-05-15        C50  DCO case   8154     57       <NA>
#> 155718.1 1961-01-01 1991-04-15        C44 histology   9666     30 1999-12-01
#> 155742.1 2016-01-01 2016-06-15        C34 histology   8085      0 2019-11-01
#> 155742.2 2016-01-01 2016-11-15        C50 histology   8120      0 2019-11-01
#> 155771.1 1928-01-01 1991-01-15        C18 histology   9650     63 2009-05-01
#> 155784.1 1973-01-01 2000-06-15        C64 histology   8496     27       <NA>
#> 155784.2 1973-01-01 2003-09-15        C34  DCO case   9123     27       <NA>
#> 155786.1 1946-01-01 1997-05-15        C34 histology   9036     51       <NA>
#> 155786.2 1946-01-01 2002-12-15        C34 histology   9000     51       <NA>
#> 155792.1 1983-01-01 2015-03-15        C34 histology   9272     32 2015-10-01
#> 155794.1 1935-01-01 2000-09-15        C34 histology   9929     65 2010-05-01
#> 155818.1 1964-01-01 2013-11-15        C34 histology   8638     49 2014-04-01
#> 155823.1 1971-01-01 1994-01-15        C54 histology   9873     23 2008-04-01
#> 155834.1 1966-01-01 2018-01-15        C54 histology   8185     52       <NA>
#> 155862.1 1973-01-01 1995-05-15        C64  DCO case   8188     22 1995-05-15
#> 155866.1 1956-01-01 2018-02-15        C80 histology   9445     62       <NA>
#> 155866.2 1956-01-01 2019-09-15        C80 histology   9731     62       <NA>
#> 155873.1 1945-01-01 2000-03-15        C34 histology   8848     55 2018-07-01
#> 155900.1 1961-01-01 1994-02-15        C50 histology   8133     33 2016-02-01
#> 155904.1 1945-01-01 1992-04-15        C80 histology   9013     47       <NA>
#> 155904.2 1945-01-01 1993-08-15        C50 histology   9877     47       <NA>
#> 155911.1 1962-01-01 2003-02-15        C64  DCO case   9618     41 2010-05-01
#> 155919.1 1943-01-01 2015-12-15        C34 histology   9036     72       <NA>
#> 155940.1 1964-01-01 2018-10-15        C18 histology   9357     54       <NA>
#> 155946.1 1960-01-01 1993-01-15        C50 histology   8296     33 2014-07-01
#> 155949.1 1947-01-01 1995-11-15        C44 histology   8809     48       <NA>
#> 155949.2 1947-01-01 2018-01-15        C34 histology   9412     48       <NA>
#> 155955.1 1947-01-01 2012-08-15        C34  DCO case   8114     65       <NA>
#> 155966.1 1957-01-01 2009-08-15        C50  DCO case   9826     52       <NA>
#> 155966.2 1957-01-01 2019-12-15        C50 histology   9049     52       <NA>
#> 155968.1 1955-01-01 2005-02-15        C64  DCO case   9625     50       <NA>
#> 155968.2 1955-01-01 2007-08-15        C34 histology   9876     50       <NA>
#> 155994.1 1927-01-01 1993-08-15        C50 histology   8160     66 1993-08-15
#> 155998.1 1957-01-01 1993-03-15        C34 histology   9464     36 1998-12-01
#> 156004.1 1972-01-01 1997-01-15        C34 histology   8016     25 2011-01-01
#> 156016.1 1935-01-01 2013-03-15        C50 histology   8617     78       <NA>
#> 156035.1 1929-01-01 1995-12-15        C34 histology   8454     66       <NA>
#> 156035.2 1929-01-01 2004-11-15        C54 histology   9968     66       <NA>
#> 156058.1 1937-01-01 1991-01-15        C34 histology   9857     54 2018-10-01
#> 156058.2 1937-01-01 1996-03-15        C50 histology   8191     54 2018-10-01
#> 156067.1 1930-01-01 1993-05-15        C34 histology   9777     63 2002-01-01
#> 156077.1 1948-01-01 1996-03-15        C18 histology   8891     48 2018-06-01
#> 156077.2 1948-01-01 2004-05-15        C64 histology   8360     48 2018-06-01
#> 156123.1 1980-01-01 2002-07-15        C34 histology   9354     22       <NA>
#> 156129.1 1995-01-01 2002-11-15        C50 histology   8203      7 2013-06-01
#> 156152.1 1940-01-01 1992-08-15        C50 histology   9832     52 1995-08-01
#> 156202.1 1963-01-01 1995-07-15        C44 histology   9620     32 1995-07-15
#> 156209.1 1949-01-01 2015-04-15        C64 histology   8470     66       <NA>
#> 156218.1 1994-01-01 2001-10-15        C50 histology   8936      7 2015-09-01
#> 156218.2 1994-01-01 2014-11-15        C50 histology   8107      7 2015-09-01
#> 156223.1 1948-01-01 2005-04-15        C18 histology   8809     57       <NA>
#> 156223.2 1948-01-01 2017-11-15        C34  DCO case   9161     57       <NA>
#> 156231.1 1933-01-01 2008-09-15        C64 histology   9478     75 2015-10-01
#> 156246.1 1915-01-01 1991-12-15        C34 histology   8217     76       <NA>
#> 156246.2 1915-01-01 2003-05-15        C50 histology   8085     76       <NA>
#> 156314.1 1955-01-01 1998-11-15        C50  DCO case   8275     43 2007-07-01
#> 156314.2 1955-01-01 1999-11-15        C18 histology   8460     43 2007-07-01
#> 156315.1 1962-01-01 1997-01-15        C18 histology   9171     35 2000-10-01
#> 156315.2 1962-01-01 2000-03-15        C34 histology   9848     35 2000-10-01
#> 156328.1 1927-01-01 2000-04-15        C34 histology   9118     73 2003-11-01
#> 156339.1 1987-01-01 1991-08-15        C50 histology   9636      4 2005-04-01
#> 156339.2 1987-01-01 2003-07-15        C34 histology   8865      4 2005-04-01
#> 156363.1 1967-01-01 2008-02-15        C50 histology   9948     41       <NA>
#> 156363.2 1967-01-01 2014-06-15        C18 histology   8467     41       <NA>
#> 156364.1 1947-01-01 1993-07-15        C54 histology   8829     46 1994-10-01
#> 156405.1 1953-01-01 1996-08-15        C34 histology   9939     43       <NA>
#> 156405.2 1953-01-01 2005-10-15        C18  DCO case   9482     43       <NA>
#> 156413.1 1928-01-01 2001-06-15        C44 histology   9302     73 2015-11-01
#> 156413.2 1928-01-01 2006-03-15        C34 histology   8025     73 2015-11-01
#> 156430.1 1926-01-01 1993-04-15        C54 histology   8526     67 2002-12-01
#> 156442.1 1940-01-01 2009-06-15        C54 histology   9271     69       <NA>
#> 156453.1 1967-01-01 1996-11-15        C50 histology   8205     29 2010-10-01
#> 156453.2 1967-01-01 2000-10-15        C34 histology   9085     29 2010-10-01
#> 156519.1 1955-01-01 2003-06-15        C44 histology   9332     48       <NA>
#> 156519.2 1955-01-01 2018-12-15        C34 histology   8044     48       <NA>
#> 156526.1 1977-01-01 2007-08-15        C44 histology   9493     30 2010-09-01
#> 156528.1 1980-01-01 1994-12-15        C34 histology   8058     14       <NA>
#> 156528.2 1980-01-01 1995-08-15        C54 histology   9832     14       <NA>
#> 156529.1 1994-01-01 2017-03-15        C50 histology   8104     23       <NA>
#> 156533.1 1939-01-01 2019-08-15        C50 histology   8930     80       <NA>
#> 156546.1 1975-01-01 1998-10-15        C50 histology   8078     23       <NA>
#> 156546.2 1975-01-01 2005-01-15        C44 histology   9357     23       <NA>
#> 156550.1 1930-01-01 2000-02-15        C34 histology   9171     70 2018-08-01
#> 156555.1 1945-01-01 1992-06-15        C34 histology   8373     47 2014-06-01
#> 156555.2 1945-01-01 1999-07-15        C18 histology   9962     47 2014-06-01
#> 156575.1 1941-01-01 1996-06-15        C44 histology   8415     55 2009-01-01
#> 156577.1 1941-01-01 2007-08-15        C54 histology   8267     66       <NA>
#> 156577.2 1941-01-01 2016-03-15        C54 histology   9212     66       <NA>
#> 156588.1 1980-01-01 2003-08-15        C34 histology   9590     23       <NA>
#> 156588.2 1980-01-01 2014-06-15        C50 histology   9784     23       <NA>
#> 156593.1 1953-01-01 2011-09-15        C34 histology   9110     58       <NA>
#> 156620.1 1954-01-01 1993-04-15        C64 histology   9127     39       <NA>
#> 156620.2 1954-01-01 2015-10-15        C18  DCO case   9646     39       <NA>
#> 156666.1 1913-01-01 2009-12-15        C64 histology   8637     96 2016-07-01
#> 156666.2 1913-01-01 2013-07-15        C34 histology   9504     96 2016-07-01
#> 156668.1 1944-01-01 2004-08-15        C50 histology   9641     60 2019-08-01
#> 156668.2 1944-01-01 2009-11-15        C44 histology   8029     60 2019-08-01
#> 156670.1 1924-01-01 2009-04-15        C18 histology   8443     85       <NA>
#> 156670.2 1924-01-01 2014-06-15        C34  DCO case   9266     85       <NA>
#> 156682.1 1974-01-01 2001-10-15        C34 histology   9101     27       <NA>
#> 156686.1 1943-01-01 2004-06-15        C50 histology   8889     61 2019-07-01
#> 156698.1 1949-01-01 2015-04-15        C50 histology   8693     66       <NA>
#> 156708.1 1920-01-01 1997-04-15        C18 histology   9659     77       <NA>
#> 156708.2 1920-01-01 2009-09-15        C50 histology   9837     77       <NA>
#> 156718.1 1945-01-01 1992-03-15        C64 histology   8848     47 2005-01-01
#> 156722.1 1936-01-01 2009-12-15        C50 histology   9279     73       <NA>
#>          p_alive   p_dodmin fc_agegroup  t_yeardiag
#> 100004.1   Alive       <NA>     65 - 69 1990 - 1994
#> 100004.2   Alive       <NA>     65 - 69 2000 - 2004
#> 100034.1    Dead       <NA>     20 - 24 2000 - 2004
#> 100037.1   Alive       <NA>     55 - 59 1995 - 1999
#> 100038.1    Dead       <NA>     00 - 04 1990 - 1994
#> 100038.2    Dead       <NA>     00 - 04 2000 - 2004
#> 100039.1   Alive       <NA>     55 - 59 2000 - 2004
#> 100039.2   Alive       <NA>     55 - 59 2010 - 2014
#> 100047.1    Dead       <NA>     70 - 74 1995 - 1999
#> 100047.2    Dead       <NA>     70 - 74 2000 - 2004
#> 100057.1   Alive       <NA>     45 - 49 2010 - 2014
#> 100060.1    Dead       <NA>     55 - 59 2000 - 2004
#> 100063.1    Dead       <NA>     55 - 59 1995 - 1999
#> 100063.2    Dead       <NA>     55 - 59 2000 - 2004
#> 100073.1    Dead       <NA>     30 - 34 1990 - 1994
#> 100073.2    Dead       <NA>     30 - 34 2000 - 2004
#> 100103.1   Alive       <NA>     65 - 69 2000 - 2004
#> 100103.2   Alive       <NA>     65 - 69 2000 - 2004
#> 100110.1   Alive       <NA>     50 - 54 2015 - 2019
#> 100134.1    Dead       <NA>     55 - 59 1990 - 1994
#> 100134.2    Dead       <NA>     55 - 59 1990 - 1994
#> 100143.1   Alive       <NA>     45 - 49 1990 - 1994
#> 100143.2   Alive       <NA>     45 - 49 1995 - 1999
#> 100146.1   Alive       <NA>     50 - 54 2015 - 2019
#> 100147.1   Alive       <NA>     65 - 69 1990 - 1994
#> 100147.2   Alive       <NA>     65 - 69 2010 - 2014
#> 100175.1   Alive       <NA>     40 - 44 2005 - 2009
#> 100175.2   Alive       <NA>     40 - 44 2005 - 2009
#> 100182.1   Alive       <NA>     60 - 64 1990 - 1994
#> 100182.2   Alive       <NA>     60 - 64 1995 - 1999
#> 100184.1    Dead       <NA>     45 - 49 2000 - 2004
#> 100184.2    Dead       <NA>     45 - 49 2010 - 2014
#> 100187.1   Alive       <NA>     75 - 79 2000 - 2004
#> 100187.2   Alive       <NA>     75 - 79 2015 - 2019
#> 100191.1   Alive       <NA>     40 - 44 2010 - 2014
#> 100197.1   Alive       <NA>     65 - 69 2010 - 2014
#> 100197.2   Alive       <NA>     65 - 69 2015 - 2019
#> 100208.1    Dead       <NA>     45 - 49 2015 - 2019
#> 100210.1   Alive       <NA>     35 - 39 2015 - 2019
#> 100221.1   Alive       <NA>     40 - 44 2010 - 2014
#> 100226.1   Alive       <NA>     40 - 44 2015 - 2019
#> 100230.1   Alive       <NA>     45 - 49 1990 - 1994
#> 100230.2   Alive       <NA>     45 - 49 2000 - 2004
#> 100234.1   Alive       <NA>     20 - 24 2010 - 2014
#> 100237.1    Dead       <NA>     60 - 64 1995 - 1999
#> 100244.1   Alive       <NA>     60 - 64 2015 - 2019
#> 100266.1    Dead       <NA>     50 - 54 2010 - 2014
#> 100274.1    Dead       <NA>     55 - 59 2000 - 2004
#> 100282.1    Dead       <NA>     65 - 69 2000 - 2004
#> 100295.1   Alive       <NA>     70 - 74 2005 - 2009
#> 100295.2   Alive       <NA>     70 - 74 2015 - 2019
#> 100296.1   Alive       <NA>     75 - 79 2010 - 2014
#> 100303.1   Alive       <NA>     20 - 24 2015 - 2019
#> 100310.1    Dead       <NA>    85 - 120 2000 - 2004
#> 100310.2    Dead       <NA>    85 - 120 2010 - 2014
#> 100317.1   Alive       <NA>     40 - 44 1995 - 1999
#> 100317.2   Alive       <NA>     40 - 44 2015 - 2019
#> 100319.1    Dead       <NA>     45 - 49 2005 - 2009
#> 100323.1   Alive       <NA>     65 - 69 2000 - 2004
#> 100323.2   Alive       <NA>     65 - 69 2005 - 2009
#> 100330.1   Alive       <NA>     40 - 44 2000 - 2004
#> 100331.1   Alive       <NA>     65 - 69 2015 - 2019
#> 100352.1    Dead       <NA>     20 - 24 2000 - 2004
#> 100359.1    Dead       <NA>     70 - 74 1990 - 1994
#> 100359.2    Dead       <NA>     70 - 74 1995 - 1999
#> 100362.1   Alive       <NA>     30 - 34 2005 - 2009
#> 100368.1   Alive       <NA>     60 - 64 2010 - 2014
#> 100368.2   Alive       <NA>     60 - 64 2010 - 2014
#> 100378.1    Dead       <NA>     70 - 74 1995 - 1999
#> 100378.2    Dead       <NA>     70 - 74 2005 - 2009
#> 100385.1    Dead       <NA>     35 - 39 1995 - 1999
#> 100395.1    Dead       <NA>     35 - 39 2005 - 2009
#> 100415.1   Alive       <NA>     30 - 34 2015 - 2019
#> 100471.1    Dead       <NA>     30 - 34 2000 - 2004
#> 100473.1   Alive       <NA>     05 - 09 1995 - 1999
#> 100473.2   Alive       <NA>     05 - 09 2015 - 2019
#> 100492.1    Dead       <NA>     50 - 54 2000 - 2004
#> 100496.1   Alive       <NA>     30 - 34 2005 - 2009
#> 100501.1    Dead       <NA>     30 - 34 1995 - 1999
#> 100519.1    Dead       <NA>     70 - 74 2005 - 2009
#> 100522.1   Alive       <NA>     00 - 04 1995 - 1999
#> 100530.1   Alive       <NA>     45 - 49 2010 - 2014
#> 100530.2   Alive       <NA>     45 - 49 2015 - 2019
#> 100534.1    Dead       <NA>     60 - 64 1995 - 1999
#> 100548.1   Alive       <NA>     65 - 69 2005 - 2009
#> 100570.1    Dead       <NA>     60 - 64 2000 - 2004
#> 100581.1   Alive       <NA>     25 - 29 1995 - 1999
#> 100584.1   Alive       <NA>    85 - 120 1990 - 1994
#> 100584.2   Alive       <NA>    85 - 120 2000 - 2004
#> 100590.1    Dead       <NA>     25 - 29 2000 - 2004
#> 100596.1    Dead       <NA>    85 - 120 2010 - 2014
#> 100616.1   Alive       <NA>     55 - 59 1990 - 1994
#> 100616.2   Alive       <NA>     55 - 59 2010 - 2014
#> 100631.1   Alive       <NA>     65 - 69 2010 - 2014
#> 100641.1    Dead       <NA>     45 - 49 1995 - 1999
#> 100641.2    Dead       <NA>     45 - 49 2000 - 2004
#> 100642.1    Dead       <NA>     80 - 84 2005 - 2009
#> 100642.2    Dead       <NA>     80 - 84 2010 - 2014
#> 100668.1    Dead       <NA>     35 - 39 2005 - 2009
#> 100671.1    Dead       <NA>     65 - 69 2010 - 2014
#> 100675.1    Dead       <NA>     05 - 09 1995 - 1999
#> 100675.2    Dead       <NA>     05 - 09 2005 - 2009
#> 100684.1    Dead       <NA>     50 - 54 1995 - 1999
#> 100684.2    Dead       <NA>     50 - 54 1995 - 1999
#> 100699.1    Dead       <NA>     50 - 54 1995 - 1999
#> 100699.2    Dead       <NA>     50 - 54 2010 - 2014
#> 100704.1    Dead       <NA>    85 - 120 1990 - 1994
#> 100704.2    Dead       <NA>    85 - 120 1995 - 1999
#> 100710.1   Alive       <NA>     60 - 64 2000 - 2004
#> 100710.2   Alive       <NA>     60 - 64 2000 - 2004
#> 100719.1    Dead       <NA>     20 - 24 2015 - 2019
#> 100724.1    Dead       <NA>     20 - 24 1995 - 1999
#> 100724.2    Dead       <NA>     20 - 24 2015 - 2019
#> 100725.1   Alive       <NA>     80 - 84 2000 - 2004
#> 100725.2   Alive       <NA>     80 - 84 2010 - 2014
#> 100739.1   Alive       <NA>     05 - 09 1990 - 1994
#> 100739.2   Alive       <NA>     05 - 09 2010 - 2014
#> 100745.1   Alive       <NA>     65 - 69 2000 - 2004
#> 100756.1    Dead       <NA>     30 - 34 2005 - 2009
#> 100785.1   Alive       <NA>     75 - 79 2015 - 2019
#> 100833.1   Alive       <NA>     00 - 04 1995 - 1999
#> 100833.2   Alive       <NA>     00 - 04 2015 - 2019
#> 100849.1    Dead       <NA>     25 - 29 1995 - 1999
#> 100849.2    Dead       <NA>     25 - 29 2015 - 2019
#> 100856.1    Dead       <NA>     45 - 49 1990 - 1994
#> 100856.2    Dead       <NA>     45 - 49 2000 - 2004
#> 100857.1    Dead       <NA>     05 - 09 1990 - 1994
#> 100871.1   Alive       <NA>     25 - 29 2005 - 2009
#> 100871.2   Alive       <NA>     25 - 29 2010 - 2014
#> 100872.1   Alive       <NA>     40 - 44 2010 - 2014
#> 100898.1   Alive       <NA>     65 - 69 1990 - 1994
#> 100898.2   Alive       <NA>     65 - 69 1995 - 1999
#> 100901.1    Dead       <NA>     40 - 44 2005 - 2009
#> 100905.1   Alive       <NA>     60 - 64 2000 - 2004
#> 100905.2   Alive       <NA>     60 - 64 2005 - 2009
#> 100908.1    Dead       <NA>     80 - 84 1995 - 1999
#> 100909.1   Alive       <NA>     35 - 39 2005 - 2009
#> 100909.2   Alive       <NA>     35 - 39 2015 - 2019
#> 100918.1    Dead       <NA>     70 - 74 1995 - 1999
#> 100918.2    Dead       <NA>     70 - 74 2010 - 2014
#> 100924.1    Dead       <NA>     60 - 64 1990 - 1994
#> 100924.2    Dead       <NA>     60 - 64 1995 - 1999
#> 100928.1   Alive       <NA>     45 - 49 2000 - 2004
#> 100928.2   Alive       <NA>     45 - 49 2015 - 2019
#> 100938.1   Alive       <NA>     75 - 79 2010 - 2014
#> 100944.1   Alive       <NA>     55 - 59 2010 - 2014
#> 100946.1   Alive       <NA>     70 - 74 2015 - 2019
#> 100951.1   Alive       <NA>     75 - 79 2015 - 2019
#> 100957.1   Alive       <NA>     25 - 29 2005 - 2009
#> 100957.2   Alive       <NA>     25 - 29 2015 - 2019
#> 100967.1    Dead       <NA>     65 - 69 1995 - 1999
#> 101003.1   Alive       <NA>     65 - 69 1995 - 1999
#> 101003.2   Alive       <NA>     65 - 69 1995 - 1999
#> 101007.1    Dead       <NA>     40 - 44 1990 - 1994
#> 101023.1    Dead       <NA>     40 - 44 1995 - 1999
#> 101036.1    Dead       <NA>     80 - 84 2005 - 2009
#> 101067.1   Alive       <NA>     25 - 29 2000 - 2004
#> 101067.2   Alive       <NA>     25 - 29 2000 - 2004
#> 101092.1   Alive       <NA>     70 - 74 2010 - 2014
#> 101159.1   Alive       <NA>     40 - 44 1995 - 1999
#> 101159.2   Alive       <NA>     40 - 44 2005 - 2009
#> 101160.1   Alive       <NA>     75 - 79 2010 - 2014
#> 101186.1   Alive       <NA>     50 - 54 1995 - 1999
#> 101186.2   Alive       <NA>     50 - 54 2015 - 2019
#> 101192.1    Dead       <NA>     05 - 09 1995 - 1999
#> 101196.1   Alive       <NA>     50 - 54 2010 - 2014
#> 101196.2   Alive       <NA>     50 - 54 2010 - 2014
#> 101200.1   Alive       <NA>     60 - 64 2005 - 2009
#> 101205.1   Alive       <NA>     60 - 64 2010 - 2014
#> 101211.1   Alive       <NA>     70 - 74 1990 - 1994
#> 101211.2   Alive       <NA>     70 - 74 2010 - 2014
#> 101238.1   Alive       <NA>     40 - 44 2010 - 2014
#> 101239.1   Alive       <NA>     60 - 64 1995 - 1999
#> 101239.2   Alive       <NA>     60 - 64 1995 - 1999
#> 101242.1    Dead       <NA>     55 - 59 2000 - 2004
#> 101242.2    Dead       <NA>     55 - 59 2000 - 2004
#> 101246.1   Alive       <NA>     45 - 49 1990 - 1994
#> 101246.2   Alive       <NA>     45 - 49 2005 - 2009
#> 101255.1   Alive       <NA>     35 - 39 1995 - 1999
#> 101255.2   Alive       <NA>     35 - 39 2010 - 2014
#> 101271.1    Dead       <NA>     35 - 39 1990 - 1994
#> 101330.1    Dead       <NA>     70 - 74 1995 - 1999
#> 101356.1   Alive       <NA>     50 - 54 2000 - 2004
#> 101356.2   Alive       <NA>     50 - 54 2000 - 2004
#> 101376.1   Alive       <NA>     20 - 24 2005 - 2009
#> 101377.1   Alive       <NA>     45 - 49 2015 - 2019
#> 101393.1   Alive       <NA>     25 - 29 2005 - 2009
#> 101409.1   Alive       <NA>     45 - 49 2010 - 2014
#> 101434.1   Alive       <NA>     75 - 79 2015 - 2019
#> 101434.2   Alive       <NA>     75 - 79 2015 - 2019
#> 101442.1   Alive       <NA>     50 - 54 2000 - 2004
#> 101442.2   Alive       <NA>     50 - 54 2005 - 2009
#> 101445.1   Alive       <NA>     65 - 69 2010 - 2014
#> 101447.1   Alive       <NA>     30 - 34 2015 - 2019
#> 101468.1    Dead       <NA>     10 - 14 1995 - 1999
#> 101469.1   Alive       <NA>     50 - 54 2010 - 2014
#> 101469.2   Alive       <NA>     50 - 54 2015 - 2019
#> 101474.1    Dead       <NA>     45 - 49 1995 - 1999
#> 101476.1   Alive       <NA>     70 - 74 2015 - 2019
#> 101519.1    Dead       <NA>     70 - 74 2000 - 2004
#> 101531.1    Dead       <NA>     50 - 54 1995 - 1999
#> 101531.2    Dead       <NA>     50 - 54 1995 - 1999
#> 101551.1    Dead       <NA>     35 - 39 2000 - 2004
#> 101551.2    Dead       <NA>     35 - 39 2005 - 2009
#> 101642.1   Alive       <NA>     60 - 64 2015 - 2019
#> 101653.1   Alive       <NA>     55 - 59 2000 - 2004
#> 101676.1   Alive       <NA>     05 - 09 1995 - 1999
#> 101676.2   Alive       <NA>     05 - 09 2000 - 2004
#> 101678.1    Dead       <NA>     65 - 69 2000 - 2004
#> 101682.1    Dead       <NA>     30 - 34 2010 - 2014
#> 101723.1   Alive       <NA>     60 - 64 2010 - 2014
#> 101726.1    Dead       <NA>     50 - 54 2005 - 2009
#> 101732.1   Alive       <NA>     65 - 69 1995 - 1999
#> 101749.1   Alive       <NA>     80 - 84 1995 - 1999
#> 101749.2   Alive       <NA>     80 - 84 2010 - 2014
#> 101758.1    Dead       <NA>     30 - 34 2005 - 2009
#> 101761.1    Dead       <NA>     55 - 59 1990 - 1994
#> 101773.1   Alive       <NA>     70 - 74 1990 - 1994
#> 101773.2   Alive       <NA>     70 - 74 2010 - 2014
#> 101812.1   Alive       <NA>     05 - 09 1990 - 1994
#> 101812.2   Alive       <NA>     05 - 09 2005 - 2009
#> 101818.1    Dead       <NA>     45 - 49 1995 - 1999
#> 101829.1    Dead       <NA>     40 - 44 1990 - 1994
#> 101829.2    Dead       <NA>     40 - 44 2005 - 2009
#> 101831.1   Alive       <NA>     55 - 59 2015 - 2019
#> 101833.1    Dead       <NA>     65 - 69 1990 - 1994
#> 101845.1    Dead       <NA>     50 - 54 2010 - 2014
#> 101849.1   Alive       <NA>     40 - 44 1990 - 1994
#> 101849.2   Alive       <NA>     40 - 44 2000 - 2004
#> 101856.1    Dead       <NA>     45 - 49 1995 - 1999
#> 101858.1   Alive       <NA>     40 - 44 2010 - 2014
#> 101871.1    Dead       <NA>     55 - 59 2005 - 2009
#> 101888.1   Alive       <NA>     80 - 84 2010 - 2014
#> 101916.1    Dead       <NA>     65 - 69 2005 - 2009
#> 101926.1   Alive       <NA>     75 - 79 1995 - 1999
#> 101926.2   Alive       <NA>     75 - 79 2000 - 2004
#> 101930.1   Alive       <NA>     15 - 19 1995 - 1999
#> 101930.2   Alive       <NA>     15 - 19 2000 - 2004
#> 101933.1    Dead       <NA>     05 - 09 2005 - 2009
#> 101935.1    Dead       <NA>     70 - 74 1990 - 1994
#> 101935.2    Dead       <NA>     70 - 74 1990 - 1994
#> 101946.1    Dead       <NA>     55 - 59 1990 - 1994
#> 101951.1    Dead       <NA>     70 - 74 2000 - 2004
#> 101951.2    Dead       <NA>     70 - 74 2015 - 2019
#> 101958.1    Dead       <NA>     00 - 04 1990 - 1994
#> 101960.1   Alive       <NA>     70 - 74 2000 - 2004
#> 101960.2   Alive       <NA>     70 - 74 2005 - 2009
#> 101962.1   Alive       <NA>     45 - 49 1990 - 1994
#> 101962.2   Alive       <NA>     45 - 49 1995 - 1999
#> 101963.1    Dead       <NA>     45 - 49 1995 - 1999
#> 101970.1    Dead       <NA>     65 - 69 2010 - 2014
#> 101973.1   Alive       <NA>     50 - 54 1995 - 1999
#> 101973.2   Alive       <NA>     50 - 54 1995 - 1999
#> 102000.1   Alive       <NA>     30 - 34 2015 - 2019
#> 102006.1   Alive       <NA>     20 - 24 2015 - 2019
#> 102018.1    Dead       <NA>     35 - 39 2005 - 2009
#> 102032.1    Dead       <NA>     15 - 19 1995 - 1999
#> 102032.2    Dead       <NA>     15 - 19 1995 - 1999
#> 102039.1   Alive       <NA>     55 - 59 2005 - 2009
#> 102047.1    Dead       <NA>     00 - 04 2005 - 2009
#> 102053.1   Alive       <NA>     35 - 39 2000 - 2004
#> 102053.2   Alive       <NA>     35 - 39 2015 - 2019
#> 102079.1   Alive       <NA>     55 - 59 2015 - 2019
#> 102098.1   Alive       <NA>     50 - 54 1990 - 1994
#> 102098.2   Alive       <NA>     50 - 54 1990 - 1994
#> 102100.1    Dead       <NA>    85 - 120 2005 - 2009
#> 102102.1    Dead       <NA>     30 - 34 1995 - 1999
#> 102125.1    Dead       <NA>     35 - 39 1990 - 1994
#> 102130.1   Alive       <NA>     75 - 79 1990 - 1994
#> 102130.2   Alive       <NA>     75 - 79 2005 - 2009
#> 102136.1   Alive       <NA>     30 - 34 2015 - 2019
#> 102136.2   Alive       <NA>     30 - 34 2015 - 2019
#> 102149.1   Alive       <NA>     70 - 74 2010 - 2014
#> 102157.1   Alive       <NA>     75 - 79 2015 - 2019
#> 102169.1   Alive       <NA>     40 - 44 2010 - 2014
#> 102176.1   Alive       <NA>     45 - 49 2005 - 2009
#> 102183.1    Dead       <NA>     65 - 69 2005 - 2009
#> 102183.2    Dead       <NA>     65 - 69 2005 - 2009
#> 102192.1    Dead       <NA>     25 - 29 1995 - 1999
#> 102192.2    Dead       <NA>     25 - 29 1995 - 1999
#> 102199.1    Dead       <NA>     75 - 79 2005 - 2009
#> 102215.1   Alive       <NA>     65 - 69 2010 - 2014
#> 102229.1   Alive       <NA>     60 - 64 1990 - 1994
#> 102229.2   Alive       <NA>     60 - 64 1990 - 1994
#> 102230.1    Dead       <NA>     60 - 64 1990 - 1994
#> 102284.1    Dead       <NA>     70 - 74 2015 - 2019
#> 102296.1   Alive       <NA>     45 - 49 1990 - 1994
#> 102296.2   Alive       <NA>     45 - 49 1995 - 1999
#> 102298.1    Dead       <NA>     75 - 79 2005 - 2009
#> 102313.1   Alive       <NA>     60 - 64 2000 - 2004
#> 102337.1   Alive       <NA>     30 - 34 2010 - 2014
#> 102347.1    Dead       <NA>     65 - 69 2000 - 2004
#> 102354.1    Dead       <NA>     65 - 69 1990 - 1994
#> 102374.1   Alive       <NA>     75 - 79 1990 - 1994
#> 102374.2   Alive       <NA>     75 - 79 2005 - 2009
#> 102377.1   Alive       <NA>     40 - 44 2010 - 2014
#> 102382.1    Dead       <NA>     65 - 69 1995 - 1999
#> 102382.2    Dead       <NA>     65 - 69 2000 - 2004
#> 102406.1   Alive       <NA>     20 - 24 2010 - 2014
#> 102406.2   Alive       <NA>     20 - 24 2015 - 2019
#> 102410.1   Alive       <NA>     40 - 44 2015 - 2019
#> 102413.1    Dead       <NA>     25 - 29 2005 - 2009
#> 102426.1   Alive       <NA>     60 - 64 2005 - 2009
#> 102426.2   Alive       <NA>     60 - 64 2015 - 2019
#> 102427.1    Dead       <NA>     45 - 49 2005 - 2009
#> 102440.1    Dead       <NA>     60 - 64 1995 - 1999
#> 102458.1    Dead       <NA>     20 - 24 1990 - 1994
#> 102472.1   Alive       <NA>     80 - 84 1995 - 1999
#> 102482.1   Alive       <NA>     40 - 44 2005 - 2009
#> 102485.1   Alive       <NA>     45 - 49 1990 - 1994
#> 102485.2   Alive       <NA>     45 - 49 1995 - 1999
#> 102486.1    Dead       <NA>     30 - 34 1995 - 1999
#> 102486.2    Dead       <NA>     30 - 34 2010 - 2014
#> 102510.1    Dead       <NA>     70 - 74 2000 - 2004
#> 102510.2    Dead       <NA>     70 - 74 2000 - 2004
#> 102533.1    Dead       <NA>     00 - 04 1990 - 1994
#> 102536.1   Alive       <NA>     65 - 69 2000 - 2004
#> 102536.2   Alive       <NA>     65 - 69 2000 - 2004
#> 102542.1   Alive       <NA>     80 - 84 1990 - 1994
#> 102542.2   Alive       <NA>     80 - 84 2015 - 2019
#> 102547.1   Alive       <NA>     20 - 24 2015 - 2019
#> 102551.1   Alive       <NA>     55 - 59 2005 - 2009
#> 102552.1    Dead       <NA>     75 - 79 1990 - 1994
#> 102552.2    Dead       <NA>     75 - 79 1995 - 1999
#> 102553.1    Dead       <NA>     70 - 74 2000 - 2004
#> 102573.1   Alive       <NA>     60 - 64 1990 - 1994
#> 102573.2   Alive       <NA>     60 - 64 2010 - 2014
#> 102599.1   Alive       <NA>     65 - 69 2015 - 2019
#> 102603.1   Alive       <NA>     80 - 84 2015 - 2019
#> 102613.1    Dead       <NA>     60 - 64 1995 - 1999
#> 102616.1    Dead       <NA>     10 - 14 2000 - 2004
#> 102635.1   Alive       <NA>     65 - 69 2005 - 2009
#> 102635.2   Alive       <NA>     65 - 69 2010 - 2014
#> 102648.1   Alive       <NA>     15 - 19 1995 - 1999
#> 102648.2   Alive       <NA>     15 - 19 1995 - 1999
#> 102650.1   Alive       <NA>     75 - 79 2000 - 2004
#> 102655.1   Alive       <NA>     55 - 59 2010 - 2014
#> 102655.2   Alive       <NA>     55 - 59 2015 - 2019
#> 102660.1   Alive       <NA>     60 - 64 2015 - 2019
#> 102699.1   Alive       <NA>     35 - 39 1995 - 1999
#> 102705.1   Alive       <NA>     35 - 39 1995 - 1999
#> 102705.2   Alive       <NA>     35 - 39 1995 - 1999
#> 102732.1    Dead       <NA>     55 - 59 1995 - 1999
#> 102744.1   Alive       <NA>     70 - 74 2015 - 2019
#> 102755.1   Alive       <NA>     50 - 54 2000 - 2004
#> 102755.2   Alive       <NA>     50 - 54 2010 - 2014
#> 102757.1    Dead       <NA>     60 - 64 1990 - 1994
#> 102771.1    Dead       <NA>     60 - 64 2000 - 2004
#> 102780.1   Alive       <NA>     40 - 44 2005 - 2009
#> 102780.2   Alive       <NA>     40 - 44 2010 - 2014
#> 102782.1   Alive       <NA>     75 - 79 2005 - 2009
#> 102804.1    Dead       <NA>     45 - 49 2000 - 2004
#> 102804.2    Dead       <NA>     45 - 49 2010 - 2014
#> 102831.1   Alive       <NA>     25 - 29 1995 - 1999
#> 102831.2   Alive       <NA>     25 - 29 2000 - 2004
#> 102839.1   Alive       <NA>     75 - 79 1990 - 1994
#> 102839.2   Alive       <NA>     75 - 79 2010 - 2014
#> 102840.1    Dead       <NA>     60 - 64 1990 - 1994
#> 102841.1    Dead       <NA>     45 - 49 1990 - 1994
#> 102841.2    Dead       <NA>     45 - 49 2000 - 2004
#> 102890.1   Alive       <NA>     60 - 64 2015 - 2019
#> 102912.1   Alive       <NA>     45 - 49 2010 - 2014
#> 102925.1    Dead       <NA>     60 - 64 2005 - 2009
#> 102938.1   Alive       <NA>     60 - 64 1995 - 1999
#> 102938.2   Alive       <NA>     60 - 64 2005 - 2009
#> 102939.1   Alive       <NA>     80 - 84 2015 - 2019
#> 102940.1    Dead       <NA>     65 - 69 1995 - 1999
#> 102940.2    Dead       <NA>     65 - 69 2000 - 2004
#> 102947.1    Dead       <NA>     45 - 49 1990 - 1994
#> 102981.1    Dead       <NA>     65 - 69 1990 - 1994
#> 103002.1    Dead       <NA>     10 - 14 2005 - 2009
#> 103006.1    Dead       <NA>     55 - 59 1990 - 1994
#> 103006.2    Dead       <NA>     55 - 59 1990 - 1994
#> 103031.1    Dead       <NA>     25 - 29 1990 - 1994
#> 103031.2    Dead       <NA>     25 - 29 2005 - 2009
#> 103041.1    Dead       <NA>     70 - 74 1995 - 1999
#> 103044.1    Dead       <NA>    85 - 120 1995 - 1999
#> 103062.1   Alive       <NA>     25 - 29 2010 - 2014
#> 103062.2   Alive       <NA>     25 - 29 2015 - 2019
#> 103079.1   Alive       <NA>     55 - 59 2010 - 2014
#> 103081.1   Alive       <NA>     40 - 44 2000 - 2004
#> 103082.1    Dead       <NA>     20 - 24 1990 - 1994
#> 103082.2    Dead       <NA>     20 - 24 1990 - 1994
#> 103118.1   Alive       <NA>     80 - 84 1990 - 1994
#> 103118.2   Alive       <NA>     80 - 84 1995 - 1999
#> 103139.1    Dead       <NA>     05 - 09 2000 - 2004
#> 103149.1    Dead       <NA>     00 - 04 2005 - 2009
#> 103155.1   Alive       <NA>     40 - 44 2005 - 2009
#> 103155.2   Alive       <NA>     40 - 44 2015 - 2019
#> 103196.1   Alive       <NA>     70 - 74 1995 - 1999
#> 103196.2   Alive       <NA>     70 - 74 2005 - 2009
#> 103199.1    Dead       <NA>     80 - 84 2010 - 2014
#> 103201.1   Alive       <NA>     50 - 54 2005 - 2009
#> 103201.2   Alive       <NA>     50 - 54 2005 - 2009
#> 103203.1   Alive       <NA>     50 - 54 2000 - 2004
#> 103209.1    Dead       <NA>     60 - 64 1995 - 1999
#> 103209.2    Dead       <NA>     60 - 64 2000 - 2004
#> 103217.1    Dead       <NA>     00 - 04 1990 - 1994
#> 103221.1    Dead       <NA>     75 - 79 1995 - 1999
#> 103263.1   Alive       <NA>     00 - 04 2000 - 2004
#> 103263.2   Alive       <NA>     00 - 04 2000 - 2004
#> 103275.1    Dead       <NA>     55 - 59 2000 - 2004
#> 103278.1   Alive       <NA>     65 - 69 2005 - 2009
#> 103278.2   Alive       <NA>     65 - 69 2015 - 2019
#> 103285.1    Dead       <NA>     55 - 59 2010 - 2014
#> 103285.2    Dead       <NA>     55 - 59 2015 - 2019
#> 103287.1    Dead       <NA>     75 - 79 1990 - 1994
#> 103287.2    Dead       <NA>     75 - 79 1995 - 1999
#> 103289.1   Alive       <NA>     35 - 39 2010 - 2014
#> 103293.1   Alive       <NA>     65 - 69 2005 - 2009
#> 103298.1    Dead       <NA>     50 - 54 1990 - 1994
#> 103298.2    Dead       <NA>     50 - 54 1990 - 1994
#> 103307.1   Alive       <NA>     65 - 69 2015 - 2019
#> 103324.1    Dead       <NA>     30 - 34 2010 - 2014
#> 103365.1    Dead       <NA>     60 - 64 1995 - 1999
#> 103370.1    Dead       <NA>     50 - 54 2000 - 2004
#> 103370.2    Dead       <NA>     50 - 54 2005 - 2009
#> 103398.1   Alive       <NA>     10 - 14 2000 - 2004
#> 103398.2   Alive       <NA>     10 - 14 2005 - 2009
#> 103429.1    Dead       <NA>     40 - 44 1995 - 1999
#> 103429.2    Dead       <NA>     40 - 44 2005 - 2009
#> 103452.1   Alive       <NA>     60 - 64 1995 - 1999
#> 103452.2   Alive       <NA>     60 - 64 2005 - 2009
#> 103464.1    Dead       <NA>     45 - 49 1990 - 1994
#> 103464.2    Dead       <NA>     45 - 49 2010 - 2014
#> 103465.1    Dead       <NA>     75 - 79 2005 - 2009
#> 103465.2    Dead       <NA>     75 - 79 2015 - 2019
#> 103477.1    Dead       <NA>     75 - 79 1990 - 1994
#> 103477.2    Dead       <NA>     75 - 79 1995 - 1999
#> 103479.1   Alive       <NA>     45 - 49 2000 - 2004
#> 103479.2   Alive       <NA>     45 - 49 2010 - 2014
#> 103529.1    Dead       <NA>     30 - 34 2000 - 2004
#> 103529.2    Dead       <NA>     30 - 34 2000 - 2004
#> 103567.1    Dead       <NA>     80 - 84 2000 - 2004
#> 103567.2    Dead       <NA>     80 - 84 2005 - 2009
#> 103612.1    Dead       <NA>     55 - 59 2005 - 2009
#> 103672.1   Alive       <NA>     55 - 59 2000 - 2004
#> 103672.2   Alive       <NA>     55 - 59 2010 - 2014
#> 103674.1   Alive       <NA>     55 - 59 2005 - 2009
#> 103687.1   Alive       <NA>     40 - 44 1995 - 1999
#> 103687.2   Alive       <NA>     40 - 44 2000 - 2004
#> 103695.1    Dead       <NA>     35 - 39 2000 - 2004
#> 103697.1   Alive       <NA>     25 - 29 2000 - 2004
#> 103697.2   Alive       <NA>     25 - 29 2010 - 2014
#> 103701.1    Dead       <NA>     20 - 24 2010 - 2014
#> 103706.1   Alive       <NA>     50 - 54 2015 - 2019
#> 103732.1    Dead       <NA>     25 - 29 1990 - 1994
#> 103732.2    Dead       <NA>     25 - 29 1990 - 1994
#> 103736.1    Dead       <NA>     10 - 14 1990 - 1994
#> 103736.2    Dead       <NA>     10 - 14 1995 - 1999
#> 103745.1   Alive       <NA>     55 - 59 2005 - 2009
#> 103747.1   Alive       <NA>     65 - 69 2000 - 2004
#> 103766.1    Dead       <NA>     55 - 59 1995 - 1999
#> 103815.1    Dead       <NA>     05 - 09 1995 - 1999
#> 103821.1   Alive       <NA>     65 - 69 2005 - 2009
#> 103824.1   Alive       <NA>     65 - 69 2015 - 2019
#> 103832.1    Dead       <NA>     65 - 69 1995 - 1999
#> 103832.2    Dead       <NA>     65 - 69 2005 - 2009
#> 103836.1    Dead       <NA>     00 - 04 1990 - 1994
#> 103838.1   Alive       <NA>     65 - 69 2015 - 2019
#> 103851.1    Dead       <NA>     40 - 44 1990 - 1994
#> 103859.1   Alive       <NA>     65 - 69 1995 - 1999
#> 103859.2   Alive       <NA>     65 - 69 2005 - 2009
#> 103866.1    Dead       <NA>     45 - 49 1995 - 1999
#> 103888.1   Alive       <NA>     50 - 54 2000 - 2004
#> 103895.1   Alive       <NA>    85 - 120 2005 - 2009
#> 103895.2   Alive       <NA>    85 - 120 2015 - 2019
#> 103900.1    Dead       <NA>     40 - 44 2005 - 2009
#> 103940.1    Dead       <NA>     45 - 49 1990 - 1994
#> 103940.2    Dead       <NA>     45 - 49 2005 - 2009
#> 103963.1   Alive       <NA>     45 - 49 1990 - 1994
#> 103963.2   Alive       <NA>     45 - 49 2005 - 2009
#> 103965.1    Dead       <NA>    85 - 120 1990 - 1994
#> 103965.2    Dead       <NA>    85 - 120 2000 - 2004
#> 104019.1   Alive       <NA>     65 - 69 2005 - 2009
#> 104021.1    Dead       <NA>     65 - 69 1990 - 1994
#> 104021.2    Dead       <NA>     65 - 69 2005 - 2009
#> 104057.1    Dead       <NA>     70 - 74 1990 - 1994
#> 104082.1   Alive       <NA>     60 - 64 2010 - 2014
#> 104082.2   Alive       <NA>     60 - 64 2010 - 2014
#> 104114.1   Alive       <NA>     25 - 29 2000 - 2004
#> 104114.2   Alive       <NA>     25 - 29 2015 - 2019
#> 104117.1    Dead       <NA>     35 - 39 1995 - 1999
#> 104146.1    Dead       <NA>     75 - 79 1990 - 1994
#> 104149.1    Dead       <NA>     70 - 74 1990 - 1994
#> 104149.2    Dead       <NA>     70 - 74 2000 - 2004
#> 104157.1    Dead       <NA>    85 - 120 1990 - 1994
#> 104157.2    Dead       <NA>    85 - 120 1990 - 1994
#> 104161.1   Alive       <NA>     60 - 64 1995 - 1999
#> 104161.2   Alive       <NA>     60 - 64 2000 - 2004
#> 104169.1   Alive       <NA>    85 - 120 2015 - 2019
#> 104194.1    Dead       <NA>     30 - 34 2005 - 2009
#> 104194.2    Dead       <NA>     30 - 34 2005 - 2009
#> 104224.1    Dead       <NA>     65 - 69 1995 - 1999
#> 104248.1    Dead       <NA>     40 - 44 1995 - 1999
#> 104261.1    Dead       <NA>    85 - 120 1995 - 1999
#> 104261.2    Dead       <NA>    85 - 120 2000 - 2004
#> 104267.1   Alive       <NA>     10 - 14 1990 - 1994
#> 104267.2   Alive       <NA>     10 - 14 2005 - 2009
#> 104291.1    Dead       <NA>     80 - 84 1995 - 1999
#> 104306.1   Alive       <NA>     40 - 44 2015 - 2019
#> 104307.1    Dead       <NA>     20 - 24 2000 - 2004
#> 104316.1    Dead       <NA>     30 - 34 2000 - 2004
#> 104352.1   Alive       <NA>     65 - 69 2000 - 2004
#> 104352.2   Alive       <NA>     65 - 69 2000 - 2004
#> 104364.1   Alive       <NA>     30 - 34 2000 - 2004
#> 104433.1   Alive       <NA>     35 - 39 2015 - 2019
#> 104446.1   Alive       <NA>     55 - 59 1995 - 1999
#> 104451.1    Dead       <NA>     25 - 29 2005 - 2009
#> 104465.1   Alive       <NA>     30 - 34 2005 - 2009
#> 104465.2   Alive       <NA>     30 - 34 2015 - 2019
#> 104473.1    Dead       <NA>     40 - 44 2005 - 2009
#> 104482.1    Dead       <NA>     15 - 19 1995 - 1999
#> 104482.2    Dead       <NA>     15 - 19 2005 - 2009
#> 104483.1    Dead       <NA>     45 - 49 2000 - 2004
#> 104483.2    Dead       <NA>     45 - 49 2000 - 2004
#> 104489.1   Alive       <NA>     70 - 74 1995 - 1999
#> 104489.2   Alive       <NA>     70 - 74 1995 - 1999
#> 104493.1   Alive       <NA>     35 - 39 2010 - 2014
#> 104498.1    Dead       <NA>     75 - 79 1995 - 1999
#> 104535.1    Dead       <NA>     10 - 14 1990 - 1994
#> 104542.1   Alive       <NA>     25 - 29 1995 - 1999
#> 104542.2   Alive       <NA>     25 - 29 2005 - 2009
#> 104552.1   Alive       <NA>     35 - 39 2005 - 2009
#> 104554.1    Dead       <NA>     75 - 79 1995 - 1999
#> 104562.1    Dead       <NA>     05 - 09 2000 - 2004
#> 104562.2    Dead       <NA>     05 - 09 2000 - 2004
#> 104566.1    Dead       <NA>     35 - 39 2010 - 2014
#> 104572.1    Dead       <NA>     65 - 69 1995 - 1999
#> 104572.2    Dead       <NA>     65 - 69 2000 - 2004
#> 104584.1   Alive       <NA>     45 - 49 2015 - 2019
#> 104597.1   Alive       <NA>     55 - 59 2005 - 2009
#> 104597.2   Alive       <NA>     55 - 59 2015 - 2019
#> 104615.1    Dead       <NA>     10 - 14 2005 - 2009
#> 104616.1    Dead       <NA>     40 - 44 2015 - 2019
#> 104624.1    Dead       <NA>     80 - 84 1995 - 1999
#> 104624.2    Dead       <NA>     80 - 84 2010 - 2014
#> 104632.1   Alive       <NA>     50 - 54 2000 - 2004
#> 104632.2   Alive       <NA>     50 - 54 2010 - 2014
#> 104636.1    Dead       <NA>     50 - 54 1990 - 1994
#> 104646.1   Alive       <NA>     55 - 59 2015 - 2019
#> 104661.1   Alive       <NA>     80 - 84 2010 - 2014
#> 104661.2   Alive       <NA>     80 - 84 2015 - 2019
#> 104671.1   Alive       <NA>     20 - 24 1995 - 1999
#> 104671.2   Alive       <NA>     20 - 24 2015 - 2019
#> 104672.1    Dead       <NA>     80 - 84 2000 - 2004
#> 104672.2    Dead       <NA>     80 - 84 2005 - 2009
#> 104711.1   Alive       <NA>     65 - 69 2015 - 2019
#> 104737.1    Dead       <NA>     35 - 39 2010 - 2014
#> 104745.1    Dead       <NA>     65 - 69 2000 - 2004
#> 104772.1    Dead       <NA>     65 - 69 2000 - 2004
#> 104772.2    Dead       <NA>     65 - 69 2015 - 2019
#> 104789.1    Dead       <NA>     35 - 39 2000 - 2004
#> 104789.2    Dead       <NA>     35 - 39 2005 - 2009
#> 104790.1   Alive       <NA>     25 - 29 1990 - 1994
#> 104790.2   Alive       <NA>     25 - 29 1995 - 1999
#> 104799.1    Dead       <NA>     60 - 64 2005 - 2009
#> 104848.1   Alive       <NA>     05 - 09 2015 - 2019
#> 104856.1    Dead       <NA>     75 - 79 2010 - 2014
#> 104875.1    Dead       <NA>     75 - 79 2000 - 2004
#> 104881.1   Alive       <NA>     55 - 59 2015 - 2019
#> 104884.1   Alive       <NA>     60 - 64 2000 - 2004
#> 104894.1   Alive       <NA>     40 - 44 2010 - 2014
#> 104894.2   Alive       <NA>     40 - 44 2010 - 2014
#> 104902.1   Alive       <NA>     70 - 74 2000 - 2004
#> 104902.2   Alive       <NA>     70 - 74 2005 - 2009
#> 104920.1   Alive       <NA>     70 - 74 1995 - 1999
#> 104940.1    Dead       <NA>     65 - 69 1990 - 1994
#> 104940.2    Dead       <NA>     65 - 69 2005 - 2009
#> 105000.1   Alive       <NA>     20 - 24 1995 - 1999
#> 105024.1    Dead       <NA>     20 - 24 1990 - 1994
#> 105024.2    Dead       <NA>     20 - 24 1995 - 1999
#> 105028.1   Alive       <NA>     65 - 69 1990 - 1994
#> 105028.2   Alive       <NA>     65 - 69 2000 - 2004
#> 105030.1   Alive       <NA>     35 - 39 2005 - 2009
#> 105042.1   Alive       <NA>     05 - 09 2010 - 2014
#> 105042.2   Alive       <NA>     05 - 09 2010 - 2014
#> 105059.1    Dead       <NA>     35 - 39 2000 - 2004
#> 105078.1    Dead       <NA>     30 - 34 1995 - 1999
#> 105085.1    Dead       <NA>     75 - 79 1990 - 1994
#> 105121.1   Alive       <NA>     75 - 79 1995 - 1999
#> 105156.1    Dead       <NA>     35 - 39 2000 - 2004
#> 105156.2    Dead       <NA>     35 - 39 2005 - 2009
#> 105177.1   Alive       <NA>     55 - 59 2000 - 2004
#> 105177.2   Alive       <NA>     55 - 59 2015 - 2019
#> 105190.1   Alive       <NA>     25 - 29 2000 - 2004
#> 105190.2   Alive       <NA>     25 - 29 2005 - 2009
#> 105231.1    Dead       <NA>     30 - 34 1990 - 1994
#> 105239.1   Alive       <NA>     45 - 49 2005 - 2009
#> 105239.2   Alive       <NA>     45 - 49 2015 - 2019
#> 105266.1    Dead       <NA>     70 - 74 1995 - 1999
#> 105300.1    Dead       <NA>     60 - 64 1995 - 1999
#> 105300.2    Dead       <NA>     60 - 64 1995 - 1999
#> 105305.1    Dead       <NA>     20 - 24 2010 - 2014
#> 105308.1    Dead       <NA>     25 - 29 2000 - 2004
#> 105310.1    Dead       <NA>     30 - 34 1995 - 1999
#> 105335.1    Dead       <NA>     55 - 59 2000 - 2004
#> 105344.1    Dead       <NA>     20 - 24 1990 - 1994
#> 105345.1   Alive       <NA>     15 - 19 1990 - 1994
#> 105345.2   Alive       <NA>     15 - 19 1995 - 1999
#> 105349.1    Dead       <NA>     75 - 79 1990 - 1994
#> 105353.1   Alive       <NA>    85 - 120 1995 - 1999
#> 105353.2   Alive       <NA>    85 - 120 2010 - 2014
#> 105356.1   Alive       <NA>     45 - 49 2005 - 2009
#> 105356.2   Alive       <NA>     45 - 49 2015 - 2019
#> 105368.1   Alive       <NA>     60 - 64 2010 - 2014
#> 105376.1    Dead       <NA>     65 - 69 1995 - 1999
#> 105388.1   Alive       <NA>     40 - 44 1990 - 1994
#> 105388.2   Alive       <NA>     40 - 44 2000 - 2004
#> 105428.1    Dead       <NA>     40 - 44 2000 - 2004
#> 105429.1   Alive       <NA>     70 - 74 2015 - 2019
#> 105433.1    Dead       <NA>     75 - 79 1995 - 1999
#> 105440.1    Dead       <NA>     35 - 39 1990 - 1994
#> 105440.2    Dead       <NA>     35 - 39 2000 - 2004
#> 105452.1    Dead       <NA>     30 - 34 2000 - 2004
#> 105452.2    Dead       <NA>     30 - 34 2005 - 2009
#> 105456.1   Alive       <NA>     45 - 49 2015 - 2019
#> 105513.1    Dead       <NA>     40 - 44 1995 - 1999
#> 105527.1   Alive       <NA>     35 - 39 2000 - 2004
#> 105549.1    Dead       <NA>     35 - 39 1995 - 1999
#> 105549.2    Dead       <NA>     35 - 39 1995 - 1999
#> 105576.1   Alive       <NA>     45 - 49 2015 - 2019
#> 105587.1    Dead       <NA>     50 - 54 2000 - 2004
#> 105599.1   Alive       <NA>     45 - 49 2015 - 2019
#> 105612.1    Dead       <NA>     60 - 64 1995 - 1999
#> 105614.1   Alive       <NA>     30 - 34 2015 - 2019
#> 105614.2   Alive       <NA>     30 - 34 2015 - 2019
#> 105617.1   Alive       <NA>     10 - 14 2005 - 2009
#> 105644.1   Alive       <NA>     80 - 84 2015 - 2019
#> 105653.1    Dead       <NA>     80 - 84 1990 - 1994
#> 105653.2    Dead       <NA>     80 - 84 1995 - 1999
#> 105663.1    Dead       <NA>     50 - 54 2000 - 2004
#> 105704.1    Dead       <NA>     60 - 64 1990 - 1994
#> 105715.1   Alive       <NA>     60 - 64 2015 - 2019
#> 105731.1    Dead       <NA>     45 - 49 2000 - 2004
#> 105731.2    Dead       <NA>     45 - 49 2015 - 2019
#> 105753.1    Dead       <NA>     75 - 79 2005 - 2009
#> 105761.1    Dead       <NA>     70 - 74 2000 - 2004
#> 105779.1   Alive       <NA>     50 - 54 1990 - 1994
#> 105779.2   Alive       <NA>     50 - 54 2010 - 2014
#> 105794.1   Alive       <NA>     40 - 44 1995 - 1999
#> 105794.2   Alive       <NA>     40 - 44 2010 - 2014
#> 105798.1   Alive       <NA>     70 - 74 1995 - 1999
#> 105798.2   Alive       <NA>     70 - 74 2000 - 2004
#> 105810.1   Alive       <NA>     70 - 74 2015 - 2019
#> 105814.1    Dead       <NA>     20 - 24 1995 - 1999
#> 105823.1   Alive       <NA>     65 - 69 2010 - 2014
#> 105836.1    Dead       <NA>     80 - 84 2005 - 2009
#> 105836.2    Dead       <NA>     80 - 84 2010 - 2014
#> 105868.1    Dead       <NA>     25 - 29 1990 - 1994
#> 105868.2    Dead       <NA>     25 - 29 2000 - 2004
#> 105877.1    Dead       <NA>     15 - 19 1990 - 1994
#> 105877.2    Dead       <NA>     15 - 19 1995 - 1999
#> 105882.1   Alive       <NA>     50 - 54 2000 - 2004
#> 105887.1   Alive       <NA>     65 - 69 2015 - 2019
#> 105888.1    Dead       <NA>    85 - 120 2000 - 2004
#> 105890.1   Alive       <NA>     80 - 84 1990 - 1994
#> 105890.2   Alive       <NA>     80 - 84 2005 - 2009
#> 105909.1   Alive       <NA>     60 - 64 1990 - 1994
#> 105909.2   Alive       <NA>     60 - 64 2005 - 2009
#> 105929.1    Dead       <NA>     25 - 29 1995 - 1999
#> 105934.1    Dead       <NA>     40 - 44 2000 - 2004
#> 105935.1    Dead       <NA>     75 - 79 2005 - 2009
#> 105937.1   Alive       <NA>     25 - 29 1990 - 1994
#> 105937.2   Alive       <NA>     25 - 29 2010 - 2014
#> 105949.1   Alive       <NA>     55 - 59 2015 - 2019
#> 105952.1    Dead       <NA>    85 - 120 2000 - 2004
#> 105954.1   Alive       <NA>     45 - 49 2000 - 2004
#> 105954.2   Alive       <NA>     45 - 49 2015 - 2019
#> 105958.1    Dead       <NA>     45 - 49 1995 - 1999
#> 105988.1   Alive       <NA>     40 - 44 2015 - 2019
#> 105993.1    Dead       <NA>     30 - 34 1995 - 1999
#> 106000.1   Alive       <NA>     25 - 29 2005 - 2009
#> 106000.2   Alive       <NA>     25 - 29 2015 - 2019
#> 106007.1   Alive       <NA>     60 - 64 2015 - 2019
#> 106082.1   Alive       <NA>     50 - 54 1990 - 1994
#> 106082.2   Alive       <NA>     50 - 54 2000 - 2004
#> 106101.1    Dead       <NA>     75 - 79 2000 - 2004
#> 106121.1    Dead       <NA>     35 - 39 2015 - 2019
#> 106131.1    Dead       <NA>     80 - 84 2000 - 2004
#> 106152.1    Dead       <NA>     55 - 59 1995 - 1999
#> 106152.2    Dead       <NA>     55 - 59 2010 - 2014
#> 106161.1    Dead       <NA>     35 - 39 2000 - 2004
#> 106161.2    Dead       <NA>     35 - 39 2010 - 2014
#> 106184.1    Dead       <NA>     30 - 34 2000 - 2004
#> 106186.1   Alive       <NA>     55 - 59 2000 - 2004
#> 106186.2   Alive       <NA>     55 - 59 2010 - 2014
#> 106189.1   Alive       <NA>     20 - 24 1990 - 1994
#> 106189.2   Alive       <NA>     20 - 24 2010 - 2014
#> 106207.1    Dead       <NA>     45 - 49 1990 - 1994
#> 106207.2    Dead       <NA>     45 - 49 1995 - 1999
#> 106230.1    Dead       <NA>     30 - 34 1995 - 1999
#> 106230.2    Dead       <NA>     30 - 34 2000 - 2004
#> 106237.1    Dead       <NA>     80 - 84 2000 - 2004
#> 106237.2    Dead       <NA>     80 - 84 2010 - 2014
#> 106253.1    Dead       <NA>     35 - 39 2000 - 2004
#> 106253.2    Dead       <NA>     35 - 39 2000 - 2004
#> 106255.1    Dead       <NA>     70 - 74 1990 - 1994
#> 106264.1   Alive       <NA>     30 - 34 1995 - 1999
#> 106264.2   Alive       <NA>     30 - 34 2000 - 2004
#> 106284.1    Dead       <NA>     30 - 34 1995 - 1999
#> 106284.2    Dead       <NA>     30 - 34 2000 - 2004
#> 106298.1   Alive       <NA>     50 - 54 2005 - 2009
#> 106319.1    Dead       <NA>     60 - 64 1990 - 1994
#> 106319.2    Dead       <NA>     60 - 64 2015 - 2019
#> 106325.1   Alive       <NA>     65 - 69 2005 - 2009
#> 106325.2   Alive       <NA>     65 - 69 2015 - 2019
#> 106376.1   Alive       <NA>     35 - 39 1995 - 1999
#> 106376.2   Alive       <NA>     35 - 39 2000 - 2004
#> 106392.1    Dead       <NA>     25 - 29 1990 - 1994
#> 106392.2    Dead       <NA>     25 - 29 2000 - 2004
#> 106399.1   Alive       <NA>     45 - 49 2000 - 2004
#> 106404.1   Alive       <NA>     60 - 64 1995 - 1999
#> 106404.2   Alive       <NA>     60 - 64 2000 - 2004
#> 106415.1   Alive       <NA>     15 - 19 2000 - 2004
#> 106415.2   Alive       <NA>     15 - 19 2005 - 2009
#> 106423.1   Alive       <NA>     75 - 79 1995 - 1999
#> 106423.2   Alive       <NA>     75 - 79 2000 - 2004
#> 106428.1    Dead       <NA>     45 - 49 2005 - 2009
#> 106442.1   Alive       <NA>     60 - 64 1995 - 1999
#> 106442.2   Alive       <NA>     60 - 64 2000 - 2004
#> 106452.1   Alive       <NA>     25 - 29 1995 - 1999
#> 106452.2   Alive       <NA>     25 - 29 2005 - 2009
#> 106495.1    Dead       <NA>     40 - 44 2000 - 2004
#> 106513.1    Dead       <NA>     65 - 69 1990 - 1994
#> 106513.2    Dead       <NA>     65 - 69 2010 - 2014
#> 106521.1    Dead       <NA>     55 - 59 1995 - 1999
#> 106526.1    Dead       <NA>     50 - 54 1995 - 1999
#> 106528.1   Alive       <NA>     45 - 49 2010 - 2014
#> 106529.1    Dead       <NA>     80 - 84 1995 - 1999
#> 106532.1    Dead       <NA>     70 - 74 2000 - 2004
#> 106544.1   Alive       <NA>     20 - 24 2010 - 2014
#> 106552.1    Dead       <NA>     80 - 84 2010 - 2014
#> 106567.1    Dead       <NA>     75 - 79 1990 - 1994
#> 106567.2    Dead       <NA>     75 - 79 1995 - 1999
#> 106585.1   Alive       <NA>     60 - 64 2015 - 2019
#> 106589.1   Alive       <NA>     45 - 49 1990 - 1994
#> 106589.2   Alive       <NA>     45 - 49 2010 - 2014
#> 106593.1    Dead       <NA>     75 - 79 1990 - 1994
#> 106593.2    Dead       <NA>     75 - 79 1990 - 1994
#> 106597.1    Dead       <NA>     70 - 74 2000 - 2004
#> 106605.1    Dead       <NA>     00 - 04 1990 - 1994
#> 106605.2    Dead       <NA>     00 - 04 1990 - 1994
#> 106623.1   Alive       <NA>     55 - 59 2015 - 2019
#> 106625.1   Alive       <NA>     70 - 74 2010 - 2014
#> 106639.1    Dead       <NA>     35 - 39 1995 - 1999
#> 106640.1    Dead       <NA>     65 - 69 1995 - 1999
#> 106671.1   Alive       <NA>    85 - 120 2005 - 2009
#> 106671.2   Alive       <NA>    85 - 120 2015 - 2019
#> 106702.1    Dead       <NA>     70 - 74 1990 - 1994
#> 106702.2    Dead       <NA>     70 - 74 1995 - 1999
#> 106728.1   Alive       <NA>     75 - 79 1990 - 1994
#> 106728.2   Alive       <NA>     75 - 79 2015 - 2019
#> 106730.1   Alive       <NA>     40 - 44 2010 - 2014
#> 106748.1   Alive       <NA>     60 - 64 2005 - 2009
#> 106748.2   Alive       <NA>     60 - 64 2010 - 2014
#> 106762.1   Alive       <NA>     70 - 74 1995 - 1999
#> 106762.2   Alive       <NA>     70 - 74 2015 - 2019
#> 106796.1   Alive       <NA>     50 - 54 1995 - 1999
#> 106796.2   Alive       <NA>     50 - 54 1995 - 1999
#> 106802.1    Dead       <NA>     25 - 29 2000 - 2004
#> 106802.2    Dead       <NA>     25 - 29 2010 - 2014
#> 106813.1   Alive       <NA>     40 - 44 2010 - 2014
#> 106816.1    Dead       <NA>     45 - 49 1995 - 1999
#> 106823.1   Alive       <NA>     40 - 44 2010 - 2014
#> 106830.1   Alive       <NA>     75 - 79 2005 - 2009
#> 106830.2   Alive       <NA>     75 - 79 2010 - 2014
#> 106832.1   Alive       <NA>    85 - 120 2015 - 2019
#> 106858.1   Alive       <NA>     50 - 54 2005 - 2009
#> 106862.1    Dead       <NA>     25 - 29 1990 - 1994
#> 106862.2    Dead       <NA>     25 - 29 1995 - 1999
#> 106871.1    Dead       <NA>     65 - 69 1990 - 1994
#> 106871.2    Dead       <NA>     65 - 69 2015 - 2019
#> 106874.1   Alive       <NA>     35 - 39 1990 - 1994
#> 106874.2   Alive       <NA>     35 - 39 2010 - 2014
#> 106884.1    Dead       <NA>     75 - 79 1990 - 1994
#> 106897.1   Alive       <NA>    85 - 120 2010 - 2014
#> 106899.1   Alive       <NA>     25 - 29 2010 - 2014
#> 106899.2   Alive       <NA>     25 - 29 2015 - 2019
#> 106900.1   Alive       <NA>     25 - 29 2005 - 2009
#> 106900.2   Alive       <NA>     25 - 29 2005 - 2009
#> 106915.1   Alive       <NA>     55 - 59 1995 - 1999
#> 106915.2   Alive       <NA>     55 - 59 2015 - 2019
#> 106924.1    Dead       <NA>     50 - 54 1995 - 1999
#> 106942.1    Dead       <NA>     60 - 64 1995 - 1999
#> 106955.1    Dead       <NA>     60 - 64 1990 - 1994
#> 106988.1   Alive       <NA>     70 - 74 1995 - 1999
#> 106988.2   Alive       <NA>     70 - 74 2010 - 2014
#> 106993.1   Alive       <NA>     40 - 44 2010 - 2014
#> 106994.1   Alive       <NA>     45 - 49 1990 - 1994
#> 106994.2   Alive       <NA>     45 - 49 2015 - 2019
#> 107015.1    Dead       <NA>    85 - 120 2005 - 2009
#> 107040.1   Alive       <NA>     25 - 29 2005 - 2009
#> 107040.2   Alive       <NA>     25 - 29 2015 - 2019
#> 107046.1   Alive       <NA>     40 - 44 1990 - 1994
#> 107046.2   Alive       <NA>     40 - 44 2005 - 2009
#> 107055.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107056.1   Alive       <NA>     55 - 59 2000 - 2004
#> 107070.1   Alive       <NA>     25 - 29 2015 - 2019
#> 107084.1   Alive       <NA>     75 - 79 2015 - 2019
#> 107108.1    Dead       <NA>     80 - 84 1995 - 1999
#> 107109.1    Dead       <NA>     75 - 79 2000 - 2004
#> 107109.2    Dead       <NA>     75 - 79 2010 - 2014
#> 107126.1    Dead       <NA>     60 - 64 1990 - 1994
#> 107139.1   Alive       <NA>     05 - 09 2010 - 2014
#> 107157.1    Dead       <NA>     20 - 24 1990 - 1994
#> 107157.2    Dead       <NA>     20 - 24 2010 - 2014
#> 107196.1   Alive       <NA>     45 - 49 2010 - 2014
#> 107210.1   Alive       <NA>     60 - 64 1995 - 1999
#> 107210.2   Alive       <NA>     60 - 64 2000 - 2004
#> 107220.1    Dead       <NA>     45 - 49 1995 - 1999
#> 107220.2    Dead       <NA>     45 - 49 1995 - 1999
#> 107240.1   Alive       <NA>     75 - 79 2015 - 2019
#> 107279.1    Dead       <NA>     40 - 44 1995 - 1999
#> 107282.1   Alive       <NA>     75 - 79 1990 - 1994
#> 107282.2   Alive       <NA>     75 - 79 2015 - 2019
#> 107297.1    Dead       <NA>     25 - 29 2005 - 2009
#> 107301.1   Alive       <NA>     65 - 69 2015 - 2019
#> 107325.1   Alive       <NA>     65 - 69 2000 - 2004
#> 107326.1   Alive       <NA>     65 - 69 2005 - 2009
#> 107326.2   Alive       <NA>     65 - 69 2010 - 2014
#> 107328.1   Alive       <NA>     25 - 29 1990 - 1994
#> 107328.2   Alive       <NA>     25 - 29 2015 - 2019
#> 107330.1    Dead       <NA>     45 - 49 2000 - 2004
#> 107342.1   Alive       <NA>     75 - 79 1990 - 1994
#> 107342.2   Alive       <NA>     75 - 79 2005 - 2009
#> 107349.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107377.1   Alive       <NA>     60 - 64 1990 - 1994
#> 107377.2   Alive       <NA>     60 - 64 2000 - 2004
#> 107402.1    Dead       <NA>     45 - 49 1990 - 1994
#> 107402.2    Dead       <NA>     45 - 49 1995 - 1999
#> 107410.1    Dead       <NA>    85 - 120 1995 - 1999
#> 107419.1   Alive       <NA>     80 - 84 2000 - 2004
#> 107419.2   Alive       <NA>     80 - 84 2000 - 2004
#> 107478.1   Alive       <NA>     55 - 59 2000 - 2004
#> 107478.2   Alive       <NA>     55 - 59 2000 - 2004
#> 107483.1   Alive       <NA>     55 - 59 2010 - 2014
#> 107507.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107508.1   Alive       <NA>     05 - 09 1990 - 1994
#> 107508.2   Alive       <NA>     05 - 09 2005 - 2009
#> 107515.1   Alive       <NA>    85 - 120 2000 - 2004
#> 107515.2   Alive       <NA>    85 - 120 2010 - 2014
#> 107520.1    Dead       <NA>     45 - 49 1995 - 1999
#> 107536.1    Dead       <NA>     25 - 29 2005 - 2009
#> 107537.1   Alive       <NA>     75 - 79 2015 - 2019
#> 107538.1   Alive       <NA>     35 - 39 2000 - 2004
#> 107538.2   Alive       <NA>     35 - 39 2015 - 2019
#> 107559.1    Dead       <NA>     25 - 29 2005 - 2009
#> 107564.1   Alive       <NA>     80 - 84 1995 - 1999
#> 107564.2   Alive       <NA>     80 - 84 1995 - 1999
#> 107575.1   Alive       <NA>     35 - 39 2010 - 2014
#> 107592.1    Dead       <NA>     10 - 14 2010 - 2014
#> 107625.1    Dead       <NA>     35 - 39 1990 - 1994
#> 107649.1   Alive       <NA>     55 - 59 1990 - 1994
#> 107649.2   Alive       <NA>     55 - 59 2000 - 2004
#> 107651.1   Alive       <NA>     45 - 49 2000 - 2004
#> 107651.2   Alive       <NA>     45 - 49 2015 - 2019
#> 107671.1   Alive       <NA>     40 - 44 1995 - 1999
#> 107671.2   Alive       <NA>     40 - 44 2005 - 2009
#> 107678.1    Dead       <NA>     70 - 74 1995 - 1999
#> 107691.1   Alive       <NA>     30 - 34 2005 - 2009
#> 107696.1   Alive       <NA>    85 - 120 2005 - 2009
#> 107720.1   Alive       <NA>     70 - 74 2000 - 2004
#> 107720.2   Alive       <NA>     70 - 74 2005 - 2009
#> 107724.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107724.2    Dead       <NA>     65 - 69 2010 - 2014
#> 107732.1    Dead       <NA>     75 - 79 1990 - 1994
#> 107740.1    Dead       <NA>     45 - 49 1990 - 1994
#> 107754.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107765.1   Alive       <NA>     65 - 69 1995 - 1999
#> 107765.2   Alive       <NA>     65 - 69 2010 - 2014
#> 107766.1    Dead       <NA>     35 - 39 1990 - 1994
#> 107774.1   Alive       <NA>     65 - 69 1990 - 1994
#> 107774.2   Alive       <NA>     65 - 69 2015 - 2019
#> 107795.1   Alive       <NA>     50 - 54 2000 - 2004
#> 107807.1   Alive       <NA>     40 - 44 2010 - 2014
#> 107808.1   Alive       <NA>     30 - 34 2015 - 2019
#> 107812.1   Alive       <NA>     40 - 44 2015 - 2019
#> 107819.1    Dead       <NA>     60 - 64 1995 - 1999
#> 107859.1    Dead       <NA>     25 - 29 1995 - 1999
#> 107859.2    Dead       <NA>     25 - 29 2000 - 2004
#> 107915.1    Dead       <NA>     65 - 69 1990 - 1994
#> 107917.1   Alive       <NA>    85 - 120 2000 - 2004
#> 107920.1   Alive       <NA>     15 - 19 2010 - 2014
#> 107942.1   Alive       <NA>     70 - 74 1990 - 1994
#> 107942.2   Alive       <NA>     70 - 74 1995 - 1999
#> 107945.1   Alive       <NA>     45 - 49 2000 - 2004
#> 107945.2   Alive       <NA>     45 - 49 2015 - 2019
#> 107969.1   Alive       <NA>     25 - 29 2010 - 2014
#> 107969.2   Alive       <NA>     25 - 29 2015 - 2019
#> 107996.1    Dead       <NA>     20 - 24 2005 - 2009
#> 108000.1    Dead       <NA>     55 - 59 2010 - 2014
#> 108002.1    Dead       <NA>     75 - 79 2005 - 2009
#> 108007.1    Dead       <NA>     20 - 24 2000 - 2004
#> 108044.1   Alive       <NA>     70 - 74 1990 - 1994
#> 108044.2   Alive       <NA>     70 - 74 2000 - 2004
#> 108053.1    Dead       <NA>     35 - 39 1990 - 1994
#> 108056.1    Dead       <NA>     20 - 24 1995 - 1999
#> 108061.1   Alive       <NA>     35 - 39 1995 - 1999
#> 108061.2   Alive       <NA>     35 - 39 2010 - 2014
#> 108063.1   Alive       <NA>     25 - 29 1990 - 1994
#> 108063.2   Alive       <NA>     25 - 29 2015 - 2019
#> 108092.1    Dead       <NA>     45 - 49 1995 - 1999
#> 108093.1    Dead       <NA>     55 - 59 2000 - 2004
#> 108121.1   Alive       <NA>     15 - 19 2015 - 2019
#> 108126.1    Dead       <NA>     15 - 19 1995 - 1999
#> 108126.2    Dead       <NA>     15 - 19 2010 - 2014
#> 108131.1   Alive       <NA>     00 - 04 2005 - 2009
#> 108135.1    Dead       <NA>     05 - 09 2000 - 2004
#> 108136.1    Dead       <NA>     65 - 69 1990 - 1994
#> 108140.1    Dead       <NA>     05 - 09 2005 - 2009
#> 108152.1   Alive       <NA>     50 - 54 1990 - 1994
#> 108152.2   Alive       <NA>     50 - 54 2000 - 2004
#> 108160.1    Dead       <NA>     65 - 69 2005 - 2009
#> 108184.1   Alive       <NA>     35 - 39 2010 - 2014
#> 108184.2   Alive       <NA>     35 - 39 2015 - 2019
#> 108188.1   Alive       <NA>     45 - 49 1995 - 1999
#> 108188.2   Alive       <NA>     45 - 49 2000 - 2004
#> 108203.1   Alive       <NA>     55 - 59 1990 - 1994
#> 108203.2   Alive       <NA>     55 - 59 2015 - 2019
#> 108210.1    Dead       <NA>     40 - 44 1990 - 1994
#> 108210.2    Dead       <NA>     40 - 44 2000 - 2004
#> 108234.1    Dead       <NA>     50 - 54 2000 - 2004
#> 108234.2    Dead       <NA>     50 - 54 2010 - 2014
#> 108241.1    Dead       <NA>     55 - 59 1995 - 1999
#> 108241.2    Dead       <NA>     55 - 59 2000 - 2004
#> 108266.1   Alive       <NA>     60 - 64 2015 - 2019
#> 108298.1    Dead       <NA>     40 - 44 1990 - 1994
#> 108298.2    Dead       <NA>     40 - 44 2000 - 2004
#> 108299.1    Dead       <NA>     40 - 44 1990 - 1994
#> 108299.2    Dead       <NA>     40 - 44 2000 - 2004
#> 108329.1   Alive       <NA>     70 - 74 2005 - 2009
#> 108352.1    Dead       <NA>     45 - 49 1990 - 1994
#> 108356.1    Dead       <NA>     55 - 59 2000 - 2004
#> 108363.1    Dead       <NA>     30 - 34 1990 - 1994
#> 108371.1   Alive       <NA>     70 - 74 2015 - 2019
#> 108384.1    Dead       <NA>     50 - 54 1990 - 1994
#> 108410.1   Alive       <NA>     60 - 64 1995 - 1999
#> 108410.2   Alive       <NA>     60 - 64 2015 - 2019
#> 108434.1    Dead       <NA>     30 - 34 1995 - 1999
#> 108446.1    Dead       <NA>     55 - 59 1995 - 1999
#> 108456.1   Alive       <NA>     40 - 44 2005 - 2009
#> 108461.1   Alive       <NA>     45 - 49 1990 - 1994
#> 108461.2   Alive       <NA>     45 - 49 2015 - 2019
#> 108463.1   Alive       <NA>     55 - 59 2005 - 2009
#> 108467.1    Dead       <NA>     45 - 49 1995 - 1999
#> 108473.1   Alive       <NA>     70 - 74 2005 - 2009
#> 108479.1   Alive       <NA>     30 - 34 2010 - 2014
#> 108484.1   Alive       <NA>     25 - 29 1995 - 1999
#> 108484.2   Alive       <NA>     25 - 29 2005 - 2009
#> 108494.1   Alive       <NA>     70 - 74 2000 - 2004
#> 108494.2   Alive       <NA>     70 - 74 2010 - 2014
#> 108504.1   Alive       <NA>     65 - 69 1990 - 1994
#> 108504.2   Alive       <NA>     65 - 69 1990 - 1994
#> 108510.1   Alive       <NA>     20 - 24 1990 - 1994
#> 108510.2   Alive       <NA>     20 - 24 1995 - 1999
#> 108512.1   Alive       <NA>    85 - 120 2010 - 2014
#> 108519.1   Alive       <NA>     75 - 79 2000 - 2004
#> 108519.2   Alive       <NA>     75 - 79 2000 - 2004
#> 108561.1    Dead       <NA>     25 - 29 2000 - 2004
#> 108561.2    Dead       <NA>     25 - 29 2005 - 2009
#> 108573.1   Alive       <NA>     50 - 54 1990 - 1994
#> 108573.2   Alive       <NA>     50 - 54 2015 - 2019
#> 108627.1    Dead       <NA>     40 - 44 1995 - 1999
#> 108627.2    Dead       <NA>     40 - 44 2010 - 2014
#> 108653.1   Alive       <NA>     55 - 59 2015 - 2019
#> 108661.1    Dead       <NA>     30 - 34 2000 - 2004
#> 108661.2    Dead       <NA>     30 - 34 2010 - 2014
#> 108664.1    Dead       <NA>     55 - 59 2000 - 2004
#> 108689.1    Dead       <NA>     00 - 04 1995 - 1999
#> 108689.2    Dead       <NA>     00 - 04 1995 - 1999
#> 108704.1    Dead       <NA>     15 - 19 2005 - 2009
#> 108709.1    Dead       <NA>     10 - 14 2000 - 2004
#> 108709.2    Dead       <NA>     10 - 14 2005 - 2009
#> 108717.1    Dead       <NA>     70 - 74 1995 - 1999
#> 108717.2    Dead       <NA>     70 - 74 2005 - 2009
#> 108719.1   Alive       <NA>     55 - 59 2000 - 2004
#> 108719.2   Alive       <NA>     55 - 59 2010 - 2014
#> 108722.1    Dead       <NA>     25 - 29 2005 - 2009
#> 108722.2    Dead       <NA>     25 - 29 2010 - 2014
#> 108727.1   Alive       <NA>     65 - 69 2015 - 2019
#> 108729.1   Alive       <NA>     55 - 59 1990 - 1994
#> 108729.2   Alive       <NA>     55 - 59 2000 - 2004
#> 108751.1   Alive       <NA>     50 - 54 2015 - 2019
#> 108785.1   Alive       <NA>     60 - 64 2005 - 2009
#> 108785.2   Alive       <NA>     60 - 64 2005 - 2009
#> 108789.1    Dead       <NA>     55 - 59 1995 - 1999
#> 108789.2    Dead       <NA>     55 - 59 1995 - 1999
#> 108833.1   Alive       <NA>     70 - 74 2000 - 2004
#> 108833.2   Alive       <NA>     70 - 74 2000 - 2004
#> 108838.1    Dead       <NA>     50 - 54 1990 - 1994
#> 108838.2    Dead       <NA>     50 - 54 1990 - 1994
#> 108870.1    Dead       <NA>     65 - 69 2010 - 2014
#> 108887.1    Dead       <NA>     80 - 84 2010 - 2014
#> 108889.1   Alive       <NA>     65 - 69 2000 - 2004
#> 108902.1    Dead       <NA>     25 - 29 2000 - 2004
#> 108902.2    Dead       <NA>     25 - 29 2015 - 2019
#> 108903.1    Dead       <NA>     25 - 29 2010 - 2014
#> 108917.1   Alive       <NA>     20 - 24 1995 - 1999
#> 108917.2   Alive       <NA>     20 - 24 2010 - 2014
#> 108920.1   Alive       <NA>     35 - 39 2010 - 2014
#> 108934.1    Dead       <NA>     25 - 29 1990 - 1994
#> 108939.1    Dead       <NA>     55 - 59 1990 - 1994
#> 108939.2    Dead       <NA>     55 - 59 1995 - 1999
#> 108943.1    Dead       <NA>     65 - 69 2000 - 2004
#> 108943.2    Dead       <NA>     65 - 69 2005 - 2009
#> 108958.1    Dead       <NA>     55 - 59 2000 - 2004
#> 108959.1   Alive       <NA>     50 - 54 2010 - 2014
#> 108961.1    Dead       <NA>     60 - 64 2005 - 2009
#> 108961.2    Dead       <NA>     60 - 64 2010 - 2014
#> 108968.1    Dead       <NA>     75 - 79 2010 - 2014
#> 108968.2    Dead       <NA>     75 - 79 2010 - 2014
#> 108976.1   Alive       <NA>     25 - 29 2005 - 2009
#> 108979.1    Dead       <NA>     50 - 54 1995 - 1999
#> 108992.1   Alive       <NA>     50 - 54 1990 - 1994
#> 108992.2   Alive       <NA>     50 - 54 2000 - 2004
#> 108995.1    Dead       <NA>     40 - 44 2000 - 2004
#> 108995.2    Dead       <NA>     40 - 44 2005 - 2009
#> 109017.1   Alive       <NA>     50 - 54 2005 - 2009
#> 109017.2   Alive       <NA>     50 - 54 2005 - 2009
#> 109030.1    Dead       <NA>     75 - 79 1990 - 1994
#> 109058.1   Alive       <NA>     65 - 69 2015 - 2019
#> 109062.1   Alive       <NA>     65 - 69 2015 - 2019
#> 109063.1   Alive       <NA>     35 - 39 1995 - 1999
#> 109066.1   Alive       <NA>     65 - 69 1995 - 1999
#> 109066.2   Alive       <NA>     65 - 69 2010 - 2014
#> 109119.1    Dead       <NA>     70 - 74 1995 - 1999
#> 109119.2    Dead       <NA>     70 - 74 2000 - 2004
#> 109128.1   Alive       <NA>     35 - 39 1990 - 1994
#> 109128.2   Alive       <NA>     35 - 39 2000 - 2004
#> 109137.1   Alive       <NA>     30 - 34 2010 - 2014
#> 109142.1   Alive       <NA>     25 - 29 1990 - 1994
#> 109142.2   Alive       <NA>     25 - 29 2010 - 2014
#> 109143.1   Alive       <NA>     25 - 29 2000 - 2004
#> 109150.1   Alive       <NA>     30 - 34 2005 - 2009
#> 109173.1    Dead       <NA>     35 - 39 1995 - 1999
#> 109182.1   Alive       <NA>     65 - 69 2010 - 2014
#> 109205.1   Alive       <NA>     55 - 59 1995 - 1999
#> 109205.2   Alive       <NA>     55 - 59 2005 - 2009
#> 109212.1   Alive       <NA>     55 - 59 2000 - 2004
#> 109212.2   Alive       <NA>     55 - 59 2010 - 2014
#> 109216.1    Dead       <NA>     70 - 74 2000 - 2004
#> 109225.1   Alive       <NA>     70 - 74 2000 - 2004
#> 109225.2   Alive       <NA>     70 - 74 2000 - 2004
#> 109254.1    Dead       <NA>     40 - 44 1990 - 1994
#> 109255.1    Dead       <NA>     30 - 34 2015 - 2019
#> 109256.1   Alive       <NA>     65 - 69 1995 - 1999
#> 109256.2   Alive       <NA>     65 - 69 2010 - 2014
#> 109262.1   Alive       <NA>     65 - 69 1995 - 1999
#> 109262.2   Alive       <NA>     65 - 69 2010 - 2014
#> 109263.1   Alive       <NA>    85 - 120 2000 - 2004
#> 109263.2   Alive       <NA>    85 - 120 2005 - 2009
#> 109270.1   Alive       <NA>     25 - 29 2000 - 2004
#> 109270.2   Alive       <NA>     25 - 29 2005 - 2009
#> 109275.1    Dead       <NA>     60 - 64 1990 - 1994
#> 109284.1   Alive       <NA>     45 - 49 2005 - 2009
#> 109297.1    Dead       <NA>     15 - 19 1990 - 1994
#> 109297.2    Dead       <NA>     15 - 19 1990 - 1994
#> 109325.1    Dead       <NA>    85 - 120 1990 - 1994
#> 109325.2    Dead       <NA>    85 - 120 2000 - 2004
#> 109326.1   Alive       <NA>     65 - 69 2010 - 2014
#> 109326.2   Alive       <NA>     65 - 69 2015 - 2019
#> 109328.1    Dead       <NA>     40 - 44 2005 - 2009
#> 109378.1   Alive       <NA>     45 - 49 2000 - 2004
#> 109401.1   Alive       <NA>     60 - 64 1990 - 1994
#> 109401.2   Alive       <NA>     60 - 64 2000 - 2004
#> 109412.1    Dead       <NA>    85 - 120 2005 - 2009
#> 109422.1   Alive       <NA>     75 - 79 2005 - 2009
#> 109422.2   Alive       <NA>     75 - 79 2010 - 2014
#> 109427.1    Dead       <NA>     80 - 84 2010 - 2014
#> 109439.1    Dead       <NA>     55 - 59 2000 - 2004
#> 109439.2    Dead       <NA>     55 - 59 2005 - 2009
#> 109465.1    Dead       <NA>     75 - 79 1990 - 1994
#> 109465.2    Dead       <NA>     75 - 79 1995 - 1999
#> 109499.1    Dead       <NA>     45 - 49 1990 - 1994
#> 109499.2    Dead       <NA>     45 - 49 2005 - 2009
#> 109506.1   Alive       <NA>     75 - 79 2000 - 2004
#> 109506.2   Alive       <NA>     75 - 79 2015 - 2019
#> 109509.1    Dead       <NA>     75 - 79 2000 - 2004
#> 109514.1   Alive       <NA>     25 - 29 1995 - 1999
#> 109514.2   Alive       <NA>     25 - 29 2000 - 2004
#> 109538.1   Alive       <NA>     80 - 84 1990 - 1994
#> 109538.2   Alive       <NA>     80 - 84 2000 - 2004
#> 109545.1   Alive       <NA>     25 - 29 1995 - 1999
#> 109545.2   Alive       <NA>     25 - 29 2015 - 2019
#> 109586.1   Alive       <NA>     60 - 64 2010 - 2014
#> 109586.2   Alive       <NA>     60 - 64 2015 - 2019
#> 109587.1   Alive       <NA>     20 - 24 1990 - 1994
#> 109587.2   Alive       <NA>     20 - 24 1995 - 1999
#> 109609.1   Alive       <NA>     60 - 64 2010 - 2014
#> 109610.1    Dead       <NA>     50 - 54 1990 - 1994
#> 109654.1   Alive       <NA>     30 - 34 2015 - 2019
#> 109657.1   Alive       <NA>     50 - 54 2000 - 2004
#> 109657.2   Alive       <NA>     50 - 54 2005 - 2009
#> 109668.1    Dead       <NA>     45 - 49 2005 - 2009
#> 109668.2    Dead       <NA>     45 - 49 2005 - 2009
#> 109674.1    Dead       <NA>     55 - 59 1990 - 1994
#> 109674.2    Dead       <NA>     55 - 59 1995 - 1999
#> 109681.1    Dead       <NA>     20 - 24 1990 - 1994
#> 109681.2    Dead       <NA>     20 - 24 2010 - 2014
#> 109715.1    Dead       <NA>     50 - 54 2010 - 2014
#> 109726.1   Alive       <NA>    85 - 120 2005 - 2009
#> 109739.1    Dead       <NA>     20 - 24 2005 - 2009
#> 109793.1    Dead       <NA>     60 - 64 2010 - 2014
#> 109801.1   Alive       <NA>     75 - 79 2015 - 2019
#> 109803.1    Dead       <NA>     65 - 69 1995 - 1999
#> 109804.1   Alive       <NA>     60 - 64 2015 - 2019
#> 109836.1    Dead       <NA>     60 - 64 1990 - 1994
#> 109836.2    Dead       <NA>     60 - 64 2000 - 2004
#> 109847.1    Dead       <NA>     30 - 34 2010 - 2014
#> 109860.1    Dead       <NA>     30 - 34 2000 - 2004
#> 109872.1    Dead       <NA>    85 - 120 1990 - 1994
#> 109897.1    Dead       <NA>     50 - 54 1995 - 1999
#> 109901.1   Alive       <NA>     20 - 24 1990 - 1994
#> 109901.2   Alive       <NA>     20 - 24 2015 - 2019
#> 109913.1   Alive       <NA>     65 - 69 2000 - 2004
#> 109913.2   Alive       <NA>     65 - 69 2010 - 2014
#> 109941.1    Dead       <NA>     15 - 19 2000 - 2004
#> 109948.1    Dead       <NA>     25 - 29 2005 - 2009
#> 109979.1    Dead       <NA>     70 - 74 1995 - 1999
#> 109979.2    Dead       <NA>     70 - 74 1995 - 1999
#> 109985.1    Dead       <NA>     30 - 34 1995 - 1999
#> 109985.2    Dead       <NA>     30 - 34 1995 - 1999
#> 109988.1    Dead       <NA>     00 - 04 2000 - 2004
#> 109990.1   Alive       <NA>     70 - 74 1995 - 1999
#> 109990.2   Alive       <NA>     70 - 74 1995 - 1999
#> 109991.1   Alive       <NA>     25 - 29 2005 - 2009
#> 110005.1    Dead       <NA>     70 - 74 1995 - 1999
#> 110009.1    Dead       <NA>     25 - 29 2005 - 2009
#> 110009.2    Dead       <NA>     25 - 29 2005 - 2009
#> 110014.1   Alive       <NA>     80 - 84 1995 - 1999
#> 110014.2   Alive       <NA>     80 - 84 2005 - 2009
#> 110031.1    Dead       <NA>     45 - 49 1995 - 1999
#> 110031.2    Dead       <NA>     45 - 49 2015 - 2019
#> 110043.1   Alive       <NA>     45 - 49 1995 - 1999
#> 110043.2   Alive       <NA>     45 - 49 2000 - 2004
#> 110110.1    Dead       <NA>     60 - 64 2000 - 2004
#> 110126.1    Dead       <NA>     70 - 74 1995 - 1999
#> 110152.1   Alive       <NA>     20 - 24 2000 - 2004
#> 110152.2   Alive       <NA>     20 - 24 2015 - 2019
#> 110153.1   Alive       <NA>     65 - 69 1990 - 1994
#> 110153.2   Alive       <NA>     65 - 69 2010 - 2014
#> 110211.1    Dead       <NA>     40 - 44 2000 - 2004
#> 110239.1    Dead       <NA>     40 - 44 2000 - 2004
#> 110239.2    Dead       <NA>     40 - 44 2005 - 2009
#> 110242.1    Dead       <NA>     65 - 69 1995 - 1999
#> 110242.2    Dead       <NA>     65 - 69 1995 - 1999
#> 110249.1    Dead       <NA>     20 - 24 2005 - 2009
#> 110254.1    Dead       <NA>     55 - 59 1995 - 1999
#> 110256.1   Alive       <NA>     45 - 49 2010 - 2014
#> 110262.1   Alive       <NA>     05 - 09 2000 - 2004
#> 110262.2   Alive       <NA>     05 - 09 2010 - 2014
#> 110264.1    Dead       <NA>     30 - 34 1995 - 1999
#> 110264.2    Dead       <NA>     30 - 34 2005 - 2009
#> 110271.1   Alive       <NA>     50 - 54 2015 - 2019
#> 110271.2   Alive       <NA>     50 - 54 2015 - 2019
#> 110274.1    Dead       <NA>     75 - 79 1995 - 1999
#> 110278.1    Dead       <NA>     50 - 54 2000 - 2004
#> 110294.1   Alive       <NA>     65 - 69 1995 - 1999
#> 110306.1    Dead       <NA>     10 - 14 1990 - 1994
#> 110306.2    Dead       <NA>     10 - 14 1990 - 1994
#> 110317.1   Alive       <NA>     60 - 64 2005 - 2009
#> 110340.1    Dead       <NA>    85 - 120 2000 - 2004
#> 110346.1    Dead       <NA>     55 - 59 2015 - 2019
#> 110359.1    Dead       <NA>     70 - 74 1995 - 1999
#> 110359.2    Dead       <NA>     70 - 74 2000 - 2004
#> 110373.1   Alive       <NA>     05 - 09 2010 - 2014
#> 110412.1   Alive       <NA>     30 - 34 2010 - 2014
#> 110412.2   Alive       <NA>     30 - 34 2015 - 2019
#> 110414.1    Dead       <NA>     50 - 54 2005 - 2009
#> 110425.1    Dead       <NA>     70 - 74 2010 - 2014
#> 110451.1   Alive       <NA>     80 - 84 2015 - 2019
#> 110456.1    Dead       <NA>     35 - 39 2010 - 2014
#> 110477.1    Dead       <NA>     25 - 29 2005 - 2009
#> 110480.1   Alive       <NA>     65 - 69 2010 - 2014
#> 110502.1   Alive       <NA>     75 - 79 1995 - 1999
#> 110502.2   Alive       <NA>     75 - 79 2010 - 2014
#> 110525.1    Dead       <NA>     60 - 64 1990 - 1994
#> 110549.1   Alive       <NA>     60 - 64 2005 - 2009
#> 110564.1    Dead       <NA>    85 - 120 2015 - 2019
#> 110580.1   Alive       <NA>     45 - 49 2000 - 2004
#> 110580.2   Alive       <NA>     45 - 49 2010 - 2014
#> 110582.1   Alive       <NA>     70 - 74 2010 - 2014
#> 110584.1   Alive       <NA>     10 - 14 1990 - 1994
#> 110584.2   Alive       <NA>     10 - 14 2010 - 2014
#> 110607.1    Dead       <NA>     50 - 54 1995 - 1999
#> 110616.1    Dead       <NA>     55 - 59 2000 - 2004
#> 110616.2    Dead       <NA>     55 - 59 2010 - 2014
#> 110618.1    Dead       <NA>     10 - 14 1995 - 1999
#> 110618.2    Dead       <NA>     10 - 14 2015 - 2019
#> 110653.1   Alive       <NA>     20 - 24 1990 - 1994
#> 110653.2   Alive       <NA>     20 - 24 1995 - 1999
#> 110657.1   Alive       <NA>     75 - 79 2015 - 2019
#> 110661.1   Alive       <NA>     05 - 09 1990 - 1994
#> 110661.2   Alive       <NA>     05 - 09 2015 - 2019
#> 110676.1   Alive       <NA>     75 - 79 2000 - 2004
#> 110679.1   Alive       <NA>     45 - 49 1990 - 1994
#> 110679.2   Alive       <NA>     45 - 49 1995 - 1999
#> 110700.1   Alive       <NA>     75 - 79 2005 - 2009
#> 110705.1    Dead       <NA>     65 - 69 1995 - 1999
#> 110711.1    Dead       <NA>     70 - 74 1995 - 1999
#> 110712.1   Alive       <NA>     55 - 59 2015 - 2019
#> 110723.1   Alive       <NA>     60 - 64 2010 - 2014
#> 110723.2   Alive       <NA>     60 - 64 2015 - 2019
#> 110725.1    Dead       <NA>     55 - 59 2005 - 2009
#> 110725.2    Dead       <NA>     55 - 59 2010 - 2014
#> 110729.1    Dead       <NA>     70 - 74 2005 - 2009
#> 110743.1   Alive       <NA>     65 - 69 1990 - 1994
#> 110743.2   Alive       <NA>     65 - 69 2005 - 2009
#> 110746.1    Dead 2005-04-15     65 - 69 2005 - 2009
#> 110753.1    Dead       <NA>     50 - 54 1990 - 1994
#> 110753.2    Dead       <NA>     50 - 54 1990 - 1994
#> 110783.1    Dead       <NA>     80 - 84 2000 - 2004
#> 110783.2    Dead       <NA>     80 - 84 2005 - 2009
#> 110802.1   Alive       <NA>     00 - 04 1995 - 1999
#> 110802.2   Alive       <NA>     00 - 04 2005 - 2009
#> 110823.1    Dead       <NA>     30 - 34 2000 - 2004
#> 110830.1    Dead       <NA>     35 - 39 1990 - 1994
#> 110835.1   Alive       <NA>     30 - 34 2010 - 2014
#> 110896.1    Dead       <NA>     60 - 64 1995 - 1999
#> 110896.2    Dead       <NA>     60 - 64 2005 - 2009
#> 110901.1   Alive       <NA>     05 - 09 2010 - 2014
#> 110902.1   Alive       <NA>     70 - 74 1995 - 1999
#> 110902.2   Alive       <NA>     70 - 74 2010 - 2014
#> 110913.1   Alive       <NA>     75 - 79 1990 - 1994
#> 110913.2   Alive       <NA>     75 - 79 2010 - 2014
#> 110948.1    Dead       <NA>     65 - 69 1995 - 1999
#> 110969.1    Dead       <NA>     00 - 04 1995 - 1999
#> 110969.2    Dead       <NA>     00 - 04 2010 - 2014
#> 110987.1    Dead       <NA>     40 - 44 1995 - 1999
#> 110993.1   Alive       <NA>     25 - 29 2005 - 2009
#> 110993.2   Alive       <NA>     25 - 29 2010 - 2014
#> 110998.1   Alive       <NA>     30 - 34 1990 - 1994
#> 110998.2   Alive       <NA>     30 - 34 2000 - 2004
#> 111010.1   Alive       <NA>     35 - 39 2000 - 2004
#> 111029.1    Dead       <NA>     50 - 54 2000 - 2004
#> 111050.1    Dead       <NA>     65 - 69 1995 - 1999
#> 111057.1   Alive       <NA>     75 - 79 2000 - 2004
#> 111060.1    Dead       <NA>     70 - 74 1990 - 1994
#> 111087.1   Alive       <NA>     75 - 79 2000 - 2004
#> 111089.1   Alive       <NA>     05 - 09 2015 - 2019
#> 111089.2   Alive       <NA>     05 - 09 2015 - 2019
#> 111099.1    Dead       <NA>     20 - 24 1990 - 1994
#> 111099.2    Dead       <NA>     20 - 24 2000 - 2004
#> 111104.1    Dead       <NA>     60 - 64 1995 - 1999
#> 111114.1   Alive       <NA>     20 - 24 2010 - 2014
#> 111135.1    Dead       <NA>     35 - 39 2005 - 2009
#> 111158.1    Dead       <NA>    85 - 120 1995 - 1999
#> 111175.1    Dead       <NA>     60 - 64 2000 - 2004
#> 111216.1   Alive       <NA>     65 - 69 2000 - 2004
#> 111216.2   Alive       <NA>     65 - 69 2015 - 2019
#> 111264.1   Alive       <NA>     35 - 39 2005 - 2009
#> 111283.1   Alive       <NA>     45 - 49 2000 - 2004
#> 111304.1    Dead       <NA>     40 - 44 1995 - 1999
#> 111304.2    Dead       <NA>     40 - 44 2000 - 2004
#> 111307.1    Dead       <NA>     80 - 84 2000 - 2004
#> 111320.1   Alive       <NA>     45 - 49 1990 - 1994
#> 111320.2   Alive       <NA>     45 - 49 2010 - 2014
#> 111323.1   Alive       <NA>     70 - 74 2000 - 2004
#> 111349.1    Dead       <NA>     30 - 34 2000 - 2004
#> 111363.1    Dead       <NA>     70 - 74 1990 - 1994
#> 111369.1    Dead       <NA>     20 - 24 1995 - 1999
#> 111379.1   Alive       <NA>     55 - 59 2015 - 2019
#> 111388.1   Alive       <NA>     55 - 59 1995 - 1999
#> 111388.2   Alive       <NA>     55 - 59 2000 - 2004
#> 111394.1    Dead       <NA>     65 - 69 2010 - 2014
#> 111411.1   Alive       <NA>     60 - 64 2005 - 2009
#> 111411.2   Alive       <NA>     60 - 64 2015 - 2019
#> 111415.1   Alive       <NA>    85 - 120 2015 - 2019
#> 111421.1   Alive       <NA>     50 - 54 2000 - 2004
#> 111421.2   Alive       <NA>     50 - 54 2010 - 2014
#> 111440.1   Alive       <NA>     40 - 44 2010 - 2014
#> 111440.2   Alive       <NA>     40 - 44 2010 - 2014
#> 111452.1   Alive       <NA>     75 - 79 1990 - 1994
#> 111452.2   Alive       <NA>     75 - 79 2000 - 2004
#> 111455.1    Dead       <NA>     40 - 44 2000 - 2004
#> 111455.2    Dead       <NA>     40 - 44 2015 - 2019
#> 111458.1    Dead       <NA>     80 - 84 2000 - 2004
#> 111474.1    Dead       <NA>     75 - 79 1995 - 1999
#> 111494.1    Dead       <NA>     10 - 14 2000 - 2004
#> 111518.1   Alive       <NA>     70 - 74 2010 - 2014
#> 111518.2   Alive       <NA>     70 - 74 2010 - 2014
#> 111528.1   Alive       <NA>    85 - 120 2015 - 2019
#> 111529.1    Dead       <NA>     65 - 69 1990 - 1994
#> 111529.2    Dead       <NA>     65 - 69 2015 - 2019
#> 111558.1   Alive       <NA>     65 - 69 1990 - 1994
#> 111558.2   Alive       <NA>     65 - 69 2000 - 2004
#> 111564.1    Dead       <NA>     40 - 44 1995 - 1999
#> 111597.1   Alive       <NA>     50 - 54 1990 - 1994
#> 111597.2   Alive       <NA>     50 - 54 1995 - 1999
#> 111605.1    Dead       <NA>     65 - 69 1990 - 1994
#> 111605.2    Dead       <NA>     65 - 69 1990 - 1994
#> 111612.1    Dead       <NA>     65 - 69 2000 - 2004
#> 111620.1   Alive       <NA>     50 - 54 2005 - 2009
#> 111622.1   Alive       <NA>     55 - 59 1995 - 1999
#> 111622.2   Alive       <NA>     55 - 59 2010 - 2014
#> 111627.1    Dead       <NA>     45 - 49 1995 - 1999
#> 111631.1    Dead       <NA>     65 - 69 2000 - 2004
#> 111631.2    Dead       <NA>     65 - 69 2015 - 2019
#> 111638.1   Alive       <NA>     60 - 64 2005 - 2009
#> 111638.2   Alive       <NA>     60 - 64 2005 - 2009
#> 111657.1    Dead       <NA>     65 - 69 2000 - 2004
#> 111657.2    Dead       <NA>     65 - 69 2000 - 2004
#> 111666.1    Dead       <NA>     10 - 14 1990 - 1994
#> 111666.2    Dead       <NA>     10 - 14 2010 - 2014
#> 111675.1   Alive       <NA>     55 - 59 2010 - 2014
#> 111677.1   Alive       <NA>     15 - 19 2000 - 2004
#> 111677.2   Alive       <NA>     15 - 19 2015 - 2019
#> 111689.1   Alive       <NA>     70 - 74 2000 - 2004
#> 111693.1    Dead       <NA>     65 - 69 2005 - 2009
#> 111698.1   Alive       <NA>     40 - 44 1990 - 1994
#> 111698.2   Alive       <NA>     40 - 44 2015 - 2019
#> 111719.1   Alive       <NA>     55 - 59 2010 - 2014
#> 111727.1    Dead       <NA>     80 - 84 2005 - 2009
#> 111727.2    Dead       <NA>     80 - 84 2015 - 2019
#> 111789.1    Dead       <NA>     65 - 69 1995 - 1999
#> 111789.2    Dead       <NA>     65 - 69 2000 - 2004
#> 111790.1    Dead       <NA>     75 - 79 2015 - 2019
#> 111796.1   Alive       <NA>     30 - 34 2015 - 2019
#> 111803.1    Dead       <NA>     50 - 54 2000 - 2004
#> 111809.1   Alive       <NA>     50 - 54 1995 - 1999
#> 111809.2   Alive       <NA>     50 - 54 2005 - 2009
#> 111822.1   Alive       <NA>     50 - 54 2005 - 2009
#> 111843.1    Dead       <NA>     65 - 69 1995 - 1999
#> 111850.1   Alive       <NA>     50 - 54 2000 - 2004
#> 111860.1    Dead       <NA>     60 - 64 1995 - 1999
#> 111860.2    Dead       <NA>     60 - 64 2000 - 2004
#> 111862.1   Alive       <NA>     70 - 74 2015 - 2019
#> 111862.2   Alive       <NA>     70 - 74 2015 - 2019
#> 111876.1    Dead       <NA>     75 - 79 2015 - 2019
#> 111876.2    Dead       <NA>     75 - 79 2015 - 2019
#> 111880.1   Alive       <NA>     45 - 49 2010 - 2014
#> 111881.1   Alive       <NA>     45 - 49 1995 - 1999
#> 111881.2   Alive       <NA>     45 - 49 2010 - 2014
#> 111889.1   Alive       <NA>     60 - 64 2005 - 2009
#> 111889.2   Alive       <NA>     60 - 64 2010 - 2014
#> 111895.1    Dead       <NA>     60 - 64 1995 - 1999
#> 111896.1   Alive       <NA>     00 - 04 2015 - 2019
#> 111911.1    Dead       <NA>     45 - 49 2000 - 2004
#> 111911.2    Dead       <NA>     45 - 49 2005 - 2009
#> 111918.1   Alive       <NA>     45 - 49 1990 - 1994
#> 111918.2   Alive       <NA>     45 - 49 2010 - 2014
#> 111923.1    Dead       <NA>    85 - 120 1990 - 1994
#> 111923.2    Dead       <NA>    85 - 120 2000 - 2004
#> 111941.1    Dead       <NA>     25 - 29 1990 - 1994
#> 111950.1   Alive       <NA>     65 - 69 2015 - 2019
#> 111952.1   Alive       <NA>     55 - 59 1990 - 1994
#> 111952.2   Alive       <NA>     55 - 59 2010 - 2014
#> 111958.1    Dead       <NA>     60 - 64 1990 - 1994
#> 111976.1    Dead       <NA>     60 - 64 1995 - 1999
#> 112036.1    Dead       <NA>     75 - 79 2005 - 2009
#> 112065.1   Alive       <NA>     65 - 69 2015 - 2019
#> 112090.1    Dead       <NA>     40 - 44 2000 - 2004
#> 112103.1   Alive       <NA>    85 - 120 2010 - 2014
#> 112110.1    Dead       <NA>     50 - 54 2015 - 2019
#> 112113.1    Dead       <NA>     35 - 39 2005 - 2009
#> 112128.1    Dead       <NA>     65 - 69 1990 - 1994
#> 112136.1    Dead       <NA>     70 - 74 1995 - 1999
#> 112150.1    Dead       <NA>     70 - 74 1990 - 1994
#> 112150.2    Dead       <NA>     70 - 74 1995 - 1999
#> 112183.1   Alive       <NA>     65 - 69 1990 - 1994
#> 112183.2   Alive       <NA>     65 - 69 1990 - 1994
#> 112192.1    Dead       <NA>     10 - 14 2000 - 2004
#> 112207.1   Alive       <NA>     40 - 44 2000 - 2004
#> 112207.2   Alive       <NA>     40 - 44 2000 - 2004
#> 112211.1    Dead       <NA>     30 - 34 2005 - 2009
#> 112223.1    Dead       <NA>     80 - 84 2005 - 2009
#> 112229.1   Alive       <NA>     55 - 59 1995 - 1999
#> 112229.2   Alive       <NA>     55 - 59 2000 - 2004
#> 112244.1    Dead       <NA>     20 - 24 2005 - 2009
#> 112249.1    Dead       <NA>     45 - 49 2015 - 2019
#> 112253.1   Alive       <NA>     55 - 59 2010 - 2014
#> 112261.1   Alive       <NA>     75 - 79 2015 - 2019
#> 112268.1   Alive       <NA>    85 - 120 2005 - 2009
#> 112268.2   Alive       <NA>    85 - 120 2015 - 2019
#> 112278.1   Alive       <NA>     45 - 49 2010 - 2014
#> 112281.1   Alive       <NA>     45 - 49 1995 - 1999
#> 112281.2   Alive       <NA>     45 - 49 2010 - 2014
#> 112283.1   Alive       <NA>     65 - 69 1995 - 1999
#> 112283.2   Alive       <NA>     65 - 69 2000 - 2004
#> 112285.1   Alive       <NA>     60 - 64 1995 - 1999
#> 112285.2   Alive       <NA>     60 - 64 2005 - 2009
#> 112322.1    Dead       <NA>     45 - 49 1995 - 1999
#> 112343.1    Dead       <NA>     65 - 69 1990 - 1994
#> 112343.2    Dead       <NA>     65 - 69 1995 - 1999
#> 112344.1    Dead       <NA>     20 - 24 1990 - 1994
#> 112344.2    Dead       <NA>     20 - 24 1995 - 1999
#> 112355.1    Dead       <NA>     50 - 54 2000 - 2004
#> 112356.1    Dead       <NA>     40 - 44 2000 - 2004
#> 112365.1   Alive       <NA>     75 - 79 2015 - 2019
#> 112366.1    Dead       <NA>    85 - 120 1995 - 1999
#> 112376.1    Dead       <NA>     40 - 44 2010 - 2014
#> 112376.2    Dead       <NA>     40 - 44 2010 - 2014
#> 112397.1    Dead       <NA>     60 - 64 1995 - 1999
#> 112419.1    Dead       <NA>     35 - 39 1995 - 1999
#> 112426.1    Dead       <NA>     50 - 54 2000 - 2004
#> 112426.2    Dead       <NA>     50 - 54 2015 - 2019
#> 112429.1    Dead       <NA>    85 - 120 1990 - 1994
#> 112501.1   Alive       <NA>     40 - 44 2005 - 2009
#> 112501.2   Alive       <NA>     40 - 44 2010 - 2014
#> 112502.1   Alive       <NA>     45 - 49 2000 - 2004
#> 112515.1    Dead       <NA>     20 - 24 1995 - 1999
#> 112515.2    Dead       <NA>     20 - 24 2000 - 2004
#> 112523.1   Alive       <NA>     40 - 44 2005 - 2009
#> 112528.1   Alive       <NA>     75 - 79 2015 - 2019
#> 112540.1   Alive       <NA>     25 - 29 1995 - 1999
#> 112540.2   Alive       <NA>     25 - 29 2015 - 2019
#> 112545.1   Alive       <NA>     55 - 59 2015 - 2019
#> 112562.1    Dead       <NA>    85 - 120 1990 - 1994
#> 112573.1    Dead       <NA>     30 - 34 1995 - 1999
#> 112574.1    Dead       <NA>    85 - 120 1995 - 1999
#> 112576.1   Alive       <NA>     30 - 34 1990 - 1994
#> 112576.2   Alive       <NA>     30 - 34 1990 - 1994
#> 112579.1    Dead       <NA>     65 - 69 1995 - 1999
#> 112579.2    Dead       <NA>     65 - 69 2010 - 2014
#> 112584.1    Dead       <NA>     75 - 79 1990 - 1994
#> 112590.1    Dead       <NA>     45 - 49 2000 - 2004
#> 112627.1    Dead       <NA>     75 - 79 2005 - 2009
#> 112645.1    Dead       <NA>     50 - 54 2005 - 2009
#> 112646.1   Alive       <NA>     40 - 44 1995 - 1999
#> 112646.2   Alive       <NA>     40 - 44 2000 - 2004
#> 112655.1   Alive       <NA>     55 - 59 2005 - 2009
#> 112684.1    Dead       <NA>     25 - 29 2000 - 2004
#> 112734.1    Dead       <NA>     30 - 34 2000 - 2004
#> 112737.1    Dead       <NA>     25 - 29 1990 - 1994
#> 112737.2    Dead       <NA>     25 - 29 1995 - 1999
#> 112756.1   Alive       <NA>     75 - 79 2015 - 2019
#> 112766.1    Dead       <NA>     65 - 69 2005 - 2009
#> 112767.1   Alive       <NA>     15 - 19 2005 - 2009
#> 112767.2   Alive       <NA>     15 - 19 2010 - 2014
#> 112797.1    Dead       <NA>     65 - 69 1990 - 1994
#> 112797.2    Dead       <NA>     65 - 69 1990 - 1994
#> 112798.1   Alive       <NA>    85 - 120 2005 - 2009
#> 112798.2   Alive       <NA>    85 - 120 2005 - 2009
#> 112800.1   Alive       <NA>     10 - 14 1990 - 1994
#> 112800.2   Alive       <NA>     10 - 14 2000 - 2004
#> 112826.1   Alive       <NA>     50 - 54 2010 - 2014
#> 112828.1   Alive       <NA>     55 - 59 1995 - 1999
#> 112828.2   Alive       <NA>     55 - 59 2005 - 2009
#> 112860.1   Alive       <NA>     55 - 59 2005 - 2009
#> 112860.2   Alive       <NA>     55 - 59 2010 - 2014
#> 112887.1    Dead       <NA>    85 - 120 1990 - 1994
#> 112887.2    Dead       <NA>    85 - 120 2005 - 2009
#> 112888.1   Alive       <NA>     15 - 19 2005 - 2009
#> 112906.1   Alive       <NA>     25 - 29 2000 - 2004
#> 112906.2   Alive       <NA>     25 - 29 2015 - 2019
#> 112911.1   Alive       <NA>     30 - 34 2005 - 2009
#> 112913.1    Dead       <NA>     50 - 54 2000 - 2004
#> 112913.2    Dead       <NA>     50 - 54 2005 - 2009
#> 112915.1    Dead       <NA>     15 - 19 2000 - 2004
#> 112915.2    Dead       <NA>     15 - 19 2005 - 2009
#> 112937.1   Alive       <NA>     45 - 49 1995 - 1999
#> 112937.2   Alive       <NA>     45 - 49 2015 - 2019
#> 112940.1   Alive       <NA>     05 - 09 2000 - 2004
#> 112940.2   Alive       <NA>     05 - 09 2005 - 2009
#> 112949.1    Dead       <NA>     65 - 69 1995 - 1999
#> 112949.2    Dead       <NA>     65 - 69 2000 - 2004
#> 112974.1    Dead       <NA>     60 - 64 1990 - 1994
#> 113027.1   Alive       <NA>     30 - 34 1990 - 1994
#> 113027.2   Alive       <NA>     30 - 34 2015 - 2019
#> 113037.1   Alive       <NA>     55 - 59 1990 - 1994
#> 113037.2   Alive       <NA>     55 - 59 2000 - 2004
#> 113040.1    Dead       <NA>     60 - 64 2000 - 2004
#> 113045.1   Alive       <NA>     70 - 74 1995 - 1999
#> 113045.2   Alive       <NA>     70 - 74 2005 - 2009
#> 113046.1    Dead       <NA>     35 - 39 1990 - 1994
#> 113054.1    Dead       <NA>     75 - 79 1995 - 1999
#> 113058.1   Alive       <NA>     10 - 14 1990 - 1994
#> 113058.2   Alive       <NA>     10 - 14 2010 - 2014
#> 113064.1    Dead       <NA>     60 - 64 1990 - 1994
#> 113082.1    Dead       <NA>     55 - 59 1990 - 1994
#> 113083.1   Alive       <NA>     40 - 44 2005 - 2009
#> 113105.1    Dead       <NA>     20 - 24 1995 - 1999
#> 113105.2    Dead       <NA>     20 - 24 1995 - 1999
#> 113109.1   Alive       <NA>     70 - 74 2000 - 2004
#> 113115.1   Alive       <NA>     50 - 54 2015 - 2019
#> 113116.1   Alive       <NA>     75 - 79 2015 - 2019
#> 113136.1    Dead       <NA>    85 - 120 1990 - 1994
#> 113141.1    Dead       <NA>     00 - 04 1990 - 1994
#> 113159.1   Alive       <NA>     75 - 79 1990 - 1994
#> 113159.2   Alive       <NA>     75 - 79 1995 - 1999
#> 113164.1    Dead       <NA>     75 - 79 1990 - 1994
#> 113164.2    Dead       <NA>     75 - 79 1995 - 1999
#> 113190.1    Dead       <NA>     20 - 24 2000 - 2004
#> 113190.2    Dead       <NA>     20 - 24 2000 - 2004
#> 113202.1   Alive       <NA>     35 - 39 2005 - 2009
#> 113202.2   Alive       <NA>     35 - 39 2015 - 2019
#> 113209.1   Alive       <NA>     50 - 54 2015 - 2019
#> 113219.1    Dead       <NA>     35 - 39 2010 - 2014
#> 113224.1    Dead       <NA>     00 - 04 1990 - 1994
#> 113235.1    Dead       <NA>     25 - 29 1990 - 1994
#> 113249.1   Alive       <NA>     40 - 44 1990 - 1994
#> 113249.2   Alive       <NA>     40 - 44 2005 - 2009
#> 113251.1   Alive       <NA>     20 - 24 2010 - 2014
#> 113272.1   Alive       <NA>     25 - 29 2015 - 2019
#> 113275.1   Alive       <NA>     20 - 24 2010 - 2014
#> 113275.2   Alive       <NA>     20 - 24 2015 - 2019
#> 113293.1    Dead       <NA>     60 - 64 1990 - 1994
#> 113296.1   Alive       <NA>     55 - 59 2000 - 2004
#> 113296.2   Alive       <NA>     55 - 59 2010 - 2014
#> 113321.1   Alive       <NA>     45 - 49 1995 - 1999
#> 113346.1   Alive       <NA>     70 - 74 2005 - 2009
#> 113346.2   Alive       <NA>     70 - 74 2015 - 2019
#> 113353.1   Alive       <NA>    85 - 120 1990 - 1994
#> 113353.2   Alive       <NA>    85 - 120 2015 - 2019
#> 113358.1    Dead       <NA>     60 - 64 1990 - 1994
#> 113365.1   Alive       <NA>     75 - 79 2015 - 2019
#> 113409.1   Alive       <NA>     40 - 44 2010 - 2014
#> 113461.1    Dead       <NA>     55 - 59 2005 - 2009
#> 113479.1    Dead       <NA>     40 - 44 1990 - 1994
#> 113483.1   Alive       <NA>     65 - 69 2000 - 2004
#> 113495.1   Alive       <NA>     50 - 54 2010 - 2014
#> 113513.1   Alive       <NA>    85 - 120 1995 - 1999
#> 113513.2   Alive       <NA>    85 - 120 2005 - 2009
#> 113519.1    Dead       <NA>     60 - 64 1995 - 1999
#> 113519.2    Dead       <NA>     60 - 64 2005 - 2009
#> 113520.1    Dead       <NA>     25 - 29 1990 - 1994
#> 113520.2    Dead       <NA>     25 - 29 2000 - 2004
#> 113522.1    Dead       <NA>     25 - 29 2005 - 2009
#> 113531.1   Alive       <NA>     50 - 54 1990 - 1994
#> 113531.2   Alive       <NA>     50 - 54 2010 - 2014
#> 113554.1    Dead       <NA>     70 - 74 1995 - 1999
#> 113554.2    Dead       <NA>     70 - 74 2000 - 2004
#> 113578.1    Dead       <NA>     00 - 04 2000 - 2004
#> 113587.1    Dead       <NA>    85 - 120 2005 - 2009
#> 113602.1   Alive       <NA>     80 - 84 2010 - 2014
#> 113609.1    Dead       <NA>     55 - 59 2000 - 2004
#> 113611.1   Alive       <NA>     15 - 19 2000 - 2004
#> 113611.2   Alive       <NA>     15 - 19 2010 - 2014
#> 113620.1    Dead       <NA>     50 - 54 1990 - 1994
#> 113620.2    Dead       <NA>     50 - 54 1995 - 1999
#> 113635.1   Alive       <NA>     60 - 64 1995 - 1999
#> 113635.2   Alive       <NA>     60 - 64 2005 - 2009
#> 113661.1    Dead       <NA>     45 - 49 2000 - 2004
#> 113673.1    Dead       <NA>     10 - 14 2005 - 2009
#> 113676.1   Alive       <NA>     80 - 84 2000 - 2004
#> 113676.2   Alive       <NA>     80 - 84 2015 - 2019
#> 113685.1    Dead       <NA>     55 - 59 2005 - 2009
#> 113685.2    Dead       <NA>     55 - 59 2010 - 2014
#> 113695.1    Dead       <NA>     45 - 49 2010 - 2014
#> 113707.1   Alive       <NA>     45 - 49 2000 - 2004
#> 113707.2   Alive       <NA>     45 - 49 2010 - 2014
#> 113736.1    Dead       <NA>     30 - 34 1990 - 1994
#> 113736.2    Dead       <NA>     30 - 34 1995 - 1999
#> 113760.1    Dead       <NA>     00 - 04 1995 - 1999
#> 113760.2    Dead       <NA>     00 - 04 2000 - 2004
#> 113763.1   Alive       <NA>     55 - 59 2005 - 2009
#> 113771.1    Dead       <NA>     25 - 29 2010 - 2014
#> 113776.1   Alive       <NA>     20 - 24 2005 - 2009
#> 113776.2   Alive       <NA>     20 - 24 2010 - 2014
#> 113791.1    Dead       <NA>     60 - 64 2015 - 2019
#> 113813.1    Dead       <NA>     40 - 44 1990 - 1994
#> 113813.2    Dead       <NA>     40 - 44 2000 - 2004
#> 113817.1   Alive       <NA>     55 - 59 2010 - 2014
#> 113822.1   Alive       <NA>     35 - 39 1990 - 1994
#> 113822.2   Alive       <NA>     35 - 39 2000 - 2004
#> 113845.1    Dead       <NA>     50 - 54 2000 - 2004
#> 113858.1   Alive       <NA>     55 - 59 2000 - 2004
#> 113863.1    Dead       <NA>    85 - 120 1995 - 1999
#> 113876.1   Alive       <NA>     70 - 74 1995 - 1999
#> 113879.1   Alive       <NA>     55 - 59 2005 - 2009
#> 113879.2   Alive       <NA>     55 - 59 2015 - 2019
#> 113891.1   Alive       <NA>     65 - 69 2005 - 2009
#> 113891.2   Alive       <NA>     65 - 69 2010 - 2014
#> 113923.1   Alive       <NA>     05 - 09 2000 - 2004
#> 113923.2   Alive       <NA>     05 - 09 2015 - 2019
#> 113940.1    Dead       <NA>     15 - 19 1995 - 1999
#> 114020.1   Alive       <NA>     30 - 34 1990 - 1994
#> 114020.2   Alive       <NA>     30 - 34 1990 - 1994
#> 114026.1    Dead       <NA>     35 - 39 2005 - 2009
#> 114079.1    Dead       <NA>     35 - 39 1995 - 1999
#> 114083.1   Alive       <NA>    85 - 120 2000 - 2004
#> 114083.2   Alive       <NA>    85 - 120 2005 - 2009
#> 114085.1   Alive       <NA>     65 - 69 1990 - 1994
#> 114085.2   Alive       <NA>     65 - 69 2000 - 2004
#> 114088.1    Dead       <NA>     25 - 29 1990 - 1994
#> 114089.1    Dead       <NA>     40 - 44 2005 - 2009
#> 114089.2    Dead       <NA>     40 - 44 2010 - 2014
#> 114112.1   Alive       <NA>     45 - 49 2000 - 2004
#> 114130.1    Dead       <NA>     05 - 09 2000 - 2004
#> 114131.1    Dead       <NA>     60 - 64 1990 - 1994
#> 114135.1    Dead       <NA>     65 - 69 2010 - 2014
#> 114139.1   Alive       <NA>     65 - 69 2015 - 2019
#> 114140.1   Alive       <NA>     60 - 64 2010 - 2014
#> 114152.1   Alive       <NA>     40 - 44 2000 - 2004
#> 114152.2   Alive       <NA>     40 - 44 2000 - 2004
#> 114169.1   Alive       <NA>     45 - 49 2005 - 2009
#> 114169.2   Alive       <NA>     45 - 49 2005 - 2009
#> 114181.1   Alive       <NA>     20 - 24 1990 - 1994
#> 114181.2   Alive       <NA>     20 - 24 2015 - 2019
#> 114182.1    Dead       <NA>     50 - 54 2000 - 2004
#> 114199.1    Dead       <NA>     70 - 74 2005 - 2009
#> 114214.1    Dead 2008-09-15     65 - 69 2005 - 2009
#> 114214.2    Dead 2008-09-15     65 - 69 2005 - 2009
#> 114224.1    Dead       <NA>     40 - 44 1995 - 1999
#> 114236.1   Alive       <NA>     70 - 74 1990 - 1994
#> 114236.2   Alive       <NA>     70 - 74 2010 - 2014
#> 114238.1    Dead       <NA>     25 - 29 2000 - 2004
#> 114238.2    Dead       <NA>     25 - 29 2005 - 2009
#> 114248.1   Alive       <NA>     55 - 59 2005 - 2009
#> 114248.2   Alive       <NA>     55 - 59 2010 - 2014
#> 114249.1    Dead       <NA>    85 - 120 1995 - 1999
#> 114360.1   Alive       <NA>     35 - 39 2015 - 2019
#> 114382.1    Dead       <NA>     70 - 74 2000 - 2004
#> 114395.1    Dead       <NA>     55 - 59 1990 - 1994
#> 114395.2    Dead       <NA>     55 - 59 1995 - 1999
#> 114417.1    Dead       <NA>     30 - 34 1995 - 1999
#> 114417.2    Dead       <NA>     30 - 34 2000 - 2004
#> 114418.1    Dead       <NA>     45 - 49 1990 - 1994
#> 114438.1    Dead       <NA>     30 - 34 2010 - 2014
#> 114453.1   Alive       <NA>     40 - 44 2005 - 2009
#> 114458.1   Alive       <NA>     65 - 69 2005 - 2009
#> 114469.1    Dead       <NA>     35 - 39 2010 - 2014
#> 114469.2    Dead       <NA>     35 - 39 2010 - 2014
#> 114476.1    Dead       <NA>     65 - 69 2000 - 2004
#> 114476.2    Dead       <NA>     65 - 69 2000 - 2004
#> 114490.1   Alive       <NA>     60 - 64 2015 - 2019
#> 114495.1   Alive       <NA>     40 - 44 2005 - 2009
#> 114507.1    Dead       <NA>     40 - 44 2015 - 2019
#> 114515.1   Alive       <NA>     60 - 64 1990 - 1994
#> 114515.2   Alive       <NA>     60 - 64 1995 - 1999
#> 114537.1    Dead       <NA>     50 - 54 2000 - 2004
#> 114539.1   Alive       <NA>     25 - 29 1990 - 1994
#> 114539.2   Alive       <NA>     25 - 29 2015 - 2019
#> 114551.1   Alive       <NA>     55 - 59 2005 - 2009
#> 114551.2   Alive       <NA>     55 - 59 2010 - 2014
#> 114580.1   Alive       <NA>     35 - 39 2000 - 2004
#> 114580.2   Alive       <NA>     35 - 39 2015 - 2019
#> 114610.1   Alive       <NA>     25 - 29 2015 - 2019
#> 114627.1    Dead       <NA>     75 - 79 2005 - 2009
#> 114640.1    Dead       <NA>     55 - 59 1995 - 1999
#> 114640.2    Dead       <NA>     55 - 59 2000 - 2004
#> 114656.1   Alive       <NA>     15 - 19 1990 - 1994
#> 114656.2   Alive       <NA>     15 - 19 1995 - 1999
#> 114685.1   Alive       <NA>     40 - 44 2015 - 2019
#> 114688.1   Alive       <NA>     70 - 74 2005 - 2009
#> 114709.1   Alive       <NA>     10 - 14 2005 - 2009
#> 114709.2   Alive       <NA>     10 - 14 2010 - 2014
#> 114733.1   Alive       <NA>     80 - 84 2005 - 2009
#> 114733.2   Alive       <NA>     80 - 84 2010 - 2014
#> 114743.1    Dead       <NA>     60 - 64 2000 - 2004
#> 114747.1    Dead       <NA>     55 - 59 1990 - 1994
#> 114787.1   Alive       <NA>     10 - 14 1990 - 1994
#> 114787.2   Alive       <NA>     10 - 14 2005 - 2009
#> 114813.1    Dead       <NA>     70 - 74 1990 - 1994
#> 114817.1    Dead       <NA>     45 - 49 1995 - 1999
#> 114825.1    Dead       <NA>     05 - 09 2005 - 2009
#> 114825.2    Dead       <NA>     05 - 09 2010 - 2014
#> 114833.1    Dead       <NA>     05 - 09 1990 - 1994
#> 114833.2    Dead       <NA>     05 - 09 2005 - 2009
#> 114838.1   Alive       <NA>     35 - 39 2005 - 2009
#> 114838.2   Alive       <NA>     35 - 39 2015 - 2019
#> 114857.1    Dead       <NA>     30 - 34 2000 - 2004
#> 114857.2    Dead       <NA>     30 - 34 2005 - 2009
#> 114859.1    Dead       <NA>     45 - 49 2005 - 2009
#> 114867.1   Alive       <NA>     75 - 79 2010 - 2014
#> 114880.1    Dead       <NA>     65 - 69 2015 - 2019
#> 114900.1   Alive       <NA>     45 - 49 2015 - 2019
#> 114900.2   Alive       <NA>     45 - 49 2015 - 2019
#> 114904.1   Alive       <NA>     35 - 39 2000 - 2004
#> 114920.1   Alive       <NA>     50 - 54 2015 - 2019
#> 114927.1    Dead       <NA>     60 - 64 1990 - 1994
#> 114935.1    Dead       <NA>     25 - 29 1995 - 1999
#> 114938.1   Alive       <NA>    85 - 120 2000 - 2004
#> 114938.2   Alive       <NA>    85 - 120 2005 - 2009
#> 114951.1    Dead       <NA>     65 - 69 1995 - 1999
#> 115003.1    Dead       <NA>     05 - 09 1995 - 1999
#> 115004.1   Alive       <NA>     35 - 39 2000 - 2004
#> 115004.2   Alive       <NA>     35 - 39 2010 - 2014
#> 115013.1   Alive       <NA>    85 - 120 1995 - 1999
#> 115013.2   Alive       <NA>    85 - 120 2015 - 2019
#> 115023.1    Dead       <NA>     40 - 44 1990 - 1994
#> 115023.2    Dead       <NA>     40 - 44 2000 - 2004
#> 115061.1    Dead       <NA>     00 - 04 1995 - 1999
#> 115061.2    Dead       <NA>     00 - 04 2000 - 2004
#> 115063.1    Dead       <NA>     00 - 04 1995 - 1999
#> 115075.1   Alive       <NA>     30 - 34 2015 - 2019
#> 115117.1   Alive       <NA>     05 - 09 2005 - 2009
#> 115131.1   Alive       <NA>     40 - 44 2000 - 2004
#> 115131.2   Alive       <NA>     40 - 44 2005 - 2009
#> 115132.1   Alive       <NA>     75 - 79 1995 - 1999
#> 115132.2   Alive       <NA>     75 - 79 2010 - 2014
#> 115142.1    Dead       <NA>     40 - 44 2000 - 2004
#> 115149.1    Dead       <NA>     35 - 39 1990 - 1994
#> 115170.1   Alive       <NA>     25 - 29 2010 - 2014
#> 115172.1    Dead       <NA>     55 - 59 1990 - 1994
#> 115201.1   Alive       <NA>     80 - 84 2015 - 2019
#> 115213.1    Dead       <NA>     40 - 44 1990 - 1994
#> 115213.2    Dead       <NA>     40 - 44 1995 - 1999
#> 115225.1    Dead       <NA>    85 - 120 1990 - 1994
#> 115225.2    Dead       <NA>    85 - 120 1990 - 1994
#> 115238.1    Dead       <NA>     35 - 39 1990 - 1994
#> 115249.1    Dead       <NA>     45 - 49 1995 - 1999
#> 115265.1    Dead       <NA>     20 - 24 1990 - 1994
#> 115270.1    Dead       <NA>     55 - 59 1995 - 1999
#> 115270.2    Dead       <NA>     55 - 59 1995 - 1999
#> 115337.1   Alive       <NA>     40 - 44 2010 - 2014
#> 115348.1    Dead       <NA>     50 - 54 1995 - 1999
#> 115357.1   Alive       <NA>     65 - 69 1995 - 1999
#> 115357.2   Alive       <NA>     65 - 69 2015 - 2019
#> 115374.1   Alive       <NA>     60 - 64 2000 - 2004
#> 115374.2   Alive       <NA>     60 - 64 2000 - 2004
#> 115392.1    Dead       <NA>     75 - 79 1995 - 1999
#> 115392.2    Dead       <NA>     75 - 79 2010 - 2014
#> 115405.1    Dead       <NA>     45 - 49 1995 - 1999
#> 115406.1   Alive       <NA>     80 - 84 2005 - 2009
#> 115407.1   Alive       <NA>     40 - 44 1995 - 1999
#> 115407.2   Alive       <NA>     40 - 44 1995 - 1999
#> 115418.1   Alive       <NA>     75 - 79 2015 - 2019
#> 115420.1   Alive       <NA>     65 - 69 2005 - 2009
#> 115420.2   Alive       <NA>     65 - 69 2005 - 2009
#> 115427.1    Dead       <NA>     40 - 44 2000 - 2004
#> 115436.1    Dead       <NA>     45 - 49 2000 - 2004
#> 115451.1   Alive       <NA>     30 - 34 1995 - 1999
#> 115451.2   Alive       <NA>     30 - 34 2010 - 2014
#> 115503.1    Dead       <NA>     45 - 49 1995 - 1999
#> 115506.1    Dead       <NA>     00 - 04 2000 - 2004
#> 115536.1    Dead       <NA>     25 - 29 1995 - 1999
#> 115554.1   Alive       <NA>     75 - 79 2005 - 2009
#> 115571.1   Alive       <NA>     25 - 29 2010 - 2014
#> 115571.2   Alive       <NA>     25 - 29 2015 - 2019
#> 115580.1   Alive       <NA>     70 - 74 2015 - 2019
#> 115592.1    Dead       <NA>     30 - 34 2000 - 2004
#> 115599.1    Dead       <NA>     55 - 59 1990 - 1994
#> 115599.2    Dead       <NA>     55 - 59 2005 - 2009
#> 115600.1   Alive       <NA>     55 - 59 2000 - 2004
#> 115600.2   Alive       <NA>     55 - 59 2005 - 2009
#> 115632.1   Alive       <NA>     25 - 29 2015 - 2019
#> 115659.1   Alive       <NA>     60 - 64 1995 - 1999
#> 115659.2   Alive       <NA>     60 - 64 2015 - 2019
#> 115693.1    Dead       <NA>     65 - 69 2010 - 2014
#> 115693.2    Dead       <NA>     65 - 69 2010 - 2014
#> 115701.1    Dead       <NA>     40 - 44 2000 - 2004
#> 115701.2    Dead       <NA>     40 - 44 2010 - 2014
#> 115708.1    Dead       <NA>     45 - 49 1990 - 1994
#> 115718.1    Dead       <NA>     55 - 59 1995 - 1999
#> 115718.2    Dead       <NA>     55 - 59 2005 - 2009
#> 115722.1   Alive       <NA>     75 - 79 2005 - 2009
#> 115722.2   Alive       <NA>     75 - 79 2015 - 2019
#> 115723.1   Alive       <NA>    85 - 120 2015 - 2019
#> 115731.1   Alive       <NA>    85 - 120 2015 - 2019
#> 115746.1    Dead       <NA>     30 - 34 1990 - 1994
#> 115747.1   Alive       <NA>     55 - 59 2015 - 2019
#> 115756.1   Alive       <NA>     70 - 74 1990 - 1994
#> 115756.2   Alive       <NA>     70 - 74 2015 - 2019
#> 115777.1   Alive       <NA>     70 - 74 1995 - 1999
#> 115777.2   Alive       <NA>     70 - 74 2015 - 2019
#> 115780.1    Dead       <NA>     55 - 59 1995 - 1999
#> 115780.2    Dead       <NA>     55 - 59 2005 - 2009
#> 115797.1    Dead       <NA>     75 - 79 1995 - 1999
#> 115797.2    Dead       <NA>     75 - 79 2000 - 2004
#> 115801.1   Alive       <NA>     35 - 39 1990 - 1994
#> 115801.2   Alive       <NA>     35 - 39 2010 - 2014
#> 115805.1   Alive       <NA>     20 - 24 1990 - 1994
#> 115805.2   Alive       <NA>     20 - 24 2005 - 2009
#> 115806.1    Dead       <NA>     75 - 79 1995 - 1999
#> 115806.2    Dead       <NA>     75 - 79 2000 - 2004
#> 115810.1    Dead       <NA>     75 - 79 1995 - 1999
#> 115825.1   Alive       <NA>    85 - 120 1990 - 1994
#> 115825.2   Alive       <NA>    85 - 120 1990 - 1994
#> 115831.1   Alive       <NA>     65 - 69 1990 - 1994
#> 115831.2   Alive       <NA>     65 - 69 1995 - 1999
#> 115862.1    Dead       <NA>     55 - 59 1995 - 1999
#> 115862.2    Dead       <NA>     55 - 59 2000 - 2004
#> 115869.1    Dead       <NA>     20 - 24 2005 - 2009
#> 115871.1   Alive       <NA>     60 - 64 2010 - 2014
#> 115871.2   Alive       <NA>     60 - 64 2015 - 2019
#> 115872.1   Alive       <NA>     50 - 54 1990 - 1994
#> 115872.2   Alive       <NA>     50 - 54 1995 - 1999
#> 115878.1   Alive       <NA>    85 - 120 1990 - 1994
#> 115878.2   Alive       <NA>    85 - 120 1990 - 1994
#> 115897.1    Dead       <NA>     60 - 64 1990 - 1994
#> 115897.2    Dead       <NA>     60 - 64 1995 - 1999
#> 115927.1    Dead       <NA>     40 - 44 1995 - 1999
#> 115927.2    Dead       <NA>     40 - 44 2005 - 2009
#> 115941.1    Dead       <NA>     25 - 29 1995 - 1999
#> 115947.1    Dead       <NA>    85 - 120 2010 - 2014
#> 115955.1    Dead       <NA>     60 - 64 2005 - 2009
#> 115955.2    Dead       <NA>     60 - 64 2005 - 2009
#> 115959.1   Alive       <NA>     65 - 69 2015 - 2019
#> 115974.1    Dead       <NA>     45 - 49 1995 - 1999
#> 115974.2    Dead       <NA>     45 - 49 2000 - 2004
#> 115978.1   Alive       <NA>     70 - 74 2000 - 2004
#> 116004.1   Alive       <NA>     75 - 79 1990 - 1994
#> 116004.2   Alive       <NA>     75 - 79 2000 - 2004
#> 116012.1   Alive       <NA>     30 - 34 2000 - 2004
#> 116012.2   Alive       <NA>     30 - 34 2005 - 2009
#> 116036.1    Dead       <NA>     30 - 34 1995 - 1999
#> 116036.2    Dead       <NA>     30 - 34 2000 - 2004
#> 116037.1    Dead       <NA>     60 - 64 2005 - 2009
#> 116041.1   Alive       <NA>     25 - 29 1990 - 1994
#> 116041.2   Alive       <NA>     25 - 29 2005 - 2009
#> 116046.1    Dead       <NA>     60 - 64 2010 - 2014
#> 116048.1   Alive       <NA>     75 - 79 1990 - 1994
#> 116048.2   Alive       <NA>     75 - 79 1995 - 1999
#> 116055.1    Dead       <NA>     40 - 44 1995 - 1999
#> 116055.2    Dead       <NA>     40 - 44 2000 - 2004
#> 116066.1   Alive       <NA>     45 - 49 2000 - 2004
#> 116066.2   Alive       <NA>     45 - 49 2005 - 2009
#> 116068.1    Dead       <NA>     15 - 19 1995 - 1999
#> 116068.2    Dead       <NA>     15 - 19 2010 - 2014
#> 116069.1   Alive       <NA>     40 - 44 2000 - 2004
#> 116069.2   Alive       <NA>     40 - 44 2015 - 2019
#> 116072.1    Dead       <NA>     20 - 24 1990 - 1994
#> 116076.1    Dead       <NA>     75 - 79 1995 - 1999
#> 116076.2    Dead       <NA>     75 - 79 2015 - 2019
#> 116083.1    Dead       <NA>     10 - 14 1995 - 1999
#> 116087.1   Alive       <NA>     10 - 14 2005 - 2009
#> 116087.2   Alive       <NA>     10 - 14 2015 - 2019
#> 116111.1   Alive       <NA>     40 - 44 2000 - 2004
#> 116111.2   Alive       <NA>     40 - 44 2005 - 2009
#> 116138.1   Alive       <NA>     25 - 29 2005 - 2009
#> 116138.2   Alive       <NA>     25 - 29 2015 - 2019
#> 116153.1   Alive       <NA>     55 - 59 2005 - 2009
#> 116155.1   Alive       <NA>     05 - 09 2010 - 2014
#> 116169.1    Dead       <NA>     25 - 29 2005 - 2009
#> 116171.1    Dead       <NA>     35 - 39 2005 - 2009
#> 116192.1   Alive       <NA>     40 - 44 2005 - 2009
#> 116193.1    Dead       <NA>     15 - 19 1995 - 1999
#> 116214.1   Alive       <NA>     65 - 69 2010 - 2014
#> 116258.1    Dead       <NA>     00 - 04 2000 - 2004
#> 116258.2    Dead       <NA>     00 - 04 2000 - 2004
#> 116259.1   Alive       <NA>     60 - 64 2015 - 2019
#> 116271.1    Dead       <NA>     45 - 49 1990 - 1994
#> 116309.1    Dead       <NA>     40 - 44 1990 - 1994
#> 116330.1   Alive       <NA>     65 - 69 1995 - 1999
#> 116330.2   Alive       <NA>     65 - 69 2000 - 2004
#> 116381.1    Dead       <NA>     65 - 69 1995 - 1999
#> 116381.2    Dead       <NA>     65 - 69 2000 - 2004
#> 116395.1    Dead       <NA>     70 - 74 2000 - 2004
#> 116424.1    Dead       <NA>     05 - 09 1995 - 1999
#> 116433.1   Alive       <NA>     65 - 69 1990 - 1994
#> 116433.2   Alive       <NA>     65 - 69 1995 - 1999
#> 116451.1    Dead       <NA>     80 - 84 1990 - 1994
#> 116451.2    Dead       <NA>     80 - 84 1990 - 1994
#> 116457.1    Dead       <NA>     30 - 34 2005 - 2009
#> 116463.1    Dead       <NA>     55 - 59 2000 - 2004
#> 116486.1   Alive       <NA>     70 - 74 2010 - 2014
#> 116513.1   Alive       <NA>     80 - 84 2000 - 2004
#> 116513.2   Alive       <NA>     80 - 84 2005 - 2009
#> 116516.1   Alive       <NA>     70 - 74 1990 - 1994
#> 116516.2   Alive       <NA>     70 - 74 2015 - 2019
#> 116523.1   Alive       <NA>     70 - 74 1995 - 1999
#> 116523.2   Alive       <NA>     70 - 74 2010 - 2014
#> 116538.1   Alive       <NA>     65 - 69 1995 - 1999
#> 116538.2   Alive       <NA>     65 - 69 1995 - 1999
#> 116554.1   Alive       <NA>     65 - 69 1995 - 1999
#> 116554.2   Alive       <NA>     65 - 69 2000 - 2004
#> 116565.1    Dead       <NA>     10 - 14 1995 - 1999
#> 116565.2    Dead       <NA>     10 - 14 2000 - 2004
#> 116569.1   Alive       <NA>     15 - 19 2000 - 2004
#> 116654.1    Dead       <NA>     75 - 79 1990 - 1994
#> 116664.1    Dead       <NA>     80 - 84 2005 - 2009
#> 116690.1   Alive       <NA>     55 - 59 1990 - 1994
#> 116690.2   Alive       <NA>     55 - 59 2015 - 2019
#> 116700.1   Alive       <NA>     60 - 64 2015 - 2019
#> 116714.1   Alive       <NA>     70 - 74 2000 - 2004
#> 116714.2   Alive       <NA>     70 - 74 2005 - 2009
#> 116720.1   Alive       <NA>     65 - 69 1995 - 1999
#> 116720.2   Alive       <NA>     65 - 69 1995 - 1999
#> 116773.1   Alive       <NA>     45 - 49 1995 - 1999
#> 116773.2   Alive       <NA>     45 - 49 2005 - 2009
#> 116789.1    Dead       <NA>     45 - 49 1990 - 1994
#> 116805.1    Dead       <NA>     30 - 34 1990 - 1994
#> 116805.2    Dead       <NA>     30 - 34 1995 - 1999
#> 116833.1   Alive       <NA>     45 - 49 2000 - 2004
#> 116850.1    Dead       <NA>    85 - 120 2000 - 2004
#> 116855.1    Dead       <NA>    85 - 120 1990 - 1994
#> 116872.1   Alive       <NA>     20 - 24 2000 - 2004
#> 116873.1    Dead       <NA>     60 - 64 1995 - 1999
#> 116881.1   Alive       <NA>     65 - 69 2015 - 2019
#> 116893.1    Dead       <NA>     45 - 49 2005 - 2009
#> 116894.1    Dead       <NA>     60 - 64 1990 - 1994
#> 116894.2    Dead       <NA>     60 - 64 2005 - 2009
#> 116900.1    Dead       <NA>     40 - 44 1990 - 1994
#> 116900.2    Dead       <NA>     40 - 44 1995 - 1999
#> 116912.1   Alive       <NA>     70 - 74 2015 - 2019
#> 116921.1    Dead       <NA>     65 - 69 2005 - 2009
#> 116923.1   Alive       <NA>     45 - 49 1995 - 1999
#> 116923.2   Alive       <NA>     45 - 49 2015 - 2019
#> 116940.1   Alive       <NA>     25 - 29 2000 - 2004
#> 116940.2   Alive       <NA>     25 - 29 2000 - 2004
#> 116962.1   Alive       <NA>     80 - 84 2005 - 2009
#> 116987.1    Dead       <NA>     30 - 34 2000 - 2004
#> 116996.1    Dead       <NA>     80 - 84 2000 - 2004
#> 116996.2    Dead       <NA>     80 - 84 2000 - 2004
#> 117011.1   Alive       <NA>     35 - 39 2010 - 2014
#> 117011.2   Alive       <NA>     35 - 39 2015 - 2019
#> 117039.1    Dead       <NA>     40 - 44 2005 - 2009
#> 117040.1   Alive       <NA>     65 - 69 1990 - 1994
#> 117040.2   Alive       <NA>     65 - 69 1990 - 1994
#> 117061.1    Dead       <NA>     40 - 44 1995 - 1999
#> 117061.2    Dead       <NA>     40 - 44 2000 - 2004
#> 117088.1    Dead       <NA>     30 - 34 2005 - 2009
#> 117094.1   Alive       <NA>     60 - 64 1990 - 1994
#> 117094.2   Alive       <NA>     60 - 64 1995 - 1999
#> 117109.1   Alive       <NA>     70 - 74 1990 - 1994
#> 117109.2   Alive       <NA>     70 - 74 2015 - 2019
#> 117126.1    Dead       <NA>     45 - 49 2000 - 2004
#> 117130.1   Alive       <NA>     25 - 29 2000 - 2004
#> 117130.2   Alive       <NA>     25 - 29 2015 - 2019
#> 117136.1   Alive       <NA>     30 - 34 1990 - 1994
#> 117136.2   Alive       <NA>     30 - 34 2015 - 2019
#> 117159.1   Alive       <NA>     55 - 59 1990 - 1994
#> 117159.2   Alive       <NA>     55 - 59 2005 - 2009
#> 117167.1    Dead       <NA>     60 - 64 1995 - 1999
#> 117193.1    Dead       <NA>     65 - 69 2000 - 2004
#> 117204.1    Dead       <NA>     75 - 79 1995 - 1999
#> 117239.1   Alive       <NA>     50 - 54 1995 - 1999
#> 117263.1    Dead       <NA>     75 - 79 1990 - 1994
#> 117263.2    Dead       <NA>     75 - 79 2010 - 2014
#> 117270.1   Alive       <NA>     80 - 84 2000 - 2004
#> 117270.2   Alive       <NA>     80 - 84 2015 - 2019
#> 117275.1   Alive       <NA>     30 - 34 2015 - 2019
#> 117279.1    Dead       <NA>     55 - 59 1990 - 1994
#> 117279.2    Dead       <NA>     55 - 59 2005 - 2009
#> 117299.1    Dead       <NA>     20 - 24 1995 - 1999
#> 117299.2    Dead       <NA>     20 - 24 2005 - 2009
#> 117334.1   Alive       <NA>     50 - 54 2000 - 2004
#> 117334.2   Alive       <NA>     50 - 54 2010 - 2014
#> 117341.1    Dead       <NA>     65 - 69 1995 - 1999
#> 117341.2    Dead       <NA>     65 - 69 2005 - 2009
#> 117348.1    Dead       <NA>     50 - 54 2000 - 2004
#> 117369.1    Dead       <NA>     75 - 79 2015 - 2019
#> 117369.2    Dead       <NA>     75 - 79 2015 - 2019
#> 117375.1   Alive       <NA>     35 - 39 2015 - 2019
#> 117375.2   Alive       <NA>     35 - 39 2015 - 2019
#> 117388.1   Alive       <NA>    85 - 120 2005 - 2009
#> 117388.2   Alive       <NA>    85 - 120 2010 - 2014
#> 117399.1   Alive       <NA>     65 - 69 2015 - 2019
#> 117424.1   Alive       <NA>     65 - 69 1990 - 1994
#> 117424.2   Alive       <NA>     65 - 69 2005 - 2009
#> 117438.1   Alive       <NA>     60 - 64 2005 - 2009
#> 117438.2   Alive       <NA>     60 - 64 2005 - 2009
#> 117440.1    Dead       <NA>     65 - 69 2010 - 2014
#> 117447.1   Alive       <NA>     40 - 44 2000 - 2004
#> 117447.2   Alive       <NA>     40 - 44 2010 - 2014
#> 117468.1   Alive       <NA>     45 - 49 1995 - 1999
#> 117468.2   Alive       <NA>     45 - 49 2010 - 2014
#> 117534.1    Dead       <NA>     40 - 44 2000 - 2004
#> 117534.2    Dead       <NA>     40 - 44 2015 - 2019
#> 117542.1   Alive       <NA>     20 - 24 2005 - 2009
#> 117552.1    Dead       <NA>     60 - 64 2000 - 2004
#> 117579.1   Alive       <NA>     55 - 59 2015 - 2019
#> 117579.2   Alive       <NA>     55 - 59 2015 - 2019
#> 117586.1   Alive       <NA>     40 - 44 1990 - 1994
#> 117586.2   Alive       <NA>     40 - 44 2005 - 2009
#> 117598.1   Alive       <NA>     65 - 69 1990 - 1994
#> 117598.2   Alive       <NA>     65 - 69 1990 - 1994
#> 117609.1    Dead       <NA>     45 - 49 1990 - 1994
#> 117609.2    Dead       <NA>     45 - 49 2000 - 2004
#> 117650.1   Alive       <NA>     30 - 34 2005 - 2009
#> 117661.1   Alive       <NA>     30 - 34 1990 - 1994
#> 117661.2   Alive       <NA>     30 - 34 1995 - 1999
#> 117662.1   Alive       <NA>    85 - 120 2015 - 2019
#> 117670.1    Dead       <NA>     50 - 54 1990 - 1994
#> 117670.2    Dead       <NA>     50 - 54 1995 - 1999
#> 117674.1   Alive       <NA>     15 - 19 1990 - 1994
#> 117674.2   Alive       <NA>     15 - 19 2000 - 2004
#> 117676.1   Alive       <NA>     30 - 34 2000 - 2004
#> 117686.1   Alive       <NA>     20 - 24 2000 - 2004
#> 117686.2   Alive       <NA>     20 - 24 2005 - 2009
#> 117696.1    Dead       <NA>     60 - 64 1995 - 1999
#> 117696.2    Dead       <NA>     60 - 64 2005 - 2009
#> 117712.1    Dead       <NA>    85 - 120 1990 - 1994
#> 117721.1    Dead       <NA>     50 - 54 1990 - 1994
#> 117726.1   Alive       <NA>     05 - 09 2000 - 2004
#> 117726.2   Alive       <NA>     05 - 09 2015 - 2019
#> 117736.1    Dead       <NA>     40 - 44 2005 - 2009
#> 117736.2    Dead       <NA>     40 - 44 2015 - 2019
#> 117739.1    Dead       <NA>     75 - 79 1990 - 1994
#> 117744.1   Alive       <NA>     20 - 24 2015 - 2019
#> 117753.1    Dead       <NA>     45 - 49 1990 - 1994
#> 117753.2    Dead       <NA>     45 - 49 2005 - 2009
#> 117757.1    Dead       <NA>     80 - 84 1995 - 1999
#> 117760.1    Dead       <NA>     45 - 49 2005 - 2009
#> 117812.1   Alive       <NA>     40 - 44 2005 - 2009
#> 117812.2   Alive       <NA>     40 - 44 2015 - 2019
#> 117815.1    Dead       <NA>     30 - 34 1995 - 1999
#> 117825.1   Alive       <NA>    85 - 120 1990 - 1994
#> 117825.2   Alive       <NA>    85 - 120 2005 - 2009
#> 117864.1   Alive       <NA>     30 - 34 2015 - 2019
#> 117873.1    Dead       <NA>    85 - 120 2010 - 2014
#> 117904.1   Alive       <NA>     00 - 04 2000 - 2004
#> 117904.2   Alive       <NA>     00 - 04 2010 - 2014
#> 117908.1   Alive       <NA>     35 - 39 2005 - 2009
#> 117913.1    Dead       <NA>     50 - 54 1990 - 1994
#> 117913.2    Dead       <NA>     50 - 54 2000 - 2004
#> 117917.1    Dead       <NA>     60 - 64 2015 - 2019
#> 117918.1    Dead       <NA>     70 - 74 1990 - 1994
#> 117930.1    Dead       <NA>     35 - 39 1990 - 1994
#> 117936.1   Alive       <NA>     40 - 44 1990 - 1994
#> 117936.2   Alive       <NA>     40 - 44 2000 - 2004
#> 117941.1    Dead       <NA>     35 - 39 2005 - 2009
#> 117944.1   Alive       <NA>     60 - 64 2000 - 2004
#> 117944.2   Alive       <NA>     60 - 64 2005 - 2009
#> 117950.1    Dead       <NA>     65 - 69 1990 - 1994
#> 117955.1   Alive       <NA>     45 - 49 2010 - 2014
#> 117984.1    Dead       <NA>     50 - 54 1990 - 1994
#> 117984.2    Dead       <NA>     50 - 54 1995 - 1999
#> 117988.1   Alive       <NA>     30 - 34 2015 - 2019
#> 118002.1   Alive       <NA>     60 - 64 2015 - 2019
#> 118004.1    Dead       <NA>     65 - 69 1990 - 1994
#> 118004.2    Dead       <NA>     65 - 69 1990 - 1994
#> 118008.1   Alive       <NA>     25 - 29 2015 - 2019
#> 118009.1    Dead       <NA>     35 - 39 1990 - 1994
#> 118012.1    Dead       <NA>     60 - 64 2005 - 2009
#> 118025.1    Dead       <NA>     60 - 64 1995 - 1999
#> 118025.2    Dead       <NA>     60 - 64 2005 - 2009
#> 118032.1    Dead       <NA>     65 - 69 2000 - 2004
#> 118033.1   Alive       <NA>     45 - 49 2005 - 2009
#> 118037.1   Alive       <NA>     55 - 59 2015 - 2019
#> 118048.1   Alive       <NA>     30 - 34 2005 - 2009
#> 118048.2   Alive       <NA>     30 - 34 2015 - 2019
#> 118051.1    Dead       <NA>     65 - 69 2000 - 2004
#> 118061.1   Alive       <NA>     75 - 79 1995 - 1999
#> 118061.2   Alive       <NA>     75 - 79 1995 - 1999
#> 118068.1    Dead       <NA>     45 - 49 1990 - 1994
#> 118068.2    Dead       <NA>     45 - 49 2005 - 2009
#> 118077.1   Alive       <NA>     70 - 74 2010 - 2014
#> 118079.1    Dead       <NA>     40 - 44 2005 - 2009
#> 118079.2    Dead       <NA>     40 - 44 2005 - 2009
#> 118099.1    Dead       <NA>     55 - 59 2000 - 2004
#> 118104.1    Dead       <NA>     55 - 59 1995 - 1999
#> 118104.2    Dead       <NA>     55 - 59 2005 - 2009
#> 118111.1   Alive       <NA>     30 - 34 1990 - 1994
#> 118111.2   Alive       <NA>     30 - 34 1990 - 1994
#> 118124.1   Alive       <NA>     60 - 64 2015 - 2019
#> 118141.1   Alive       <NA>     65 - 69 2010 - 2014
#> 118141.2   Alive       <NA>     65 - 69 2010 - 2014
#> 118145.1   Alive       <NA>     05 - 09 2000 - 2004
#> 118145.2   Alive       <NA>     05 - 09 2005 - 2009
#> 118165.1    Dead       <NA>     50 - 54 2005 - 2009
#> 118165.2    Dead       <NA>     50 - 54 2010 - 2014
#> 118168.1   Alive       <NA>     75 - 79 1990 - 1994
#> 118168.2   Alive       <NA>     75 - 79 2000 - 2004
#> 118178.1    Dead       <NA>     45 - 49 1990 - 1994
#> 118193.1   Alive       <NA>     65 - 69 2015 - 2019
#> 118206.1   Alive       <NA>     40 - 44 2000 - 2004
#> 118206.2   Alive       <NA>     40 - 44 2005 - 2009
#> 118231.1   Alive       <NA>     05 - 09 2010 - 2014
#> 118231.2   Alive       <NA>     05 - 09 2010 - 2014
#> 118237.1   Alive       <NA>     20 - 24 2010 - 2014
#> 118255.1    Dead       <NA>     20 - 24 1995 - 1999
#> 118257.1   Alive       <NA>     55 - 59 2015 - 2019
#> 118259.1    Dead       <NA>     30 - 34 1995 - 1999
#> 118259.2    Dead       <NA>     30 - 34 2005 - 2009
#> 118271.1    Dead       <NA>     55 - 59 1990 - 1994
#> 118272.1    Dead       <NA>     60 - 64 2005 - 2009
#> 118274.1    Dead       <NA>     50 - 54 1995 - 1999
#> 118274.2    Dead       <NA>     50 - 54 2000 - 2004
#> 118298.1    Dead       <NA>     35 - 39 2005 - 2009
#> 118300.1    Dead       <NA>     80 - 84 1995 - 1999
#> 118306.1   Alive       <NA>     70 - 74 2000 - 2004
#> 118306.2   Alive       <NA>     70 - 74 2010 - 2014
#> 118309.1    Dead       <NA>     55 - 59 2005 - 2009
#> 118314.1   Alive       <NA>     60 - 64 1995 - 1999
#> 118314.2   Alive       <NA>     60 - 64 2005 - 2009
#> 118318.1   Alive       <NA>     50 - 54 1995 - 1999
#> 118318.2   Alive       <NA>     50 - 54 2015 - 2019
#> 118343.1   Alive       <NA>     50 - 54 1990 - 1994
#> 118343.2   Alive       <NA>     50 - 54 2005 - 2009
#> 118348.1    Dead       <NA>     40 - 44 2000 - 2004
#> 118355.1   Alive       <NA>     35 - 39 1995 - 1999
#> 118355.2   Alive       <NA>     35 - 39 2010 - 2014
#> 118368.1   Alive       <NA>     60 - 64 2010 - 2014
#> 118369.1   Alive       <NA>     60 - 64 2005 - 2009
#> 118373.1   Alive       <NA>     45 - 49 2010 - 2014
#> 118374.1    Dead       <NA>     65 - 69 1990 - 1994
#> 118374.2    Dead       <NA>     65 - 69 2000 - 2004
#> 118409.1   Alive       <NA>     25 - 29 2010 - 2014
#> 118409.2   Alive       <NA>     25 - 29 2010 - 2014
#> 118417.1   Alive       <NA>     35 - 39 2000 - 2004
#> 118424.1   Alive       <NA>     65 - 69 2015 - 2019
#> 118426.1   Alive       <NA>     55 - 59 2015 - 2019
#> 118448.1   Alive       <NA>     45 - 49 1990 - 1994
#> 118448.2   Alive       <NA>     45 - 49 2000 - 2004
#> 118452.1   Alive       <NA>     70 - 74 1990 - 1994
#> 118452.2   Alive       <NA>     70 - 74 1990 - 1994
#> 118456.1   Alive       <NA>    85 - 120 1990 - 1994
#> 118456.2   Alive       <NA>    85 - 120 2000 - 2004
#> 118491.1   Alive       <NA>     45 - 49 2010 - 2014
#> 118505.1   Alive       <NA>     75 - 79 2005 - 2009
#> 118511.1    Dead       <NA>     40 - 44 1995 - 1999
#> 118520.1    Dead       <NA>     65 - 69 2000 - 2004
#> 118540.1   Alive       <NA>     65 - 69 2015 - 2019
#> 118546.1   Alive       <NA>     60 - 64 2010 - 2014
#> 118560.1   Alive       <NA>     65 - 69 1990 - 1994
#> 118560.2   Alive       <NA>     65 - 69 1995 - 1999
#> 118578.1   Alive       <NA>     40 - 44 2000 - 2004
#> 118583.1   Alive       <NA>     45 - 49 2000 - 2004
#> 118583.2   Alive       <NA>     45 - 49 2015 - 2019
#> 118595.1   Alive       <NA>     40 - 44 2005 - 2009
#> 118595.2   Alive       <NA>     40 - 44 2015 - 2019
#> 118606.1    Dead       <NA>     20 - 24 1995 - 1999
#> 118627.1    Dead       <NA>     50 - 54 2005 - 2009
#> 118631.1   Alive       <NA>     15 - 19 2010 - 2014
#> 118633.1    Dead       <NA>     30 - 34 1995 - 1999
#> 118633.2    Dead       <NA>     30 - 34 1995 - 1999
#> 118636.1    Dead       <NA>     50 - 54 2010 - 2014
#> 118640.1   Alive       <NA>     50 - 54 2015 - 2019
#> 118646.1   Alive       <NA>     40 - 44 2015 - 2019
#> 118687.1   Alive       <NA>     75 - 79 1990 - 1994
#> 118687.2   Alive       <NA>     75 - 79 2000 - 2004
#> 118697.1    Dead       <NA>     55 - 59 2000 - 2004
#> 118701.1    Dead       <NA>     20 - 24 1995 - 1999
#> 118713.1    Dead       <NA>     35 - 39 2000 - 2004
#> 118726.1    Dead       <NA>     45 - 49 2010 - 2014
#> 118731.1   Alive       <NA>     75 - 79 1995 - 1999
#> 118731.2   Alive       <NA>     75 - 79 2010 - 2014
#> 118732.1    Dead       <NA>     20 - 24 1990 - 1994
#> 118733.1    Dead       <NA>     40 - 44 1990 - 1994
#> 118733.2    Dead       <NA>     40 - 44 1995 - 1999
#> 118739.1   Alive       <NA>     45 - 49 2010 - 2014
#> 118767.1   Alive       <NA>     50 - 54 2005 - 2009
#> 118773.1   Alive       <NA>     00 - 04 2000 - 2004
#> 118773.2   Alive       <NA>     00 - 04 2010 - 2014
#> 118789.1    Dead       <NA>     20 - 24 2010 - 2014
#> 118805.1   Alive       <NA>     50 - 54 2000 - 2004
#> 118805.2   Alive       <NA>     50 - 54 2010 - 2014
#> 118814.1   Alive       <NA>     50 - 54 1990 - 1994
#> 118814.2   Alive       <NA>     50 - 54 2015 - 2019
#> 118816.1   Alive       <NA>     35 - 39 2000 - 2004
#> 118826.1   Alive       <NA>     35 - 39 2010 - 2014
#> 118838.1   Alive       <NA>     45 - 49 2015 - 2019
#> 118852.1   Alive       <NA>     25 - 29 2010 - 2014
#> 118861.1    Dead       <NA>     50 - 54 2005 - 2009
#> 118861.2    Dead       <NA>     50 - 54 2010 - 2014
#> 118900.1   Alive       <NA>     65 - 69 2010 - 2014
#> 118912.1    Dead       <NA>     70 - 74 1990 - 1994
#> 118912.2    Dead       <NA>     70 - 74 1990 - 1994
#> 118938.1   Alive       <NA>     10 - 14 2005 - 2009
#> 118954.1   Alive       <NA>     60 - 64 2010 - 2014
#> 118968.1   Alive       <NA>     40 - 44 1995 - 1999
#> 118968.2   Alive       <NA>     40 - 44 2010 - 2014
#> 118975.1   Alive       <NA>     45 - 49 1990 - 1994
#> 118975.2   Alive       <NA>     45 - 49 2010 - 2014
#> 118979.1   Alive       <NA>     30 - 34 1995 - 1999
#> 118979.2   Alive       <NA>     30 - 34 2015 - 2019
#> 119012.1    Dead       <NA>     60 - 64 1990 - 1994
#> 119012.2    Dead       <NA>     60 - 64 1995 - 1999
#> 119018.1    Dead       <NA>     15 - 19 2000 - 2004
#> 119018.2    Dead       <NA>     15 - 19 2000 - 2004
#> 119029.1    Dead       <NA>     30 - 34 1990 - 1994
#> 119039.1    Dead       <NA>     40 - 44 1995 - 1999
#> 119039.2    Dead       <NA>     40 - 44 2000 - 2004
#> 119053.1   Alive       <NA>     20 - 24 1990 - 1994
#> 119053.2   Alive       <NA>     20 - 24 2015 - 2019
#> 119057.1   Alive       <NA>     20 - 24 2010 - 2014
#> 119062.1    Dead       <NA>     35 - 39 2015 - 2019
#> 119063.1    Dead       <NA>     55 - 59 2000 - 2004
#> 119089.1   Alive       <NA>     75 - 79 2000 - 2004
#> 119089.2   Alive       <NA>     75 - 79 2010 - 2014
#> 119097.1   Alive       <NA>     80 - 84 2015 - 2019
#> 119102.1   Alive       <NA>     40 - 44 2000 - 2004
#> 119102.2   Alive       <NA>     40 - 44 2015 - 2019
#> 119109.1    Dead       <NA>     50 - 54 1990 - 1994
#> 119109.2    Dead       <NA>     50 - 54 1990 - 1994
#> 119110.1    Dead       <NA>     65 - 69 1990 - 1994
#> 119110.2    Dead       <NA>     65 - 69 2000 - 2004
#> 119118.1    Dead       <NA>     45 - 49 1990 - 1994
#> 119125.1   Alive       <NA>     25 - 29 2005 - 2009
#> 119125.2   Alive       <NA>     25 - 29 2010 - 2014
#> 119139.1   Alive       <NA>     65 - 69 2005 - 2009
#> 119142.1   Alive       <NA>     65 - 69 2000 - 2004
#> 119142.2   Alive       <NA>     65 - 69 2005 - 2009
#> 119165.1    Dead       <NA>     65 - 69 2005 - 2009
#> 119166.1   Alive       <NA>     40 - 44 1995 - 1999
#> 119166.2   Alive       <NA>     40 - 44 2000 - 2004
#> 119168.1    Dead       <NA>     45 - 49 1990 - 1994
#> 119168.2    Dead       <NA>     45 - 49 2015 - 2019
#> 119169.1   Alive       <NA>     40 - 44 1990 - 1994
#> 119169.2   Alive       <NA>     40 - 44 2000 - 2004
#> 119200.1   Alive       <NA>     20 - 24 2000 - 2004
#> 119202.1    Dead       <NA>     30 - 34 1995 - 1999
#> 119205.1   Alive       <NA>     50 - 54 1995 - 1999
#> 119205.2   Alive       <NA>     50 - 54 2000 - 2004
#> 119212.1    Dead       <NA>     00 - 04 1990 - 1994
#> 119227.1   Alive       <NA>     25 - 29 2005 - 2009
#> 119227.2   Alive       <NA>     25 - 29 2015 - 2019
#> 119253.1    Dead       <NA>     30 - 34 2015 - 2019
#> 119269.1    Dead       <NA>    85 - 120 2000 - 2004
#> 119300.1   Alive       <NA>     25 - 29 1990 - 1994
#> 119300.2   Alive       <NA>     25 - 29 2000 - 2004
#> 119306.1    Dead       <NA>     75 - 79 1995 - 1999
#> 119306.2    Dead       <NA>     75 - 79 2005 - 2009
#> 119309.1    Dead       <NA>     60 - 64 1990 - 1994
#> 119309.2    Dead       <NA>     60 - 64 2005 - 2009
#> 119311.1    Dead       <NA>     70 - 74 1990 - 1994
#> 119315.1    Dead       <NA>     30 - 34 2005 - 2009
#> 119322.1   Alive       <NA>     25 - 29 2000 - 2004
#> 119322.2   Alive       <NA>     25 - 29 2015 - 2019
#> 119334.1    Dead       <NA>     80 - 84 2015 - 2019
#> 119336.1   Alive       <NA>     45 - 49 2005 - 2009
#> 119336.2   Alive       <NA>     45 - 49 2005 - 2009
#> 119356.1    Dead       <NA>     40 - 44 2000 - 2004
#> 119363.1   Alive       <NA>     25 - 29 2000 - 2004
#> 119385.1    Dead       <NA>     25 - 29 1990 - 1994
#> 119385.2    Dead       <NA>     25 - 29 2000 - 2004
#> 119391.1   Alive       <NA>     05 - 09 2000 - 2004
#> 119441.1    Dead       <NA>     65 - 69 1995 - 1999
#> 119441.2    Dead       <NA>     65 - 69 2000 - 2004
#> 119445.1    Dead       <NA>     60 - 64 1995 - 1999
#> 119445.2    Dead       <NA>     60 - 64 2015 - 2019
#> 119460.1   Alive       <NA>     45 - 49 2010 - 2014
#> 119460.2   Alive       <NA>     45 - 49 2015 - 2019
#> 119461.1   Alive       <NA>     50 - 54 2015 - 2019
#> 119463.1    Dead       <NA>     65 - 69 2005 - 2009
#> 119475.1    Dead       <NA>     80 - 84 1995 - 1999
#> 119475.2    Dead       <NA>     80 - 84 2000 - 2004
#> 119491.1   Alive       <NA>     25 - 29 2015 - 2019
#> 119535.1    Dead       <NA>     25 - 29 1995 - 1999
#> 119554.1    Dead       <NA>     60 - 64 2000 - 2004
#> 119559.1    Dead       <NA>     55 - 59 1990 - 1994
#> 119559.2    Dead       <NA>     55 - 59 1995 - 1999
#> 119568.1   Alive       <NA>     65 - 69 2015 - 2019
#> 119614.1    Dead       <NA>     50 - 54 1995 - 1999
#> 119614.2    Dead       <NA>     50 - 54 2005 - 2009
#> 119620.1   Alive       <NA>     75 - 79 2010 - 2014
#> 119620.2   Alive       <NA>     75 - 79 2015 - 2019
#> 119639.1   Alive       <NA>     75 - 79 1990 - 1994
#> 119639.2   Alive       <NA>     75 - 79 2005 - 2009
#> 119672.1    Dead       <NA>     45 - 49 2010 - 2014
#> 119672.2    Dead       <NA>     45 - 49 2010 - 2014
#> 119686.1   Alive       <NA>     20 - 24 2005 - 2009
#> 119686.2   Alive       <NA>     20 - 24 2015 - 2019
#> 119691.1   Alive       <NA>     20 - 24 1990 - 1994
#> 119691.2   Alive       <NA>     20 - 24 2000 - 2004
#> 119708.1    Dead       <NA>     35 - 39 1990 - 1994
#> 119731.1    Dead       <NA>     50 - 54 1990 - 1994
#> 119754.1   Alive       <NA>     45 - 49 2015 - 2019
#> 119777.1   Alive       <NA>     35 - 39 2000 - 2004
#> 119777.2   Alive       <NA>     35 - 39 2005 - 2009
#> 119783.1   Alive       <NA>     60 - 64 1995 - 1999
#> 119783.2   Alive       <NA>     60 - 64 2005 - 2009
#> 119799.1   Alive       <NA>     65 - 69 1990 - 1994
#> 119799.2   Alive       <NA>     65 - 69 1995 - 1999
#> 119822.1   Alive       <NA>     70 - 74 2015 - 2019
#> 119824.1    Dead       <NA>     15 - 19 2010 - 2014
#> 119825.1   Alive       <NA>     55 - 59 1995 - 1999
#> 119825.2   Alive       <NA>     55 - 59 2015 - 2019
#> 119836.1   Alive       <NA>     00 - 04 2005 - 2009
#> 119847.1    Dead       <NA>     60 - 64 1990 - 1994
#> 119847.2    Dead       <NA>     60 - 64 2005 - 2009
#> 119951.1    Dead       <NA>     00 - 04 2000 - 2004
#> 119953.1    Dead       <NA>     50 - 54 1990 - 1994
#> 119953.2    Dead       <NA>     50 - 54 1995 - 1999
#> 119959.1   Alive       <NA>    85 - 120 2000 - 2004
#> 119959.2   Alive       <NA>    85 - 120 2010 - 2014
#> 119992.1   Alive       <NA>     65 - 69 2015 - 2019
#> 119994.1    Dead       <NA>     55 - 59 2005 - 2009
#> 120002.1   Alive       <NA>     65 - 69 1990 - 1994
#> 120002.2   Alive       <NA>     65 - 69 2010 - 2014
#> 120006.1    Dead       <NA>     50 - 54 1990 - 1994
#> 120026.1   Alive       <NA>     50 - 54 1990 - 1994
#> 120026.2   Alive       <NA>     50 - 54 2010 - 2014
#> 120039.1   Alive       <NA>     40 - 44 2005 - 2009
#> 120075.1    Dead       <NA>     45 - 49 1995 - 1999
#> 120152.1   Alive       <NA>     50 - 54 2015 - 2019
#> 120168.1    Dead       <NA>     65 - 69 1990 - 1994
#> 120168.2    Dead       <NA>     65 - 69 2005 - 2009
#> 120170.1   Alive       <NA>     20 - 24 2005 - 2009
#> 120174.1   Alive       <NA>     70 - 74 2000 - 2004
#> 120180.1    Dead       <NA>     25 - 29 1995 - 1999
#> 120183.1    Dead       <NA>     30 - 34 1990 - 1994
#> 120183.2    Dead       <NA>     30 - 34 1995 - 1999
#> 120207.1    Dead       <NA>     50 - 54 2000 - 2004
#> 120210.1    Dead       <NA>     80 - 84 2000 - 2004
#> 120214.1    Dead       <NA>     55 - 59 1995 - 1999
#> 120214.2    Dead       <NA>     55 - 59 1995 - 1999
#> 120215.1   Alive       <NA>     55 - 59 2010 - 2014
#> 120215.2   Alive       <NA>     55 - 59 2010 - 2014
#> 120216.1    Dead       <NA>     30 - 34 2015 - 2019
#> 120218.1    Dead       <NA>     60 - 64 1990 - 1994
#> 120227.1   Alive       <NA>     25 - 29 2010 - 2014
#> 120238.1    Dead       <NA>     65 - 69 1990 - 1994
#> 120238.2    Dead       <NA>     65 - 69 1990 - 1994
#> 120251.1    Dead       <NA>     65 - 69 1990 - 1994
#> 120255.1   Alive       <NA>     25 - 29 2010 - 2014
#> 120269.1    Dead       <NA>     65 - 69 1990 - 1994
#> 120269.2    Dead       <NA>     65 - 69 1990 - 1994
#> 120278.1   Alive       <NA>     30 - 34 1995 - 1999
#> 120278.2   Alive       <NA>     30 - 34 1995 - 1999
#> 120284.1   Alive       <NA>     60 - 64 2000 - 2004
#> 120291.1   Alive       <NA>     55 - 59 2010 - 2014
#> 120300.1   Alive       <NA>     60 - 64 2000 - 2004
#> 120301.1   Alive       <NA>     35 - 39 1990 - 1994
#> 120301.2   Alive       <NA>     35 - 39 2015 - 2019
#> 120310.1   Alive       <NA>     80 - 84 1990 - 1994
#> 120310.2   Alive       <NA>     80 - 84 2010 - 2014
#> 120327.1   Alive       <NA>     20 - 24 2000 - 2004
#> 120327.2   Alive       <NA>     20 - 24 2015 - 2019
#> 120345.1   Alive       <NA>     60 - 64 1995 - 1999
#> 120345.2   Alive       <NA>     60 - 64 1995 - 1999
#> 120352.1    Dead       <NA>     65 - 69 1990 - 1994
#> 120372.1   Alive       <NA>     45 - 49 1995 - 1999
#> 120372.2   Alive       <NA>     45 - 49 1995 - 1999
#> 120376.1   Alive       <NA>     50 - 54 2005 - 2009
#> 120376.2   Alive       <NA>     50 - 54 2015 - 2019
#> 120402.1   Alive       <NA>     45 - 49 2000 - 2004
#> 120402.2   Alive       <NA>     45 - 49 2005 - 2009
#> 120409.1   Alive       <NA>     35 - 39 2010 - 2014
#> 120414.1   Alive       <NA>     70 - 74 2005 - 2009
#> 120423.1   Alive       <NA>     25 - 29 2010 - 2014
#> 120427.1   Alive       <NA>     75 - 79 2000 - 2004
#> 120427.2   Alive       <NA>     75 - 79 2005 - 2009
#> 120440.1    Dead       <NA>     65 - 69 2005 - 2009
#> 120445.1    Dead       <NA>     10 - 14 1995 - 1999
#> 120456.1    Dead       <NA>     50 - 54 2010 - 2014
#> 120488.1   Alive       <NA>     70 - 74 2000 - 2004
#> 120488.2   Alive       <NA>     70 - 74 2010 - 2014
#> 120519.1    Dead       <NA>     60 - 64 2000 - 2004
#> 120535.1   Alive       <NA>     60 - 64 2015 - 2019
#> 120562.1    Dead       <NA>     35 - 39 1995 - 1999
#> 120562.2    Dead       <NA>     35 - 39 2000 - 2004
#> 120580.1   Alive       <NA>     60 - 64 2005 - 2009
#> 120580.2   Alive       <NA>     60 - 64 2010 - 2014
#> 120596.1    Dead       <NA>     30 - 34 2000 - 2004
#> 120596.2    Dead       <NA>     30 - 34 2010 - 2014
#> 120607.1    Dead       <NA>     40 - 44 2000 - 2004
#> 120610.1   Alive       <NA>     30 - 34 2015 - 2019
#> 120617.1    Dead       <NA>     35 - 39 1995 - 1999
#> 120621.1    Dead       <NA>     20 - 24 1995 - 1999
#> 120654.1   Alive       <NA>     00 - 04 2000 - 2004
#> 120654.2   Alive       <NA>     00 - 04 2015 - 2019
#> 120694.1   Alive       <NA>     55 - 59 1995 - 1999
#> 120694.2   Alive       <NA>     55 - 59 2010 - 2014
#> 120706.1   Alive       <NA>     20 - 24 2010 - 2014
#> 120708.1   Alive       <NA>     55 - 59 2015 - 2019
#> 120711.1   Alive       <NA>     25 - 29 1995 - 1999
#> 120711.2   Alive       <NA>     25 - 29 2000 - 2004
#> 120717.1   Alive       <NA>     50 - 54 2005 - 2009
#> 120722.1   Alive       <NA>     35 - 39 2005 - 2009
#> 120722.2   Alive       <NA>     35 - 39 2010 - 2014
#> 120730.1   Alive       <NA>     60 - 64 2005 - 2009
#> 120738.1    Dead       <NA>     55 - 59 1995 - 1999
#> 120739.1   Alive       <NA>     20 - 24 2000 - 2004
#> 120739.2   Alive       <NA>     20 - 24 2010 - 2014
#> 120740.1   Alive       <NA>     30 - 34 2005 - 2009
#> 120741.1    Dead       <NA>     75 - 79 2000 - 2004
#> 120754.1    Dead       <NA>     30 - 34 1995 - 1999
#> 120754.2    Dead       <NA>     30 - 34 2000 - 2004
#> 120769.1    Dead       <NA>     35 - 39 2005 - 2009
#> 120798.1   Alive       <NA>     25 - 29 2010 - 2014
#> 120812.1   Alive       <NA>     80 - 84 2005 - 2009
#> 120821.1   Alive       <NA>     35 - 39 1990 - 1994
#> 120821.2   Alive       <NA>     35 - 39 2010 - 2014
#> 120832.1   Alive       <NA>     40 - 44 2005 - 2009
#> 120869.1   Alive       <NA>     10 - 14 2005 - 2009
#> 120886.1    Dead       <NA>     70 - 74 2010 - 2014
#> 120886.2    Dead       <NA>     70 - 74 2015 - 2019
#> 120891.1    Dead       <NA>     50 - 54 1995 - 1999
#> 120892.1   Alive       <NA>     25 - 29 2010 - 2014
#> 120897.1    Dead       <NA>     70 - 74 1990 - 1994
#> 120900.1   Alive       <NA>     60 - 64 2015 - 2019
#> 120900.2   Alive       <NA>     60 - 64 2015 - 2019
#> 120930.1   Alive       <NA>     55 - 59 1990 - 1994
#> 120930.2   Alive       <NA>     55 - 59 2010 - 2014
#> 120933.1    Dead       <NA>     20 - 24 2005 - 2009
#> 120936.1    Dead       <NA>     55 - 59 2000 - 2004
#> 120950.1   Alive       <NA>     55 - 59 2000 - 2004
#> 120951.1   Alive       <NA>     20 - 24 2015 - 2019
#> 120964.1   Alive       <NA>     55 - 59 1995 - 1999
#> 120964.2   Alive       <NA>     55 - 59 2010 - 2014
#> 120987.1    Dead       <NA>     50 - 54 1990 - 1994
#> 120987.2    Dead       <NA>     50 - 54 2000 - 2004
#> 121016.1    Dead       <NA>     40 - 44 2000 - 2004
#> 121027.1    Dead       <NA>     70 - 74 1990 - 1994
#> 121031.1   Alive       <NA>     75 - 79 2005 - 2009
#> 121031.2   Alive       <NA>     75 - 79 2005 - 2009
#> 121041.1   Alive       <NA>     25 - 29 2015 - 2019
#> 121059.1    Dead       <NA>     40 - 44 1990 - 1994
#> 121060.1    Dead       <NA>     70 - 74 2000 - 2004
#> 121060.2    Dead       <NA>     70 - 74 2005 - 2009
#> 121061.1    Dead       <NA>     55 - 59 2010 - 2014
#> 121069.1    Dead       <NA>     20 - 24 1995 - 1999
#> 121069.2    Dead       <NA>     20 - 24 2005 - 2009
#> 121085.1   Alive       <NA>     70 - 74 2005 - 2009
#> 121113.1    Dead       <NA>     60 - 64 2000 - 2004
#> 121113.2    Dead       <NA>     60 - 64 2005 - 2009
#> 121121.1    Dead       <NA>     30 - 34 2000 - 2004
#> 121121.2    Dead       <NA>     30 - 34 2000 - 2004
#> 121124.1   Alive       <NA>     60 - 64 1990 - 1994
#> 121124.2   Alive       <NA>     60 - 64 2000 - 2004
#> 121143.1    Dead       <NA>     70 - 74 2000 - 2004
#> 121153.1   Alive       <NA>     25 - 29 2015 - 2019
#> 121158.1   Alive       <NA>     20 - 24 1995 - 1999
#> 121158.2   Alive       <NA>     20 - 24 2005 - 2009
#> 121159.1   Alive       <NA>     45 - 49 2000 - 2004
#> 121159.2   Alive       <NA>     45 - 49 2005 - 2009
#> 121171.1    Dead       <NA>     40 - 44 2000 - 2004
#> 121183.1   Alive       <NA>     70 - 74 2000 - 2004
#> 121203.1    Dead       <NA>     70 - 74 1990 - 1994
#> 121203.2    Dead       <NA>     70 - 74 1990 - 1994
#> 121207.1   Alive       <NA>     45 - 49 2010 - 2014
#> 121236.1   Alive       <NA>     60 - 64 2010 - 2014
#> 121242.1    Dead       <NA>     20 - 24 1990 - 1994
#> 121242.2    Dead       <NA>     20 - 24 1990 - 1994
#> 121253.1   Alive       <NA>     50 - 54 2010 - 2014
#> 121253.2   Alive       <NA>     50 - 54 2010 - 2014
#> 121265.1   Alive       <NA>    85 - 120 2000 - 2004
#> 121283.1   Alive       <NA>     40 - 44 2015 - 2019
#> 121283.2   Alive       <NA>     40 - 44 2015 - 2019
#> 121296.1   Alive       <NA>     00 - 04 2000 - 2004
#> 121296.2   Alive       <NA>     00 - 04 2015 - 2019
#> 121308.1    Dead       <NA>     30 - 34 1995 - 1999
#> 121313.1   Alive       <NA>     70 - 74 2010 - 2014
#> 121336.1   Alive       <NA>     70 - 74 2005 - 2009
#> 121347.1   Alive       <NA>     50 - 54 2010 - 2014
#> 121360.1   Alive       <NA>     35 - 39 2010 - 2014
#> 121368.1   Alive       <NA>     70 - 74 2005 - 2009
#> 121368.2   Alive       <NA>     70 - 74 2015 - 2019
#> 121380.1   Alive       <NA>     40 - 44 1990 - 1994
#> 121380.2   Alive       <NA>     40 - 44 2000 - 2004
#> 121397.1   Alive       <NA>     40 - 44 1995 - 1999
#> 121397.2   Alive       <NA>     40 - 44 1995 - 1999
#> 121420.1   Alive       <NA>     60 - 64 2010 - 2014
#> 121440.1    Dead       <NA>     05 - 09 2005 - 2009
#> 121481.1    Dead       <NA>     70 - 74 1990 - 1994
#> 121494.1    Dead       <NA>     25 - 29 2005 - 2009
#> 121496.1    Dead       <NA>     40 - 44 2000 - 2004
#> 121505.1   Alive       <NA>     35 - 39 2000 - 2004
#> 121508.1   Alive       <NA>    85 - 120 1995 - 1999
#> 121508.2   Alive       <NA>    85 - 120 2010 - 2014
#> 121512.1   Alive       <NA>     65 - 69 2015 - 2019
#> 121517.1   Alive       <NA>    85 - 120 1995 - 1999
#> 121517.2   Alive       <NA>    85 - 120 2000 - 2004
#> 121531.1   Alive       <NA>     40 - 44 2010 - 2014
#> 121544.1   Alive       <NA>     65 - 69 2015 - 2019
#> 121545.1    Dead       <NA>     60 - 64 2010 - 2014
#> 121546.1   Alive       <NA>     65 - 69 2000 - 2004
#> 121546.2   Alive       <NA>     65 - 69 2015 - 2019
#> 121599.1   Alive       <NA>     35 - 39 2000 - 2004
#> 121599.2   Alive       <NA>     35 - 39 2005 - 2009
#> 121631.1   Alive       <NA>     75 - 79 2005 - 2009
#> 121644.1   Alive       <NA>     65 - 69 2015 - 2019
#> 121654.1    Dead       <NA>     30 - 34 2000 - 2004
#> 121686.1    Dead       <NA>     30 - 34 2005 - 2009
#> 121713.1    Dead       <NA>     80 - 84 1995 - 1999
#> 121713.2    Dead       <NA>     80 - 84 1995 - 1999
#> 121727.1    Dead       <NA>     25 - 29 2010 - 2014
#> 121739.1   Alive       <NA>     80 - 84 1990 - 1994
#> 121739.2   Alive       <NA>     80 - 84 2015 - 2019
#> 121746.1    Dead       <NA>     45 - 49 2005 - 2009
#> 121765.1   Alive       <NA>     10 - 14 1995 - 1999
#> 121765.2   Alive       <NA>     10 - 14 2010 - 2014
#> 121780.1   Alive       <NA>     55 - 59 1995 - 1999
#> 121784.1   Alive       <NA>     65 - 69 2000 - 2004
#> 121794.1   Alive       <NA>     65 - 69 2005 - 2009
#> 121802.1   Alive       <NA>     60 - 64 2000 - 2004
#> 121802.2   Alive       <NA>     60 - 64 2015 - 2019
#> 121818.1    Dead       <NA>     75 - 79 2005 - 2009
#> 121838.1    Dead       <NA>     25 - 29 1990 - 1994
#> 121839.1   Alive       <NA>     35 - 39 2010 - 2014
#> 121844.1    Dead       <NA>     70 - 74 1990 - 1994
#> 121844.2    Dead       <NA>     70 - 74 2000 - 2004
#> 121845.1    Dead       <NA>     00 - 04 2010 - 2014
#> 121850.1   Alive       <NA>     15 - 19 2015 - 2019
#> 121852.1   Alive       <NA>     30 - 34 2015 - 2019
#> 121858.1    Dead       <NA>     55 - 59 1990 - 1994
#> 121859.1   Alive       <NA>     70 - 74 2000 - 2004
#> 121859.2   Alive       <NA>     70 - 74 2005 - 2009
#> 121873.1   Alive       <NA>     65 - 69 1990 - 1994
#> 121873.2   Alive       <NA>     65 - 69 2015 - 2019
#> 121892.1    Dead       <NA>     65 - 69 1995 - 1999
#> 121893.1   Alive       <NA>    85 - 120 2000 - 2004
#> 121905.1   Alive       <NA>     30 - 34 2010 - 2014
#> 121905.2   Alive       <NA>     30 - 34 2015 - 2019
#> 121911.1    Dead       <NA>     50 - 54 2000 - 2004
#> 121920.1    Dead       <NA>     65 - 69 2000 - 2004
#> 121922.1    Dead       <NA>     75 - 79 1995 - 1999
#> 121926.1   Alive       <NA>     55 - 59 2010 - 2014
#> 121926.2   Alive       <NA>     55 - 59 2015 - 2019
#> 121934.1    Dead       <NA>     05 - 09 2000 - 2004
#> 121934.2    Dead       <NA>     05 - 09 2005 - 2009
#> 121940.1   Alive       <NA>     40 - 44 2005 - 2009
#> 121952.1    Dead       <NA>     65 - 69 1995 - 1999
#> 121962.1   Alive       <NA>     70 - 74 2000 - 2004
#> 121962.2   Alive       <NA>     70 - 74 2015 - 2019
#> 121975.1   Alive       <NA>     45 - 49 1995 - 1999
#> 121975.2   Alive       <NA>     45 - 49 2005 - 2009
#> 121978.1    Dead       <NA>     60 - 64 1990 - 1994
#> 121980.1   Alive       <NA>     60 - 64 1990 - 1994
#> 121980.2   Alive       <NA>     60 - 64 1995 - 1999
#> 121982.1   Alive       <NA>     75 - 79 1990 - 1994
#> 121982.2   Alive       <NA>     75 - 79 1990 - 1994
#> 121983.1   Alive       <NA>     45 - 49 2005 - 2009
#> 121995.1   Alive       <NA>     65 - 69 2015 - 2019
#> 122036.1   Alive       <NA>     35 - 39 2000 - 2004
#> 122036.2   Alive       <NA>     35 - 39 2015 - 2019
#> 122040.1    Dead       <NA>    85 - 120 2005 - 2009
#> 122040.2    Dead       <NA>    85 - 120 2005 - 2009
#> 122080.1    Dead       <NA>     30 - 34 2015 - 2019
#> 122105.1    Dead       <NA>     50 - 54 1995 - 1999
#> 122105.2    Dead       <NA>     50 - 54 2015 - 2019
#> 122106.1   Alive       <NA>     35 - 39 2010 - 2014
#> 122110.1   Alive       <NA>     30 - 34 2015 - 2019
#> 122113.1    Dead       <NA>     35 - 39 2010 - 2014
#> 122113.2    Dead       <NA>     35 - 39 2010 - 2014
#> 122125.1   Alive       <NA>     70 - 74 2010 - 2014
#> 122127.1   Alive       <NA>     20 - 24 2010 - 2014
#> 122138.1   Alive       <NA>     15 - 19 1990 - 1994
#> 122138.2   Alive       <NA>     15 - 19 2015 - 2019
#> 122142.1   Alive       <NA>     35 - 39 1990 - 1994
#> 122142.2   Alive       <NA>     35 - 39 2000 - 2004
#> 122180.1   Alive       <NA>     60 - 64 2015 - 2019
#> 122188.1    Dead       <NA>     65 - 69 1990 - 1994
#> 122226.1   Alive       <NA>     45 - 49 2015 - 2019
#> 122259.1    Dead       <NA>     65 - 69 2000 - 2004
#> 122270.1    Dead       <NA>     35 - 39 1990 - 1994
#> 122270.2    Dead       <NA>     35 - 39 2015 - 2019
#> 122274.1    Dead       <NA>     40 - 44 1990 - 1994
#> 122283.1    Dead       <NA>     20 - 24 1990 - 1994
#> 122283.2    Dead       <NA>     20 - 24 1995 - 1999
#> 122284.1    Dead       <NA>     65 - 69 2005 - 2009
#> 122308.1    Dead       <NA>     65 - 69 1990 - 1994
#> 122308.2    Dead       <NA>     65 - 69 2005 - 2009
#> 122314.1    Dead       <NA>     65 - 69 2000 - 2004
#> 122314.2    Dead       <NA>     65 - 69 2000 - 2004
#> 122317.1    Dead       <NA>     40 - 44 2000 - 2004
#> 122363.1   Alive       <NA>     25 - 29 2005 - 2009
#> 122380.1   Alive       <NA>     30 - 34 2005 - 2009
#> 122399.1    Dead       <NA>     20 - 24 2000 - 2004
#> 122407.1   Alive       <NA>     60 - 64 1995 - 1999
#> 122407.2   Alive       <NA>     60 - 64 2015 - 2019
#> 122419.1    Dead       <NA>     35 - 39 1995 - 1999
#> 122440.1    Dead       <NA>     45 - 49 2010 - 2014
#> 122449.1   Alive       <NA>     70 - 74 2010 - 2014
#> 122454.1   Alive       <NA>     40 - 44 2015 - 2019
#> 122459.1   Alive       <NA>     25 - 29 1995 - 1999
#> 122459.2   Alive       <NA>     25 - 29 2000 - 2004
#> 122487.1    Dead       <NA>     70 - 74 2010 - 2014
#> 122492.1   Alive       <NA>     80 - 84 2000 - 2004
#> 122492.2   Alive       <NA>     80 - 84 2005 - 2009
#> 122494.1   Alive       <NA>     55 - 59 2000 - 2004
#> 122501.1   Alive       <NA>     70 - 74 2000 - 2004
#> 122515.1    Dead       <NA>     70 - 74 1995 - 1999
#> 122522.1   Alive       <NA>     75 - 79 2015 - 2019
#> 122534.1   Alive       <NA>     40 - 44 2015 - 2019
#> 122536.1   Alive       <NA>     70 - 74 2015 - 2019
#> 122567.1   Alive       <NA>    85 - 120 1990 - 1994
#> 122567.2   Alive       <NA>    85 - 120 2005 - 2009
#> 122568.1   Alive       <NA>     55 - 59 2005 - 2009
#> 122573.1   Alive       <NA>     60 - 64 2005 - 2009
#> 122573.2   Alive       <NA>     60 - 64 2010 - 2014
#> 122625.1    Dead       <NA>    85 - 120 1990 - 1994
#> 122628.1    Dead       <NA>     40 - 44 1995 - 1999
#> 122633.1    Dead       <NA>     60 - 64 2000 - 2004
#> 122633.2    Dead       <NA>     60 - 64 2000 - 2004
#> 122637.1   Alive       <NA>     35 - 39 2000 - 2004
#> 122643.1   Alive       <NA>     80 - 84 2010 - 2014
#> 122659.1    Dead       <NA>     25 - 29 2010 - 2014
#> 122675.1   Alive       <NA>     30 - 34 2010 - 2014
#> 122675.2   Alive       <NA>     30 - 34 2010 - 2014
#> 122694.1   Alive       <NA>     40 - 44 2015 - 2019
#> 122700.1    Dead       <NA>     30 - 34 2000 - 2004
#> 122710.1   Alive       <NA>     50 - 54 2015 - 2019
#> 122738.1   Alive       <NA>     70 - 74 2005 - 2009
#> 122738.2   Alive       <NA>     70 - 74 2010 - 2014
#> 122741.1    Dead       <NA>     30 - 34 1995 - 1999
#> 122748.1   Alive       <NA>     65 - 69 1995 - 1999
#> 122748.2   Alive       <NA>     65 - 69 2000 - 2004
#> 122758.1    Dead       <NA>     35 - 39 1990 - 1994
#> 122766.1    Dead       <NA>     35 - 39 1990 - 1994
#> 122784.1   Alive       <NA>     55 - 59 2010 - 2014
#> 122800.1   Alive       <NA>     70 - 74 2010 - 2014
#> 122800.2   Alive       <NA>     70 - 74 2010 - 2014
#> 122806.1    Dead       <NA>     55 - 59 2010 - 2014
#> 122810.1    Dead       <NA>     60 - 64 1995 - 1999
#> 122810.2    Dead       <NA>     60 - 64 2000 - 2004
#> 122812.1    Dead       <NA>     65 - 69 2000 - 2004
#> 122835.1   Alive       <NA>     35 - 39 2010 - 2014
#> 122835.2   Alive       <NA>     35 - 39 2010 - 2014
#> 122855.1    Dead       <NA>     65 - 69 1995 - 1999
#> 122874.1   Alive       <NA>     75 - 79 2000 - 2004
#> 122874.2   Alive       <NA>     75 - 79 2010 - 2014
#> 122902.1    Dead       <NA>     50 - 54 1995 - 1999
#> 122902.2    Dead       <NA>     50 - 54 2010 - 2014
#> 122916.1   Alive       <NA>     40 - 44 1990 - 1994
#> 122916.2   Alive       <NA>     40 - 44 2000 - 2004
#> 122923.1    Dead       <NA>     30 - 34 1995 - 1999
#> 122930.1    Dead       <NA>     75 - 79 1995 - 1999
#> 122930.2    Dead       <NA>     75 - 79 2010 - 2014
#> 122950.1    Dead       <NA>     55 - 59 2015 - 2019
#> 122954.1   Alive       <NA>     10 - 14 1990 - 1994
#> 122954.2   Alive       <NA>     10 - 14 2015 - 2019
#> 122960.1   Alive       <NA>     55 - 59 2015 - 2019
#> 122967.1   Alive       <NA>     65 - 69 2005 - 2009
#> 122974.1   Alive       <NA>     65 - 69 2010 - 2014
#> 122978.1    Dead       <NA>     60 - 64 1990 - 1994
#> 122978.2    Dead       <NA>     60 - 64 1995 - 1999
#> 122997.1    Dead       <NA>     75 - 79 1990 - 1994
#> 122999.1    Dead       <NA>     60 - 64 1995 - 1999
#> 123005.1   Alive       <NA>     65 - 69 2005 - 2009
#> 123005.2   Alive       <NA>     65 - 69 2010 - 2014
#> 123009.1   Alive       <NA>     65 - 69 2000 - 2004
#> 123009.2   Alive       <NA>     65 - 69 2005 - 2009
#> 123010.1   Alive       <NA>     45 - 49 2010 - 2014
#> 123010.2   Alive       <NA>     45 - 49 2010 - 2014
#> 123022.1    Dead       <NA>     55 - 59 2005 - 2009
#> 123022.2    Dead       <NA>     55 - 59 2015 - 2019
#> 123036.1   Alive       <NA>     25 - 29 2015 - 2019
#> 123038.1    Dead       <NA>     65 - 69 1990 - 1994
#> 123038.2    Dead       <NA>     65 - 69 2000 - 2004
#> 123057.1   Alive       <NA>     70 - 74 1990 - 1994
#> 123057.2   Alive       <NA>     70 - 74 2015 - 2019
#> 123087.1    Dead       <NA>     60 - 64 2000 - 2004
#> 123087.2    Dead       <NA>     60 - 64 2005 - 2009
#> 123095.1   Alive       <NA>     20 - 24 2005 - 2009
#> 123127.1    Dead       <NA>     75 - 79 1995 - 1999
#> 123127.2    Dead       <NA>     75 - 79 2015 - 2019
#> 123130.1    Dead       <NA>     40 - 44 1995 - 1999
#> 123154.1   Alive       <NA>     35 - 39 2015 - 2019
#> 123168.1   Alive       <NA>     40 - 44 2015 - 2019
#> 123179.1   Alive       <NA>     00 - 04 1990 - 1994
#> 123179.2   Alive       <NA>     00 - 04 2010 - 2014
#> 123238.1   Alive       <NA>     40 - 44 2005 - 2009
#> 123253.1   Alive       <NA>     60 - 64 1995 - 1999
#> 123253.2   Alive       <NA>     60 - 64 2015 - 2019
#> 123275.1    Dead       <NA>     20 - 24 1990 - 1994
#> 123281.1   Alive       <NA>     65 - 69 1990 - 1994
#> 123281.2   Alive       <NA>     65 - 69 1995 - 1999
#> 123304.1   Alive       <NA>     65 - 69 2015 - 2019
#> 123328.1    Dead       <NA>     70 - 74 1990 - 1994
#> 123330.1    Dead       <NA>     70 - 74 2000 - 2004
#> 123335.1   Alive       <NA>     55 - 59 2015 - 2019
#> 123358.1    Dead       <NA>     40 - 44 2010 - 2014
#> 123367.1    Dead       <NA>     60 - 64 2015 - 2019
#> 123391.1    Dead       <NA>     25 - 29 1990 - 1994
#> 123391.2    Dead       <NA>     25 - 29 1995 - 1999
#> 123400.1   Alive       <NA>     40 - 44 1990 - 1994
#> 123400.2   Alive       <NA>     40 - 44 2010 - 2014
#> 123409.1   Alive       <NA>     50 - 54 1995 - 1999
#> 123409.2   Alive       <NA>     50 - 54 2000 - 2004
#> 123433.1    Dead       <NA>     35 - 39 2005 - 2009
#> 123433.2    Dead       <NA>     35 - 39 2015 - 2019
#> 123444.1   Alive       <NA>     70 - 74 2010 - 2014
#> 123459.1    Dead       <NA>     60 - 64 2000 - 2004
#> 123467.1    Dead       <NA>     45 - 49 2005 - 2009
#> 123476.1   Alive       <NA>    85 - 120 2010 - 2014
#> 123514.1    Dead       <NA>     60 - 64 2010 - 2014
#> 123546.1    Dead       <NA>     15 - 19 1995 - 1999
#> 123553.1    Dead       <NA>     10 - 14 1995 - 1999
#> 123553.2    Dead       <NA>     10 - 14 2000 - 2004
#> 123591.1    Dead       <NA>     50 - 54 1995 - 1999
#> 123591.2    Dead       <NA>     50 - 54 2005 - 2009
#> 123634.1   Alive       <NA>     25 - 29 2005 - 2009
#> 123634.2   Alive       <NA>     25 - 29 2010 - 2014
#> 123636.1    Dead       <NA>     65 - 69 1995 - 1999
#> 123636.2    Dead       <NA>     65 - 69 1995 - 1999
#> 123643.1   Alive       <NA>     45 - 49 2000 - 2004
#> 123649.1    Dead       <NA>     45 - 49 1995 - 1999
#> 123649.2    Dead       <NA>     45 - 49 1995 - 1999
#> 123656.1   Alive       <NA>     20 - 24 2005 - 2009
#> 123656.2   Alive       <NA>     20 - 24 2015 - 2019
#> 123658.1   Alive       <NA>     45 - 49 1995 - 1999
#> 123658.2   Alive       <NA>     45 - 49 2010 - 2014
#> 123665.1   Alive       <NA>     65 - 69 2010 - 2014
#> 123685.1    Dead       <NA>     50 - 54 1990 - 1994
#> 123685.2    Dead       <NA>     50 - 54 1995 - 1999
#> 123688.1    Dead       <NA>     30 - 34 1995 - 1999
#> 123708.1    Dead       <NA>     45 - 49 1995 - 1999
#> 123709.1   Alive       <NA>     65 - 69 2010 - 2014
#> 123741.1    Dead       <NA>     20 - 24 1990 - 1994
#> 123741.2    Dead       <NA>     20 - 24 1995 - 1999
#> 123743.1    Dead       <NA>     80 - 84 1990 - 1994
#> 123743.2    Dead       <NA>     80 - 84 1990 - 1994
#> 123768.1   Alive       <NA>     75 - 79 2010 - 2014
#> 123772.1   Alive       <NA>     15 - 19 1995 - 1999
#> 123772.2   Alive       <NA>     15 - 19 2000 - 2004
#> 123816.1   Alive       <NA>     15 - 19 1995 - 1999
#> 123816.2   Alive       <NA>     15 - 19 2005 - 2009
#> 123828.1    Dead       <NA>     35 - 39 1995 - 1999
#> 123847.1    Dead       <NA>     40 - 44 2005 - 2009
#> 123871.1    Dead       <NA>    85 - 120 2000 - 2004
#> 123900.1    Dead       <NA>     25 - 29 1990 - 1994
#> 123915.1   Alive       <NA>     70 - 74 2000 - 2004
#> 123942.1    Dead       <NA>     35 - 39 1995 - 1999
#> 123942.2    Dead       <NA>     35 - 39 1995 - 1999
#> 123968.1   Alive       <NA>     25 - 29 2000 - 2004
#> 123968.2   Alive       <NA>     25 - 29 2000 - 2004
#> 123970.1    Dead       <NA>     40 - 44 1990 - 1994
#> 123983.1    Dead       <NA>     50 - 54 1990 - 1994
#> 123994.1    Dead       <NA>     45 - 49 2000 - 2004
#> 124004.1    Dead       <NA>     60 - 64 2000 - 2004
#> 124034.1    Dead       <NA>     50 - 54 2010 - 2014
#> 124056.1   Alive       <NA>     65 - 69 1990 - 1994
#> 124056.2   Alive       <NA>     65 - 69 2015 - 2019
#> 124062.1    Dead       <NA>     25 - 29 1995 - 1999
#> 124080.1    Dead       <NA>     65 - 69 2000 - 2004
#> 124095.1    Dead       <NA>     40 - 44 1990 - 1994
#> 124098.1   Alive       <NA>     50 - 54 2015 - 2019
#> 124098.2   Alive       <NA>     50 - 54 2015 - 2019
#> 124102.1   Alive       <NA>     50 - 54 2005 - 2009
#> 124121.1    Dead       <NA>     30 - 34 1990 - 1994
#> 124121.2    Dead       <NA>     30 - 34 2000 - 2004
#> 124139.1    Dead       <NA>     25 - 29 1995 - 1999
#> 124151.1   Alive       <NA>     35 - 39 1995 - 1999
#> 124153.1   Alive       <NA>     65 - 69 1995 - 1999
#> 124153.2   Alive       <NA>     65 - 69 2015 - 2019
#> 124155.1   Alive       <NA>     45 - 49 1995 - 1999
#> 124155.2   Alive       <NA>     45 - 49 2015 - 2019
#> 124159.1    Dead       <NA>     55 - 59 1995 - 1999
#> 124162.1    Dead       <NA>     55 - 59 1990 - 1994
#> 124162.2    Dead       <NA>     55 - 59 1995 - 1999
#> 124179.1    Dead       <NA>     30 - 34 1995 - 1999
#> 124181.1   Alive       <NA>     75 - 79 2000 - 2004
#> 124182.1    Dead       <NA>    85 - 120 2005 - 2009
#> 124182.2    Dead       <NA>    85 - 120 2015 - 2019
#> 124186.1    Dead       <NA>     75 - 79 1990 - 1994
#> 124196.1   Alive       <NA>    85 - 120 2000 - 2004
#> 124196.2   Alive       <NA>    85 - 120 2015 - 2019
#> 124201.1    Dead       <NA>     70 - 74 1995 - 1999
#> 124201.2    Dead       <NA>     70 - 74 2005 - 2009
#> 124209.1   Alive       <NA>    85 - 120 1995 - 1999
#> 124218.1   Alive       <NA>     75 - 79 1995 - 1999
#> 124218.2   Alive       <NA>     75 - 79 2015 - 2019
#> 124227.1    Dead       <NA>     80 - 84 1995 - 1999
#> 124227.2    Dead       <NA>     80 - 84 2005 - 2009
#> 124240.1   Alive       <NA>     65 - 69 2010 - 2014
#> 124242.1    Dead       <NA>     65 - 69 1990 - 1994
#> 124242.2    Dead       <NA>     65 - 69 1990 - 1994
#> 124243.1    Dead       <NA>     20 - 24 2000 - 2004
#> 124248.1   Alive       <NA>     55 - 59 1995 - 1999
#> 124248.2   Alive       <NA>     55 - 59 2000 - 2004
#> 124253.1   Alive       <NA>     10 - 14 2005 - 2009
#> 124256.1   Alive       <NA>     40 - 44 2015 - 2019
#> 124261.1    Dead       <NA>     40 - 44 1995 - 1999
#> 124280.1    Dead       <NA>     65 - 69 1990 - 1994
#> 124293.1    Dead       <NA>     35 - 39 1995 - 1999
#> 124293.2    Dead       <NA>     35 - 39 1995 - 1999
#> 124313.1   Alive       <NA>     50 - 54 2015 - 2019
#> 124332.1    Dead       <NA>     30 - 34 1995 - 1999
#> 124357.1    Dead       <NA>    85 - 120 2010 - 2014
#> 124391.1    Dead       <NA>     75 - 79 1990 - 1994
#> 124391.2    Dead       <NA>     75 - 79 1995 - 1999
#> 124393.1    Dead       <NA>     70 - 74 1990 - 1994
#> 124395.1    Dead       <NA>     60 - 64 1995 - 1999
#> 124395.2    Dead       <NA>     60 - 64 1995 - 1999
#> 124445.1    Dead       <NA>     55 - 59 1990 - 1994
#> 124453.1   Alive       <NA>     15 - 19 2000 - 2004
#> 124510.1    Dead       <NA>     65 - 69 1995 - 1999
#> 124514.1   Alive       <NA>     45 - 49 2005 - 2009
#> 124514.2   Alive       <NA>     45 - 49 2010 - 2014
#> 124530.1   Alive       <NA>    85 - 120 2015 - 2019
#> 124549.1   Alive       <NA>     65 - 69 2005 - 2009
#> 124558.1   Alive       <NA>     45 - 49 1990 - 1994
#> 124558.2   Alive       <NA>     45 - 49 1995 - 1999
#> 124566.1   Alive       <NA>     55 - 59 2000 - 2004
#> 124566.2   Alive       <NA>     55 - 59 2010 - 2014
#> 124582.1    Dead       <NA>     60 - 64 1995 - 1999
#> 124584.1   Alive       <NA>     50 - 54 2000 - 2004
#> 124604.1    Dead       <NA>     20 - 24 1990 - 1994
#> 124604.2    Dead       <NA>     20 - 24 1995 - 1999
#> 124610.1   Alive       <NA>     65 - 69 2000 - 2004
#> 124610.2   Alive       <NA>     65 - 69 2005 - 2009
#> 124616.1    Dead       <NA>     60 - 64 1990 - 1994
#> 124616.2    Dead       <NA>     60 - 64 2000 - 2004
#> 124618.1   Alive       <NA>     65 - 69 2010 - 2014
#> 124622.1   Alive       <NA>     45 - 49 2015 - 2019
#> 124630.1   Alive       <NA>     20 - 24 2000 - 2004
#> 124630.2   Alive       <NA>     20 - 24 2000 - 2004
#> 124655.1   Alive       <NA>     55 - 59 2015 - 2019
#> 124665.1    Dead       <NA>     05 - 09 2000 - 2004
#> 124665.2    Dead       <NA>     05 - 09 2005 - 2009
#> 124669.1   Alive       <NA>     50 - 54 2000 - 2004
#> 124669.2   Alive       <NA>     50 - 54 2015 - 2019
#> 124677.1    Dead       <NA>     55 - 59 2000 - 2004
#> 124687.1    Dead       <NA>     40 - 44 1995 - 1999
#> 124698.1   Alive       <NA>     45 - 49 1990 - 1994
#> 124698.2   Alive       <NA>     45 - 49 2010 - 2014
#> 124718.1    Dead       <NA>     05 - 09 1990 - 1994
#> 124718.2    Dead       <NA>     05 - 09 2000 - 2004
#> 124721.1    Dead       <NA>     25 - 29 1995 - 1999
#> 124726.1   Alive       <NA>     40 - 44 1995 - 1999
#> 124726.2   Alive       <NA>     40 - 44 2010 - 2014
#> 124743.1   Alive       <NA>     80 - 84 2005 - 2009
#> 124744.1    Dead       <NA>     65 - 69 1990 - 1994
#> 124744.2    Dead       <NA>     65 - 69 1995 - 1999
#> 124748.1   Alive       <NA>     40 - 44 2010 - 2014
#> 124765.1    Dead       <NA>     60 - 64 1995 - 1999
#> 124804.1   Alive       <NA>     00 - 04 1995 - 1999
#> 124804.2   Alive       <NA>     00 - 04 2000 - 2004
#> 124814.1    Dead       <NA>     50 - 54 2010 - 2014
#> 124820.1    Dead       <NA>     20 - 24 1990 - 1994
#> 124821.1   Alive       <NA>     55 - 59 1995 - 1999
#> 124821.2   Alive       <NA>     55 - 59 2015 - 2019
#> 124835.1    Dead       <NA>     65 - 69 1990 - 1994
#> 124835.2    Dead       <NA>     65 - 69 2000 - 2004
#> 124837.1    Dead       <NA>     55 - 59 2010 - 2014
#> 124869.1   Alive       <NA>     35 - 39 1995 - 1999
#> 124869.2   Alive       <NA>     35 - 39 2000 - 2004
#> 124872.1   Alive       <NA>     40 - 44 2010 - 2014
#> 124947.1    Dead       <NA>     30 - 34 1995 - 1999
#> 124947.2    Dead       <NA>     30 - 34 2005 - 2009
#> 124951.1    Dead       <NA>     60 - 64 2005 - 2009
#> 124998.1    Dead       <NA>     40 - 44 1990 - 1994
#> 124999.1   Alive       <NA>     80 - 84 2015 - 2019
#> 125000.1   Alive       <NA>     25 - 29 1990 - 1994
#> 125000.2   Alive       <NA>     25 - 29 1990 - 1994
#> 125017.1    Dead       <NA>     55 - 59 1990 - 1994
#> 125023.1   Alive       <NA>     70 - 74 2010 - 2014
#> 125027.1   Alive       <NA>     30 - 34 2015 - 2019
#> 125060.1    Dead       <NA>     40 - 44 2005 - 2009
#> 125060.2    Dead       <NA>     40 - 44 2010 - 2014
#> 125062.1    Dead       <NA>     65 - 69 1990 - 1994
#> 125136.1   Alive       <NA>     60 - 64 2015 - 2019
#> 125147.1    Dead       <NA>     55 - 59 1995 - 1999
#> 125147.2    Dead       <NA>     55 - 59 1995 - 1999
#> 125155.1    Dead       <NA>     45 - 49 2000 - 2004
#> 125155.2    Dead       <NA>     45 - 49 2005 - 2009
#> 125161.1   Alive       <NA>     25 - 29 2005 - 2009
#> 125178.1    Dead       <NA>     65 - 69 2005 - 2009
#> 125191.1    Dead       <NA>     65 - 69 1990 - 1994
#> 125199.1    Dead       <NA>     35 - 39 1990 - 1994
#> 125199.2    Dead       <NA>     35 - 39 1995 - 1999
#> 125260.1   Alive       <NA>     60 - 64 1995 - 1999
#> 125260.2   Alive       <NA>     60 - 64 2000 - 2004
#> 125265.1    Dead       <NA>     15 - 19 2000 - 2004
#> 125282.1   Alive       <NA>     45 - 49 1990 - 1994
#> 125282.2   Alive       <NA>     45 - 49 2005 - 2009
#> 125300.1   Alive       <NA>     65 - 69 1990 - 1994
#> 125300.2   Alive       <NA>     65 - 69 2000 - 2004
#> 125311.1    Dead       <NA>     55 - 59 1990 - 1994
#> 125323.1    Dead       <NA>     70 - 74 2010 - 2014
#> 125329.1   Alive       <NA>     40 - 44 2000 - 2004
#> 125329.2   Alive       <NA>     40 - 44 2015 - 2019
#> 125333.1    Dead       <NA>     55 - 59 1995 - 1999
#> 125333.2    Dead       <NA>     55 - 59 1995 - 1999
#> 125335.1   Alive       <NA>     75 - 79 1990 - 1994
#> 125335.2   Alive       <NA>     75 - 79 2000 - 2004
#> 125351.1   Alive       <NA>     75 - 79 2015 - 2019
#> 125364.1    Dead       <NA>     65 - 69 2000 - 2004
#> 125382.1   Alive       <NA>     55 - 59 2015 - 2019
#> 125387.1    Dead       <NA>     65 - 69 1995 - 1999
#> 125404.1    Dead       <NA>     75 - 79 1990 - 1994
#> 125415.1   Alive       <NA>     55 - 59 2015 - 2019
#> 125429.1   Alive       <NA>     65 - 69 2000 - 2004
#> 125444.1   Alive       <NA>     35 - 39 2010 - 2014
#> 125483.1   Alive       <NA>     75 - 79 2000 - 2004
#> 125483.2   Alive       <NA>     75 - 79 2005 - 2009
#> 125496.1   Alive       <NA>     10 - 14 2000 - 2004
#> 125496.2   Alive       <NA>     10 - 14 2015 - 2019
#> 125499.1   Alive       <NA>     30 - 34 2005 - 2009
#> 125499.2   Alive       <NA>     30 - 34 2005 - 2009
#> 125500.1    Dead       <NA>     60 - 64 1995 - 1999
#> 125502.1    Dead       <NA>     30 - 34 2010 - 2014
#> 125502.2    Dead       <NA>     30 - 34 2010 - 2014
#> 125508.1    Dead       <NA>     25 - 29 1990 - 1994
#> 125508.2    Dead       <NA>     25 - 29 1990 - 1994
#> 125523.1   Alive       <NA>     45 - 49 2000 - 2004
#> 125523.2   Alive       <NA>     45 - 49 2010 - 2014
#> 125552.1   Alive       <NA>     55 - 59 2010 - 2014
#> 125552.2   Alive       <NA>     55 - 59 2010 - 2014
#> 125584.1   Alive       <NA>     75 - 79 2015 - 2019
#> 125605.1   Alive       <NA>     60 - 64 1995 - 1999
#> 125605.2   Alive       <NA>     60 - 64 2015 - 2019
#> 125613.1   Alive       <NA>     65 - 69 1995 - 1999
#> 125613.2   Alive       <NA>     65 - 69 2015 - 2019
#> 125618.1   Alive       <NA>     80 - 84 2010 - 2014
#> 125623.1   Alive       <NA>     55 - 59 2005 - 2009
#> 125623.2   Alive       <NA>     55 - 59 2005 - 2009
#> 125629.1    Dead       <NA>     60 - 64 2005 - 2009
#> 125629.2    Dead       <NA>     60 - 64 2010 - 2014
#> 125630.1    Dead       <NA>     55 - 59 2005 - 2009
#> 125652.1    Dead       <NA>     45 - 49 1990 - 1994
#> 125652.2    Dead       <NA>     45 - 49 2000 - 2004
#> 125658.1   Alive       <NA>     50 - 54 2000 - 2004
#> 125715.1   Alive       <NA>     45 - 49 2000 - 2004
#> 125715.2   Alive       <NA>     45 - 49 2010 - 2014
#> 125716.1   Alive       <NA>     60 - 64 2000 - 2004
#> 125716.2   Alive       <NA>     60 - 64 2015 - 2019
#> 125725.1    Dead       <NA>     45 - 49 2000 - 2004
#> 125727.1    Dead       <NA>     30 - 34 1990 - 1994
#> 125727.2    Dead       <NA>     30 - 34 1995 - 1999
#> 125735.1    Dead       <NA>     20 - 24 1995 - 1999
#> 125735.2    Dead       <NA>     20 - 24 2005 - 2009
#> 125738.1   Alive       <NA>     45 - 49 2010 - 2014
#> 125738.2   Alive       <NA>     45 - 49 2015 - 2019
#> 125745.1   Alive       <NA>     25 - 29 1990 - 1994
#> 125745.2   Alive       <NA>     25 - 29 2010 - 2014
#> 125761.1    Dead       <NA>     40 - 44 2010 - 2014
#> 125761.2    Dead       <NA>     40 - 44 2015 - 2019
#> 125802.1    Dead       <NA>     50 - 54 2010 - 2014
#> 125806.1   Alive       <NA>     60 - 64 2010 - 2014
#> 125815.1    Dead 2014-06-15     40 - 44 2000 - 2004
#> 125815.2    Dead 2014-06-15     40 - 44 2010 - 2014
#> 125824.1   Alive       <NA>     65 - 69 2000 - 2004
#> 125824.2   Alive       <NA>     65 - 69 2005 - 2009
#> 125845.1   Alive       <NA>     75 - 79 2010 - 2014
#> 125863.1   Alive       <NA>     65 - 69 2015 - 2019
#> 125876.1    Dead       <NA>     25 - 29 2005 - 2009
#> 125910.1   Alive       <NA>     75 - 79 1995 - 1999
#> 125910.2   Alive       <NA>     75 - 79 2015 - 2019
#> 125931.1   Alive       <NA>     70 - 74 2000 - 2004
#> 125942.1   Alive       <NA>     05 - 09 1995 - 1999
#> 125942.2   Alive       <NA>     05 - 09 2010 - 2014
#> 125943.1   Alive       <NA>     70 - 74 1995 - 1999
#> 125943.2   Alive       <NA>     70 - 74 2000 - 2004
#> 125972.1   Alive       <NA>     70 - 74 2000 - 2004
#> 125972.2   Alive       <NA>     70 - 74 2015 - 2019
#> 126002.1   Alive       <NA>     60 - 64 2000 - 2004
#> 126041.1   Alive       <NA>     80 - 84 2010 - 2014
#> 126041.2   Alive       <NA>     80 - 84 2010 - 2014
#> 126048.1    Dead       <NA>     65 - 69 1990 - 1994
#> 126048.2    Dead       <NA>     65 - 69 1990 - 1994
#> 126050.1    Dead       <NA>     70 - 74 2000 - 2004
#> 126057.1   Alive       <NA>     75 - 79 2000 - 2004
#> 126087.1    Dead       <NA>     30 - 34 2000 - 2004
#> 126093.1    Dead       <NA>     50 - 54 1995 - 1999
#> 126104.1    Dead       <NA>     45 - 49 2005 - 2009
#> 126109.1   Alive       <NA>     80 - 84 2000 - 2004
#> 126124.1    Dead       <NA>     20 - 24 2015 - 2019
#> 126173.1   Alive       <NA>     65 - 69 1995 - 1999
#> 126173.2   Alive       <NA>     65 - 69 2010 - 2014
#> 126186.1    Dead       <NA>     70 - 74 1990 - 1994
#> 126186.2    Dead       <NA>     70 - 74 2005 - 2009
#> 126197.1   Alive       <NA>     70 - 74 2000 - 2004
#> 126214.1    Dead       <NA>     30 - 34 2000 - 2004
#> 126224.1    Dead       <NA>     60 - 64 1990 - 1994
#> 126231.1   Alive       <NA>     60 - 64 2015 - 2019
#> 126234.1    Dead       <NA>     25 - 29 2000 - 2004
#> 126235.1    Dead       <NA>     65 - 69 1990 - 1994
#> 126236.1   Alive       <NA>     10 - 14 2010 - 2014
#> 126240.1    Dead       <NA>     70 - 74 1990 - 1994
#> 126248.1    Dead       <NA>     40 - 44 2000 - 2004
#> 126256.1    Dead       <NA>     65 - 69 2005 - 2009
#> 126256.2    Dead       <NA>     65 - 69 2010 - 2014
#> 126298.1    Dead       <NA>     40 - 44 2005 - 2009
#> 126309.1   Alive       <NA>     55 - 59 2005 - 2009
#> 126316.1   Alive       <NA>     65 - 69 1995 - 1999
#> 126316.2   Alive       <NA>     65 - 69 2005 - 2009
#> 126317.1    Dead       <NA>     05 - 09 1995 - 1999
#> 126317.2    Dead       <NA>     05 - 09 2000 - 2004
#> 126339.1   Alive       <NA>     10 - 14 2000 - 2004
#> 126339.2   Alive       <NA>     10 - 14 2010 - 2014
#> 126345.1    Dead       <NA>     05 - 09 2000 - 2004
#> 126360.1    Dead       <NA>     65 - 69 2010 - 2014
#> 126360.2    Dead       <NA>     65 - 69 2015 - 2019
#> 126364.1    Dead       <NA>     05 - 09 1990 - 1994
#> 126380.1   Alive       <NA>     50 - 54 2000 - 2004
#> 126380.2   Alive       <NA>     50 - 54 2010 - 2014
#> 126382.1    Dead       <NA>    85 - 120 1990 - 1994
#> 126382.2    Dead       <NA>    85 - 120 2010 - 2014
#> 126390.1   Alive       <NA>     60 - 64 1990 - 1994
#> 126390.2   Alive       <NA>     60 - 64 2005 - 2009
#> 126392.1   Alive       <NA>     45 - 49 1995 - 1999
#> 126392.2   Alive       <NA>     45 - 49 2015 - 2019
#> 126404.1   Alive       <NA>     50 - 54 1990 - 1994
#> 126404.2   Alive       <NA>     50 - 54 2015 - 2019
#> 126416.1    Dead       <NA>     40 - 44 1995 - 1999
#> 126416.2    Dead       <NA>     40 - 44 1995 - 1999
#> 126422.1   Alive       <NA>     50 - 54 2010 - 2014
#> 126422.2   Alive       <NA>     50 - 54 2015 - 2019
#> 126461.1    Dead       <NA>     15 - 19 2000 - 2004
#> 126461.2    Dead       <NA>     15 - 19 2005 - 2009
#> 126501.1    Dead       <NA>     50 - 54 1990 - 1994
#> 126511.1    Dead       <NA>     35 - 39 1995 - 1999
#> 126511.2    Dead       <NA>     35 - 39 2005 - 2009
#> 126516.1    Dead       <NA>     35 - 39 1995 - 1999
#> 126522.1    Dead       <NA>     65 - 69 1990 - 1994
#> 126522.2    Dead       <NA>     65 - 69 2000 - 2004
#> 126538.1   Alive       <NA>     65 - 69 2000 - 2004
#> 126538.2   Alive       <NA>     65 - 69 2010 - 2014
#> 126552.1   Alive       <NA>     65 - 69 2015 - 2019
#> 126559.1   Alive       <NA>     75 - 79 1990 - 1994
#> 126559.2   Alive       <NA>     75 - 79 2000 - 2004
#> 126589.1   Alive       <NA>     45 - 49 2000 - 2004
#> 126618.1   Alive       <NA>     75 - 79 2010 - 2014
#> 126624.1   Alive       <NA>     50 - 54 2015 - 2019
#> 126647.1    Dead       <NA>     65 - 69 1995 - 1999
#> 126656.1    Dead       <NA>     50 - 54 1995 - 1999
#> 126659.1   Alive       <NA>     80 - 84 1995 - 1999
#> 126659.2   Alive       <NA>     80 - 84 2015 - 2019
#> 126685.1   Alive       <NA>     05 - 09 1995 - 1999
#> 126685.2   Alive       <NA>     05 - 09 2005 - 2009
#> 126694.1    Dead       <NA>     10 - 14 1990 - 1994
#> 126697.1    Dead       <NA>     35 - 39 1995 - 1999
#> 126701.1    Dead       <NA>     70 - 74 2000 - 2004
#> 126707.1    Dead       <NA>     50 - 54 1995 - 1999
#> 126707.2    Dead       <NA>     50 - 54 1995 - 1999
#> 126713.1   Alive       <NA>     55 - 59 2010 - 2014
#> 126713.2   Alive       <NA>     55 - 59 2010 - 2014
#> 126741.1   Alive       <NA>     60 - 64 2005 - 2009
#> 126755.1   Alive       <NA>     65 - 69 2010 - 2014
#> 126760.1   Alive       <NA>     70 - 74 2015 - 2019
#> 126768.1   Alive       <NA>    85 - 120 2005 - 2009
#> 126770.1    Dead       <NA>     55 - 59 1995 - 1999
#> 126771.1   Alive       <NA>     45 - 49 1990 - 1994
#> 126771.2   Alive       <NA>     45 - 49 2000 - 2004
#> 126774.1   Alive       <NA>     75 - 79 2010 - 2014
#> 126788.1    Dead       <NA>     55 - 59 2000 - 2004
#> 126788.2    Dead       <NA>     55 - 59 2000 - 2004
#> 126817.1   Alive       <NA>     60 - 64 2015 - 2019
#> 126827.1    Dead       <NA>     40 - 44 1995 - 1999
#> 126831.1    Dead       <NA>     25 - 29 1995 - 1999
#> 126831.2    Dead       <NA>     25 - 29 2005 - 2009
#> 126868.1    Dead       <NA>     55 - 59 2000 - 2004
#> 126868.2    Dead       <NA>     55 - 59 2010 - 2014
#> 126888.1   Alive       <NA>     80 - 84 1995 - 1999
#> 126888.2   Alive       <NA>     80 - 84 2010 - 2014
#> 126897.1    Dead       <NA>     45 - 49 2005 - 2009
#> 126903.1    Dead       <NA>     60 - 64 2010 - 2014
#> 126906.1    Dead       <NA>     55 - 59 1995 - 1999
#> 126906.2    Dead       <NA>     55 - 59 2010 - 2014
#> 126916.1    Dead       <NA>     35 - 39 1990 - 1994
#> 126922.1   Alive       <NA>     20 - 24 1990 - 1994
#> 126922.2   Alive       <NA>     20 - 24 1995 - 1999
#> 126937.1   Alive       <NA>     75 - 79 2005 - 2009
#> 126952.1   Alive       <NA>     55 - 59 1995 - 1999
#> 126952.2   Alive       <NA>     55 - 59 1995 - 1999
#> 126960.1    Dead       <NA>     70 - 74 2000 - 2004
#> 126993.1   Alive       <NA>     55 - 59 1995 - 1999
#> 126993.2   Alive       <NA>     55 - 59 2010 - 2014
#> 127001.1    Dead       <NA>     15 - 19 1995 - 1999
#> 127004.1    Dead       <NA>     60 - 64 2000 - 2004
#> 127037.1    Dead       <NA>     65 - 69 1995 - 1999
#> 127042.1   Alive       <NA>     25 - 29 2005 - 2009
#> 127042.2   Alive       <NA>     25 - 29 2010 - 2014
#> 127123.1    Dead       <NA>     55 - 59 1995 - 1999
#> 127123.2    Dead       <NA>     55 - 59 2000 - 2004
#> 127157.1   Alive       <NA>     75 - 79 2005 - 2009
#> 127168.1    Dead       <NA>     40 - 44 1990 - 1994
#> 127170.1   Alive       <NA>     55 - 59 2010 - 2014
#> 127172.1    Dead       <NA>     65 - 69 2015 - 2019
#> 127186.1   Alive       <NA>     60 - 64 1995 - 1999
#> 127208.1    Dead       <NA>     65 - 69 1995 - 1999
#> 127227.1   Alive       <NA>     45 - 49 1990 - 1994
#> 127227.2   Alive       <NA>     45 - 49 2005 - 2009
#> 127231.1   Alive       <NA>     75 - 79 2010 - 2014
#> 127236.1   Alive       <NA>     55 - 59 1995 - 1999
#> 127236.2   Alive       <NA>     55 - 59 2010 - 2014
#> 127250.1   Alive       <NA>     80 - 84 2010 - 2014
#> 127250.2   Alive       <NA>     80 - 84 2015 - 2019
#> 127254.1   Alive       <NA>     50 - 54 1995 - 1999
#> 127254.2   Alive       <NA>     50 - 54 2015 - 2019
#> 127268.1    Dead       <NA>     80 - 84 2005 - 2009
#> 127272.1    Dead       <NA>     65 - 69 2005 - 2009
#> 127307.1    Dead       <NA>     45 - 49 2005 - 2009
#> 127311.1    Dead       <NA>     60 - 64 1995 - 1999
#> 127323.1    Dead       <NA>     55 - 59 2000 - 2004
#> 127327.1   Alive       <NA>     65 - 69 1995 - 1999
#> 127327.2   Alive       <NA>     65 - 69 2010 - 2014
#> 127338.1   Alive       <NA>     20 - 24 1990 - 1994
#> 127338.2   Alive       <NA>     20 - 24 2005 - 2009
#> 127349.1    Dead       <NA>     40 - 44 2015 - 2019
#> 127352.1    Dead       <NA>     70 - 74 2010 - 2014
#> 127362.1    Dead       <NA>     60 - 64 2000 - 2004
#> 127370.1    Dead       <NA>     70 - 74 1995 - 1999
#> 127370.2    Dead       <NA>     70 - 74 2005 - 2009
#> 127374.1    Dead       <NA>     00 - 04 1990 - 1994
#> 127374.2    Dead       <NA>     00 - 04 1995 - 1999
#> 127407.1   Alive       <NA>     80 - 84 2015 - 2019
#> 127419.1    Dead       <NA>     65 - 69 1995 - 1999
#> 127433.1   Alive       <NA>     40 - 44 2005 - 2009
#> 127459.1   Alive       <NA>     40 - 44 2010 - 2014
#> 127459.2   Alive       <NA>     40 - 44 2010 - 2014
#> 127472.1   Alive       <NA>     05 - 09 1990 - 1994
#> 127472.2   Alive       <NA>     05 - 09 1990 - 1994
#> 127485.1    Dead       <NA>     50 - 54 1995 - 1999
#> 127487.1   Alive       <NA>     50 - 54 2005 - 2009
#> 127505.1    Dead       <NA>     60 - 64 2005 - 2009
#> 127505.2    Dead       <NA>     60 - 64 2010 - 2014
#> 127537.1   Alive       <NA>     30 - 34 1990 - 1994
#> 127537.2   Alive       <NA>     30 - 34 1995 - 1999
#> 127546.1    Dead       <NA>     50 - 54 1995 - 1999
#> 127548.1   Alive       <NA>     20 - 24 2005 - 2009
#> 127553.1   Alive       <NA>     50 - 54 1990 - 1994
#> 127553.2   Alive       <NA>     50 - 54 2005 - 2009
#> 127554.1   Alive       <NA>     00 - 04 1990 - 1994
#> 127554.2   Alive       <NA>     00 - 04 2005 - 2009
#> 127555.1   Alive       <NA>     70 - 74 2000 - 2004
#> 127595.1   Alive       <NA>     75 - 79 1990 - 1994
#> 127595.2   Alive       <NA>     75 - 79 2000 - 2004
#> 127601.1    Dead       <NA>     70 - 74 1990 - 1994
#> 127601.2    Dead       <NA>     70 - 74 1995 - 1999
#> 127623.1   Alive       <NA>     35 - 39 2010 - 2014
#> 127629.1   Alive       <NA>     10 - 14 2010 - 2014
#> 127661.1   Alive       <NA>     55 - 59 2010 - 2014
#> 127661.2   Alive       <NA>     55 - 59 2015 - 2019
#> 127663.1    Dead       <NA>     45 - 49 1995 - 1999
#> 127663.2    Dead       <NA>     45 - 49 2000 - 2004
#> 127665.1   Alive       <NA>     55 - 59 2000 - 2004
#> 127665.2   Alive       <NA>     55 - 59 2015 - 2019
#> 127671.1   Alive       <NA>     35 - 39 2005 - 2009
#> 127671.2   Alive       <NA>     35 - 39 2005 - 2009
#> 127701.1   Alive       <NA>     70 - 74 2005 - 2009
#> 127701.2   Alive       <NA>     70 - 74 2010 - 2014
#> 127743.1   Alive       <NA>     55 - 59 1995 - 1999
#> 127743.2   Alive       <NA>     55 - 59 2005 - 2009
#> 127745.1   Alive       <NA>     70 - 74 2015 - 2019
#> 127752.1   Alive       <NA>     45 - 49 2005 - 2009
#> 127752.2   Alive       <NA>     45 - 49 2015 - 2019
#> 127754.1   Alive       <NA>     50 - 54 2010 - 2014
#> 127762.1    Dead       <NA>     80 - 84 2000 - 2004
#> 127768.1    Dead       <NA>     60 - 64 1990 - 1994
#> 127768.2    Dead       <NA>     60 - 64 1995 - 1999
#> 127789.1   Alive       <NA>     45 - 49 2000 - 2004
#> 127796.1    Dead       <NA>     05 - 09 1990 - 1994
#> 127796.2    Dead       <NA>     05 - 09 1990 - 1994
#> 127797.1   Alive       <NA>     45 - 49 2005 - 2009
#> 127797.2   Alive       <NA>     45 - 49 2015 - 2019
#> 127810.1   Alive       <NA>    85 - 120 2010 - 2014
#> 127826.1   Alive       <NA>     60 - 64 1995 - 1999
#> 127826.2   Alive       <NA>     60 - 64 2015 - 2019
#> 127834.1    Dead       <NA>     10 - 14 1990 - 1994
#> 127834.2    Dead       <NA>     10 - 14 2010 - 2014
#> 127835.1   Alive       <NA>     30 - 34 1995 - 1999
#> 127835.2   Alive       <NA>     30 - 34 2000 - 2004
#> 127856.1   Alive       <NA>     25 - 29 1995 - 1999
#> 127856.2   Alive       <NA>     25 - 29 2000 - 2004
#> 127904.1    Dead       <NA>     40 - 44 1995 - 1999
#> 127922.1   Alive       <NA>     75 - 79 2005 - 2009
#> 127923.1   Alive       <NA>     75 - 79 2005 - 2009
#> 127930.1    Dead       <NA>     20 - 24 2000 - 2004
#> 127932.1   Alive       <NA>     40 - 44 2015 - 2019
#> 127958.1   Alive       <NA>     45 - 49 2000 - 2004
#> 127958.2   Alive       <NA>     45 - 49 2010 - 2014
#> 127964.1    Dead       <NA>     30 - 34 2005 - 2009
#> 127974.1   Alive       <NA>     55 - 59 2015 - 2019
#> 128020.1   Alive       <NA>     60 - 64 2000 - 2004
#> 128020.2   Alive       <NA>     60 - 64 2015 - 2019
#> 128024.1    Dead       <NA>     35 - 39 1995 - 1999
#> 128029.1    Dead       <NA>     45 - 49 1995 - 1999
#> 128030.1    Dead       <NA>     00 - 04 1990 - 1994
#> 128030.2    Dead       <NA>     00 - 04 2005 - 2009
#> 128037.1   Alive       <NA>     80 - 84 1990 - 1994
#> 128037.2   Alive       <NA>     80 - 84 2000 - 2004
#> 128046.1    Dead       <NA>     30 - 34 2000 - 2004
#> 128052.1    Dead       <NA>    85 - 120 1990 - 1994
#> 128052.2    Dead       <NA>    85 - 120 1995 - 1999
#> 128054.1    Dead       <NA>     80 - 84 2005 - 2009
#> 128072.1   Alive       <NA>     40 - 44 2010 - 2014
#> 128072.2   Alive       <NA>     40 - 44 2015 - 2019
#> 128082.1   Alive       <NA>     50 - 54 2005 - 2009
#> 128082.2   Alive       <NA>     50 - 54 2010 - 2014
#> 128096.1   Alive       <NA>     70 - 74 1995 - 1999
#> 128096.2   Alive       <NA>     70 - 74 2010 - 2014
#> 128100.1   Alive       <NA>     30 - 34 1990 - 1994
#> 128100.2   Alive       <NA>     30 - 34 1990 - 1994
#> 128128.1   Alive       <NA>     40 - 44 2000 - 2004
#> 128128.2   Alive       <NA>     40 - 44 2000 - 2004
#> 128140.1   Alive       <NA>     75 - 79 2015 - 2019
#> 128140.2   Alive       <NA>     75 - 79 2015 - 2019
#> 128141.1    Dead       <NA>     50 - 54 2000 - 2004
#> 128142.1   Alive       <NA>    85 - 120 2010 - 2014
#> 128146.1   Alive       <NA>     70 - 74 1995 - 1999
#> 128146.2   Alive       <NA>     70 - 74 1995 - 1999
#> 128158.1   Alive       <NA>     40 - 44 1995 - 1999
#> 128158.2   Alive       <NA>     40 - 44 2005 - 2009
#> 128161.1    Dead       <NA>     60 - 64 1995 - 1999
#> 128167.1   Alive       <NA>     80 - 84 2015 - 2019
#> 128175.1   Alive       <NA>     75 - 79 2010 - 2014
#> 128176.1   Alive       <NA>     35 - 39 2005 - 2009
#> 128176.2   Alive       <NA>     35 - 39 2005 - 2009
#> 128189.1   Alive       <NA>     60 - 64 2005 - 2009
#> 128189.2   Alive       <NA>     60 - 64 2010 - 2014
#> 128190.1   Alive       <NA>     65 - 69 2010 - 2014
#> 128190.2   Alive       <NA>     65 - 69 2010 - 2014
#> 128209.1   Alive       <NA>     50 - 54 1990 - 1994
#> 128209.2   Alive       <NA>     50 - 54 2005 - 2009
#> 128223.1    Dead       <NA>     55 - 59 2000 - 2004
#> 128242.1    Dead       <NA>     30 - 34 1990 - 1994
#> 128242.2    Dead       <NA>     30 - 34 2010 - 2014
#> 128249.1    Dead       <NA>     60 - 64 2000 - 2004
#> 128249.2    Dead       <NA>     60 - 64 2005 - 2009
#> 128272.1   Alive       <NA>     40 - 44 1995 - 1999
#> 128272.2   Alive       <NA>     40 - 44 2015 - 2019
#> 128273.1   Alive       <NA>     50 - 54 2010 - 2014
#> 128273.2   Alive       <NA>     50 - 54 2010 - 2014
#> 128285.1    Dead       <NA>     60 - 64 2000 - 2004
#> 128299.1   Alive       <NA>     65 - 69 2000 - 2004
#> 128307.1    Dead       <NA>     20 - 24 2000 - 2004
#> 128309.1   Alive       <NA>     55 - 59 1995 - 1999
#> 128309.2   Alive       <NA>     55 - 59 2000 - 2004
#> 128357.1   Alive       <NA>     60 - 64 2000 - 2004
#> 128357.2   Alive       <NA>     60 - 64 2000 - 2004
#> 128362.1   Alive       <NA>     75 - 79 2015 - 2019
#> 128387.1    Dead       <NA>     20 - 24 2000 - 2004
#> 128397.1   Alive       <NA>     60 - 64 2010 - 2014
#> 128414.1    Dead       <NA>     45 - 49 2000 - 2004
#> 128419.1    Dead       <NA>     60 - 64 1995 - 1999
#> 128419.2    Dead       <NA>     60 - 64 1995 - 1999
#> 128457.1    Dead       <NA>    85 - 120 1995 - 1999
#> 128465.1   Alive       <NA>     65 - 69 1995 - 1999
#> 128465.2   Alive       <NA>     65 - 69 2010 - 2014
#> 128498.1    Dead       <NA>     55 - 59 1990 - 1994
#> 128536.1   Alive       <NA>     50 - 54 2000 - 2004
#> 128536.2   Alive       <NA>     50 - 54 2005 - 2009
#> 128539.1    Dead       <NA>     20 - 24 1995 - 1999
#> 128546.1    Dead       <NA>     50 - 54 1990 - 1994
#> 128561.1   Alive       <NA>     55 - 59 2000 - 2004
#> 128561.2   Alive       <NA>     55 - 59 2015 - 2019
#> 128571.1   Alive       <NA>     50 - 54 2000 - 2004
#> 128574.1   Alive       <NA>     45 - 49 1995 - 1999
#> 128574.2   Alive       <NA>     45 - 49 2005 - 2009
#> 128586.1   Alive       <NA>     45 - 49 2010 - 2014
#> 128594.1   Alive       <NA>     60 - 64 1990 - 1994
#> 128594.2   Alive       <NA>     60 - 64 1995 - 1999
#> 128600.1   Alive       <NA>     70 - 74 1990 - 1994
#> 128600.2   Alive       <NA>     70 - 74 1995 - 1999
#> 128616.1    Dead       <NA>     10 - 14 1990 - 1994
#> 128624.1   Alive       <NA>     80 - 84 1995 - 1999
#> 128624.2   Alive       <NA>     80 - 84 2000 - 2004
#> 128630.1   Alive       <NA>     50 - 54 1995 - 1999
#> 128630.2   Alive       <NA>     50 - 54 2010 - 2014
#> 128652.1    Dead       <NA>     65 - 69 1995 - 1999
#> 128658.1   Alive       <NA>     65 - 69 2010 - 2014
#> 128671.1    Dead       <NA>     60 - 64 2010 - 2014
#> 128687.1   Alive       <NA>     65 - 69 2005 - 2009
#> 128687.2   Alive       <NA>     65 - 69 2015 - 2019
#> 128701.1   Alive       <NA>     00 - 04 2015 - 2019
#> 128712.1    Dead       <NA>     35 - 39 2000 - 2004
#> 128726.1    Dead       <NA>     40 - 44 2010 - 2014
#> 128726.2    Dead       <NA>     40 - 44 2015 - 2019
#> 128734.1   Alive       <NA>     35 - 39 2005 - 2009
#> 128734.2   Alive       <NA>     35 - 39 2010 - 2014
#> 128749.1    Dead       <NA>     25 - 29 1990 - 1994
#> 128749.2    Dead       <NA>     25 - 29 2000 - 2004
#> 128763.1   Alive       <NA>     50 - 54 2015 - 2019
#> 128772.1   Alive       <NA>     30 - 34 1990 - 1994
#> 128772.2   Alive       <NA>     30 - 34 2005 - 2009
#> 128777.1   Alive       <NA>     55 - 59 1995 - 1999
#> 128777.2   Alive       <NA>     55 - 59 2015 - 2019
#> 128792.1    Dead       <NA>     65 - 69 1990 - 1994
#> 128802.1    Dead       <NA>     75 - 79 2005 - 2009
#> 128803.1   Alive       <NA>     50 - 54 2010 - 2014
#> 128803.2   Alive       <NA>     50 - 54 2015 - 2019
#> 128807.1   Alive       <NA>     30 - 34 2005 - 2009
#> 128807.2   Alive       <NA>     30 - 34 2015 - 2019
#> 128813.1   Alive       <NA>     65 - 69 1990 - 1994
#> 128813.2   Alive       <NA>     65 - 69 2000 - 2004
#> 128822.1   Alive       <NA>     60 - 64 2005 - 2009
#> 128827.1   Alive       <NA>     75 - 79 1995 - 1999
#> 128827.2   Alive       <NA>     75 - 79 2000 - 2004
#> 128849.1    Dead       <NA>     45 - 49 1995 - 1999
#> 128858.1    Dead       <NA>     80 - 84 2005 - 2009
#> 128880.1    Dead       <NA>     20 - 24 1990 - 1994
#> 128880.2    Dead       <NA>     20 - 24 1995 - 1999
#> 128881.1   Alive       <NA>     65 - 69 2005 - 2009
#> 128883.1    Dead       <NA>     80 - 84 1995 - 1999
#> 128883.2    Dead       <NA>     80 - 84 1995 - 1999
#> 128892.1   Alive       <NA>     35 - 39 2010 - 2014
#> 128897.1   Alive       <NA>     55 - 59 1995 - 1999
#> 128897.2   Alive       <NA>     55 - 59 2015 - 2019
#> 128921.1   Alive       <NA>     35 - 39 1995 - 1999
#> 128921.2   Alive       <NA>     35 - 39 2005 - 2009
#> 128937.1   Alive       <NA>     55 - 59 1995 - 1999
#> 128937.2   Alive       <NA>     55 - 59 2010 - 2014
#> 128938.1   Alive       <NA>     70 - 74 2010 - 2014
#> 128946.1    Dead       <NA>     55 - 59 1995 - 1999
#> 128946.2    Dead       <NA>     55 - 59 2010 - 2014
#> 128948.1   Alive       <NA>     45 - 49 2015 - 2019
#> 128952.1    Dead       <NA>     65 - 69 2000 - 2004
#> 129027.1   Alive       <NA>     75 - 79 2010 - 2014
#> 129035.1   Alive       <NA>     50 - 54 2015 - 2019
#> 129038.1   Alive       <NA>     20 - 24 2010 - 2014
#> 129041.1   Alive       <NA>     20 - 24 1990 - 1994
#> 129041.2   Alive       <NA>     20 - 24 1995 - 1999
#> 129070.1   Alive       <NA>     60 - 64 1990 - 1994
#> 129070.2   Alive       <NA>     60 - 64 2000 - 2004
#> 129074.1    Dead       <NA>    85 - 120 2005 - 2009
#> 129074.2    Dead       <NA>    85 - 120 2010 - 2014
#> 129086.1   Alive       <NA>     70 - 74 1995 - 1999
#> 129086.2   Alive       <NA>     70 - 74 2010 - 2014
#> 129088.1   Alive       <NA>     65 - 69 1995 - 1999
#> 129088.2   Alive       <NA>     65 - 69 2005 - 2009
#> 129089.1   Alive       <NA>     60 - 64 2005 - 2009
#> 129107.1    Dead       <NA>     20 - 24 2005 - 2009
#> 129117.1    Dead       <NA>     25 - 29 2000 - 2004
#> 129119.1   Alive       <NA>     70 - 74 1995 - 1999
#> 129119.2   Alive       <NA>     70 - 74 2000 - 2004
#> 129122.1   Alive       <NA>     80 - 84 2015 - 2019
#> 129144.1   Alive       <NA>     05 - 09 2015 - 2019
#> 129169.1    Dead       <NA>     65 - 69 2005 - 2009
#> 129171.1    Dead       <NA>     80 - 84 1990 - 1994
#> 129175.1   Alive       <NA>     25 - 29 2005 - 2009
#> 129185.1    Dead       <NA>     30 - 34 1995 - 1999
#> 129190.1    Dead       <NA>     50 - 54 1995 - 1999
#> 129190.2    Dead       <NA>     50 - 54 2005 - 2009
#> 129202.1   Alive       <NA>     30 - 34 2015 - 2019
#> 129204.1   Alive       <NA>     45 - 49 2005 - 2009
#> 129204.2   Alive       <NA>     45 - 49 2005 - 2009
#> 129218.1   Alive       <NA>     30 - 34 2010 - 2014
#> 129221.1    Dead       <NA>     55 - 59 2000 - 2004
#> 129222.1   Alive       <NA>     45 - 49 2010 - 2014
#> 129225.1   Alive       <NA>     60 - 64 2000 - 2004
#> 129226.1    Dead       <NA>     10 - 14 2010 - 2014
#> 129243.1    Dead       <NA>     60 - 64 2000 - 2004
#> 129249.1    Dead       <NA>    85 - 120 2005 - 2009
#> 129254.1    Dead       <NA>     70 - 74 1990 - 1994
#> 129254.2    Dead       <NA>     70 - 74 2010 - 2014
#> 129271.1   Alive       <NA>     30 - 34 1990 - 1994
#> 129271.2   Alive       <NA>     30 - 34 1995 - 1999
#> 129283.1    Dead       <NA>     75 - 79 1990 - 1994
#> 129283.2    Dead       <NA>     75 - 79 1995 - 1999
#> 129287.1    Dead       <NA>     45 - 49 2000 - 2004
#> 129290.1   Alive       <NA>     60 - 64 2010 - 2014
#> 129300.1   Alive       <NA>     55 - 59 2005 - 2009
#> 129307.1    Dead       <NA>     75 - 79 2005 - 2009
#> 129329.1    Dead       <NA>     40 - 44 1995 - 1999
#> 129329.2    Dead       <NA>     40 - 44 2010 - 2014
#> 129336.1   Alive       <NA>     00 - 04 1995 - 1999
#> 129336.2   Alive       <NA>     00 - 04 1995 - 1999
#> 129345.1    Dead       <NA>     65 - 69 1995 - 1999
#> 129359.1   Alive       <NA>     10 - 14 2000 - 2004
#> 129377.1    Dead       <NA>     45 - 49 1995 - 1999
#> 129383.1   Alive       <NA>     60 - 64 1990 - 1994
#> 129383.2   Alive       <NA>     60 - 64 1995 - 1999
#> 129387.1   Alive       <NA>     65 - 69 2010 - 2014
#> 129387.2   Alive       <NA>     65 - 69 2010 - 2014
#> 129392.1    Dead       <NA>     30 - 34 2000 - 2004
#> 129392.2    Dead       <NA>     30 - 34 2005 - 2009
#> 129399.1    Dead       <NA>     75 - 79 1990 - 1994
#> 129399.2    Dead       <NA>     75 - 79 1990 - 1994
#> 129401.1   Alive       <NA>     60 - 64 2010 - 2014
#> 129402.1   Alive       <NA>     35 - 39 2000 - 2004
#> 129402.2   Alive       <NA>     35 - 39 2010 - 2014
#> 129437.1    Dead       <NA>     35 - 39 1995 - 1999
#> 129466.1   Alive       <NA>     30 - 34 2010 - 2014
#> 129499.1    Dead       <NA>     25 - 29 1995 - 1999
#> 129512.1   Alive       <NA>     35 - 39 2005 - 2009
#> 129533.1   Alive       <NA>     65 - 69 2005 - 2009
#> 129534.1    Dead       <NA>     70 - 74 2000 - 2004
#> 129534.2    Dead       <NA>     70 - 74 2010 - 2014
#> 129547.1    Dead       <NA>     40 - 44 1990 - 1994
#> 129579.1   Alive       <NA>     75 - 79 2005 - 2009
#> 129579.2   Alive       <NA>     75 - 79 2015 - 2019
#> 129582.1    Dead       <NA>     55 - 59 1995 - 1999
#> 129582.2    Dead       <NA>     55 - 59 2015 - 2019
#> 129592.1   Alive       <NA>     55 - 59 2015 - 2019
#> 129600.1    Dead       <NA>     65 - 69 2000 - 2004
#> 129620.1    Dead       <NA>     65 - 69 2000 - 2004
#> 129631.1   Alive       <NA>     25 - 29 2010 - 2014
#> 129695.1   Alive       <NA>     00 - 04 1995 - 1999
#> 129705.1   Alive       <NA>     35 - 39 2015 - 2019
#> 129714.1    Dead       <NA>     20 - 24 1995 - 1999
#> 129733.1    Dead       <NA>     10 - 14 1995 - 1999
#> 129738.1    Dead       <NA>     25 - 29 2005 - 2009
#> 129746.1   Alive       <NA>     45 - 49 2000 - 2004
#> 129746.2   Alive       <NA>     45 - 49 2010 - 2014
#> 129773.1    Dead       <NA>     05 - 09 1990 - 1994
#> 129777.1   Alive       <NA>     40 - 44 1990 - 1994
#> 129777.2   Alive       <NA>     40 - 44 2010 - 2014
#> 129790.1    Dead       <NA>     35 - 39 1995 - 1999
#> 129801.1   Alive       <NA>     50 - 54 2010 - 2014
#> 129818.1    Dead       <NA>     15 - 19 2000 - 2004
#> 129861.1    Dead       <NA>     70 - 74 1990 - 1994
#> 129866.1   Alive       <NA>     15 - 19 2015 - 2019
#> 129867.1   Alive       <NA>     45 - 49 1990 - 1994
#> 129867.2   Alive       <NA>     45 - 49 2010 - 2014
#> 129885.1   Alive       <NA>     70 - 74 1990 - 1994
#> 129885.2   Alive       <NA>     70 - 74 2015 - 2019
#> 129899.1    Dead       <NA>     10 - 14 2000 - 2004
#> 129903.1   Alive       <NA>     55 - 59 2010 - 2014
#> 129913.1   Alive       <NA>     25 - 29 1990 - 1994
#> 129913.2   Alive       <NA>     25 - 29 2015 - 2019
#> 129933.1   Alive       <NA>     75 - 79 2005 - 2009
#> 129939.1   Alive       <NA>     55 - 59 2000 - 2004
#> 129939.2   Alive       <NA>     55 - 59 2000 - 2004
#> 129940.1   Alive       <NA>     45 - 49 1995 - 1999
#> 129940.2   Alive       <NA>     45 - 49 2015 - 2019
#> 129944.1    Dead       <NA>     50 - 54 1995 - 1999
#> 129944.2    Dead       <NA>     50 - 54 2010 - 2014
#> 129969.1    Dead       <NA>     40 - 44 1990 - 1994
#> 130025.1   Alive       <NA>     30 - 34 1990 - 1994
#> 130025.2   Alive       <NA>     30 - 34 2010 - 2014
#> 130055.1    Dead       <NA>     30 - 34 1995 - 1999
#> 130110.1    Dead       <NA>     80 - 84 2005 - 2009
#> 130118.1   Alive       <NA>     60 - 64 2000 - 2004
#> 130128.1    Dead       <NA>     75 - 79 1990 - 1994
#> 130128.2    Dead       <NA>     75 - 79 2000 - 2004
#> 130133.1   Alive       <NA>     65 - 69 2000 - 2004
#> 130133.2   Alive       <NA>     65 - 69 2005 - 2009
#> 130146.1    Dead       <NA>     35 - 39 1995 - 1999
#> 130146.2    Dead       <NA>     35 - 39 2000 - 2004
#> 130163.1   Alive       <NA>     30 - 34 2010 - 2014
#> 130182.1    Dead       <NA>     70 - 74 2010 - 2014
#> 130183.1    Dead       <NA>     80 - 84 1990 - 1994
#> 130183.2    Dead       <NA>     80 - 84 1995 - 1999
#> 130199.1    Dead       <NA>     80 - 84 1995 - 1999
#> 130201.1    Dead       <NA>     60 - 64 2005 - 2009
#> 130240.1   Alive       <NA>     40 - 44 2015 - 2019
#> 130264.1   Alive       <NA>     10 - 14 1990 - 1994
#> 130264.2   Alive       <NA>     10 - 14 2005 - 2009
#> 130276.1   Alive       <NA>     45 - 49 1995 - 1999
#> 130276.2   Alive       <NA>     45 - 49 2000 - 2004
#> 130289.1    Dead       <NA>     40 - 44 2000 - 2004
#> 130299.1    Dead       <NA>     55 - 59 1990 - 1994
#> 130299.2    Dead       <NA>     55 - 59 1995 - 1999
#> 130317.1    Dead       <NA>     40 - 44 1995 - 1999
#> 130319.1    Dead       <NA>     75 - 79 1995 - 1999
#> 130327.1   Alive       <NA>     30 - 34 2000 - 2004
#> 130327.2   Alive       <NA>     30 - 34 2010 - 2014
#> 130357.1   Alive       <NA>     25 - 29 2010 - 2014
#> 130381.1   Alive       <NA>     70 - 74 2015 - 2019
#> 130429.1   Alive       <NA>     55 - 59 2015 - 2019
#> 130440.1   Alive       <NA>     50 - 54 2000 - 2004
#> 130462.1   Alive       <NA>     80 - 84 2000 - 2004
#> 130462.2   Alive       <NA>     80 - 84 2005 - 2009
#> 130472.1   Alive       <NA>     65 - 69 2000 - 2004
#> 130472.2   Alive       <NA>     65 - 69 2015 - 2019
#> 130495.1   Alive       <NA>     30 - 34 2005 - 2009
#> 130497.1   Alive       <NA>     75 - 79 1990 - 1994
#> 130497.2   Alive       <NA>     75 - 79 2010 - 2014
#> 130570.1   Alive       <NA>     65 - 69 1995 - 1999
#> 130570.2   Alive       <NA>     65 - 69 2015 - 2019
#> 130592.1   Alive       <NA>     75 - 79 2000 - 2004
#> 130592.2   Alive       <NA>     75 - 79 2010 - 2014
#> 130593.1   Alive       <NA>     45 - 49 2010 - 2014
#> 130604.1    Dead       <NA>     40 - 44 1995 - 1999
#> 130613.1    Dead       <NA>     35 - 39 2015 - 2019
#> 130623.1   Alive       <NA>     15 - 19 2000 - 2004
#> 130623.2   Alive       <NA>     15 - 19 2000 - 2004
#> 130627.1    Dead       <NA>     20 - 24 1995 - 1999
#> 130627.2    Dead       <NA>     20 - 24 2015 - 2019
#> 130633.1    Dead       <NA>     55 - 59 1995 - 1999
#> 130634.1   Alive       <NA>     35 - 39 1990 - 1994
#> 130634.2   Alive       <NA>     35 - 39 2010 - 2014
#> 130654.1   Alive       <NA>     45 - 49 2000 - 2004
#> 130654.2   Alive       <NA>     45 - 49 2010 - 2014
#> 130673.1    Dead       <NA>     65 - 69 2010 - 2014
#> 130682.1    Dead       <NA>    85 - 120 2015 - 2019
#> 130712.1   Alive       <NA>    85 - 120 2005 - 2009
#> 130740.1    Dead       <NA>     25 - 29 2000 - 2004
#> 130753.1   Alive       <NA>     65 - 69 2000 - 2004
#> 130753.2   Alive       <NA>     65 - 69 2010 - 2014
#> 130760.1    Dead       <NA>     30 - 34 2005 - 2009
#> 130771.1   Alive       <NA>     25 - 29 2005 - 2009
#> 130790.1   Alive       <NA>     45 - 49 2005 - 2009
#> 130790.2   Alive       <NA>     45 - 49 2010 - 2014
#> 130807.1    Dead       <NA>     60 - 64 2010 - 2014
#> 130807.2    Dead       <NA>     60 - 64 2015 - 2019
#> 130830.1    Dead       <NA>     75 - 79 1990 - 1994
#> 130830.2    Dead       <NA>     75 - 79 2000 - 2004
#> 130833.1   Alive       <NA>     70 - 74 2015 - 2019
#> 130855.1   Alive       <NA>     60 - 64 2015 - 2019
#> 130935.1   Alive       <NA>     35 - 39 1995 - 1999
#> 130935.2   Alive       <NA>     35 - 39 2000 - 2004
#> 130970.1    Dead       <NA>     70 - 74 2005 - 2009
#> 130978.1   Alive       <NA>     25 - 29 1995 - 1999
#> 130978.2   Alive       <NA>     25 - 29 2000 - 2004
#> 131007.1    Dead       <NA>     35 - 39 2000 - 2004
#> 131028.1   Alive       <NA>     55 - 59 2015 - 2019
#> 131032.1   Alive       <NA>     50 - 54 2000 - 2004
#> 131032.2   Alive       <NA>     50 - 54 2015 - 2019
#> 131039.1    Dead       <NA>     35 - 39 2000 - 2004
#> 131039.2    Dead       <NA>     35 - 39 2000 - 2004
#> 131043.1   Alive       <NA>     70 - 74 2000 - 2004
#> 131043.2   Alive       <NA>     70 - 74 2015 - 2019
#> 131081.1    Dead       <NA>     20 - 24 2010 - 2014
#> 131099.1    Dead       <NA>     55 - 59 2015 - 2019
#> 131107.1   Alive       <NA>     65 - 69 1990 - 1994
#> 131107.2   Alive       <NA>     65 - 69 1995 - 1999
#> 131111.1    Dead       <NA>     55 - 59 1995 - 1999
#> 131112.1    Dead       <NA>     55 - 59 1995 - 1999
#> 131112.2    Dead       <NA>     55 - 59 2005 - 2009
#> 131131.1   Alive       <NA>     60 - 64 2015 - 2019
#> 131136.1   Alive       <NA>     65 - 69 1995 - 1999
#> 131136.2   Alive       <NA>     65 - 69 2015 - 2019
#> 131156.1    Dead       <NA>     45 - 49 1995 - 1999
#> 131159.1    Dead       <NA>     40 - 44 2000 - 2004
#> 131159.2    Dead       <NA>     40 - 44 2000 - 2004
#> 131166.1   Alive       <NA>    85 - 120 1990 - 1994
#> 131166.2   Alive       <NA>    85 - 120 2000 - 2004
#> 131229.1    Dead       <NA>     55 - 59 1995 - 1999
#> 131234.1   Alive       <NA>     45 - 49 2015 - 2019
#> 131243.1    Dead       <NA>     35 - 39 1990 - 1994
#> 131243.2    Dead       <NA>     35 - 39 1995 - 1999
#> 131290.1    Dead       <NA>     55 - 59 2015 - 2019
#> 131316.1   Alive       <NA>     30 - 34 1990 - 1994
#> 131316.2   Alive       <NA>     30 - 34 1990 - 1994
#> 131329.1   Alive       <NA>     75 - 79 2015 - 2019
#> 131330.1   Alive       <NA>     45 - 49 2010 - 2014
#> 131330.2   Alive       <NA>     45 - 49 2015 - 2019
#> 131333.1   Alive       <NA>     35 - 39 2010 - 2014
#> 131334.1   Alive       <NA>     75 - 79 2010 - 2014
#> 131334.2   Alive       <NA>     75 - 79 2015 - 2019
#> 131362.1    Dead       <NA>     45 - 49 2000 - 2004
#> 131370.1   Alive       <NA>     50 - 54 2000 - 2004
#> 131370.2   Alive       <NA>     50 - 54 2005 - 2009
#> 131433.1   Alive       <NA>     20 - 24 2000 - 2004
#> 131455.1    Dead       <NA>     60 - 64 1995 - 1999
#> 131455.2    Dead       <NA>     60 - 64 2000 - 2004
#> 131458.1    Dead       <NA>     00 - 04 1990 - 1994
#> 131458.2    Dead       <NA>     00 - 04 2000 - 2004
#> 131475.1    Dead       <NA>     20 - 24 2005 - 2009
#> 131475.2    Dead       <NA>     20 - 24 2005 - 2009
#> 131535.1   Alive       <NA>     60 - 64 1990 - 1994
#> 131535.2   Alive       <NA>     60 - 64 1995 - 1999
#> 131545.1   Alive       <NA>     65 - 69 1990 - 1994
#> 131545.2   Alive       <NA>     65 - 69 1990 - 1994
#> 131553.1   Alive       <NA>     60 - 64 2000 - 2004
#> 131553.2   Alive       <NA>     60 - 64 2010 - 2014
#> 131555.1    Dead       <NA>     20 - 24 2015 - 2019
#> 131558.1   Alive       <NA>     60 - 64 2005 - 2009
#> 131591.1    Dead       <NA>     65 - 69 1990 - 1994
#> 131607.1    Dead       <NA>     50 - 54 2005 - 2009
#> 131609.1   Alive       <NA>     70 - 74 1995 - 1999
#> 131609.2   Alive       <NA>     70 - 74 2010 - 2014
#> 131627.1   Alive       <NA>     25 - 29 2005 - 2009
#> 131637.1    Dead       <NA>     15 - 19 1995 - 1999
#> 131645.1    Dead       <NA>     25 - 29 2005 - 2009
#> 131645.2    Dead       <NA>     25 - 29 2005 - 2009
#> 131656.1   Alive       <NA>     35 - 39 2000 - 2004
#> 131672.1    Dead       <NA>     15 - 19 1990 - 1994
#> 131672.2    Dead       <NA>     15 - 19 1995 - 1999
#> 131685.1    Dead       <NA>     25 - 29 1990 - 1994
#> 131685.2    Dead       <NA>     25 - 29 1990 - 1994
#> 131699.1    Dead       <NA>     25 - 29 1990 - 1994
#> 131707.1   Alive       <NA>     05 - 09 1990 - 1994
#> 131707.2   Alive       <NA>     05 - 09 2010 - 2014
#> 131717.1   Alive       <NA>     45 - 49 2005 - 2009
#> 131728.1   Alive       <NA>     10 - 14 1990 - 1994
#> 131728.2   Alive       <NA>     10 - 14 2015 - 2019
#> 131754.1   Alive       <NA>     45 - 49 1990 - 1994
#> 131754.2   Alive       <NA>     45 - 49 2000 - 2004
#> 131773.1    Dead       <NA>     15 - 19 1990 - 1994
#> 131779.1    Dead       <NA>     55 - 59 1990 - 1994
#> 131781.1    Dead       <NA>    85 - 120 1990 - 1994
#> 131781.2    Dead       <NA>    85 - 120 2010 - 2014
#> 131787.1    Dead       <NA>     60 - 64 2000 - 2004
#> 131795.1    Dead       <NA>     60 - 64 1990 - 1994
#> 131804.1    Dead       <NA>     45 - 49 2000 - 2004
#> 131805.1    Dead       <NA>     60 - 64 1990 - 1994
#> 131805.2    Dead       <NA>     60 - 64 1995 - 1999
#> 131808.1   Alive       <NA>     75 - 79 2015 - 2019
#> 131812.1    Dead       <NA>     35 - 39 1995 - 1999
#> 131812.2    Dead       <NA>     35 - 39 2000 - 2004
#> 131814.1   Alive       <NA>    85 - 120 2005 - 2009
#> 131817.1    Dead       <NA>     45 - 49 1995 - 1999
#> 131835.1   Alive       <NA>     50 - 54 2010 - 2014
#> 131838.1   Alive       <NA>     40 - 44 2010 - 2014
#> 131886.1    Dead       <NA>     70 - 74 1990 - 1994
#> 131890.1    Dead       <NA>    85 - 120 2010 - 2014
#> 131903.1    Dead       <NA>     35 - 39 1990 - 1994
#> 131915.1   Alive       <NA>     00 - 04 2015 - 2019
#> 131918.1    Dead       <NA>     45 - 49 1995 - 1999
#> 131929.1   Alive       <NA>     65 - 69 1995 - 1999
#> 131954.1   Alive       <NA>     10 - 14 2015 - 2019
#> 131954.2   Alive       <NA>     10 - 14 2015 - 2019
#> 131959.1   Alive       <NA>     35 - 39 1995 - 1999
#> 131959.2   Alive       <NA>     35 - 39 2010 - 2014
#> 131960.1   Alive       <NA>     60 - 64 1990 - 1994
#> 131960.2   Alive       <NA>     60 - 64 1995 - 1999
#> 131996.1   Alive       <NA>     75 - 79 1995 - 1999
#> 131996.2   Alive       <NA>     75 - 79 2005 - 2009
#> 131997.1   Alive       <NA>     70 - 74 1990 - 1994
#> 131997.2   Alive       <NA>     70 - 74 1990 - 1994
#> 132003.1    Dead       <NA>     55 - 59 2005 - 2009
#> 132003.2    Dead       <NA>     55 - 59 2010 - 2014
#> 132013.1    Dead       <NA>     50 - 54 1990 - 1994
#> 132013.2    Dead       <NA>     50 - 54 2015 - 2019
#> 132034.1    Dead       <NA>     60 - 64 2005 - 2009
#> 132057.1   Alive       <NA>     20 - 24 2005 - 2009
#> 132057.2   Alive       <NA>     20 - 24 2005 - 2009
#> 132070.1    Dead       <NA>     50 - 54 1995 - 1999
#> 132070.2    Dead       <NA>     50 - 54 2010 - 2014
#> 132104.1   Alive       <NA>     45 - 49 2015 - 2019
#> 132108.1   Alive       <NA>     45 - 49 2005 - 2009
#> 132108.2   Alive       <NA>     45 - 49 2015 - 2019
#> 132109.1   Alive       <NA>     60 - 64 2015 - 2019
#> 132110.1    Dead       <NA>     40 - 44 1995 - 1999
#> 132110.2    Dead       <NA>     40 - 44 2005 - 2009
#> 132124.1   Alive       <NA>     80 - 84 2005 - 2009
#> 132124.2   Alive       <NA>     80 - 84 2010 - 2014
#> 132125.1   Alive       <NA>     80 - 84 2005 - 2009
#> 132125.2   Alive       <NA>     80 - 84 2010 - 2014
#> 132131.1   Alive       <NA>     60 - 64 2000 - 2004
#> 132151.1   Alive       <NA>     25 - 29 2005 - 2009
#> 132163.1   Alive       <NA>     30 - 34 2000 - 2004
#> 132176.1   Alive       <NA>     80 - 84 2005 - 2009
#> 132176.2   Alive       <NA>     80 - 84 2015 - 2019
#> 132183.1   Alive       <NA>     60 - 64 1995 - 1999
#> 132186.1   Alive       <NA>     40 - 44 2015 - 2019
#> 132191.1   Alive       <NA>     40 - 44 2005 - 2009
#> 132191.2   Alive       <NA>     40 - 44 2005 - 2009
#> 132198.1   Alive       <NA>     75 - 79 2010 - 2014
#> 132236.1    Dead       <NA>     20 - 24 2000 - 2004
#> 132245.1   Alive       <NA>     20 - 24 1990 - 1994
#> 132245.2   Alive       <NA>     20 - 24 2015 - 2019
#> 132254.1    Dead       <NA>     25 - 29 2000 - 2004
#> 132254.2    Dead       <NA>     25 - 29 2000 - 2004
#> 132255.1   Alive       <NA>     40 - 44 1990 - 1994
#> 132255.2   Alive       <NA>     40 - 44 1995 - 1999
#> 132274.1    Dead       <NA>     10 - 14 2000 - 2004
#> 132278.1    Dead       <NA>     30 - 34 1995 - 1999
#> 132318.1    Dead       <NA>     40 - 44 1990 - 1994
#> 132320.1    Dead       <NA>     65 - 69 2015 - 2019
#> 132320.2    Dead       <NA>     65 - 69 2015 - 2019
#> 132324.1    Dead       <NA>     55 - 59 2005 - 2009
#> 132331.1   Alive       <NA>     70 - 74 2005 - 2009
#> 132333.1    Dead       <NA>     45 - 49 1995 - 1999
#> 132333.2    Dead       <NA>     45 - 49 2005 - 2009
#> 132334.1    Dead       <NA>     10 - 14 1995 - 1999
#> 132334.2    Dead       <NA>     10 - 14 2005 - 2009
#> 132367.1    Dead       <NA>     00 - 04 2005 - 2009
#> 132388.1    Dead       <NA>     30 - 34 1995 - 1999
#> 132390.1    Dead       <NA>     00 - 04 2010 - 2014
#> 132392.1   Alive       <NA>     60 - 64 2005 - 2009
#> 132392.2   Alive       <NA>     60 - 64 2005 - 2009
#> 132395.1   Alive       <NA>     65 - 69 2000 - 2004
#> 132395.2   Alive       <NA>     65 - 69 2015 - 2019
#> 132400.1   Alive       <NA>     25 - 29 2010 - 2014
#> 132430.1    Dead       <NA>     60 - 64 1990 - 1994
#> 132430.2    Dead       <NA>     60 - 64 1995 - 1999
#> 132433.1    Dead       <NA>     80 - 84 1995 - 1999
#> 132433.2    Dead       <NA>     80 - 84 1995 - 1999
#> 132474.1   Alive       <NA>     60 - 64 2005 - 2009
#> 132491.1    Dead       <NA>     70 - 74 1995 - 1999
#> 132491.2    Dead       <NA>     70 - 74 2015 - 2019
#> 132502.1    Dead       <NA>     65 - 69 1995 - 1999
#> 132513.1   Alive       <NA>     65 - 69 2000 - 2004
#> 132513.2   Alive       <NA>     65 - 69 2005 - 2009
#> 132521.1    Dead       <NA>     40 - 44 2015 - 2019
#> 132523.1    Dead       <NA>     45 - 49 2005 - 2009
#> 132526.1    Dead       <NA>    85 - 120 1990 - 1994
#> 132526.2    Dead       <NA>    85 - 120 2000 - 2004
#> 132539.1    Dead       <NA>     45 - 49 1995 - 1999
#> 132594.1   Alive       <NA>     30 - 34 1995 - 1999
#> 132594.2   Alive       <NA>     30 - 34 2010 - 2014
#> 132624.1   Alive       <NA>     35 - 39 2000 - 2004
#> 132624.2   Alive       <NA>     35 - 39 2015 - 2019
#> 132638.1    Dead       <NA>     65 - 69 1995 - 1999
#> 132639.1    Dead       <NA>    85 - 120 2015 - 2019
#> 132640.1   Alive       <NA>     65 - 69 1990 - 1994
#> 132640.2   Alive       <NA>     65 - 69 2005 - 2009
#> 132644.1   Alive       <NA>     25 - 29 2015 - 2019
#> 132645.1    Dead       <NA>     65 - 69 2005 - 2009
#> 132650.1    Dead       <NA>     60 - 64 1990 - 1994
#> 132663.1   Alive       <NA>     55 - 59 1995 - 1999
#> 132663.2   Alive       <NA>     55 - 59 2010 - 2014
#> 132688.1   Alive       <NA>    85 - 120 1990 - 1994
#> 132688.2   Alive       <NA>    85 - 120 2000 - 2004
#> 132713.1   Alive       <NA>     20 - 24 2015 - 2019
#> 132725.1    Dead       <NA>     70 - 74 2000 - 2004
#> 132725.2    Dead       <NA>     70 - 74 2000 - 2004
#> 132739.1   Alive       <NA>    85 - 120 2010 - 2014
#> 132758.1    Dead       <NA>     45 - 49 2010 - 2014
#> 132758.2    Dead       <NA>     45 - 49 2015 - 2019
#> 132775.1    Dead       <NA>     65 - 69 1995 - 1999
#> 132775.2    Dead       <NA>     65 - 69 1995 - 1999
#> 132776.1   Alive       <NA>     65 - 69 2015 - 2019
#> 132780.1    Dead       <NA>     65 - 69 1990 - 1994
#> 132780.2    Dead       <NA>     65 - 69 2005 - 2009
#> 132790.1   Alive       <NA>     50 - 54 2000 - 2004
#> 132790.2   Alive       <NA>     50 - 54 2000 - 2004
#> 132827.1    Dead       <NA>     55 - 59 1990 - 1994
#> 132827.2    Dead       <NA>     55 - 59 2000 - 2004
#> 132831.1   Alive       <NA>     80 - 84 2000 - 2004
#> 132831.2   Alive       <NA>     80 - 84 2015 - 2019
#> 132836.1    Dead       <NA>     40 - 44 1995 - 1999
#> 132836.2    Dead       <NA>     40 - 44 2000 - 2004
#> 132841.1    Dead       <NA>     65 - 69 1995 - 1999
#> 132847.1   Alive       <NA>     65 - 69 2015 - 2019
#> 132857.1   Alive       <NA>     05 - 09 2000 - 2004
#> 132864.1    Dead       <NA>     60 - 64 2000 - 2004
#> 132867.1    Dead       <NA>     10 - 14 1995 - 1999
#> 132871.1    Dead       <NA>     40 - 44 1990 - 1994
#> 132871.2    Dead       <NA>     40 - 44 1995 - 1999
#> 132874.1   Alive       <NA>     50 - 54 1995 - 1999
#> 132874.2   Alive       <NA>     50 - 54 2005 - 2009
#> 132889.1    Dead       <NA>     30 - 34 1990 - 1994
#> 132892.1    Dead       <NA>     65 - 69 1995 - 1999
#> 132893.1   Alive       <NA>     45 - 49 2015 - 2019
#> 132898.1    Dead       <NA>     50 - 54 2000 - 2004
#> 132914.1   Alive       <NA>     70 - 74 1990 - 1994
#> 132914.2   Alive       <NA>     70 - 74 2010 - 2014
#> 132926.1    Dead       <NA>     05 - 09 2005 - 2009
#> 132926.2    Dead       <NA>     05 - 09 2015 - 2019
#> 132942.1   Alive       <NA>     45 - 49 2010 - 2014
#> 132947.1   Alive       <NA>     40 - 44 1995 - 1999
#> 132947.2   Alive       <NA>     40 - 44 2005 - 2009
#> 132968.1   Alive       <NA>     50 - 54 1995 - 1999
#> 132968.2   Alive       <NA>     50 - 54 2000 - 2004
#> 132970.1    Dead       <NA>     65 - 69 2005 - 2009
#> 133005.1   Alive       <NA>     60 - 64 2005 - 2009
#> 133005.2   Alive       <NA>     60 - 64 2005 - 2009
#> 133011.1   Alive       <NA>     75 - 79 1990 - 1994
#> 133011.2   Alive       <NA>     75 - 79 2000 - 2004
#> 133012.1    Dead       <NA>     45 - 49 2015 - 2019
#> 133032.1    Dead       <NA>     65 - 69 1990 - 1994
#> 133032.2    Dead       <NA>     65 - 69 2000 - 2004
#> 133047.1   Alive       <NA>     30 - 34 2005 - 2009
#> 133047.2   Alive       <NA>     30 - 34 2010 - 2014
#> 133049.1    Dead       <NA>     60 - 64 2000 - 2004
#> 133056.1    Dead       <NA>     40 - 44 1990 - 1994
#> 133058.1   Alive       <NA>     65 - 69 2010 - 2014
#> 133058.2   Alive       <NA>     65 - 69 2010 - 2014
#> 133075.1   Alive       <NA>    85 - 120 2015 - 2019
#> 133084.1   Alive       <NA>     60 - 64 2015 - 2019
#> 133108.1   Alive       <NA>     30 - 34 2010 - 2014
#> 133117.1   Alive       <NA>    85 - 120 2015 - 2019
#> 133122.1   Alive       <NA>     70 - 74 2000 - 2004
#> 133131.1    Dead       <NA>     40 - 44 2010 - 2014
#> 133135.1    Dead       <NA>     65 - 69 1995 - 1999
#> 133137.1   Alive       <NA>     45 - 49 2000 - 2004
#> 133137.2   Alive       <NA>     45 - 49 2005 - 2009
#> 133157.1    Dead       <NA>     75 - 79 2000 - 2004
#> 133157.2    Dead       <NA>     75 - 79 2000 - 2004
#> 133187.1    Dead       <NA>     30 - 34 2005 - 2009
#> 133207.1   Alive       <NA>     55 - 59 2000 - 2004
#> 133207.2   Alive       <NA>     55 - 59 2015 - 2019
#> 133228.1   Alive       <NA>     75 - 79 2005 - 2009
#> 133228.2   Alive       <NA>     75 - 79 2010 - 2014
#> 133233.1    Dead       <NA>     65 - 69 2000 - 2004
#> 133267.1    Dead       <NA>     70 - 74 1990 - 1994
#> 133272.1   Alive       <NA>     10 - 14 2005 - 2009
#> 133272.2   Alive       <NA>     10 - 14 2005 - 2009
#> 133288.1   Alive       <NA>     40 - 44 2010 - 2014
#> 133308.1    Dead       <NA>     65 - 69 1995 - 1999
#> 133324.1   Alive       <NA>    85 - 120 1995 - 1999
#> 133354.1    Dead       <NA>     70 - 74 1995 - 1999
#> 133359.1    Dead       <NA>     70 - 74 2010 - 2014
#> 133379.1   Alive       <NA>     30 - 34 2010 - 2014
#> 133381.1    Dead       <NA>    85 - 120 1995 - 1999
#> 133381.2    Dead       <NA>    85 - 120 2010 - 2014
#> 133384.1    Dead       <NA>     50 - 54 1995 - 1999
#> 133384.2    Dead       <NA>     50 - 54 2000 - 2004
#> 133393.1   Alive       <NA>     30 - 34 2015 - 2019
#> 133393.2   Alive       <NA>     30 - 34 2015 - 2019
#> 133394.1   Alive       <NA>     45 - 49 1990 - 1994
#> 133394.2   Alive       <NA>     45 - 49 2005 - 2009
#> 133412.1   Alive       <NA>     40 - 44 2010 - 2014
#> 133413.1   Alive       <NA>     45 - 49 2015 - 2019
#> 133430.1    Dead       <NA>     40 - 44 1990 - 1994
#> 133432.1   Alive       <NA>     25 - 29 2005 - 2009
#> 133435.1   Alive       <NA>     20 - 24 2010 - 2014
#> 133452.1    Dead       <NA>     05 - 09 1995 - 1999
#> 133456.1    Dead       <NA>     25 - 29 1995 - 1999
#> 133479.1   Alive       <NA>     30 - 34 2015 - 2019
#> 133483.1    Dead       <NA>     20 - 24 1990 - 1994
#> 133483.2    Dead       <NA>     20 - 24 1990 - 1994
#> 133484.1    Dead       <NA>     55 - 59 1995 - 1999
#> 133541.1    Dead       <NA>     15 - 19 1990 - 1994
#> 133544.1    Dead       <NA>     45 - 49 1995 - 1999
#> 133558.1    Dead       <NA>    85 - 120 2005 - 2009
#> 133560.1    Dead       <NA>     50 - 54 2015 - 2019
#> 133568.1   Alive       <NA>     45 - 49 1995 - 1999
#> 133568.2   Alive       <NA>     45 - 49 1995 - 1999
#> 133575.1   Alive       <NA>     80 - 84 2010 - 2014
#> 133576.1    Dead       <NA>     70 - 74 2000 - 2004
#> 133592.1    Dead       <NA>     55 - 59 1995 - 1999
#> 133618.1    Dead       <NA>     70 - 74 1990 - 1994
#> 133628.1    Dead       <NA>     65 - 69 1990 - 1994
#> 133630.1    Dead       <NA>     60 - 64 2000 - 2004
#> 133647.1   Alive       <NA>     40 - 44 2005 - 2009
#> 133647.2   Alive       <NA>     40 - 44 2005 - 2009
#> 133654.1    Dead       <NA>     75 - 79 2010 - 2014
#> 133654.2    Dead       <NA>     75 - 79 2010 - 2014
#> 133692.1    Dead       <NA>     50 - 54 1990 - 1994
#> 133702.1    Dead       <NA>     35 - 39 1995 - 1999
#> 133712.1   Alive       <NA>     75 - 79 1995 - 1999
#> 133712.2   Alive       <NA>     75 - 79 2015 - 2019
#> 133713.1   Alive       <NA>     50 - 54 2015 - 2019
#> 133728.1   Alive       <NA>     15 - 19 2005 - 2009
#> 133728.2   Alive       <NA>     15 - 19 2010 - 2014
#> 133732.1    Dead       <NA>     80 - 84 1995 - 1999
#> 133734.1    Dead       <NA>     50 - 54 2000 - 2004
#> 133734.2    Dead       <NA>     50 - 54 2005 - 2009
#> 133743.1   Alive       <NA>     40 - 44 2015 - 2019
#> 133753.1    Dead       <NA>     80 - 84 1990 - 1994
#> 133753.2    Dead       <NA>     80 - 84 2000 - 2004
#> 133757.1    Dead       <NA>     75 - 79 2000 - 2004
#> 133778.1    Dead       <NA>     60 - 64 2010 - 2014
#> 133796.1    Dead       <NA>     75 - 79 1990 - 1994
#> 133796.2    Dead       <NA>     75 - 79 2005 - 2009
#> 133805.1    Dead       <NA>     05 - 09 1995 - 1999
#> 133805.2    Dead       <NA>     05 - 09 2000 - 2004
#> 133829.1    Dead       <NA>     50 - 54 1990 - 1994
#> 133852.1   Alive       <NA>     05 - 09 1990 - 1994
#> 133852.2   Alive       <NA>     05 - 09 2005 - 2009
#> 133855.1   Alive       <NA>     60 - 64 2015 - 2019
#> 133859.1    Dead       <NA>     75 - 79 2005 - 2009
#> 133889.1    Dead       <NA>     35 - 39 2000 - 2004
#> 133889.2    Dead       <NA>     35 - 39 2010 - 2014
#> 133901.1   Alive       <NA>     20 - 24 1995 - 1999
#> 133902.1    Dead       <NA>     60 - 64 1990 - 1994
#> 133912.1    Dead       <NA>     60 - 64 1990 - 1994
#> 133912.2    Dead       <NA>     60 - 64 2010 - 2014
#> 133915.1    Dead       <NA>     30 - 34 1995 - 1999
#> 133915.2    Dead       <NA>     30 - 34 2000 - 2004
#> 133981.1    Dead       <NA>     35 - 39 2000 - 2004
#> 133990.1    Dead       <NA>     00 - 04 2005 - 2009
#> 133991.1    Dead       <NA>     60 - 64 2000 - 2004
#> 133995.1   Alive       <NA>     10 - 14 2005 - 2009
#> 133995.2   Alive       <NA>     10 - 14 2005 - 2009
#> 134008.1   Alive       <NA>     20 - 24 1995 - 1999
#> 134008.2   Alive       <NA>     20 - 24 2010 - 2014
#> 134019.1    Dead       <NA>     40 - 44 2000 - 2004
#> 134019.2    Dead       <NA>     40 - 44 2005 - 2009
#> 134020.1   Alive       <NA>     70 - 74 2000 - 2004
#> 134020.2   Alive       <NA>     70 - 74 2005 - 2009
#> 134025.1   Alive       <NA>     10 - 14 2005 - 2009
#> 134029.1    Dead       <NA>     70 - 74 2000 - 2004
#> 134029.2    Dead       <NA>     70 - 74 2015 - 2019
#> 134059.1    Dead       <NA>    85 - 120 1995 - 1999
#> 134078.1   Alive       <NA>     65 - 69 2015 - 2019
#> 134083.1    Dead       <NA>    85 - 120 1995 - 1999
#> 134096.1    Dead       <NA>     20 - 24 2000 - 2004
#> 134096.2    Dead       <NA>     20 - 24 2000 - 2004
#> 134101.1    Dead       <NA>     40 - 44 1990 - 1994
#> 134102.1    Dead       <NA>     00 - 04 1990 - 1994
#> 134110.1    Dead       <NA>     25 - 29 2000 - 2004
#> 134112.1   Alive       <NA>     40 - 44 2000 - 2004
#> 134112.2   Alive       <NA>     40 - 44 2010 - 2014
#> 134116.1   Alive       <NA>     25 - 29 2005 - 2009
#> 134116.2   Alive       <NA>     25 - 29 2015 - 2019
#> 134132.1   Alive       <NA>     45 - 49 2005 - 2009
#> 134132.2   Alive       <NA>     45 - 49 2015 - 2019
#> 134133.1   Alive       <NA>     75 - 79 2010 - 2014
#> 134143.1   Alive       <NA>     20 - 24 2005 - 2009
#> 134149.1    Dead       <NA>     65 - 69 2005 - 2009
#> 134163.1   Alive       <NA>     65 - 69 2010 - 2014
#> 134179.1    Dead       <NA>     40 - 44 2015 - 2019
#> 134180.1    Dead       <NA>     45 - 49 2010 - 2014
#> 134193.1   Alive       <NA>     75 - 79 1995 - 1999
#> 134193.2   Alive       <NA>     75 - 79 2005 - 2009
#> 134200.1   Alive       <NA>     50 - 54 1995 - 1999
#> 134200.2   Alive       <NA>     50 - 54 2000 - 2004
#> 134211.1   Alive       <NA>     45 - 49 2015 - 2019
#> 134225.1   Alive       <NA>     70 - 74 2015 - 2019
#> 134245.1   Alive       <NA>     40 - 44 2005 - 2009
#> 134256.1    Dead       <NA>     50 - 54 1995 - 1999
#> 134285.1    Dead       <NA>     65 - 69 2005 - 2009
#> 134304.1   Alive       <NA>     45 - 49 2005 - 2009
#> 134304.2   Alive       <NA>     45 - 49 2015 - 2019
#> 134324.1   Alive       <NA>     50 - 54 2005 - 2009
#> 134325.1   Alive       <NA>     50 - 54 2000 - 2004
#> 134325.2   Alive       <NA>     50 - 54 2005 - 2009
#> 134332.1   Alive       <NA>     20 - 24 1990 - 1994
#> 134332.2   Alive       <NA>     20 - 24 1995 - 1999
#> 134347.1    Dead       <NA>     60 - 64 1995 - 1999
#> 134368.1    Dead       <NA>     40 - 44 1995 - 1999
#> 134371.1   Alive       <NA>     60 - 64 1995 - 1999
#> 134371.2   Alive       <NA>     60 - 64 2010 - 2014
#> 134406.1    Dead       <NA>     55 - 59 2005 - 2009
#> 134452.1    Dead       <NA>     60 - 64 2005 - 2009
#> 134468.1    Dead       <NA>     20 - 24 1995 - 1999
#> 134476.1   Alive       <NA>     40 - 44 2015 - 2019
#> 134492.1    Dead       <NA>     75 - 79 1995 - 1999
#> 134501.1    Dead       <NA>     65 - 69 1995 - 1999
#> 134505.1   Alive       <NA>     45 - 49 2005 - 2009
#> 134516.1    Dead       <NA>     65 - 69 2000 - 2004
#> 134516.2    Dead       <NA>     65 - 69 2015 - 2019
#> 134521.1    Dead       <NA>     50 - 54 1990 - 1994
#> 134521.2    Dead       <NA>     50 - 54 1995 - 1999
#> 134523.1    Dead       <NA>     25 - 29 1990 - 1994
#> 134528.1    Dead       <NA>     50 - 54 1995 - 1999
#> 134542.1    Dead       <NA>     45 - 49 2010 - 2014
#> 134545.1   Alive       <NA>     20 - 24 1995 - 1999
#> 134545.2   Alive       <NA>     20 - 24 2000 - 2004
#> 134547.1   Alive       <NA>     50 - 54 2005 - 2009
#> 134575.1    Dead       <NA>     75 - 79 2000 - 2004
#> 134575.2    Dead       <NA>     75 - 79 2000 - 2004
#> 134577.1   Alive       <NA>     10 - 14 2015 - 2019
#> 134613.1   Alive       <NA>     70 - 74 1995 - 1999
#> 134613.2   Alive       <NA>     70 - 74 1995 - 1999
#> 134617.1   Alive       <NA>     75 - 79 2005 - 2009
#> 134617.2   Alive       <NA>     75 - 79 2010 - 2014
#> 134622.1   Alive       <NA>     20 - 24 2000 - 2004
#> 134622.2   Alive       <NA>     20 - 24 2000 - 2004
#> 134629.1    Dead       <NA>     30 - 34 1990 - 1994
#> 134643.1    Dead       <NA>     50 - 54 2005 - 2009
#> 134653.1   Alive       <NA>     25 - 29 1995 - 1999
#> 134653.2   Alive       <NA>     25 - 29 2000 - 2004
#> 134659.1    Dead       <NA>     30 - 34 1995 - 1999
#> 134659.2    Dead       <NA>     30 - 34 1995 - 1999
#> 134664.1   Alive       <NA>     45 - 49 1990 - 1994
#> 134664.2   Alive       <NA>     45 - 49 2005 - 2009
#> 134667.1   Alive       <NA>     05 - 09 1990 - 1994
#> 134667.2   Alive       <NA>     05 - 09 2005 - 2009
#> 134708.1   Alive       <NA>     35 - 39 2010 - 2014
#> 134711.1   Alive       <NA>     70 - 74 2015 - 2019
#> 134726.1    Dead       <NA>     55 - 59 1995 - 1999
#> 134726.2    Dead       <NA>     55 - 59 2000 - 2004
#> 134753.1   Alive       <NA>     75 - 79 2005 - 2009
#> 134753.2   Alive       <NA>     75 - 79 2005 - 2009
#> 134790.1    Dead       <NA>     50 - 54 1990 - 1994
#> 134790.2    Dead       <NA>     50 - 54 2000 - 2004
#> 134800.1    Dead       <NA>     35 - 39 2015 - 2019
#> 134813.1    Dead       <NA>     55 - 59 1995 - 1999
#> 134813.2    Dead       <NA>     55 - 59 2000 - 2004
#> 134817.1   Alive       <NA>     65 - 69 2005 - 2009
#> 134817.2   Alive       <NA>     65 - 69 2005 - 2009
#> 134832.1   Alive       <NA>     55 - 59 2000 - 2004
#> 134832.2   Alive       <NA>     55 - 59 2000 - 2004
#> 134875.1   Alive       <NA>     15 - 19 1990 - 1994
#> 134875.2   Alive       <NA>     15 - 19 1995 - 1999
#> 134876.1   Alive       <NA>     75 - 79 1990 - 1994
#> 134876.2   Alive       <NA>     75 - 79 2010 - 2014
#> 134912.1    Dead       <NA>     60 - 64 1995 - 1999
#> 134924.1   Alive       <NA>     00 - 04 2000 - 2004
#> 134924.2   Alive       <NA>     00 - 04 2015 - 2019
#> 134932.1    Dead       <NA>     80 - 84 1995 - 1999
#> 134936.1   Alive       <NA>     75 - 79 1995 - 1999
#> 134936.2   Alive       <NA>     75 - 79 2005 - 2009
#> 134985.1    Dead       <NA>     65 - 69 1990 - 1994
#> 135032.1    Dead       <NA>     40 - 44 1990 - 1994
#> 135034.1    Dead       <NA>     40 - 44 2000 - 2004
#> 135053.1   Alive       <NA>     35 - 39 2005 - 2009
#> 135053.2   Alive       <NA>     35 - 39 2010 - 2014
#> 135056.1   Alive       <NA>     65 - 69 2010 - 2014
#> 135092.1    Dead       <NA>     50 - 54 2005 - 2009
#> 135094.1   Alive       <NA>     35 - 39 2015 - 2019
#> 135096.1    Dead       <NA>     25 - 29 2000 - 2004
#> 135097.1   Alive       <NA>     55 - 59 2010 - 2014
#> 135097.2   Alive       <NA>     55 - 59 2015 - 2019
#> 135124.1   Alive       <NA>     50 - 54 2005 - 2009
#> 135143.1   Alive       <NA>     55 - 59 2000 - 2004
#> 135143.2   Alive       <NA>     55 - 59 2015 - 2019
#> 135147.1    Dead       <NA>     65 - 69 1995 - 1999
#> 135148.1   Alive       <NA>     50 - 54 2015 - 2019
#> 135169.1   Alive       <NA>     20 - 24 2005 - 2009
#> 135169.2   Alive       <NA>     20 - 24 2015 - 2019
#> 135176.1   Alive       <NA>     20 - 24 1990 - 1994
#> 135176.2   Alive       <NA>     20 - 24 2010 - 2014
#> 135177.1   Alive       <NA>     45 - 49 1995 - 1999
#> 135177.2   Alive       <NA>     45 - 49 2015 - 2019
#> 135203.1    Dead       <NA>     65 - 69 2005 - 2009
#> 135209.1    Dead       <NA>     70 - 74 1995 - 1999
#> 135209.2    Dead       <NA>     70 - 74 2000 - 2004
#> 135224.1    Dead       <NA>     60 - 64 2010 - 2014
#> 135227.1   Alive       <NA>     30 - 34 2010 - 2014
#> 135230.1    Dead       <NA>     50 - 54 1990 - 1994
#> 135230.2    Dead       <NA>     50 - 54 1990 - 1994
#> 135245.1    Dead       <NA>     45 - 49 2000 - 2004
#> 135271.1   Alive       <NA>     10 - 14 1995 - 1999
#> 135271.2   Alive       <NA>     10 - 14 1995 - 1999
#> 135278.1    Dead       <NA>     40 - 44 2000 - 2004
#> 135286.1   Alive       <NA>     30 - 34 2010 - 2014
#> 135291.1    Dead       <NA>     45 - 49 1995 - 1999
#> 135291.2    Dead       <NA>     45 - 49 1995 - 1999
#> 135292.1    Dead       <NA>     60 - 64 1995 - 1999
#> 135292.2    Dead       <NA>     60 - 64 2010 - 2014
#> 135300.1    Dead       <NA>     45 - 49 1995 - 1999
#> 135300.2    Dead       <NA>     45 - 49 2005 - 2009
#> 135315.1    Dead       <NA>     50 - 54 1990 - 1994
#> 135318.1    Dead       <NA>     40 - 44 1995 - 1999
#> 135321.1   Alive       <NA>     75 - 79 1995 - 1999
#> 135321.2   Alive       <NA>     75 - 79 2010 - 2014
#> 135344.1    Dead       <NA>     65 - 69 2000 - 2004
#> 135344.2    Dead       <NA>     65 - 69 2010 - 2014
#> 135354.1    Dead       <NA>     35 - 39 1995 - 1999
#> 135391.1    Dead       <NA>     75 - 79 2000 - 2004
#> 135401.1    Dead       <NA>     65 - 69 1990 - 1994
#> 135401.2    Dead       <NA>     65 - 69 1995 - 1999
#> 135405.1    Dead       <NA>     55 - 59 2005 - 2009
#> 135405.2    Dead       <NA>     55 - 59 2005 - 2009
#> 135407.1   Alive       <NA>     50 - 54 1995 - 1999
#> 135407.2   Alive       <NA>     50 - 54 2000 - 2004
#> 135424.1    Dead       <NA>     35 - 39 2000 - 2004
#> 135432.1   Alive       <NA>     40 - 44 2015 - 2019
#> 135450.1   Alive       <NA>     45 - 49 1995 - 1999
#> 135476.1    Dead       <NA>     80 - 84 1995 - 1999
#> 135488.1    Dead       <NA>     50 - 54 1990 - 1994
#> 135488.2    Dead       <NA>     50 - 54 2000 - 2004
#> 135507.1    Dead       <NA>     20 - 24 1990 - 1994
#> 135507.2    Dead       <NA>     20 - 24 1995 - 1999
#> 135510.1    Dead       <NA>     50 - 54 2005 - 2009
#> 135510.2    Dead       <NA>     50 - 54 2005 - 2009
#> 135514.1    Dead       <NA>     60 - 64 1995 - 1999
#> 135520.1    Dead       <NA>     30 - 34 1995 - 1999
#> 135520.2    Dead       <NA>     30 - 34 2010 - 2014
#> 135534.1    Dead       <NA>     45 - 49 2005 - 2009
#> 135564.1    Dead       <NA>     30 - 34 1990 - 1994
#> 135571.1   Alive       <NA>     65 - 69 2010 - 2014
#> 135571.2   Alive       <NA>     65 - 69 2010 - 2014
#> 135572.1   Alive       <NA>     00 - 04 2010 - 2014
#> 135572.2   Alive       <NA>     00 - 04 2015 - 2019
#> 135575.1    Dead       <NA>     55 - 59 2005 - 2009
#> 135620.1   Alive       <NA>     75 - 79 1990 - 1994
#> 135620.2   Alive       <NA>     75 - 79 2010 - 2014
#> 135632.1    Dead       <NA>     30 - 34 1995 - 1999
#> 135642.1    Dead       <NA>     35 - 39 2010 - 2014
#> 135643.1   Alive       <NA>     45 - 49 2005 - 2009
#> 135650.1   Alive       <NA>     80 - 84 2005 - 2009
#> 135650.2   Alive       <NA>     80 - 84 2010 - 2014
#> 135671.1    Dead       <NA>     20 - 24 1990 - 1994
#> 135671.2    Dead       <NA>     20 - 24 1995 - 1999
#> 135680.1    Dead       <NA>     30 - 34 2005 - 2009
#> 135703.1   Alive       <NA>     65 - 69 2000 - 2004
#> 135703.2   Alive       <NA>     65 - 69 2010 - 2014
#> 135718.1   Alive       <NA>     70 - 74 1990 - 1994
#> 135718.2   Alive       <NA>     70 - 74 1995 - 1999
#> 135725.1   Alive       <NA>     40 - 44 1990 - 1994
#> 135725.2   Alive       <NA>     40 - 44 1995 - 1999
#> 135767.1   Alive       <NA>     60 - 64 2010 - 2014
#> 135775.1   Alive       <NA>     45 - 49 2015 - 2019
#> 135795.1   Alive       <NA>     50 - 54 2000 - 2004
#> 135795.2   Alive       <NA>     50 - 54 2015 - 2019
#> 135800.1   Alive       <NA>     10 - 14 2010 - 2014
#> 135802.1   Alive       <NA>     65 - 69 2015 - 2019
#> 135846.1   Alive       <NA>     40 - 44 1995 - 1999
#> 135870.1   Alive       <NA>     80 - 84 2000 - 2004
#> 135870.2   Alive       <NA>     80 - 84 2005 - 2009
#> 135872.1   Alive       <NA>     75 - 79 1995 - 1999
#> 135872.2   Alive       <NA>     75 - 79 2005 - 2009
#> 135894.1   Alive       <NA>     80 - 84 2015 - 2019
#> 135896.1   Alive       <NA>     65 - 69 2015 - 2019
#> 135897.1    Dead       <NA>     65 - 69 1995 - 1999
#> 135897.2    Dead       <NA>     65 - 69 2000 - 2004
#> 135945.1    Dead       <NA>     55 - 59 2005 - 2009
#> 135945.2    Dead       <NA>     55 - 59 2010 - 2014
#> 135946.1   Alive       <NA>     50 - 54 2010 - 2014
#> 135946.2   Alive       <NA>     50 - 54 2015 - 2019
#> 135966.1   Alive       <NA>     65 - 69 1990 - 1994
#> 135966.2   Alive       <NA>     65 - 69 2000 - 2004
#> 135967.1    Dead       <NA>     50 - 54 2015 - 2019
#> 135974.1   Alive       <NA>     65 - 69 2015 - 2019
#> 135978.1    Dead       <NA>     55 - 59 1995 - 1999
#> 135978.2    Dead       <NA>     55 - 59 1995 - 1999
#> 136002.1    Dead       <NA>     30 - 34 2005 - 2009
#> 136029.1    Dead       <NA>     35 - 39 2005 - 2009
#> 136040.1   Alive       <NA>     10 - 14 2015 - 2019
#> 136040.2   Alive       <NA>     10 - 14 2015 - 2019
#> 136042.1    Dead       <NA>     65 - 69 2000 - 2004
#> 136070.1    Dead       <NA>     25 - 29 2015 - 2019
#> 136087.1   Alive       <NA>     50 - 54 2005 - 2009
#> 136087.2   Alive       <NA>     50 - 54 2015 - 2019
#> 136116.1    Dead       <NA>     45 - 49 1990 - 1994
#> 136126.1    Dead       <NA>     35 - 39 1990 - 1994
#> 136126.2    Dead       <NA>     35 - 39 2000 - 2004
#> 136134.1    Dead       <NA>     60 - 64 1995 - 1999
#> 136134.2    Dead       <NA>     60 - 64 2005 - 2009
#> 136143.1   Alive       <NA>     45 - 49 2010 - 2014
#> 136143.2   Alive       <NA>     45 - 49 2015 - 2019
#> 136191.1    Dead       <NA>     05 - 09 1995 - 1999
#> 136191.2    Dead       <NA>     05 - 09 2010 - 2014
#> 136192.1    Dead       <NA>     25 - 29 2005 - 2009
#> 136235.1   Alive       <NA>     45 - 49 2000 - 2004
#> 136235.2   Alive       <NA>     45 - 49 2015 - 2019
#> 136242.1    Dead       <NA>     30 - 34 1995 - 1999
#> 136248.1   Alive       <NA>     45 - 49 2010 - 2014
#> 136248.2   Alive       <NA>     45 - 49 2010 - 2014
#> 136250.1   Alive       <NA>     70 - 74 2015 - 2019
#> 136250.2   Alive       <NA>     70 - 74 2015 - 2019
#> 136267.1    Dead       <NA>     45 - 49 1990 - 1994
#> 136308.1    Dead       <NA>     70 - 74 2000 - 2004
#> 136308.2    Dead       <NA>     70 - 74 2000 - 2004
#> 136320.1   Alive       <NA>     20 - 24 2005 - 2009
#> 136321.1   Alive       <NA>     65 - 69 1995 - 1999
#> 136321.2   Alive       <NA>     65 - 69 2015 - 2019
#> 136336.1    Dead       <NA>     50 - 54 1995 - 1999
#> 136339.1   Alive       <NA>     35 - 39 1995 - 1999
#> 136339.2   Alive       <NA>     35 - 39 2015 - 2019
#> 136356.1    Dead       <NA>     40 - 44 2005 - 2009
#> 136356.2    Dead       <NA>     40 - 44 2010 - 2014
#> 136368.1    Dead       <NA>     50 - 54 1995 - 1999
#> 136368.2    Dead       <NA>     50 - 54 2005 - 2009
#> 136371.1    Dead       <NA>    85 - 120 1990 - 1994
#> 136371.2    Dead       <NA>    85 - 120 1995 - 1999
#> 136377.1    Dead       <NA>     45 - 49 1990 - 1994
#> 136377.2    Dead       <NA>     45 - 49 2000 - 2004
#> 136390.1   Alive       <NA>     20 - 24 2015 - 2019
#> 136399.1   Alive       <NA>     60 - 64 2005 - 2009
#> 136417.1   Alive       <NA>     50 - 54 2005 - 2009
#> 136419.1    Dead       <NA>     40 - 44 2000 - 2004
#> 136443.1   Alive       <NA>     55 - 59 2000 - 2004
#> 136451.1   Alive       <NA>     40 - 44 2015 - 2019
#> 136536.1    Dead       <NA>     15 - 19 1995 - 1999
#> 136539.1    Dead       <NA>     50 - 54 2005 - 2009
#> 136552.1    Dead       <NA>     75 - 79 1995 - 1999
#> 136555.1   Alive       <NA>     45 - 49 1990 - 1994
#> 136555.2   Alive       <NA>     45 - 49 2005 - 2009
#> 136577.1   Alive       <NA>     70 - 74 2005 - 2009
#> 136580.1   Alive       <NA>     40 - 44 2010 - 2014
#> 136580.2   Alive       <NA>     40 - 44 2010 - 2014
#> 136585.1    Dead       <NA>     15 - 19 1995 - 1999
#> 136596.1    Dead       <NA>     50 - 54 1995 - 1999
#> 136634.1    Dead       <NA>     25 - 29 2000 - 2004
#> 136634.2    Dead       <NA>     25 - 29 2005 - 2009
#> 136647.1    Dead       <NA>     60 - 64 1995 - 1999
#> 136675.1   Alive       <NA>     20 - 24 2005 - 2009
#> 136675.2   Alive       <NA>     20 - 24 2010 - 2014
#> 136679.1   Alive       <NA>     70 - 74 1990 - 1994
#> 136679.2   Alive       <NA>     70 - 74 2015 - 2019
#> 136694.1    Dead       <NA>     40 - 44 2000 - 2004
#> 136754.1   Alive       <NA>     60 - 64 1995 - 1999
#> 136755.1   Alive       <NA>     50 - 54 2015 - 2019
#> 136758.1    Dead       <NA>     20 - 24 1995 - 1999
#> 136758.2    Dead       <NA>     20 - 24 2010 - 2014
#> 136762.1    Dead       <NA>     25 - 29 1990 - 1994
#> 136768.1   Alive       <NA>     65 - 69 2000 - 2004
#> 136771.1   Alive       <NA>     65 - 69 1990 - 1994
#> 136771.2   Alive       <NA>     65 - 69 2005 - 2009
#> 136806.1   Alive       <NA>     60 - 64 2015 - 2019
#> 136836.1   Alive       <NA>     65 - 69 2005 - 2009
#> 136836.2   Alive       <NA>     65 - 69 2015 - 2019
#> 136837.1   Alive       <NA>     65 - 69 2005 - 2009
#> 136845.1   Alive       <NA>     50 - 54 1990 - 1994
#> 136845.2   Alive       <NA>     50 - 54 2005 - 2009
#> 136847.1    Dead       <NA>     25 - 29 1995 - 1999
#> 136854.1   Alive       <NA>     30 - 34 2015 - 2019
#> 136854.2   Alive       <NA>     30 - 34 2015 - 2019
#> 136862.1    Dead       <NA>    85 - 120 2000 - 2004
#> 136874.1   Alive       <NA>     65 - 69 1990 - 1994
#> 136874.2   Alive       <NA>     65 - 69 2000 - 2004
#> 136888.1    Dead       <NA>     55 - 59 1995 - 1999
#> 136892.1   Alive       <NA>     30 - 34 1995 - 1999
#> 136892.2   Alive       <NA>     30 - 34 1995 - 1999
#> 136895.1   Alive       <NA>     45 - 49 2005 - 2009
#> 136905.1   Alive       <NA>     65 - 69 1995 - 1999
#> 136905.2   Alive       <NA>     65 - 69 2000 - 2004
#> 136924.1   Alive       <NA>     65 - 69 1990 - 1994
#> 136924.2   Alive       <NA>     65 - 69 1995 - 1999
#> 136927.1   Alive       <NA>     60 - 64 1990 - 1994
#> 136927.2   Alive       <NA>     60 - 64 2005 - 2009
#> 136929.1   Alive       <NA>     45 - 49 2005 - 2009
#> 136929.2   Alive       <NA>     45 - 49 2005 - 2009
#> 136940.1   Alive       <NA>     60 - 64 2015 - 2019
#> 136949.1   Alive       <NA>     25 - 29 2000 - 2004
#> 136952.1    Dead       <NA>     60 - 64 1995 - 1999
#> 136954.1    Dead       <NA>     10 - 14 1990 - 1994
#> 136971.1    Dead       <NA>     40 - 44 2010 - 2014
#> 137007.1    Dead       <NA>     40 - 44 1995 - 1999
#> 137032.1    Dead       <NA>     75 - 79 1990 - 1994
#> 137073.1    Dead       <NA>     25 - 29 1995 - 1999
#> 137073.2    Dead       <NA>     25 - 29 2000 - 2004
#> 137122.1   Alive       <NA>     35 - 39 1990 - 1994
#> 137122.2   Alive       <NA>     35 - 39 2000 - 2004
#> 137125.1    Dead       <NA>     65 - 69 2000 - 2004
#> 137141.1    Dead       <NA>     60 - 64 1990 - 1994
#> 137166.1    Dead       <NA>     55 - 59 1995 - 1999
#> 137174.1    Dead       <NA>     65 - 69 1995 - 1999
#> 137174.2    Dead       <NA>     65 - 69 2010 - 2014
#> 137179.1    Dead       <NA>     65 - 69 2000 - 2004
#> 137180.1    Dead       <NA>     45 - 49 2005 - 2009
#> 137181.1    Dead       <NA>     70 - 74 1995 - 1999
#> 137190.1    Dead       <NA>     45 - 49 1990 - 1994
#> 137205.1   Alive       <NA>     65 - 69 2005 - 2009
#> 137208.1    Dead       <NA>     05 - 09 2000 - 2004
#> 137230.1    Dead       <NA>     15 - 19 2005 - 2009
#> 137292.1   Alive       <NA>     65 - 69 2000 - 2004
#> 137292.2   Alive       <NA>     65 - 69 2000 - 2004
#> 137293.1   Alive       <NA>     75 - 79 2005 - 2009
#> 137298.1    Dead       <NA>     80 - 84 1990 - 1994
#> 137300.1    Dead       <NA>     25 - 29 2000 - 2004
#> 137300.2    Dead       <NA>     25 - 29 2005 - 2009
#> 137301.1   Alive       <NA>     00 - 04 2005 - 2009
#> 137301.2   Alive       <NA>     00 - 04 2015 - 2019
#> 137306.1    Dead       <NA>     20 - 24 2000 - 2004
#> 137312.1   Alive       <NA>     50 - 54 2000 - 2004
#> 137314.1   Alive       <NA>     50 - 54 2005 - 2009
#> 137363.1   Alive       <NA>     25 - 29 2015 - 2019
#> 137376.1   Alive       <NA>     45 - 49 1995 - 1999
#> 137376.2   Alive       <NA>     45 - 49 2000 - 2004
#> 137378.1   Alive       <NA>     65 - 69 2010 - 2014
#> 137393.1   Alive       <NA>     35 - 39 2010 - 2014
#> 137407.1   Alive       <NA>     50 - 54 2010 - 2014
#> 137412.1   Alive       <NA>     35 - 39 2010 - 2014
#> 137427.1   Alive       <NA>     40 - 44 2010 - 2014
#> 137427.2   Alive       <NA>     40 - 44 2015 - 2019
#> 137439.1    Dead       <NA>     30 - 34 2005 - 2009
#> 137439.2    Dead       <NA>     30 - 34 2015 - 2019
#> 137447.1   Alive       <NA>     00 - 04 1995 - 1999
#> 137447.2   Alive       <NA>     00 - 04 2015 - 2019
#> 137464.1    Dead       <NA>     35 - 39 2000 - 2004
#> 137479.1   Alive       <NA>     75 - 79 1995 - 1999
#> 137479.2   Alive       <NA>     75 - 79 2005 - 2009
#> 137515.1   Alive       <NA>    85 - 120 2010 - 2014
#> 137520.1   Alive       <NA>     25 - 29 2015 - 2019
#> 137527.1    Dead       <NA>     40 - 44 2005 - 2009
#> 137534.1   Alive       <NA>     65 - 69 1990 - 1994
#> 137534.2   Alive       <NA>     65 - 69 2010 - 2014
#> 137559.1    Dead       <NA>     35 - 39 2005 - 2009
#> 137559.2    Dead       <NA>     35 - 39 2010 - 2014
#> 137566.1   Alive       <NA>     65 - 69 2010 - 2014
#> 137566.2   Alive       <NA>     65 - 69 2015 - 2019
#> 137577.1    Dead       <NA>     55 - 59 1990 - 1994
#> 137600.1    Dead       <NA>     50 - 54 1990 - 1994
#> 137600.2    Dead       <NA>     50 - 54 1995 - 1999
#> 137617.1   Alive       <NA>     50 - 54 2005 - 2009
#> 137625.1   Alive       <NA>     60 - 64 2005 - 2009
#> 137644.1   Alive       <NA>     70 - 74 2000 - 2004
#> 137644.2   Alive       <NA>     70 - 74 2005 - 2009
#> 137654.1   Alive       <NA>     65 - 69 2005 - 2009
#> 137677.1    Dead       <NA>     80 - 84 2005 - 2009
#> 137677.2    Dead       <NA>     80 - 84 2005 - 2009
#> 137702.1   Alive       <NA>     20 - 24 2005 - 2009
#> 137702.2   Alive       <NA>     20 - 24 2005 - 2009
#> 137717.1    Dead       <NA>     75 - 79 2000 - 2004
#> 137752.1    Dead       <NA>     25 - 29 1995 - 1999
#> 137801.1   Alive       <NA>     15 - 19 2015 - 2019
#> 137832.1   Alive       <NA>     40 - 44 2000 - 2004
#> 137832.2   Alive       <NA>     40 - 44 2005 - 2009
#> 137842.1   Alive       <NA>     75 - 79 2000 - 2004
#> 137842.2   Alive       <NA>     75 - 79 2010 - 2014
#> 137851.1   Alive       <NA>     25 - 29 2010 - 2014
#> 137851.2   Alive       <NA>     25 - 29 2010 - 2014
#> 137863.1    Dead       <NA>    85 - 120 1995 - 1999
#> 137872.1    Dead       <NA>     35 - 39 2010 - 2014
#> 137872.2    Dead       <NA>     35 - 39 2015 - 2019
#> 137878.1   Alive       <NA>     40 - 44 1995 - 1999
#> 137878.2   Alive       <NA>     40 - 44 2015 - 2019
#> 137898.1   Alive       <NA>     35 - 39 2010 - 2014
#> 137898.2   Alive       <NA>     35 - 39 2015 - 2019
#> 137925.1    Dead       <NA>     55 - 59 1990 - 1994
#> 137925.2    Dead       <NA>     55 - 59 1990 - 1994
#> 137929.1   Alive       <NA>     20 - 24 1995 - 1999
#> 137930.1   Alive       <NA>     20 - 24 1990 - 1994
#> 137930.2   Alive       <NA>     20 - 24 2010 - 2014
#> 137933.1   Alive       <NA>     60 - 64 2005 - 2009
#> 137933.2   Alive       <NA>     60 - 64 2010 - 2014
#> 137983.1   Alive       <NA>     15 - 19 2015 - 2019
#> 137988.1   Alive       <NA>     50 - 54 1995 - 1999
#> 137990.1   Alive       <NA>     00 - 04 1990 - 1994
#> 137990.2   Alive       <NA>     00 - 04 2005 - 2009
#> 137993.1   Alive       <NA>     65 - 69 2005 - 2009
#> 137993.2   Alive       <NA>     65 - 69 2010 - 2014
#> 138014.1   Alive       <NA>     65 - 69 2000 - 2004
#> 138015.1   Alive       <NA>     05 - 09 2005 - 2009
#> 138023.1   Alive       <NA>     80 - 84 1990 - 1994
#> 138023.2   Alive       <NA>     80 - 84 2005 - 2009
#> 138030.1    Dead       <NA>     35 - 39 1990 - 1994
#> 138030.2    Dead       <NA>     35 - 39 1995 - 1999
#> 138056.1   Alive       <NA>     50 - 54 2005 - 2009
#> 138074.1   Alive       <NA>     10 - 14 2000 - 2004
#> 138074.2   Alive       <NA>     10 - 14 2005 - 2009
#> 138081.1    Dead       <NA>     45 - 49 2015 - 2019
#> 138086.1    Dead       <NA>     40 - 44 1995 - 1999
#> 138093.1    Dead       <NA>     50 - 54 1990 - 1994
#> 138093.2    Dead       <NA>     50 - 54 1995 - 1999
#> 138103.1    Dead       <NA>    85 - 120 1990 - 1994
#> 138124.1   Alive       <NA>     70 - 74 2015 - 2019
#> 138129.1   Alive       <NA>     40 - 44 2005 - 2009
#> 138143.1    Dead       <NA>     40 - 44 1995 - 1999
#> 138143.2    Dead       <NA>     40 - 44 2005 - 2009
#> 138148.1   Alive       <NA>     45 - 49 2000 - 2004
#> 138153.1    Dead       <NA>     65 - 69 1995 - 1999
#> 138153.2    Dead       <NA>     65 - 69 2005 - 2009
#> 138159.1   Alive       <NA>     40 - 44 2000 - 2004
#> 138159.2   Alive       <NA>     40 - 44 2015 - 2019
#> 138175.1    Dead       <NA>     65 - 69 1995 - 1999
#> 138185.1    Dead       <NA>     40 - 44 2010 - 2014
#> 138185.2    Dead       <NA>     40 - 44 2010 - 2014
#> 138221.1   Alive       <NA>     55 - 59 1995 - 1999
#> 138221.2   Alive       <NA>     55 - 59 2000 - 2004
#> 138226.1   Alive       <NA>     65 - 69 2015 - 2019
#> 138267.1   Alive       <NA>     20 - 24 2005 - 2009
#> 138267.2   Alive       <NA>     20 - 24 2005 - 2009
#> 138276.1    Dead       <NA>     75 - 79 2005 - 2009
#> 138277.1    Dead       <NA>     50 - 54 1990 - 1994
#> 138277.2    Dead       <NA>     50 - 54 1995 - 1999
#> 138304.1   Alive       <NA>     10 - 14 2015 - 2019
#> 138310.1   Alive       <NA>     60 - 64 2000 - 2004
#> 138310.2   Alive       <NA>     60 - 64 2015 - 2019
#> 138319.1    Dead       <NA>     65 - 69 1995 - 1999
#> 138330.1    Dead       <NA>     10 - 14 2015 - 2019
#> 138332.1   Alive       <NA>     65 - 69 2010 - 2014
#> 138349.1    Dead       <NA>     80 - 84 1990 - 1994
#> 138378.1   Alive       <NA>     70 - 74 2010 - 2014
#> 138384.1   Alive       <NA>     25 - 29 2005 - 2009
#> 138390.1    Dead       <NA>     30 - 34 1995 - 1999
#> 138390.2    Dead       <NA>     30 - 34 2000 - 2004
#> 138392.1    Dead       <NA>     40 - 44 2005 - 2009
#> 138397.1    Dead       <NA>     10 - 14 2005 - 2009
#> 138398.1    Dead       <NA>     50 - 54 1990 - 1994
#> 138398.2    Dead       <NA>     50 - 54 2000 - 2004
#> 138448.1   Alive       <NA>     40 - 44 2005 - 2009
#> 138448.2   Alive       <NA>     40 - 44 2010 - 2014
#> 138461.1    Dead       <NA>     65 - 69 2000 - 2004
#> 138465.1   Alive       <NA>     75 - 79 2000 - 2004
#> 138465.2   Alive       <NA>     75 - 79 2015 - 2019
#> 138466.1   Alive       <NA>     65 - 69 1990 - 1994
#> 138466.2   Alive       <NA>     65 - 69 2010 - 2014
#> 138477.1   Alive       <NA>     55 - 59 1995 - 1999
#> 138477.2   Alive       <NA>     55 - 59 2015 - 2019
#> 138524.1   Alive       <NA>     25 - 29 1995 - 1999
#> 138524.2   Alive       <NA>     25 - 29 2010 - 2014
#> 138546.1   Alive       <NA>     55 - 59 2005 - 2009
#> 138546.2   Alive       <NA>     55 - 59 2010 - 2014
#> 138556.1    Dead       <NA>     60 - 64 1990 - 1994
#> 138556.2    Dead       <NA>     60 - 64 1995 - 1999
#> 138557.1   Alive       <NA>     70 - 74 1995 - 1999
#> 138557.2   Alive       <NA>     70 - 74 2010 - 2014
#> 138566.1   Alive       <NA>     75 - 79 2000 - 2004
#> 138566.2   Alive       <NA>     75 - 79 2015 - 2019
#> 138589.1    Dead       <NA>    85 - 120 1990 - 1994
#> 138589.2    Dead       <NA>    85 - 120 2000 - 2004
#> 138623.1   Alive       <NA>     45 - 49 1995 - 1999
#> 138624.1   Alive       <NA>     60 - 64 2015 - 2019
#> 138679.1   Alive       <NA>     20 - 24 2000 - 2004
#> 138683.1    Dead       <NA>     80 - 84 2015 - 2019
#> 138683.2    Dead       <NA>     80 - 84 2015 - 2019
#> 138691.1   Alive       <NA>     60 - 64 2005 - 2009
#> 138693.1   Alive       <NA>     35 - 39 2000 - 2004
#> 138693.2   Alive       <NA>     35 - 39 2010 - 2014
#> 138698.1   Alive       <NA>     05 - 09 2015 - 2019
#> 138701.1   Alive       <NA>     40 - 44 2010 - 2014
#> 138709.1    Dead       <NA>     45 - 49 1995 - 1999
#> 138709.2    Dead       <NA>     45 - 49 2000 - 2004
#> 138716.1   Alive       <NA>     70 - 74 2010 - 2014
#> 138716.2   Alive       <NA>     70 - 74 2015 - 2019
#> 138733.1   Alive       <NA>    85 - 120 1990 - 1994
#> 138733.2   Alive       <NA>    85 - 120 2015 - 2019
#> 138754.1   Alive       <NA>     65 - 69 2000 - 2004
#> 138754.2   Alive       <NA>     65 - 69 2000 - 2004
#> 138760.1   Alive       <NA>     50 - 54 2005 - 2009
#> 138764.1    Dead       <NA>     25 - 29 2000 - 2004
#> 138788.1   Alive       <NA>     25 - 29 2005 - 2009
#> 138788.2   Alive       <NA>     25 - 29 2005 - 2009
#> 138798.1    Dead       <NA>     65 - 69 2000 - 2004
#> 138823.1   Alive       <NA>     40 - 44 2000 - 2004
#> 138834.1   Alive       <NA>     65 - 69 2000 - 2004
#> 138841.1    Dead       <NA>     75 - 79 2005 - 2009
#> 138846.1   Alive       <NA>     70 - 74 2005 - 2009
#> 138846.2   Alive       <NA>     70 - 74 2005 - 2009
#> 138847.1   Alive       <NA>     75 - 79 2010 - 2014
#> 138848.1    Dead       <NA>     00 - 04 2010 - 2014
#> 138850.1   Alive       <NA>     10 - 14 1995 - 1999
#> 138856.1    Dead       <NA>     20 - 24 1990 - 1994
#> 138856.2    Dead       <NA>     20 - 24 1990 - 1994
#> 138870.1    Dead       <NA>     55 - 59 2005 - 2009
#> 138888.1    Dead       <NA>     35 - 39 1990 - 1994
#> 138888.2    Dead       <NA>     35 - 39 1995 - 1999
#> 138905.1   Alive       <NA>     65 - 69 2010 - 2014
#> 138947.1    Dead       <NA>     60 - 64 1990 - 1994
#> 138970.1   Alive       <NA>     55 - 59 2000 - 2004
#> 138972.1   Alive       <NA>     55 - 59 2010 - 2014
#> 138982.1    Dead       <NA>     65 - 69 2010 - 2014
#> 139012.1    Dead       <NA>     60 - 64 1995 - 1999
#> 139017.1    Dead       <NA>     45 - 49 1990 - 1994
#> 139017.2    Dead       <NA>     45 - 49 1995 - 1999
#> 139028.1   Alive       <NA>     30 - 34 1995 - 1999
#> 139028.2   Alive       <NA>     30 - 34 2015 - 2019
#> 139036.1    Dead       <NA>     65 - 69 1990 - 1994
#> 139055.1   Alive       <NA>     75 - 79 1995 - 1999
#> 139055.2   Alive       <NA>     75 - 79 2000 - 2004
#> 139093.1    Dead       <NA>     25 - 29 2005 - 2009
#> 139098.1   Alive       <NA>    85 - 120 1995 - 1999
#> 139098.2   Alive       <NA>    85 - 120 2015 - 2019
#> 139113.1    Dead       <NA>     40 - 44 1995 - 1999
#> 139113.2    Dead       <NA>     40 - 44 2000 - 2004
#> 139116.1   Alive       <NA>     20 - 24 1990 - 1994
#> 139116.2   Alive       <NA>     20 - 24 2010 - 2014
#> 139126.1   Alive       <NA>     20 - 24 2015 - 2019
#> 139151.1    Dead       <NA>     60 - 64 2010 - 2014
#> 139153.1    Dead       <NA>     00 - 04 1995 - 1999
#> 139189.1   Alive       <NA>     75 - 79 2005 - 2009
#> 139189.2   Alive       <NA>     75 - 79 2015 - 2019
#> 139264.1    Dead       <NA>     60 - 64 1995 - 1999
#> 139288.1    Dead       <NA>     20 - 24 1995 - 1999
#> 139288.2    Dead       <NA>     20 - 24 2005 - 2009
#> 139300.1    Dead       <NA>     65 - 69 1995 - 1999
#> 139300.2    Dead       <NA>     65 - 69 2005 - 2009
#> 139301.1    Dead       <NA>     65 - 69 2000 - 2004
#> 139331.1    Dead       <NA>     40 - 44 1995 - 1999
#> 139331.2    Dead       <NA>     40 - 44 2005 - 2009
#> 139342.1   Alive       <NA>     50 - 54 2015 - 2019
#> 139351.1    Dead       <NA>     55 - 59 2000 - 2004
#> 139382.1   Alive       <NA>     20 - 24 2010 - 2014
#> 139385.1   Alive       <NA>     00 - 04 2010 - 2014
#> 139406.1   Alive       <NA>     60 - 64 2000 - 2004
#> 139412.1    Dead       <NA>     65 - 69 1995 - 1999
#> 139434.1   Alive       <NA>     70 - 74 2010 - 2014
#> 139437.1   Alive       <NA>     25 - 29 2000 - 2004
#> 139437.2   Alive       <NA>     25 - 29 2010 - 2014
#> 139463.1    Dead       <NA>     40 - 44 1995 - 1999
#> 139463.2    Dead       <NA>     40 - 44 2010 - 2014
#> 139476.1    Dead       <NA>     05 - 09 2000 - 2004
#> 139482.1   Alive       <NA>     65 - 69 2005 - 2009
#> 139486.1   Alive       <NA>     45 - 49 2000 - 2004
#> 139486.2   Alive       <NA>     45 - 49 2000 - 2004
#> 139497.1   Alive       <NA>     75 - 79 2005 - 2009
#> 139514.1   Alive       <NA>     30 - 34 2015 - 2019
#> 139537.1   Alive       <NA>     50 - 54 2015 - 2019
#> 139540.1    Dead       <NA>     65 - 69 1995 - 1999
#> 139540.2    Dead       <NA>     65 - 69 2000 - 2004
#> 139541.1    Dead       <NA>     65 - 69 1995 - 1999
#> 139560.1    Dead       <NA>    85 - 120 1995 - 1999
#> 139560.2    Dead       <NA>    85 - 120 2010 - 2014
#> 139573.1    Dead       <NA>     35 - 39 2010 - 2014
#> 139604.1    Dead       <NA>     70 - 74 2005 - 2009
#> 139609.1   Alive       <NA>     05 - 09 2010 - 2014
#> 139637.1    Dead       <NA>     20 - 24 2000 - 2004
#> 139671.1   Alive       <NA>     75 - 79 2000 - 2004
#> 139671.2   Alive       <NA>     75 - 79 2010 - 2014
#> 139703.1   Alive       <NA>     65 - 69 1995 - 1999
#> 139703.2   Alive       <NA>     65 - 69 1995 - 1999
#> 139708.1    Dead       <NA>     65 - 69 2005 - 2009
#> 139709.1   Alive       <NA>     00 - 04 1990 - 1994
#> 139709.2   Alive       <NA>     00 - 04 2000 - 2004
#> 139715.1    Dead       <NA>     75 - 79 2005 - 2009
#> 139727.1   Alive       <NA>     60 - 64 2005 - 2009
#> 139739.1   Alive       <NA>     55 - 59 2005 - 2009
#> 139745.1    Dead       <NA>     75 - 79 2000 - 2004
#> 139785.1    Dead       <NA>     80 - 84 2005 - 2009
#> 139835.1    Dead       <NA>     45 - 49 1990 - 1994
#> 139850.1    Dead       <NA>     75 - 79 2000 - 2004
#> 139870.1   Alive       <NA>     25 - 29 2015 - 2019
#> 139882.1   Alive       <NA>     45 - 49 2015 - 2019
#> 139893.1    Dead       <NA>     20 - 24 2000 - 2004
#> 139893.2    Dead       <NA>     20 - 24 2000 - 2004
#> 139898.1   Alive       <NA>     80 - 84 1990 - 1994
#> 139898.2   Alive       <NA>     80 - 84 1995 - 1999
#> 139907.1    Dead       <NA>     45 - 49 1990 - 1994
#> 139917.1   Alive       <NA>     60 - 64 2015 - 2019
#> 139943.1    Dead       <NA>     55 - 59 1995 - 1999
#> 139943.2    Dead       <NA>     55 - 59 2005 - 2009
#> 139956.1   Alive       <NA>     50 - 54 2015 - 2019
#> 139956.2   Alive       <NA>     50 - 54 2015 - 2019
#> 139960.1    Dead       <NA>     75 - 79 1990 - 1994
#> 139978.1    Dead       <NA>     30 - 34 2000 - 2004
#> 139978.2    Dead       <NA>     30 - 34 2005 - 2009
#> 139984.1    Dead       <NA>     15 - 19 1990 - 1994
#> 140005.1    Dead       <NA>     50 - 54 1995 - 1999
#> 140009.1   Alive       <NA>     65 - 69 2005 - 2009
#> 140013.1   Alive       <NA>     30 - 34 1990 - 1994
#> 140013.2   Alive       <NA>     30 - 34 2000 - 2004
#> 140087.1   Alive       <NA>     80 - 84 2015 - 2019
#> 140122.1   Alive       <NA>     60 - 64 2000 - 2004
#> 140122.2   Alive       <NA>     60 - 64 2000 - 2004
#> 140183.1   Alive       <NA>     65 - 69 1990 - 1994
#> 140183.2   Alive       <NA>     65 - 69 1990 - 1994
#> 140195.1    Dead       <NA>     40 - 44 2000 - 2004
#> 140224.1   Alive       <NA>     40 - 44 2000 - 2004
#> 140224.2   Alive       <NA>     40 - 44 2015 - 2019
#> 140227.1    Dead       <NA>     70 - 74 1995 - 1999
#> 140252.1   Alive       <NA>     30 - 34 1990 - 1994
#> 140252.2   Alive       <NA>     30 - 34 1990 - 1994
#> 140267.1   Alive       <NA>     00 - 04 1990 - 1994
#> 140267.2   Alive       <NA>     00 - 04 2000 - 2004
#> 140271.1    Dead       <NA>     50 - 54 2010 - 2014
#> 140288.1    Dead       <NA>     40 - 44 1995 - 1999
#> 140288.2    Dead       <NA>     40 - 44 2000 - 2004
#> 140326.1   Alive       <NA>     15 - 19 1995 - 1999
#> 140326.2   Alive       <NA>     15 - 19 2000 - 2004
#> 140334.1    Dead       <NA>     65 - 69 2005 - 2009
#> 140350.1    Dead       <NA>     60 - 64 1990 - 1994
#> 140350.2    Dead       <NA>     60 - 64 2000 - 2004
#> 140356.1    Dead       <NA>     60 - 64 1995 - 1999
#> 140356.2    Dead       <NA>     60 - 64 2005 - 2009
#> 140362.1   Alive       <NA>     25 - 29 2005 - 2009
#> 140362.2   Alive       <NA>     25 - 29 2015 - 2019
#> 140367.1   Alive       <NA>     70 - 74 2010 - 2014
#> 140367.2   Alive       <NA>     70 - 74 2015 - 2019
#> 140371.1   Alive       <NA>     70 - 74 1995 - 1999
#> 140371.2   Alive       <NA>     70 - 74 2000 - 2004
#> 140374.1    Dead       <NA>     40 - 44 2005 - 2009
#> 140374.2    Dead       <NA>     40 - 44 2005 - 2009
#> 140383.1   Alive       <NA>     30 - 34 1995 - 1999
#> 140383.2   Alive       <NA>     30 - 34 2005 - 2009
#> 140395.1   Alive       <NA>     65 - 69 2005 - 2009
#> 140406.1    Dead       <NA>     70 - 74 1995 - 1999
#> 140422.1    Dead       <NA>     75 - 79 1990 - 1994
#> 140428.1   Alive       <NA>     15 - 19 1990 - 1994
#> 140428.2   Alive       <NA>     15 - 19 2005 - 2009
#> 140429.1    Dead       <NA>     80 - 84 1990 - 1994
#> 140430.1    Dead       <NA>     65 - 69 1990 - 1994
#> 140437.1    Dead       <NA>     65 - 69 1995 - 1999
#> 140437.2    Dead       <NA>     65 - 69 2000 - 2004
#> 140438.1   Alive       <NA>     75 - 79 2000 - 2004
#> 140438.2   Alive       <NA>     75 - 79 2005 - 2009
#> 140439.1   Alive       <NA>     60 - 64 2000 - 2004
#> 140439.2   Alive       <NA>     60 - 64 2005 - 2009
#> 140443.1    Dead       <NA>     45 - 49 1995 - 1999
#> 140450.1   Alive       <NA>     70 - 74 1990 - 1994
#> 140450.2   Alive       <NA>     70 - 74 2005 - 2009
#> 140459.1   Alive       <NA>     55 - 59 2000 - 2004
#> 140459.2   Alive       <NA>     55 - 59 2015 - 2019
#> 140518.1    Dead       <NA>     25 - 29 1990 - 1994
#> 140518.2    Dead       <NA>     25 - 29 2000 - 2004
#> 140526.1   Alive       <NA>     55 - 59 2000 - 2004
#> 140526.2   Alive       <NA>     55 - 59 2005 - 2009
#> 140534.1    Dead       <NA>     60 - 64 1990 - 1994
#> 140550.1    Dead       <NA>     60 - 64 1995 - 1999
#> 140550.2    Dead       <NA>     60 - 64 2010 - 2014
#> 140558.1    Dead       <NA>     40 - 44 1995 - 1999
#> 140558.2    Dead       <NA>     40 - 44 2000 - 2004
#> 140559.1    Dead       <NA>     65 - 69 2000 - 2004
#> 140587.1    Dead       <NA>     40 - 44 2000 - 2004
#> 140624.1    Dead       <NA>     45 - 49 1995 - 1999
#> 140645.1    Dead       <NA>     60 - 64 1995 - 1999
#> 140663.1    Dead       <NA>     25 - 29 1995 - 1999
#> 140667.1   Alive       <NA>     65 - 69 2005 - 2009
#> 140667.2   Alive       <NA>     65 - 69 2015 - 2019
#> 140669.1   Alive       <NA>     00 - 04 2000 - 2004
#> 140722.1    Dead       <NA>     45 - 49 2010 - 2014
#> 140725.1    Dead       <NA>     75 - 79 2010 - 2014
#> 140725.2    Dead       <NA>     75 - 79 2010 - 2014
#> 140726.1   Alive       <NA>     50 - 54 2010 - 2014
#> 140773.1    Dead       <NA>     65 - 69 1990 - 1994
#> 140788.1    Dead       <NA>     15 - 19 2000 - 2004
#> 140790.1    Dead       <NA>     50 - 54 1990 - 1994
#> 140790.2    Dead       <NA>     50 - 54 2010 - 2014
#> 140794.1    Dead       <NA>     35 - 39 1995 - 1999
#> 140800.1   Alive       <NA>     80 - 84 2005 - 2009
#> 140800.2   Alive       <NA>     80 - 84 2010 - 2014
#> 140826.1    Dead       <NA>     80 - 84 2005 - 2009
#> 140838.1    Dead       <NA>     65 - 69 2000 - 2004
#> 140841.1    Dead       <NA>     20 - 24 2010 - 2014
#> 140847.1    Dead       <NA>     70 - 74 2000 - 2004
#> 140855.1   Alive       <NA>     40 - 44 2005 - 2009
#> 140862.1   Alive       <NA>     75 - 79 2010 - 2014
#> 140887.1    Dead       <NA>     60 - 64 2000 - 2004
#> 140889.1   Alive       <NA>     30 - 34 2010 - 2014
#> 140903.1    Dead       <NA>     10 - 14 1990 - 1994
#> 140903.2    Dead       <NA>     10 - 14 2000 - 2004
#> 140905.1    Dead       <NA>     20 - 24 1990 - 1994
#> 140905.2    Dead       <NA>     20 - 24 2000 - 2004
#> 140920.1    Dead       <NA>     75 - 79 1990 - 1994
#> 140920.2    Dead       <NA>     75 - 79 1995 - 1999
#> 140923.1   Alive       <NA>     10 - 14 2000 - 2004
#> 140923.2   Alive       <NA>     10 - 14 2005 - 2009
#> 140925.1    Dead       <NA>     55 - 59 1990 - 1994
#> 140925.2    Dead       <NA>     55 - 59 2005 - 2009
#> 140942.1    Dead       <NA>     50 - 54 2010 - 2014
#> 140951.1   Alive       <NA>     35 - 39 2010 - 2014
#> 140966.1   Alive       <NA>     40 - 44 1990 - 1994
#> 140966.2   Alive       <NA>     40 - 44 2005 - 2009
#> 140968.1   Alive       <NA>     70 - 74 2015 - 2019
#> 140981.1    Dead       <NA>     00 - 04 2010 - 2014
#> 140991.1   Alive       <NA>     35 - 39 1995 - 1999
#> 140991.2   Alive       <NA>     35 - 39 2005 - 2009
#> 140995.1   Alive       <NA>     70 - 74 2010 - 2014
#> 141005.1    Dead       <NA>     65 - 69 1995 - 1999
#> 141015.1    Dead       <NA>     65 - 69 2010 - 2014
#> 141035.1   Alive       <NA>     50 - 54 1990 - 1994
#> 141035.2   Alive       <NA>     50 - 54 2000 - 2004
#> 141039.1    Dead       <NA>     15 - 19 1990 - 1994
#> 141058.1   Alive       <NA>     65 - 69 2015 - 2019
#> 141064.1    Dead       <NA>     60 - 64 1995 - 1999
#> 141064.2    Dead       <NA>     60 - 64 2000 - 2004
#> 141066.1    Dead       <NA>     50 - 54 1990 - 1994
#> 141066.2    Dead       <NA>     50 - 54 1995 - 1999
#> 141078.1   Alive       <NA>     05 - 09 2000 - 2004
#> 141078.2   Alive       <NA>     05 - 09 2015 - 2019
#> 141080.1    Dead       <NA>     60 - 64 2005 - 2009
#> 141080.2    Dead       <NA>     60 - 64 2010 - 2014
#> 141092.1   Alive       <NA>     10 - 14 1990 - 1994
#> 141092.2   Alive       <NA>     10 - 14 2015 - 2019
#> 141096.1    Dead       <NA>     50 - 54 1995 - 1999
#> 141096.2    Dead       <NA>     50 - 54 1995 - 1999
#> 141117.1   Alive       <NA>     55 - 59 2010 - 2014
#> 141140.1   Alive       <NA>     60 - 64 2015 - 2019
#> 141146.1   Alive       <NA>     70 - 74 2005 - 2009
#> 141146.2   Alive       <NA>     70 - 74 2005 - 2009
#> 141169.1    Dead       <NA>     20 - 24 1995 - 1999
#> 141173.1    Dead       <NA>     75 - 79 2000 - 2004
#> 141202.1   Alive       <NA>     75 - 79 2000 - 2004
#> 141202.2   Alive       <NA>     75 - 79 2010 - 2014
#> 141212.1   Alive       <NA>     45 - 49 2000 - 2004
#> 141241.1    Dead       <NA>     60 - 64 2000 - 2004
#> 141241.2    Dead       <NA>     60 - 64 2010 - 2014
#> 141249.1    Dead       <NA>     60 - 64 1995 - 1999
#> 141249.2    Dead       <NA>     60 - 64 1995 - 1999
#> 141251.1    Dead       <NA>     60 - 64 2015 - 2019
#> 141257.1   Alive       <NA>     35 - 39 1995 - 1999
#> 141257.2   Alive       <NA>     35 - 39 2005 - 2009
#> 141261.1    Dead       <NA>     25 - 29 1990 - 1994
#> 141261.2    Dead       <NA>     25 - 29 1995 - 1999
#> 141269.1   Alive       <NA>     75 - 79 2010 - 2014
#> 141291.1   Alive       <NA>     25 - 29 2015 - 2019
#> 141297.1    Dead       <NA>     50 - 54 2005 - 2009
#> 141297.2    Dead       <NA>     50 - 54 2010 - 2014
#> 141302.1    Dead       <NA>     70 - 74 1995 - 1999
#> 141302.2    Dead       <NA>     70 - 74 1995 - 1999
#> 141311.1   Alive       <NA>     45 - 49 1990 - 1994
#> 141311.2   Alive       <NA>     45 - 49 2000 - 2004
#> 141315.1   Alive       <NA>     55 - 59 1995 - 1999
#> 141315.2   Alive       <NA>     55 - 59 2010 - 2014
#> 141319.1    Dead       <NA>     20 - 24 2005 - 2009
#> 141358.1   Alive       <NA>     75 - 79 2000 - 2004
#> 141362.1   Alive       <NA>     50 - 54 1995 - 1999
#> 141362.2   Alive       <NA>     50 - 54 1995 - 1999
#> 141371.1    Dead       <NA>     45 - 49 1995 - 1999
#> 141415.1   Alive       <NA>     45 - 49 1995 - 1999
#> 141415.2   Alive       <NA>     45 - 49 2015 - 2019
#> 141467.1   Alive       <NA>     60 - 64 2015 - 2019
#> 141469.1    Dead       <NA>     05 - 09 1995 - 1999
#> 141469.2    Dead       <NA>     05 - 09 2005 - 2009
#> 141481.1   Alive       <NA>     40 - 44 2005 - 2009
#> 141481.2   Alive       <NA>     40 - 44 2015 - 2019
#> 141484.1    Dead       <NA>     60 - 64 2005 - 2009
#> 141499.1    Dead       <NA>     50 - 54 1995 - 1999
#> 141503.1   Alive       <NA>     55 - 59 2010 - 2014
#> 141512.1    Dead       <NA>     80 - 84 2000 - 2004
#> 141512.2    Dead       <NA>     80 - 84 2005 - 2009
#> 141514.1   Alive       <NA>     65 - 69 2000 - 2004
#> 141514.2   Alive       <NA>     65 - 69 2005 - 2009
#> 141520.1   Alive       <NA>     60 - 64 2010 - 2014
#> 141529.1   Alive       <NA>     65 - 69 2010 - 2014
#> 141532.1    Dead       <NA>     55 - 59 2000 - 2004
#> 141544.1    Dead       <NA>    85 - 120 2000 - 2004
#> 141544.2    Dead       <NA>    85 - 120 2000 - 2004
#> 141547.1    Dead       <NA>     35 - 39 1995 - 1999
#> 141549.1   Alive       <NA>     30 - 34 2000 - 2004
#> 141549.2   Alive       <NA>     30 - 34 2015 - 2019
#> 141558.1    Dead       <NA>     55 - 59 1990 - 1994
#> 141562.1   Alive       <NA>     55 - 59 2005 - 2009
#> 141562.2   Alive       <NA>     55 - 59 2005 - 2009
#> 141565.1   Alive       <NA>     45 - 49 1990 - 1994
#> 141565.2   Alive       <NA>     45 - 49 2005 - 2009
#> 141583.1    Dead       <NA>     40 - 44 1990 - 1994
#> 141590.1    Dead       <NA>     45 - 49 1995 - 1999
#> 141618.1   Alive       <NA>     50 - 54 2015 - 2019
#> 141625.1   Alive       <NA>     20 - 24 1995 - 1999
#> 141625.2   Alive       <NA>     20 - 24 2005 - 2009
#> 141656.1   Alive       <NA>     75 - 79 1990 - 1994
#> 141656.2   Alive       <NA>     75 - 79 1990 - 1994
#> 141658.1    Dead       <NA>     75 - 79 1990 - 1994
#> 141692.1    Dead 1998-08-15     60 - 64 1995 - 1999
#> 141713.1   Alive       <NA>     55 - 59 1995 - 1999
#> 141728.1   Alive       <NA>     45 - 49 2000 - 2004
#> 141728.2   Alive       <NA>     45 - 49 2000 - 2004
#> 141764.1   Alive       <NA>     55 - 59 2010 - 2014
#> 141764.2   Alive       <NA>     55 - 59 2015 - 2019
#> 141792.1    Dead       <NA>     40 - 44 2005 - 2009
#> 141805.1   Alive       <NA>     70 - 74 1990 - 1994
#> 141805.2   Alive       <NA>     70 - 74 2010 - 2014
#> 141812.1   Alive       <NA>     75 - 79 2010 - 2014
#> 141812.2   Alive       <NA>     75 - 79 2010 - 2014
#> 141824.1   Alive       <NA>     05 - 09 2000 - 2004
#> 141824.2   Alive       <NA>     05 - 09 2010 - 2014
#> 141829.1    Dead       <NA>     65 - 69 2005 - 2009
#> 141843.1   Alive       <NA>     55 - 59 1995 - 1999
#> 141843.2   Alive       <NA>     55 - 59 2005 - 2009
#> 141845.1   Alive       <NA>     50 - 54 2000 - 2004
#> 141845.2   Alive       <NA>     50 - 54 2000 - 2004
#> 141862.1   Alive       <NA>     20 - 24 2000 - 2004
#> 141862.2   Alive       <NA>     20 - 24 2010 - 2014
#> 141873.1    Dead       <NA>     40 - 44 1995 - 1999
#> 141873.2    Dead       <NA>     40 - 44 2000 - 2004
#> 141875.1    Dead       <NA>     10 - 14 1995 - 1999
#> 141888.1    Dead       <NA>     25 - 29 1995 - 1999
#> 141900.1   Alive       <NA>     30 - 34 1995 - 1999
#> 141900.2   Alive       <NA>     30 - 34 2000 - 2004
#> 141908.1    Dead       <NA>     65 - 69 2005 - 2009
#> 141922.1   Alive       <NA>     55 - 59 2005 - 2009
#> 141922.2   Alive       <NA>     55 - 59 2015 - 2019
#> 141923.1    Dead       <NA>     35 - 39 1995 - 1999
#> 141927.1    Dead       <NA>     60 - 64 1995 - 1999
#> 141927.2    Dead       <NA>     60 - 64 2000 - 2004
#> 141928.1   Alive       <NA>     05 - 09 2015 - 2019
#> 141937.1    Dead       <NA>     65 - 69 1995 - 1999
#> 141937.2    Dead       <NA>     65 - 69 2005 - 2009
#> 141952.1   Alive       <NA>     35 - 39 1990 - 1994
#> 141952.2   Alive       <NA>     35 - 39 2005 - 2009
#> 141954.1    Dead       <NA>     10 - 14 1995 - 1999
#> 141955.1   Alive       <NA>     80 - 84 1995 - 1999
#> 141955.2   Alive       <NA>     80 - 84 2005 - 2009
#> 141990.1    Dead       <NA>     70 - 74 2000 - 2004
#> 141990.2    Dead       <NA>     70 - 74 2010 - 2014
#> 141996.1    Dead       <NA>     40 - 44 1990 - 1994
#> 141996.2    Dead       <NA>     40 - 44 2000 - 2004
#> 142011.1    Dead       <NA>     65 - 69 1995 - 1999
#> 142032.1    Dead       <NA>     20 - 24 2005 - 2009
#> 142032.2    Dead       <NA>     20 - 24 2010 - 2014
#> 142051.1    Dead       <NA>     50 - 54 2015 - 2019
#> 142062.1   Alive       <NA>    85 - 120 2015 - 2019
#> 142081.1   Alive       <NA>     35 - 39 2015 - 2019
#> 142083.1    Dead       <NA>     10 - 14 1990 - 1994
#> 142083.2    Dead       <NA>     10 - 14 2000 - 2004
#> 142093.1   Alive       <NA>     60 - 64 1995 - 1999
#> 142093.2   Alive       <NA>     60 - 64 2005 - 2009
#> 142096.1   Alive       <NA>     45 - 49 1990 - 1994
#> 142096.2   Alive       <NA>     45 - 49 2010 - 2014
#> 142107.1   Alive       <NA>     65 - 69 2015 - 2019
#> 142110.1   Alive       <NA>     35 - 39 1990 - 1994
#> 142110.2   Alive       <NA>     35 - 39 2015 - 2019
#> 142118.1   Alive       <NA>     60 - 64 1990 - 1994
#> 142118.2   Alive       <NA>     60 - 64 2005 - 2009
#> 142132.1    Dead       <NA>     65 - 69 1990 - 1994
#> 142155.1   Alive       <NA>     50 - 54 1995 - 1999
#> 142163.1   Alive       <NA>     60 - 64 1990 - 1994
#> 142163.2   Alive       <NA>     60 - 64 2010 - 2014
#> 142209.1    Dead       <NA>     55 - 59 1990 - 1994
#> 142209.2    Dead       <NA>     55 - 59 2010 - 2014
#> 142221.1   Alive       <NA>     35 - 39 2005 - 2009
#> 142245.1    Dead       <NA>     75 - 79 1990 - 1994
#> 142245.2    Dead       <NA>     75 - 79 2000 - 2004
#> 142246.1    Dead       <NA>     60 - 64 2000 - 2004
#> 142246.2    Dead       <NA>     60 - 64 2005 - 2009
#> 142249.1   Alive       <NA>     25 - 29 2000 - 2004
#> 142249.2   Alive       <NA>     25 - 29 2010 - 2014
#> 142254.1   Alive       <NA>     45 - 49 1995 - 1999
#> 142254.2   Alive       <NA>     45 - 49 2000 - 2004
#> 142277.1    Dead       <NA>     70 - 74 2000 - 2004
#> 142289.1    Dead       <NA>     65 - 69 2000 - 2004
#> 142289.2    Dead       <NA>     65 - 69 2000 - 2004
#> 142303.1    Dead       <NA>     65 - 69 1990 - 1994
#> 142303.2    Dead       <NA>     65 - 69 2000 - 2004
#> 142307.1   Alive       <NA>     30 - 34 2000 - 2004
#> 142307.2   Alive       <NA>     30 - 34 2005 - 2009
#> 142351.1   Alive       <NA>     80 - 84 1990 - 1994
#> 142351.2   Alive       <NA>     80 - 84 2000 - 2004
#> 142373.1   Alive       <NA>     75 - 79 2010 - 2014
#> 142386.1   Alive       <NA>     65 - 69 1990 - 1994
#> 142386.2   Alive       <NA>     65 - 69 2000 - 2004
#> 142395.1   Alive       <NA>    85 - 120 1995 - 1999
#> 142395.2   Alive       <NA>    85 - 120 2010 - 2014
#> 142402.1    Dead       <NA>     20 - 24 1990 - 1994
#> 142402.2    Dead       <NA>     20 - 24 2010 - 2014
#> 142405.1    Dead       <NA>     50 - 54 1995 - 1999
#> 142409.1    Dead       <NA>     25 - 29 1995 - 1999
#> 142424.1    Dead       <NA>     50 - 54 2000 - 2004
#> 142424.2    Dead       <NA>     50 - 54 2015 - 2019
#> 142426.1   Alive       <NA>     30 - 34 2010 - 2014
#> 142459.1   Alive       <NA>     65 - 69 1990 - 1994
#> 142459.2   Alive       <NA>     65 - 69 2005 - 2009
#> 142471.1   Alive       <NA>     35 - 39 1995 - 1999
#> 142473.1   Alive       <NA>     80 - 84 2000 - 2004
#> 142473.2   Alive       <NA>     80 - 84 2000 - 2004
#> 142481.1   Alive       <NA>     35 - 39 2010 - 2014
#> 142482.1   Alive       <NA>     65 - 69 1995 - 1999
#> 142482.2   Alive       <NA>     65 - 69 1995 - 1999
#> 142513.1   Alive       <NA>     60 - 64 2000 - 2004
#> 142513.2   Alive       <NA>     60 - 64 2005 - 2009
#> 142515.1   Alive       <NA>    85 - 120 2000 - 2004
#> 142533.1   Alive       <NA>     00 - 04 2000 - 2004
#> 142533.2   Alive       <NA>     00 - 04 2000 - 2004
#> 142541.1   Alive       <NA>     15 - 19 2015 - 2019
#> 142542.1   Alive       <NA>     40 - 44 2005 - 2009
#> 142544.1    Dead       <NA>     70 - 74 2000 - 2004
#> 142565.1   Alive       <NA>     65 - 69 2010 - 2014
#> 142570.1   Alive       <NA>     25 - 29 1990 - 1994
#> 142570.2   Alive       <NA>     25 - 29 2005 - 2009
#> 142595.1   Alive       <NA>     50 - 54 2015 - 2019
#> 142620.1    Dead       <NA>     70 - 74 1990 - 1994
#> 142639.1   Alive       <NA>     70 - 74 1990 - 1994
#> 142639.2   Alive       <NA>     70 - 74 2005 - 2009
#> 142644.1    Dead       <NA>     75 - 79 1990 - 1994
#> 142660.1   Alive       <NA>     75 - 79 2010 - 2014
#> 142680.1   Alive       <NA>     15 - 19 1990 - 1994
#> 142680.2   Alive       <NA>     15 - 19 2015 - 2019
#> 142708.1    Dead       <NA>     55 - 59 1990 - 1994
#> 142708.2    Dead       <NA>     55 - 59 1995 - 1999
#> 142726.1    Dead       <NA>     50 - 54 1995 - 1999
#> 142737.1   Alive       <NA>     20 - 24 2010 - 2014
#> 142762.1   Alive       <NA>     15 - 19 1990 - 1994
#> 142762.2   Alive       <NA>     15 - 19 2015 - 2019
#> 142776.1    Dead       <NA>     60 - 64 1995 - 1999
#> 142776.2    Dead       <NA>     60 - 64 2000 - 2004
#> 142791.1    Dead       <NA>     60 - 64 1990 - 1994
#> 142793.1   Alive       <NA>     80 - 84 1990 - 1994
#> 142793.2   Alive       <NA>     80 - 84 1995 - 1999
#> 142814.1   Alive       <NA>     75 - 79 1995 - 1999
#> 142847.1    Dead       <NA>     75 - 79 2000 - 2004
#> 142858.1   Alive       <NA>     65 - 69 1990 - 1994
#> 142858.2   Alive       <NA>     65 - 69 2010 - 2014
#> 142863.1   Alive       <NA>     30 - 34 2005 - 2009
#> 142863.2   Alive       <NA>     30 - 34 2005 - 2009
#> 142873.1    Dead       <NA>     35 - 39 1990 - 1994
#> 142880.1   Alive       <NA>     20 - 24 1995 - 1999
#> 142880.2   Alive       <NA>     20 - 24 2015 - 2019
#> 142940.1    Dead       <NA>     45 - 49 1995 - 1999
#> 142943.1    Dead       <NA>     60 - 64 2000 - 2004
#> 142943.2    Dead       <NA>     60 - 64 2000 - 2004
#> 142956.1   Alive       <NA>     20 - 24 2005 - 2009
#> 142956.2   Alive       <NA>     20 - 24 2005 - 2009
#> 142986.1    Dead       <NA>     80 - 84 1995 - 1999
#> 143000.1   Alive       <NA>     55 - 59 2010 - 2014
#> 143020.1   Alive       <NA>     05 - 09 1995 - 1999
#> 143020.2   Alive       <NA>     05 - 09 2000 - 2004
#> 143041.1    Dead       <NA>     60 - 64 2000 - 2004
#> 143048.1   Alive       <NA>     30 - 34 1990 - 1994
#> 143048.2   Alive       <NA>     30 - 34 2010 - 2014
#> 143067.1    Dead       <NA>     75 - 79 1990 - 1994
#> 143075.1   Alive       <NA>     50 - 54 2010 - 2014
#> 143077.1   Alive       <NA>     70 - 74 2005 - 2009
#> 143077.2   Alive       <NA>     70 - 74 2015 - 2019
#> 143082.1   Alive       <NA>     65 - 69 2015 - 2019
#> 143088.1   Alive       <NA>     40 - 44 1995 - 1999
#> 143088.2   Alive       <NA>     40 - 44 2005 - 2009
#> 143112.1   Alive       <NA>     35 - 39 2010 - 2014
#> 143114.1    Dead       <NA>     35 - 39 1995 - 1999
#> 143114.2    Dead       <NA>     35 - 39 2000 - 2004
#> 143116.1   Alive       <NA>     65 - 69 2005 - 2009
#> 143116.2   Alive       <NA>     65 - 69 2015 - 2019
#> 143130.1   Alive       <NA>     35 - 39 2010 - 2014
#> 143130.2   Alive       <NA>     35 - 39 2015 - 2019
#> 143134.1   Alive       <NA>     45 - 49 2000 - 2004
#> 143134.2   Alive       <NA>     45 - 49 2000 - 2004
#> 143141.1   Alive       <NA>     65 - 69 1995 - 1999
#> 143141.2   Alive       <NA>     65 - 69 2015 - 2019
#> 143146.1   Alive       <NA>     80 - 84 2015 - 2019
#> 143151.1   Alive       <NA>     60 - 64 2005 - 2009
#> 143175.1    Dead       <NA>     70 - 74 1995 - 1999
#> 143175.2    Dead       <NA>     70 - 74 2000 - 2004
#> 143199.1   Alive       <NA>     70 - 74 2000 - 2004
#> 143199.2   Alive       <NA>     70 - 74 2010 - 2014
#> 143201.1   Alive       <NA>     70 - 74 2010 - 2014
#> 143205.1    Dead       <NA>     30 - 34 2005 - 2009
#> 143205.2    Dead       <NA>     30 - 34 2005 - 2009
#> 143235.1    Dead       <NA>     70 - 74 2000 - 2004
#> 143235.2    Dead       <NA>     70 - 74 2005 - 2009
#> 143246.1   Alive       <NA>     05 - 09 1995 - 1999
#> 143246.2   Alive       <NA>     05 - 09 2015 - 2019
#> 143250.1    Dead       <NA>     70 - 74 1995 - 1999
#> 143250.2    Dead       <NA>     70 - 74 2000 - 2004
#> 143261.1   Alive       <NA>     50 - 54 2000 - 2004
#> 143269.1   Alive       <NA>     40 - 44 2000 - 2004
#> 143269.2   Alive       <NA>     40 - 44 2000 - 2004
#> 143275.1   Alive       <NA>     00 - 04 1995 - 1999
#> 143275.2   Alive       <NA>     00 - 04 2000 - 2004
#> 143276.1   Alive       <NA>     40 - 44 2010 - 2014
#> 143276.2   Alive       <NA>     40 - 44 2015 - 2019
#> 143282.1    Dead       <NA>     75 - 79 2000 - 2004
#> 143286.1   Alive       <NA>     35 - 39 2000 - 2004
#> 143294.1   Alive       <NA>     65 - 69 2005 - 2009
#> 143325.1    Dead       <NA>     40 - 44 2005 - 2009
#> 143325.2    Dead       <NA>     40 - 44 2005 - 2009
#> 143330.1    Dead       <NA>     50 - 54 2000 - 2004
#> 143381.1    Dead       <NA>     60 - 64 2005 - 2009
#> 143393.1    Dead       <NA>     45 - 49 1990 - 1994
#> 143433.1    Dead       <NA>     05 - 09 1990 - 1994
#> 143437.1    Dead       <NA>     75 - 79 1995 - 1999
#> 143440.1    Dead       <NA>     60 - 64 2000 - 2004
#> 143454.1   Alive       <NA>     55 - 59 2015 - 2019
#> 143454.2   Alive       <NA>     55 - 59 2015 - 2019
#> 143459.1   Alive       <NA>     65 - 69 1995 - 1999
#> 143459.2   Alive       <NA>     65 - 69 2015 - 2019
#> 143484.1   Alive       <NA>     50 - 54 2015 - 2019
#> 143485.1    Dead       <NA>     20 - 24 1995 - 1999
#> 143503.1    Dead       <NA>     65 - 69 2000 - 2004
#> 143505.1   Alive       <NA>     35 - 39 2005 - 2009
#> 143505.2   Alive       <NA>     35 - 39 2010 - 2014
#> 143522.1   Alive       <NA>     70 - 74 1995 - 1999
#> 143522.2   Alive       <NA>     70 - 74 2015 - 2019
#> 143523.1   Alive       <NA>     25 - 29 2015 - 2019
#> 143525.1   Alive       <NA>     25 - 29 2010 - 2014
#> 143556.1    Dead       <NA>     55 - 59 1995 - 1999
#> 143574.1    Dead       <NA>     25 - 29 2005 - 2009
#> 143583.1   Alive       <NA>     15 - 19 2000 - 2004
#> 143583.2   Alive       <NA>     15 - 19 2005 - 2009
#> 143596.1   Alive       <NA>     15 - 19 2000 - 2004
#> 143611.1   Alive       <NA>     50 - 54 1995 - 1999
#> 143611.2   Alive       <NA>     50 - 54 2005 - 2009
#> 143619.1    Dead       <NA>     70 - 74 2000 - 2004
#> 143629.1   Alive       <NA>     10 - 14 2010 - 2014
#> 143629.2   Alive       <NA>     10 - 14 2010 - 2014
#> 143642.1   Alive       <NA>     20 - 24 2010 - 2014
#> 143672.1   Alive       <NA>     30 - 34 2000 - 2004
#> 143672.2   Alive       <NA>     30 - 34 2010 - 2014
#> 143696.1   Alive       <NA>     30 - 34 2015 - 2019
#> 143704.1    Dead       <NA>     55 - 59 1995 - 1999
#> 143714.1   Alive       <NA>     65 - 69 2015 - 2019
#> 143721.1   Alive       <NA>     05 - 09 1995 - 1999
#> 143721.2   Alive       <NA>     05 - 09 1995 - 1999
#> 143726.1   Alive       <NA>     55 - 59 2000 - 2004
#> 143726.2   Alive       <NA>     55 - 59 2010 - 2014
#> 143760.1   Alive       <NA>     30 - 34 1995 - 1999
#> 143760.2   Alive       <NA>     30 - 34 2015 - 2019
#> 143772.1    Dead       <NA>     20 - 24 1990 - 1994
#> 143772.2    Dead       <NA>     20 - 24 1990 - 1994
#> 143806.1   Alive       <NA>     75 - 79 2000 - 2004
#> 143810.1    Dead       <NA>     60 - 64 1990 - 1994
#> 143860.1    Dead       <NA>     60 - 64 1990 - 1994
#> 143861.1    Dead       <NA>     20 - 24 2000 - 2004
#> 143873.1   Alive       <NA>     60 - 64 2000 - 2004
#> 143873.2   Alive       <NA>     60 - 64 2010 - 2014
#> 143880.1   Alive       <NA>     50 - 54 2010 - 2014
#> 143881.1    Dead       <NA>     55 - 59 1990 - 1994
#> 143889.1   Alive       <NA>     40 - 44 2010 - 2014
#> 143899.1   Alive       <NA>     70 - 74 2015 - 2019
#> 143905.1   Alive       <NA>     10 - 14 1995 - 1999
#> 143905.2   Alive       <NA>     10 - 14 2015 - 2019
#> 143910.1   Alive       <NA>     60 - 64 2000 - 2004
#> 143939.1    Dead       <NA>     35 - 39 2000 - 2004
#> 143982.1   Alive       <NA>     45 - 49 2015 - 2019
#> 143982.2   Alive       <NA>     45 - 49 2015 - 2019
#> 144005.1   Alive       <NA>     10 - 14 2000 - 2004
#> 144005.2   Alive       <NA>     10 - 14 2015 - 2019
#> 144032.1    Dead       <NA>    85 - 120 1995 - 1999
#> 144032.2    Dead       <NA>    85 - 120 1995 - 1999
#> 144047.1   Alive       <NA>     10 - 14 2010 - 2014
#> 144047.2   Alive       <NA>     10 - 14 2015 - 2019
#> 144072.1   Alive       <NA>     25 - 29 1995 - 1999
#> 144072.2   Alive       <NA>     25 - 29 2000 - 2004
#> 144075.1   Alive       <NA>     50 - 54 2005 - 2009
#> 144090.1   Alive       <NA>     10 - 14 1995 - 1999
#> 144090.2   Alive       <NA>     10 - 14 1995 - 1999
#> 144116.1    Dead       <NA>     65 - 69 1995 - 1999
#> 144155.1   Alive       <NA>     50 - 54 1990 - 1994
#> 144155.2   Alive       <NA>     50 - 54 1995 - 1999
#> 144157.1   Alive       <NA>     70 - 74 2005 - 2009
#> 144159.1   Alive       <NA>     05 - 09 2015 - 2019
#> 144159.2   Alive       <NA>     05 - 09 2015 - 2019
#> 144168.1   Alive       <NA>     50 - 54 2005 - 2009
#> 144168.2   Alive       <NA>     50 - 54 2015 - 2019
#> 144178.1   Alive       <NA>     40 - 44 2000 - 2004
#> 144187.1   Alive       <NA>     50 - 54 2015 - 2019
#> 144187.2   Alive       <NA>     50 - 54 2015 - 2019
#> 144194.1   Alive       <NA>     70 - 74 1990 - 1994
#> 144194.2   Alive       <NA>     70 - 74 2005 - 2009
#> 144224.1   Alive       <NA>    85 - 120 2005 - 2009
#> 144224.2   Alive       <NA>    85 - 120 2005 - 2009
#> 144268.1   Alive       <NA>     25 - 29 2010 - 2014
#> 144284.1    Dead       <NA>     40 - 44 1995 - 1999
#> 144284.2    Dead       <NA>     40 - 44 1995 - 1999
#> 144291.1   Alive       <NA>     55 - 59 2015 - 2019
#> 144335.1    Dead       <NA>     75 - 79 1995 - 1999
#> 144335.2    Dead       <NA>     75 - 79 2010 - 2014
#> 144336.1   Alive       <NA>     70 - 74 2015 - 2019
#> 144341.1    Dead       <NA>     60 - 64 2000 - 2004
#> 144351.1   Alive       <NA>     45 - 49 1990 - 1994
#> 144351.2   Alive       <NA>     45 - 49 2005 - 2009
#> 144363.1   Alive       <NA>     50 - 54 2015 - 2019
#> 144396.1   Alive       <NA>     75 - 79 2015 - 2019
#> 144407.1    Dead       <NA>     65 - 69 1995 - 1999
#> 144444.1   Alive       <NA>     40 - 44 2010 - 2014
#> 144457.1    Dead       <NA>     70 - 74 1995 - 1999
#> 144457.2    Dead       <NA>     70 - 74 2010 - 2014
#> 144461.1   Alive       <NA>     60 - 64 2000 - 2004
#> 144461.2   Alive       <NA>     60 - 64 2015 - 2019
#> 144477.1   Alive       <NA>     05 - 09 2015 - 2019
#> 144490.1   Alive       <NA>     60 - 64 2000 - 2004
#> 144490.2   Alive       <NA>     60 - 64 2005 - 2009
#> 144508.1   Alive       <NA>     20 - 24 2000 - 2004
#> 144508.2   Alive       <NA>     20 - 24 2010 - 2014
#> 144510.1    Dead       <NA>     05 - 09 2015 - 2019
#> 144570.1   Alive       <NA>     70 - 74 2000 - 2004
#> 144570.2   Alive       <NA>     70 - 74 2005 - 2009
#> 144574.1    Dead       <NA>     70 - 74 2000 - 2004
#> 144582.1    Dead       <NA>     20 - 24 1995 - 1999
#> 144582.2    Dead       <NA>     20 - 24 1995 - 1999
#> 144584.1    Dead       <NA>    85 - 120 1995 - 1999
#> 144584.2    Dead       <NA>    85 - 120 2000 - 2004
#> 144595.1   Alive       <NA>     75 - 79 1995 - 1999
#> 144595.2   Alive       <NA>     75 - 79 2000 - 2004
#> 144624.1   Alive       <NA>     25 - 29 2005 - 2009
#> 144626.1    Dead       <NA>     25 - 29 1990 - 1994
#> 144626.2    Dead       <NA>     25 - 29 2000 - 2004
#> 144636.1   Alive       <NA>     55 - 59 2000 - 2004
#> 144636.2   Alive       <NA>     55 - 59 2010 - 2014
#> 144641.1    Dead       <NA>     60 - 64 2005 - 2009
#> 144641.2    Dead       <NA>     60 - 64 2005 - 2009
#> 144642.1   Alive       <NA>     75 - 79 1990 - 1994
#> 144642.2   Alive       <NA>     75 - 79 2005 - 2009
#> 144705.1   Alive       <NA>     65 - 69 2010 - 2014
#> 144718.1    Dead       <NA>     50 - 54 1990 - 1994
#> 144718.2    Dead       <NA>     50 - 54 1995 - 1999
#> 144761.1   Alive       <NA>     45 - 49 1995 - 1999
#> 144761.2   Alive       <NA>     45 - 49 2005 - 2009
#> 144767.1   Alive       <NA>     35 - 39 1995 - 1999
#> 144791.1    Dead       <NA>     45 - 49 2000 - 2004
#> 144796.1    Dead       <NA>     60 - 64 1995 - 1999
#> 144796.2    Dead       <NA>     60 - 64 2015 - 2019
#> 144798.1   Alive       <NA>     75 - 79 1995 - 1999
#> 144879.1    Dead       <NA>     60 - 64 2000 - 2004
#> 144891.1   Alive       <NA>     70 - 74 2015 - 2019
#> 144917.1   Alive       <NA>     80 - 84 1990 - 1994
#> 144917.2   Alive       <NA>     80 - 84 2005 - 2009
#> 144921.1    Dead       <NA>     45 - 49 2005 - 2009
#> 144932.1   Alive       <NA>     70 - 74 2015 - 2019
#> 144948.1   Alive       <NA>     65 - 69 1995 - 1999
#> 144948.2   Alive       <NA>     65 - 69 2005 - 2009
#> 144969.1   Alive       <NA>     45 - 49 1995 - 1999
#> 144969.2   Alive       <NA>     45 - 49 2005 - 2009
#> 144976.1   Alive       <NA>     55 - 59 1995 - 1999
#> 144976.2   Alive       <NA>     55 - 59 2010 - 2014
#> 145010.1   Alive       <NA>     60 - 64 1990 - 1994
#> 145010.2   Alive       <NA>     60 - 64 2010 - 2014
#> 145011.1    Dead       <NA>    85 - 120 1990 - 1994
#> 145011.2    Dead       <NA>    85 - 120 2000 - 2004
#> 145035.1   Alive       <NA>     80 - 84 2010 - 2014
#> 145048.1   Alive       <NA>     80 - 84 1990 - 1994
#> 145048.2   Alive       <NA>     80 - 84 2000 - 2004
#> 145061.1    Dead       <NA>     45 - 49 2000 - 2004
#> 145111.1    Dead       <NA>     75 - 79 1995 - 1999
#> 145121.1   Alive       <NA>     50 - 54 1990 - 1994
#> 145121.2   Alive       <NA>     50 - 54 1995 - 1999
#> 145153.1   Alive       <NA>     40 - 44 2010 - 2014
#> 145170.1    Dead       <NA>     70 - 74 1995 - 1999
#> 145171.1    Dead       <NA>     10 - 14 2000 - 2004
#> 145184.1    Dead       <NA>     35 - 39 1995 - 1999
#> 145185.1   Alive       <NA>     70 - 74 2015 - 2019
#> 145199.1   Alive       <NA>    85 - 120 1995 - 1999
#> 145199.2   Alive       <NA>    85 - 120 2010 - 2014
#> 145214.1   Alive       <NA>     60 - 64 1990 - 1994
#> 145214.2   Alive       <NA>     60 - 64 1995 - 1999
#> 145216.1   Alive       <NA>     60 - 64 1995 - 1999
#> 145216.2   Alive       <NA>     60 - 64 2010 - 2014
#> 145221.1    Dead       <NA>     75 - 79 2010 - 2014
#> 145221.2    Dead       <NA>     75 - 79 2010 - 2014
#> 145236.1   Alive       <NA>     05 - 09 2010 - 2014
#> 145256.1    Dead       <NA>     65 - 69 2000 - 2004
#> 145257.1    Dead       <NA>     75 - 79 1990 - 1994
#> 145275.1    Dead       <NA>     75 - 79 2000 - 2004
#> 145280.1   Alive       <NA>     70 - 74 1995 - 1999
#> 145280.2   Alive       <NA>     70 - 74 2010 - 2014
#> 145285.1   Alive       <NA>     50 - 54 2010 - 2014
#> 145309.1   Alive       <NA>     40 - 44 1990 - 1994
#> 145309.2   Alive       <NA>     40 - 44 2005 - 2009
#> 145312.1   Alive       <NA>     65 - 69 1995 - 1999
#> 145312.2   Alive       <NA>     65 - 69 2015 - 2019
#> 145336.1    Dead       <NA>     25 - 29 1995 - 1999
#> 145336.2    Dead       <NA>     25 - 29 1995 - 1999
#> 145366.1   Alive       <NA>     55 - 59 2010 - 2014
#> 145378.1    Dead       <NA>     75 - 79 1995 - 1999
#> 145388.1    Dead       <NA>     40 - 44 1990 - 1994
#> 145388.2    Dead       <NA>     40 - 44 1995 - 1999
#> 145401.1    Dead       <NA>     35 - 39 2005 - 2009
#> 145412.1   Alive       <NA>     15 - 19 2000 - 2004
#> 145412.2   Alive       <NA>     15 - 19 2015 - 2019
#> 145419.1    Dead       <NA>     30 - 34 1995 - 1999
#> 145425.1    Dead       <NA>     65 - 69 1995 - 1999
#> 145464.1   Alive       <NA>     35 - 39 2010 - 2014
#> 145480.1   Alive       <NA>    85 - 120 2000 - 2004
#> 145480.2   Alive       <NA>    85 - 120 2015 - 2019
#> 145492.1    Dead       <NA>     15 - 19 2000 - 2004
#> 145500.1    Dead       <NA>     70 - 74 1990 - 1994
#> 145500.2    Dead       <NA>     70 - 74 2005 - 2009
#> 145504.1    Dead       <NA>     60 - 64 1990 - 1994
#> 145507.1   Alive       <NA>     40 - 44 2010 - 2014
#> 145542.1    Dead       <NA>     40 - 44 1995 - 1999
#> 145566.1    Dead       <NA>     05 - 09 1990 - 1994
#> 145572.1    Dead       <NA>     40 - 44 1995 - 1999
#> 145585.1   Alive       <NA>     55 - 59 2000 - 2004
#> 145585.2   Alive       <NA>     55 - 59 2015 - 2019
#> 145587.1    Dead       <NA>     30 - 34 2000 - 2004
#> 145599.1   Alive       <NA>     20 - 24 1995 - 1999
#> 145599.2   Alive       <NA>     20 - 24 2010 - 2014
#> 145610.1   Alive       <NA>     70 - 74 2010 - 2014
#> 145632.1   Alive       <NA>     35 - 39 2010 - 2014
#> 145667.1   Alive       <NA>     20 - 24 2005 - 2009
#> 145667.2   Alive       <NA>     20 - 24 2015 - 2019
#> 145674.1   Alive       <NA>     65 - 69 2015 - 2019
#> 145675.1    Dead       <NA>     55 - 59 1990 - 1994
#> 145684.1   Alive       <NA>     40 - 44 2005 - 2009
#> 145693.1    Dead       <NA>     60 - 64 2000 - 2004
#> 145701.1   Alive       <NA>     20 - 24 2010 - 2014
#> 145701.2   Alive       <NA>     20 - 24 2015 - 2019
#> 145714.1    Dead       <NA>     35 - 39 2000 - 2004
#> 145714.2    Dead       <NA>     35 - 39 2000 - 2004
#> 145717.1   Alive       <NA>     45 - 49 2005 - 2009
#> 145722.1   Alive       <NA>     20 - 24 2000 - 2004
#> 145741.1   Alive       <NA>     45 - 49 1995 - 1999
#> 145741.2   Alive       <NA>     45 - 49 2005 - 2009
#> 145742.1    Dead       <NA>     70 - 74 2000 - 2004
#> 145744.1    Dead       <NA>     25 - 29 2000 - 2004
#> 145762.1    Dead       <NA>     25 - 29 2005 - 2009
#> 145762.2    Dead       <NA>     25 - 29 2010 - 2014
#> 145766.1   Alive       <NA>     50 - 54 1990 - 1994
#> 145766.2   Alive       <NA>     50 - 54 1995 - 1999
#> 145772.1    Dead       <NA>     60 - 64 1995 - 1999
#> 145772.2    Dead       <NA>     60 - 64 1995 - 1999
#> 145793.1    Dead       <NA>     55 - 59 2000 - 2004
#> 145801.1   Alive       <NA>     65 - 69 1990 - 1994
#> 145801.2   Alive       <NA>     65 - 69 2000 - 2004
#> 145821.1    Dead       <NA>     30 - 34 1995 - 1999
#> 145821.2    Dead       <NA>     30 - 34 2000 - 2004
#> 145838.1   Alive       <NA>     20 - 24 2015 - 2019
#> 145855.1   Alive       <NA>     30 - 34 2015 - 2019
#> 145871.1    Dead       <NA>     35 - 39 1990 - 1994
#> 145889.1    Dead       <NA>    85 - 120 2000 - 2004
#> 145903.1    Dead       <NA>     60 - 64 1990 - 1994
#> 145914.1    Dead       <NA>     40 - 44 1995 - 1999
#> 145928.1   Alive       <NA>     10 - 14 1995 - 1999
#> 145928.2   Alive       <NA>     10 - 14 2015 - 2019
#> 145935.1    Dead       <NA>     10 - 14 2000 - 2004
#> 145935.2    Dead       <NA>     10 - 14 2005 - 2009
#> 145936.1   Alive       <NA>     55 - 59 2005 - 2009
#> 145936.2   Alive       <NA>     55 - 59 2015 - 2019
#> 145948.1   Alive       <NA>     50 - 54 1995 - 1999
#> 145948.2   Alive       <NA>     50 - 54 2000 - 2004
#> 145964.1   Alive       <NA>     30 - 34 2010 - 2014
#> 145981.1   Alive       <NA>     25 - 29 2000 - 2004
#> 146014.1   Alive       <NA>     60 - 64 1990 - 1994
#> 146014.2   Alive       <NA>     60 - 64 1990 - 1994
#> 146031.1   Alive       <NA>     60 - 64 2015 - 2019
#> 146036.1    Dead       <NA>     45 - 49 1990 - 1994
#> 146047.1    Dead       <NA>     55 - 59 1990 - 1994
#> 146047.2    Dead       <NA>     55 - 59 2000 - 2004
#> 146048.1    Dead       <NA>     40 - 44 2005 - 2009
#> 146048.2    Dead       <NA>     40 - 44 2005 - 2009
#> 146055.1   Alive       <NA>     55 - 59 2000 - 2004
#> 146061.1   Alive       <NA>     50 - 54 2000 - 2004
#> 146064.1    Dead       <NA>     70 - 74 1995 - 1999
#> 146065.1    Dead       <NA>     40 - 44 1990 - 1994
#> 146079.1   Alive       <NA>     60 - 64 1990 - 1994
#> 146079.2   Alive       <NA>     60 - 64 2010 - 2014
#> 146082.1   Alive       <NA>     65 - 69 2010 - 2014
#> 146082.2   Alive       <NA>     65 - 69 2010 - 2014
#> 146094.1    Dead       <NA>     40 - 44 2000 - 2004
#> 146153.1   Alive       <NA>     70 - 74 2000 - 2004
#> 146153.2   Alive       <NA>     70 - 74 2010 - 2014
#> 146159.1    Dead       <NA>     75 - 79 2000 - 2004
#> 146165.1    Dead       <NA>     45 - 49 1990 - 1994
#> 146188.1    Dead       <NA>     60 - 64 1995 - 1999
#> 146196.1   Alive       <NA>     60 - 64 2005 - 2009
#> 146201.1    Dead       <NA>     60 - 64 2000 - 2004
#> 146230.1    Dead       <NA>     50 - 54 1995 - 1999
#> 146232.1   Alive       <NA>     65 - 69 2015 - 2019
#> 146256.1   Alive       <NA>     35 - 39 2005 - 2009
#> 146296.1   Alive       <NA>     15 - 19 2005 - 2009
#> 146297.1   Alive       <NA>     40 - 44 1995 - 1999
#> 146297.2   Alive       <NA>     40 - 44 2005 - 2009
#> 146311.1   Alive       <NA>     05 - 09 2010 - 2014
#> 146338.1    Dead       <NA>     65 - 69 1995 - 1999
#> 146352.1   Alive       <NA>     65 - 69 2015 - 2019
#> 146369.1    Dead       <NA>     20 - 24 2005 - 2009
#> 146376.1    Dead       <NA>     40 - 44 1995 - 1999
#> 146392.1   Alive       <NA>     60 - 64 2015 - 2019
#> 146392.2   Alive       <NA>     60 - 64 2015 - 2019
#> 146446.1   Alive       <NA>     30 - 34 2005 - 2009
#> 146447.1   Alive       <NA>    85 - 120 2000 - 2004
#> 146454.1   Alive       <NA>     65 - 69 1990 - 1994
#> 146454.2   Alive       <NA>     65 - 69 2005 - 2009
#> 146457.1    Dead 1991-08-15     45 - 49 1990 - 1994
#> 146458.1    Dead       <NA>     40 - 44 1995 - 1999
#> 146459.1   Alive       <NA>     00 - 04 2015 - 2019
#> 146463.1   Alive       <NA>     65 - 69 1990 - 1994
#> 146463.2   Alive       <NA>     65 - 69 2005 - 2009
#> 146464.1    Dead       <NA>     35 - 39 1990 - 1994
#> 146473.1    Dead       <NA>     60 - 64 1995 - 1999
#> 146492.1    Dead       <NA>     30 - 34 2005 - 2009
#> 146507.1   Alive       <NA>     15 - 19 1990 - 1994
#> 146507.2   Alive       <NA>     15 - 19 2015 - 2019
#> 146512.1   Alive       <NA>     40 - 44 2000 - 2004
#> 146512.2   Alive       <NA>     40 - 44 2005 - 2009
#> 146520.1    Dead       <NA>     40 - 44 2010 - 2014
#> 146527.1    Dead       <NA>     40 - 44 1995 - 1999
#> 146531.1   Alive       <NA>     20 - 24 2010 - 2014
#> 146531.2   Alive       <NA>     20 - 24 2015 - 2019
#> 146536.1    Dead       <NA>    85 - 120 2005 - 2009
#> 146542.1    Dead       <NA>    85 - 120 2000 - 2004
#> 146542.2    Dead       <NA>    85 - 120 2010 - 2014
#> 146565.1   Alive       <NA>     30 - 34 2015 - 2019
#> 146568.1   Alive       <NA>     75 - 79 2000 - 2004
#> 146568.2   Alive       <NA>     75 - 79 2005 - 2009
#> 146576.1    Dead       <NA>     65 - 69 1990 - 1994
#> 146576.2    Dead       <NA>     65 - 69 1990 - 1994
#> 146605.1    Dead       <NA>     60 - 64 2005 - 2009
#> 146633.1   Alive       <NA>     45 - 49 2010 - 2014
#> 146634.1    Dead       <NA>     75 - 79 1990 - 1994
#> 146634.2    Dead       <NA>     75 - 79 1995 - 1999
#> 146657.1    Dead       <NA>     65 - 69 2005 - 2009
#> 146674.1   Alive       <NA>    85 - 120 2010 - 2014
#> 146674.2   Alive       <NA>    85 - 120 2015 - 2019
#> 146704.1   Alive       <NA>     65 - 69 2000 - 2004
#> 146704.2   Alive       <NA>     65 - 69 2015 - 2019
#> 146727.1    Dead       <NA>     60 - 64 2000 - 2004
#> 146730.1   Alive       <NA>     65 - 69 2000 - 2004
#> 146730.2   Alive       <NA>     65 - 69 2015 - 2019
#> 146744.1    Dead       <NA>     05 - 09 2005 - 2009
#> 146763.1    Dead       <NA>     70 - 74 1995 - 1999
#> 146763.2    Dead       <NA>     70 - 74 2000 - 2004
#> 146773.1   Alive       <NA>     50 - 54 2015 - 2019
#> 146789.1    Dead       <NA>     65 - 69 1995 - 1999
#> 146790.1    Dead       <NA>     50 - 54 1990 - 1994
#> 146800.1   Alive       <NA>     30 - 34 1995 - 1999
#> 146800.2   Alive       <NA>     30 - 34 2000 - 2004
#> 146802.1    Dead       <NA>     55 - 59 2005 - 2009
#> 146807.1   Alive       <NA>    85 - 120 1990 - 1994
#> 146807.2   Alive       <NA>    85 - 120 1990 - 1994
#> 146820.1   Alive       <NA>     70 - 74 2010 - 2014
#> 146836.1    Dead       <NA>     60 - 64 2000 - 2004
#> 146848.1    Dead       <NA>     40 - 44 2005 - 2009
#> 146875.1    Dead       <NA>     60 - 64 1995 - 1999
#> 146888.1    Dead       <NA>     55 - 59 1990 - 1994
#> 146899.1    Dead       <NA>     20 - 24 2000 - 2004
#> 146902.1   Alive       <NA>     40 - 44 2005 - 2009
#> 146902.2   Alive       <NA>     40 - 44 2015 - 2019
#> 146918.1   Alive       <NA>     60 - 64 1995 - 1999
#> 146918.2   Alive       <NA>     60 - 64 2000 - 2004
#> 146926.1   Alive       <NA>     45 - 49 2010 - 2014
#> 146946.1    Dead       <NA>     50 - 54 2000 - 2004
#> 146946.2    Dead       <NA>     50 - 54 2015 - 2019
#> 146963.1    Dead       <NA>     45 - 49 1995 - 1999
#> 146966.1   Alive       <NA>     70 - 74 2015 - 2019
#> 146978.1   Alive       <NA>     40 - 44 1995 - 1999
#> 146978.2   Alive       <NA>     40 - 44 2015 - 2019
#> 146982.1    Dead       <NA>     50 - 54 1995 - 1999
#> 147007.1   Alive       <NA>     30 - 34 1990 - 1994
#> 147007.2   Alive       <NA>     30 - 34 1995 - 1999
#> 147027.1    Dead       <NA>     25 - 29 1990 - 1994
#> 147027.2    Dead       <NA>     25 - 29 1990 - 1994
#> 147033.1    Dead       <NA>     05 - 09 1990 - 1994
#> 147044.1    Dead       <NA>     70 - 74 1990 - 1994
#> 147044.2    Dead       <NA>     70 - 74 2000 - 2004
#> 147048.1    Dead       <NA>     30 - 34 1990 - 1994
#> 147048.2    Dead       <NA>     30 - 34 2005 - 2009
#> 147058.1   Alive       <NA>     30 - 34 2010 - 2014
#> 147084.1    Dead       <NA>     15 - 19 2005 - 2009
#> 147084.2    Dead       <NA>     15 - 19 2015 - 2019
#> 147123.1    Dead       <NA>     60 - 64 2000 - 2004
#> 147136.1   Alive       <NA>     15 - 19 2000 - 2004
#> 147136.2   Alive       <NA>     15 - 19 2015 - 2019
#> 147139.1    Dead       <NA>     25 - 29 1990 - 1994
#> 147151.1   Alive       <NA>     25 - 29 2015 - 2019
#> 147155.1   Alive       <NA>     75 - 79 2010 - 2014
#> 147231.1   Alive       <NA>     65 - 69 1990 - 1994
#> 147231.2   Alive       <NA>     65 - 69 1995 - 1999
#> 147239.1    Dead       <NA>     80 - 84 1995 - 1999
#> 147245.1    Dead       <NA>     05 - 09 2005 - 2009
#> 147247.1    Dead       <NA>     50 - 54 1990 - 1994
#> 147247.2    Dead       <NA>     50 - 54 2005 - 2009
#> 147288.1   Alive       <NA>     65 - 69 2000 - 2004
#> 147296.1   Alive       <NA>     20 - 24 1995 - 1999
#> 147296.2   Alive       <NA>     20 - 24 1995 - 1999
#> 147309.1   Alive       <NA>     40 - 44 1990 - 1994
#> 147309.2   Alive       <NA>     40 - 44 2000 - 2004
#> 147316.1   Alive       <NA>     30 - 34 2000 - 2004
#> 147321.1    Dead       <NA>     65 - 69 1990 - 1994
#> 147321.2    Dead       <NA>     65 - 69 1995 - 1999
#> 147322.1    Dead       <NA>     20 - 24 2000 - 2004
#> 147355.1    Dead       <NA>     60 - 64 2000 - 2004
#> 147362.1   Alive       <NA>     60 - 64 2010 - 2014
#> 147370.1    Dead       <NA>     35 - 39 2015 - 2019
#> 147370.2    Dead       <NA>     35 - 39 2015 - 2019
#> 147379.1    Dead       <NA>     75 - 79 1995 - 1999
#> 147390.1    Dead       <NA>     30 - 34 2005 - 2009
#> 147392.1   Alive       <NA>     40 - 44 2010 - 2014
#> 147394.1    Dead       <NA>     65 - 69 1990 - 1994
#> 147394.2    Dead       <NA>     65 - 69 2000 - 2004
#> 147402.1   Alive       <NA>     80 - 84 1995 - 1999
#> 147402.2   Alive       <NA>     80 - 84 2005 - 2009
#> 147406.1   Alive       <NA>     80 - 84 2015 - 2019
#> 147444.1    Dead       <NA>     75 - 79 1990 - 1994
#> 147450.1   Alive       <NA>     70 - 74 2010 - 2014
#> 147450.2   Alive       <NA>     70 - 74 2015 - 2019
#> 147452.1   Alive       <NA>     35 - 39 2010 - 2014
#> 147456.1    Dead       <NA>     20 - 24 2000 - 2004
#> 147460.1   Alive       <NA>     70 - 74 2010 - 2014
#> 147471.1   Alive       <NA>     75 - 79 1995 - 1999
#> 147471.2   Alive       <NA>     75 - 79 1995 - 1999
#> 147481.1    Dead       <NA>     65 - 69 1990 - 1994
#> 147483.1    Dead       <NA>     50 - 54 2000 - 2004
#> 147483.2    Dead       <NA>     50 - 54 2005 - 2009
#> 147485.1   Alive       <NA>     55 - 59 1995 - 1999
#> 147488.1   Alive       <NA>     20 - 24 1995 - 1999
#> 147488.2   Alive       <NA>     20 - 24 2005 - 2009
#> 147489.1   Alive       <NA>     65 - 69 2000 - 2004
#> 147519.1    Dead       <NA>     55 - 59 1990 - 1994
#> 147519.2    Dead       <NA>     55 - 59 2000 - 2004
#> 147525.1    Dead       <NA>     55 - 59 2005 - 2009
#> 147553.1    Dead       <NA>     00 - 04 2005 - 2009
#> 147553.2    Dead       <NA>     00 - 04 2015 - 2019
#> 147573.1    Dead       <NA>     55 - 59 1990 - 1994
#> 147605.1   Alive       <NA>     35 - 39 2015 - 2019
#> 147607.1   Alive       <NA>     20 - 24 2015 - 2019
#> 147623.1   Alive       <NA>     30 - 34 2000 - 2004
#> 147623.2   Alive       <NA>     30 - 34 2015 - 2019
#> 147628.1   Alive       <NA>    85 - 120 2010 - 2014
#> 147628.2   Alive       <NA>    85 - 120 2010 - 2014
#> 147630.1    Dead       <NA>     60 - 64 2000 - 2004
#> 147630.2    Dead       <NA>     60 - 64 2000 - 2004
#> 147633.1   Alive       <NA>     80 - 84 2000 - 2004
#> 147633.2   Alive       <NA>     80 - 84 2010 - 2014
#> 147706.1    Dead       <NA>     20 - 24 1990 - 1994
#> 147708.1    Dead       <NA>     55 - 59 2000 - 2004
#> 147729.1    Dead       <NA>     25 - 29 1995 - 1999
#> 147729.2    Dead       <NA>     25 - 29 2000 - 2004
#> 147733.1   Alive       <NA>     35 - 39 2000 - 2004
#> 147733.2   Alive       <NA>     35 - 39 2005 - 2009
#> 147743.1   Alive       <NA>     55 - 59 2000 - 2004
#> 147743.2   Alive       <NA>     55 - 59 2010 - 2014
#> 147823.1    Dead       <NA>     45 - 49 2000 - 2004
#> 147824.1   Alive       <NA>    85 - 120 2010 - 2014
#> 147825.1   Alive       <NA>     70 - 74 2015 - 2019
#> 147865.1    Dead       <NA>     00 - 04 2010 - 2014
#> 147868.1    Dead       <NA>     65 - 69 2005 - 2009
#> 147873.1    Dead       <NA>     60 - 64 2005 - 2009
#> 147882.1   Alive       <NA>    85 - 120 1995 - 1999
#> 147882.2   Alive       <NA>    85 - 120 1995 - 1999
#> 147891.1    Dead       <NA>     20 - 24 1995 - 1999
#> 147905.1   Alive       <NA>     65 - 69 2015 - 2019
#> 147907.1    Dead       <NA>     35 - 39 1990 - 1994
#> 147913.1   Alive       <NA>     65 - 69 1990 - 1994
#> 147913.2   Alive       <NA>     65 - 69 1995 - 1999
#> 147916.1   Alive       <NA>     15 - 19 2005 - 2009
#> 147927.1   Alive       <NA>     65 - 69 2000 - 2004
#> 147927.2   Alive       <NA>     65 - 69 2015 - 2019
#> 147928.1    Dead       <NA>     45 - 49 1995 - 1999
#> 147931.1    Dead       <NA>     30 - 34 2000 - 2004
#> 147932.1   Alive       <NA>     50 - 54 2010 - 2014
#> 147942.1    Dead       <NA>     40 - 44 1990 - 1994
#> 147942.2    Dead       <NA>     40 - 44 2000 - 2004
#> 147943.1    Dead       <NA>     65 - 69 1990 - 1994
#> 147943.2    Dead       <NA>     65 - 69 2000 - 2004
#> 147948.1    Dead       <NA>     65 - 69 1995 - 1999
#> 147960.1    Dead       <NA>     65 - 69 1995 - 1999
#> 147973.1    Dead       <NA>     65 - 69 1995 - 1999
#> 148010.1    Dead       <NA>     70 - 74 1995 - 1999
#> 148010.2    Dead       <NA>     70 - 74 2000 - 2004
#> 148033.1   Alive       <NA>     70 - 74 2000 - 2004
#> 148033.2   Alive       <NA>     70 - 74 2010 - 2014
#> 148049.1   Alive       <NA>     65 - 69 2000 - 2004
#> 148056.1   Alive       <NA>     15 - 19 2015 - 2019
#> 148108.1    Dead       <NA>     75 - 79 1995 - 1999
#> 148114.1    Dead       <NA>     05 - 09 1995 - 1999
#> 148114.2    Dead       <NA>     05 - 09 2000 - 2004
#> 148141.1   Alive       <NA>     15 - 19 1990 - 1994
#> 148141.2   Alive       <NA>     15 - 19 2000 - 2004
#> 148147.1   Alive       <NA>     65 - 69 2000 - 2004
#> 148147.2   Alive       <NA>     65 - 69 2015 - 2019
#> 148167.1   Alive       <NA>     65 - 69 2005 - 2009
#> 148167.2   Alive       <NA>     65 - 69 2010 - 2014
#> 148188.1    Dead       <NA>     40 - 44 2015 - 2019
#> 148228.1    Dead       <NA>     20 - 24 2000 - 2004
#> 148238.1    Dead       <NA>     65 - 69 2010 - 2014
#> 148265.1   Alive       <NA>    85 - 120 2010 - 2014
#> 148265.2   Alive       <NA>    85 - 120 2015 - 2019
#> 148276.1   Alive       <NA>     30 - 34 1995 - 1999
#> 148285.1   Alive       <NA>     50 - 54 2000 - 2004
#> 148285.2   Alive       <NA>     50 - 54 2000 - 2004
#> 148310.1   Alive       <NA>     80 - 84 2000 - 2004
#> 148310.2   Alive       <NA>     80 - 84 2015 - 2019
#> 148330.1   Alive       <NA>     35 - 39 2005 - 2009
#> 148330.2   Alive       <NA>     35 - 39 2015 - 2019
#> 148338.1    Dead       <NA>     40 - 44 1990 - 1994
#> 148338.2    Dead       <NA>     40 - 44 2005 - 2009
#> 148356.1   Alive       <NA>     70 - 74 1995 - 1999
#> 148364.1   Alive       <NA>     70 - 74 2010 - 2014
#> 148369.1    Dead       <NA>     40 - 44 1995 - 1999
#> 148369.2    Dead       <NA>     40 - 44 2010 - 2014
#> 148392.1   Alive       <NA>     50 - 54 2015 - 2019
#> 148416.1    Dead       <NA>    85 - 120 1990 - 1994
#> 148416.2    Dead       <NA>    85 - 120 1995 - 1999
#> 148459.1   Alive       <NA>     50 - 54 1990 - 1994
#> 148459.2   Alive       <NA>     50 - 54 2005 - 2009
#> 148469.1   Alive       <NA>     80 - 84 2000 - 2004
#> 148469.2   Alive       <NA>     80 - 84 2010 - 2014
#> 148483.1    Dead       <NA>     20 - 24 2005 - 2009
#> 148483.2    Dead       <NA>     20 - 24 2005 - 2009
#> 148514.1   Alive       <NA>     55 - 59 2005 - 2009
#> 148540.1    Dead       <NA>     80 - 84 2000 - 2004
#> 148540.2    Dead       <NA>     80 - 84 2000 - 2004
#> 148541.1    Dead       <NA>     65 - 69 2015 - 2019
#> 148559.1    Dead       <NA>     50 - 54 2000 - 2004
#> 148574.1   Alive       <NA>     15 - 19 2000 - 2004
#> 148598.1   Alive       <NA>     50 - 54 2015 - 2019
#> 148616.1    Dead       <NA>     65 - 69 2015 - 2019
#> 148624.1    Dead       <NA>    85 - 120 2005 - 2009
#> 148624.2    Dead       <NA>    85 - 120 2005 - 2009
#> 148625.1    Dead       <NA>     20 - 24 2000 - 2004
#> 148657.1    Dead       <NA>     60 - 64 2010 - 2014
#> 148665.1    Dead       <NA>     75 - 79 1995 - 1999
#> 148666.1   Alive       <NA>     75 - 79 2015 - 2019
#> 148673.1   Alive       <NA>     80 - 84 1990 - 1994
#> 148673.2   Alive       <NA>     80 - 84 2015 - 2019
#> 148747.1   Alive       <NA>     70 - 74 2005 - 2009
#> 148783.1    Dead       <NA>     10 - 14 2000 - 2004
#> 148810.1    Dead       <NA>     35 - 39 1990 - 1994
#> 148810.2    Dead       <NA>     35 - 39 1995 - 1999
#> 148814.1    Dead       <NA>     45 - 49 2000 - 2004
#> 148818.1    Dead       <NA>     15 - 19 2000 - 2004
#> 148822.1   Alive       <NA>     30 - 34 2010 - 2014
#> 148822.2   Alive       <NA>     30 - 34 2015 - 2019
#> 148841.1   Alive       <NA>     60 - 64 2010 - 2014
#> 148846.1   Alive       <NA>     20 - 24 2015 - 2019
#> 148868.1   Alive       <NA>     45 - 49 2015 - 2019
#> 148875.1   Alive       <NA>     75 - 79 2010 - 2014
#> 148875.2   Alive       <NA>     75 - 79 2010 - 2014
#> 148880.1    Dead       <NA>     70 - 74 2005 - 2009
#> 148882.1    Dead       <NA>     80 - 84 1990 - 1994
#> 148882.2    Dead       <NA>     80 - 84 1995 - 1999
#> 148892.1   Alive       <NA>     60 - 64 2015 - 2019
#> 148914.1   Alive       <NA>     65 - 69 1995 - 1999
#> 148914.2   Alive       <NA>     65 - 69 2010 - 2014
#> 148924.1   Alive       <NA>     40 - 44 2000 - 2004
#> 148924.2   Alive       <NA>     40 - 44 2000 - 2004
#> 148949.1    Dead       <NA>     25 - 29 2010 - 2014
#> 148990.1   Alive       <NA>     35 - 39 1995 - 1999
#> 148990.2   Alive       <NA>     35 - 39 2000 - 2004
#> 148993.1    Dead       <NA>     60 - 64 1995 - 1999
#> 148993.2    Dead       <NA>     60 - 64 2000 - 2004
#> 149009.1   Alive       <NA>     30 - 34 2005 - 2009
#> 149029.1   Alive       <NA>     50 - 54 2005 - 2009
#> 149029.2   Alive       <NA>     50 - 54 2005 - 2009
#> 149031.1   Alive       <NA>     20 - 24 2005 - 2009
#> 149058.1    Dead       <NA>     65 - 69 2010 - 2014
#> 149065.1   Alive       <NA>     10 - 14 2005 - 2009
#> 149065.2   Alive       <NA>     10 - 14 2015 - 2019
#> 149081.1   Alive       <NA>     45 - 49 1990 - 1994
#> 149081.2   Alive       <NA>     45 - 49 1995 - 1999
#> 149089.1    Dead       <NA>     25 - 29 2005 - 2009
#> 149125.1   Alive       <NA>     50 - 54 2000 - 2004
#> 149125.2   Alive       <NA>     50 - 54 2005 - 2009
#> 149137.1    Dead       <NA>     40 - 44 2000 - 2004
#> 149138.1   Alive       <NA>     50 - 54 1995 - 1999
#> 149138.2   Alive       <NA>     50 - 54 2000 - 2004
#> 149146.1    Dead       <NA>     10 - 14 2005 - 2009
#> 149160.1    Dead       <NA>     50 - 54 1995 - 1999
#> 149160.2    Dead       <NA>     50 - 54 2010 - 2014
#> 149162.1   Alive       <NA>     35 - 39 2005 - 2009
#> 149162.2   Alive       <NA>     35 - 39 2010 - 2014
#> 149164.1   Alive       <NA>     40 - 44 2010 - 2014
#> 149181.1    Dead       <NA>     65 - 69 1990 - 1994
#> 149191.1   Alive       <NA>     45 - 49 2010 - 2014
#> 149191.2   Alive       <NA>     45 - 49 2015 - 2019
#> 149195.1    Dead       <NA>     25 - 29 1995 - 1999
#> 149196.1    Dead       <NA>     65 - 69 1990 - 1994
#> 149196.2    Dead       <NA>     65 - 69 2005 - 2009
#> 149198.1   Alive       <NA>     50 - 54 2015 - 2019
#> 149209.1   Alive       <NA>     70 - 74 2005 - 2009
#> 149229.1    Dead       <NA>     65 - 69 1995 - 1999
#> 149253.1    Dead       <NA>     60 - 64 2000 - 2004
#> 149269.1    Dead       <NA>     25 - 29 1990 - 1994
#> 149291.1    Dead       <NA>     30 - 34 2005 - 2009
#> 149329.1   Alive       <NA>     30 - 34 2000 - 2004
#> 149329.2   Alive       <NA>     30 - 34 2010 - 2014
#> 149346.1    Dead       <NA>     55 - 59 2010 - 2014
#> 149348.1   Alive       <NA>     80 - 84 2000 - 2004
#> 149348.2   Alive       <NA>     80 - 84 2015 - 2019
#> 149358.1   Alive       <NA>     50 - 54 2000 - 2004
#> 149365.1   Alive       <NA>     35 - 39 2005 - 2009
#> 149371.1    Dead       <NA>     65 - 69 2005 - 2009
#> 149371.2    Dead       <NA>     65 - 69 2005 - 2009
#> 149383.1   Alive       <NA>     30 - 34 2000 - 2004
#> 149384.1    Dead       <NA>     30 - 34 1995 - 1999
#> 149384.2    Dead       <NA>     30 - 34 2000 - 2004
#> 149387.1   Alive       <NA>     45 - 49 2015 - 2019
#> 149397.1    Dead       <NA>     65 - 69 1995 - 1999
#> 149407.1    Dead       <NA>     70 - 74 1990 - 1994
#> 149408.1   Alive       <NA>     30 - 34 1990 - 1994
#> 149408.2   Alive       <NA>     30 - 34 2000 - 2004
#> 149419.1    Dead       <NA>     60 - 64 1995 - 1999
#> 149420.1   Alive       <NA>     80 - 84 1995 - 1999
#> 149420.2   Alive       <NA>     80 - 84 2015 - 2019
#> 149424.1   Alive       <NA>     60 - 64 2005 - 2009
#> 149424.2   Alive       <NA>     60 - 64 2005 - 2009
#> 149458.1   Alive       <NA>     55 - 59 2000 - 2004
#> 149458.2   Alive       <NA>     55 - 59 2010 - 2014
#> 149461.1    Dead       <NA>     65 - 69 1995 - 1999
#> 149461.2    Dead       <NA>     65 - 69 1995 - 1999
#> 149471.1   Alive       <NA>     60 - 64 1990 - 1994
#> 149471.2   Alive       <NA>     60 - 64 1990 - 1994
#> 149519.1   Alive       <NA>     20 - 24 1995 - 1999
#> 149519.2   Alive       <NA>     20 - 24 2005 - 2009
#> 149538.1    Dead       <NA>     45 - 49 2000 - 2004
#> 149539.1    Dead       <NA>     10 - 14 1990 - 1994
#> 149539.2    Dead       <NA>     10 - 14 1995 - 1999
#> 149548.1    Dead       <NA>     70 - 74 1995 - 1999
#> 149554.1   Alive       <NA>     40 - 44 2010 - 2014
#> 149554.2   Alive       <NA>     40 - 44 2015 - 2019
#> 149561.1   Alive       <NA>     45 - 49 2000 - 2004
#> 149561.2   Alive       <NA>     45 - 49 2015 - 2019
#> 149568.1   Alive       <NA>    85 - 120 2000 - 2004
#> 149568.2   Alive       <NA>    85 - 120 2000 - 2004
#> 149578.1    Dead       <NA>     65 - 69 1990 - 1994
#> 149580.1   Alive       <NA>     70 - 74 2015 - 2019
#> 149584.1    Dead       <NA>     10 - 14 1995 - 1999
#> 149584.2    Dead       <NA>     10 - 14 1995 - 1999
#> 149588.1   Alive       <NA>     55 - 59 1995 - 1999
#> 149588.2   Alive       <NA>     55 - 59 2005 - 2009
#> 149599.1   Alive       <NA>     50 - 54 1990 - 1994
#> 149599.2   Alive       <NA>     50 - 54 2010 - 2014
#> 149603.1    Dead       <NA>     40 - 44 2000 - 2004
#> 149619.1   Alive       <NA>     80 - 84 1990 - 1994
#> 149619.2   Alive       <NA>     80 - 84 2000 - 2004
#> 149620.1    Dead       <NA>     45 - 49 1990 - 1994
#> 149620.2    Dead       <NA>     45 - 49 2005 - 2009
#> 149622.1   Alive       <NA>     65 - 69 2015 - 2019
#> 149647.1    Dead       <NA>     50 - 54 2000 - 2004
#> 149672.1    Dead       <NA>     25 - 29 1995 - 1999
#> 149697.1    Dead       <NA>     35 - 39 1995 - 1999
#> 149713.1    Dead       <NA>     75 - 79 1990 - 1994
#> 149748.1    Dead       <NA>    85 - 120 2005 - 2009
#> 149752.1    Dead       <NA>     05 - 09 2000 - 2004
#> 149757.1    Dead       <NA>     35 - 39 2000 - 2004
#> 149777.1   Alive       <NA>     55 - 59 2015 - 2019
#> 149800.1    Dead       <NA>     70 - 74 2005 - 2009
#> 149815.1   Alive       <NA>     20 - 24 2000 - 2004
#> 149815.2   Alive       <NA>     20 - 24 2010 - 2014
#> 149816.1   Alive       <NA>     60 - 64 2010 - 2014
#> 149816.2   Alive       <NA>     60 - 64 2010 - 2014
#> 149827.1   Alive       <NA>     15 - 19 1990 - 1994
#> 149827.2   Alive       <NA>     15 - 19 2000 - 2004
#> 149849.1   Alive       <NA>     45 - 49 2015 - 2019
#> 149854.1    Dead       <NA>     70 - 74 2000 - 2004
#> 149861.1    Dead       <NA>    85 - 120 1990 - 1994
#> 149888.1    Dead       <NA>     60 - 64 1990 - 1994
#> 149888.2    Dead       <NA>     60 - 64 2005 - 2009
#> 149921.1   Alive       <NA>     70 - 74 2015 - 2019
#> 149928.1    Dead       <NA>     20 - 24 1995 - 1999
#> 149934.1    Dead       <NA>     20 - 24 1995 - 1999
#> 149951.1    Dead       <NA>     40 - 44 1990 - 1994
#> 149958.1   Alive       <NA>     50 - 54 2005 - 2009
#> 149958.2   Alive       <NA>     50 - 54 2010 - 2014
#> 149961.1    Dead       <NA>     70 - 74 1990 - 1994
#> 149964.1    Dead       <NA>     70 - 74 1995 - 1999
#> 149964.2    Dead       <NA>     70 - 74 1995 - 1999
#> 149966.1   Alive       <NA>     10 - 14 2010 - 2014
#> 149983.1    Dead       <NA>     55 - 59 2010 - 2014
#> 150030.1    Dead       <NA>     55 - 59 1995 - 1999
#> 150030.2    Dead       <NA>     55 - 59 2010 - 2014
#> 150036.1    Dead       <NA>     80 - 84 1995 - 1999
#> 150038.1    Dead       <NA>     60 - 64 1990 - 1994
#> 150044.1   Alive       <NA>     50 - 54 1990 - 1994
#> 150044.2   Alive       <NA>     50 - 54 2000 - 2004
#> 150063.1    Dead       <NA>    85 - 120 1995 - 1999
#> 150066.1   Alive       <NA>     30 - 34 2015 - 2019
#> 150078.1   Alive       <NA>     00 - 04 2015 - 2019
#> 150122.1    Dead       <NA>     65 - 69 2015 - 2019
#> 150139.1   Alive       <NA>     35 - 39 2005 - 2009
#> 150139.2   Alive       <NA>     35 - 39 2015 - 2019
#> 150140.1   Alive       <NA>     65 - 69 1990 - 1994
#> 150140.2   Alive       <NA>     65 - 69 1995 - 1999
#> 150146.1   Alive       <NA>     65 - 69 1995 - 1999
#> 150146.2   Alive       <NA>     65 - 69 2015 - 2019
#> 150156.1    Dead       <NA>     55 - 59 1995 - 1999
#> 150165.1    Dead       <NA>     50 - 54 1990 - 1994
#> 150178.1   Alive       <NA>     65 - 69 1995 - 1999
#> 150178.2   Alive       <NA>     65 - 69 2015 - 2019
#> 150226.1    Dead       <NA>     70 - 74 1995 - 1999
#> 150226.2    Dead       <NA>     70 - 74 2000 - 2004
#> 150236.1    Dead       <NA>     40 - 44 2000 - 2004
#> 150245.1    Dead       <NA>     65 - 69 2005 - 2009
#> 150245.2    Dead       <NA>     65 - 69 2005 - 2009
#> 150286.1    Dead       <NA>    85 - 120 2000 - 2004
#> 150286.2    Dead       <NA>    85 - 120 2005 - 2009
#> 150297.1   Alive       <NA>     30 - 34 2010 - 2014
#> 150301.1   Alive       <NA>     20 - 24 1995 - 1999
#> 150307.1    Dead       <NA>     45 - 49 1990 - 1994
#> 150307.2    Dead       <NA>     45 - 49 1990 - 1994
#> 150316.1   Alive       <NA>     80 - 84 2010 - 2014
#> 150402.1   Alive       <NA>     70 - 74 1990 - 1994
#> 150402.2   Alive       <NA>     70 - 74 2005 - 2009
#> 150413.1   Alive       <NA>     75 - 79 1990 - 1994
#> 150413.2   Alive       <NA>     75 - 79 2015 - 2019
#> 150439.1   Alive       <NA>     45 - 49 2015 - 2019
#> 150443.1   Alive       <NA>     45 - 49 1995 - 1999
#> 150443.2   Alive       <NA>     45 - 49 2000 - 2004
#> 150453.1    Dead       <NA>     30 - 34 1995 - 1999
#> 150472.1   Alive       <NA>     75 - 79 2000 - 2004
#> 150472.2   Alive       <NA>     75 - 79 2010 - 2014
#> 150478.1    Dead       <NA>     10 - 14 2000 - 2004
#> 150479.1    Dead       <NA>     50 - 54 2000 - 2004
#> 150482.1    Dead       <NA>     35 - 39 2010 - 2014
#> 150483.1    Dead       <NA>     55 - 59 1990 - 1994
#> 150483.2    Dead       <NA>     55 - 59 1995 - 1999
#> 150484.1   Alive       <NA>     60 - 64 2000 - 2004
#> 150485.1   Alive       <NA>    85 - 120 2015 - 2019
#> 150519.1    Dead       <NA>     40 - 44 1990 - 1994
#> 150544.1   Alive       <NA>     35 - 39 2005 - 2009
#> 150544.2   Alive       <NA>     35 - 39 2010 - 2014
#> 150547.1    Dead       <NA>     60 - 64 1990 - 1994
#> 150547.2    Dead       <NA>     60 - 64 2005 - 2009
#> 150561.1    Dead       <NA>     50 - 54 1995 - 1999
#> 150561.2    Dead       <NA>     50 - 54 2000 - 2004
#> 150567.1   Alive       <NA>     45 - 49 2015 - 2019
#> 150592.1   Alive       <NA>     20 - 24 2010 - 2014
#> 150602.1    Dead       <NA>     45 - 49 1995 - 1999
#> 150608.1    Dead       <NA>     80 - 84 1995 - 1999
#> 150608.2    Dead       <NA>     80 - 84 1995 - 1999
#> 150611.1   Alive       <NA>     55 - 59 2000 - 2004
#> 150611.2   Alive       <NA>     55 - 59 2015 - 2019
#> 150616.1    Dead       <NA>     65 - 69 2005 - 2009
#> 150617.1   Alive       <NA>    85 - 120 2000 - 2004
#> 150617.2   Alive       <NA>    85 - 120 2010 - 2014
#> 150621.1    Dead       <NA>     65 - 69 2000 - 2004
#> 150621.2    Dead       <NA>     65 - 69 2005 - 2009
#> 150630.1    Dead       <NA>     65 - 69 2010 - 2014
#> 150646.1   Alive       <NA>     55 - 59 1995 - 1999
#> 150649.1    Dead       <NA>     45 - 49 1990 - 1994
#> 150649.2    Dead       <NA>     45 - 49 1990 - 1994
#> 150658.1    Dead       <NA>    85 - 120 2000 - 2004
#> 150658.2    Dead       <NA>    85 - 120 2010 - 2014
#> 150701.1    Dead       <NA>     65 - 69 2005 - 2009
#> 150707.1    Dead       <NA>     80 - 84 1990 - 1994
#> 150777.1    Dead       <NA>     70 - 74 2005 - 2009
#> 150779.1   Alive       <NA>     50 - 54 1995 - 1999
#> 150779.2   Alive       <NA>     50 - 54 2005 - 2009
#> 150782.1   Alive       <NA>     35 - 39 2010 - 2014
#> 150783.1    Dead       <NA>     60 - 64 1995 - 1999
#> 150801.1    Dead       <NA>     35 - 39 1990 - 1994
#> 150801.2    Dead       <NA>     35 - 39 2010 - 2014
#> 150802.1    Dead       <NA>     00 - 04 1990 - 1994
#> 150834.1    Dead       <NA>     35 - 39 2000 - 2004
#> 150856.1    Dead       <NA>     65 - 69 1995 - 1999
#> 150856.2    Dead       <NA>     65 - 69 2005 - 2009
#> 150864.1   Alive       <NA>     60 - 64 2000 - 2004
#> 150864.2   Alive       <NA>     60 - 64 2005 - 2009
#> 150865.1   Alive       <NA>     75 - 79 2005 - 2009
#> 150890.1    Dead       <NA>     40 - 44 1990 - 1994
#> 150890.2    Dead       <NA>     40 - 44 2000 - 2004
#> 150902.1   Alive       <NA>     35 - 39 1990 - 1994
#> 150902.2   Alive       <NA>     35 - 39 2015 - 2019
#> 150912.1   Alive       <NA>     70 - 74 1995 - 1999
#> 150912.2   Alive       <NA>     70 - 74 1995 - 1999
#> 150918.1   Alive       <NA>     00 - 04 2000 - 2004
#> 150918.2   Alive       <NA>     00 - 04 2005 - 2009
#> 150929.1   Alive       <NA>     60 - 64 2015 - 2019
#> 150929.2   Alive       <NA>     60 - 64 2015 - 2019
#> 150931.1   Alive       <NA>     65 - 69 2005 - 2009
#> 150931.2   Alive       <NA>     65 - 69 2015 - 2019
#> 150934.1    Dead       <NA>     35 - 39 2005 - 2009
#> 150940.1    Dead       <NA>     55 - 59 1990 - 1994
#> 150944.1   Alive       <NA>     45 - 49 2015 - 2019
#> 150945.1    Dead       <NA>     30 - 34 1995 - 1999
#> 150945.2    Dead       <NA>     30 - 34 2000 - 2004
#> 150946.1   Alive       <NA>     65 - 69 2010 - 2014
#> 150946.2   Alive       <NA>     65 - 69 2015 - 2019
#> 150952.1    Dead       <NA>     30 - 34 1990 - 1994
#> 150962.1   Alive       <NA>     65 - 69 1995 - 1999
#> 150962.2   Alive       <NA>     65 - 69 2005 - 2009
#> 150964.1    Dead       <NA>     60 - 64 2000 - 2004
#> 150964.2    Dead       <NA>     60 - 64 2005 - 2009
#> 150966.1    Dead       <NA>     80 - 84 1995 - 1999
#> 150966.2    Dead       <NA>     80 - 84 2010 - 2014
#> 150984.1   Alive       <NA>     55 - 59 2005 - 2009
#> 150986.1   Alive       <NA>     40 - 44 2005 - 2009
#> 150986.2   Alive       <NA>     40 - 44 2015 - 2019
#> 150989.1   Alive       <NA>     20 - 24 1995 - 1999
#> 150989.2   Alive       <NA>     20 - 24 2000 - 2004
#> 151009.1    Dead       <NA>     80 - 84 1990 - 1994
#> 151016.1    Dead       <NA>     50 - 54 1990 - 1994
#> 151022.1    Dead       <NA>     65 - 69 1995 - 1999
#> 151022.2    Dead       <NA>     65 - 69 2000 - 2004
#> 151042.1   Alive       <NA>     05 - 09 2000 - 2004
#> 151042.2   Alive       <NA>     05 - 09 2015 - 2019
#> 151058.1   Alive       <NA>     70 - 74 2015 - 2019
#> 151091.1    Dead       <NA>     75 - 79 2015 - 2019
#> 151092.1   Alive       <NA>     65 - 69 2005 - 2009
#> 151092.2   Alive       <NA>     65 - 69 2005 - 2009
#> 151098.1    Dead       <NA>     40 - 44 2000 - 2004
#> 151111.1    Dead       <NA>     60 - 64 1995 - 1999
#> 151137.1    Dead       <NA>     10 - 14 1995 - 1999
#> 151174.1   Alive       <NA>     25 - 29 2010 - 2014
#> 151174.2   Alive       <NA>     25 - 29 2015 - 2019
#> 151183.1    Dead       <NA>    85 - 120 1995 - 1999
#> 151183.2    Dead       <NA>    85 - 120 2010 - 2014
#> 151230.1    Dead       <NA>     65 - 69 1990 - 1994
#> 151231.1    Dead       <NA>     45 - 49 2015 - 2019
#> 151239.1   Alive       <NA>     25 - 29 2010 - 2014
#> 151265.1    Dead       <NA>     80 - 84 2000 - 2004
#> 151273.1   Alive       <NA>     30 - 34 2015 - 2019
#> 151274.1   Alive       <NA>     40 - 44 2005 - 2009
#> 151293.1   Alive       <NA>     45 - 49 2010 - 2014
#> 151309.1    Dead       <NA>     25 - 29 2005 - 2009
#> 151309.2    Dead       <NA>     25 - 29 2010 - 2014
#> 151327.1    Dead       <NA>     20 - 24 2000 - 2004
#> 151336.1   Alive       <NA>     65 - 69 2005 - 2009
#> 151336.2   Alive       <NA>     65 - 69 2010 - 2014
#> 151346.1   Alive       <NA>     35 - 39 1990 - 1994
#> 151346.2   Alive       <NA>     35 - 39 2010 - 2014
#> 151347.1   Alive       <NA>     45 - 49 1995 - 1999
#> 151347.2   Alive       <NA>     45 - 49 2000 - 2004
#> 151391.1    Dead       <NA>    85 - 120 2000 - 2004
#> 151391.2    Dead       <NA>    85 - 120 2000 - 2004
#> 151414.1   Alive       <NA>     65 - 69 2010 - 2014
#> 151424.1   Alive       <NA>     65 - 69 2000 - 2004
#> 151424.2   Alive       <NA>     65 - 69 2010 - 2014
#> 151431.1   Alive       <NA>     75 - 79 2010 - 2014
#> 151431.2   Alive       <NA>     75 - 79 2010 - 2014
#> 151434.1    Dead       <NA>     60 - 64 1990 - 1994
#> 151434.2    Dead       <NA>     60 - 64 2005 - 2009
#> 151451.1   Alive       <NA>     30 - 34 1990 - 1994
#> 151451.2   Alive       <NA>     30 - 34 2000 - 2004
#> 151454.1   Alive       <NA>     20 - 24 2000 - 2004
#> 151454.2   Alive       <NA>     20 - 24 2015 - 2019
#> 151460.1   Alive       <NA>     20 - 24 2015 - 2019
#> 151500.1    Dead       <NA>     35 - 39 1990 - 1994
#> 151531.1   Alive       <NA>     60 - 64 1990 - 1994
#> 151531.2   Alive       <NA>     60 - 64 2015 - 2019
#> 151533.1   Alive       <NA>     65 - 69 2015 - 2019
#> 151533.2   Alive       <NA>     65 - 69 2015 - 2019
#> 151535.1   Alive       <NA>     25 - 29 2005 - 2009
#> 151539.1    Dead       <NA>     05 - 09 1995 - 1999
#> 151553.1    Dead       <NA>     60 - 64 1990 - 1994
#> 151553.2    Dead       <NA>     60 - 64 1990 - 1994
#> 151558.1   Alive       <NA>     25 - 29 2005 - 2009
#> 151576.1   Alive       <NA>     30 - 34 1995 - 1999
#> 151576.2   Alive       <NA>     30 - 34 2000 - 2004
#> 151578.1    Dead       <NA>     70 - 74 1995 - 1999
#> 151646.1   Alive       <NA>     65 - 69 2000 - 2004
#> 151646.2   Alive       <NA>     65 - 69 2005 - 2009
#> 151647.1    Dead       <NA>     05 - 09 2005 - 2009
#> 151648.1    Dead       <NA>     50 - 54 1990 - 1994
#> 151649.1   Alive       <NA>     80 - 84 1995 - 1999
#> 151649.2   Alive       <NA>     80 - 84 1995 - 1999
#> 151656.1   Alive       <NA>     20 - 24 2000 - 2004
#> 151666.1    Dead       <NA>     45 - 49 2010 - 2014
#> 151685.1   Alive       <NA>    85 - 120 2015 - 2019
#> 151687.1   Alive       <NA>     30 - 34 1990 - 1994
#> 151687.2   Alive       <NA>     30 - 34 2000 - 2004
#> 151702.1   Alive       <NA>     60 - 64 2015 - 2019
#> 151710.1    Dead       <NA>     40 - 44 1990 - 1994
#> 151710.2    Dead       <NA>     40 - 44 1995 - 1999
#> 151711.1    Dead       <NA>     30 - 34 2010 - 2014
#> 151728.1   Alive       <NA>     75 - 79 1990 - 1994
#> 151728.2   Alive       <NA>     75 - 79 2010 - 2014
#> 151734.1   Alive       <NA>     65 - 69 2015 - 2019
#> 151760.1    Dead       <NA>     65 - 69 1990 - 1994
#> 151784.1   Alive       <NA>     20 - 24 2005 - 2009
#> 151784.2   Alive       <NA>     20 - 24 2005 - 2009
#> 151863.1   Alive       <NA>     20 - 24 2000 - 2004
#> 151863.2   Alive       <NA>     20 - 24 2015 - 2019
#> 151925.1   Alive       <NA>     45 - 49 2010 - 2014
#> 151933.1   Alive       <NA>     70 - 74 2010 - 2014
#> 151933.2   Alive       <NA>     70 - 74 2010 - 2014
#> 151955.1   Alive       <NA>     80 - 84 2010 - 2014
#> 151959.1    Dead       <NA>     05 - 09 2000 - 2004
#> 151985.1    Dead       <NA>     35 - 39 1990 - 1994
#> 151985.2    Dead       <NA>     35 - 39 2000 - 2004
#> 151992.1   Alive       <NA>     30 - 34 2000 - 2004
#> 151992.2   Alive       <NA>     30 - 34 2010 - 2014
#> 152010.1   Alive       <NA>     75 - 79 2010 - 2014
#> 152010.2   Alive       <NA>     75 - 79 2010 - 2014
#> 152011.1   Alive       <NA>     50 - 54 2000 - 2004
#> 152011.2   Alive       <NA>     50 - 54 2015 - 2019
#> 152023.1   Alive       <NA>     30 - 34 2000 - 2004
#> 152025.1    Dead       <NA>     65 - 69 1995 - 1999
#> 152025.2    Dead       <NA>     65 - 69 2010 - 2014
#> 152032.1    Dead       <NA>     30 - 34 1995 - 1999
#> 152032.2    Dead       <NA>     30 - 34 2000 - 2004
#> 152046.1    Dead       <NA>     55 - 59 2005 - 2009
#> 152055.1   Alive       <NA>     20 - 24 1995 - 1999
#> 152055.2   Alive       <NA>     20 - 24 1995 - 1999
#> 152061.1   Alive       <NA>     55 - 59 2005 - 2009
#> 152061.2   Alive       <NA>     55 - 59 2005 - 2009
#> 152071.1   Alive       <NA>     70 - 74 2010 - 2014
#> 152078.1   Alive       <NA>     70 - 74 2000 - 2004
#> 152102.1    Dead       <NA>     50 - 54 2000 - 2004
#> 152144.1    Dead       <NA>     70 - 74 2010 - 2014
#> 152144.2    Dead       <NA>     70 - 74 2015 - 2019
#> 152163.1   Alive       <NA>     55 - 59 1995 - 1999
#> 152163.2   Alive       <NA>     55 - 59 2005 - 2009
#> 152173.1    Dead       <NA>     35 - 39 2000 - 2004
#> 152196.1   Alive       <NA>     35 - 39 1995 - 1999
#> 152196.2   Alive       <NA>     35 - 39 2010 - 2014
#> 152200.1   Alive       <NA>     55 - 59 2005 - 2009
#> 152202.1   Alive       <NA>     65 - 69 1995 - 1999
#> 152202.2   Alive       <NA>     65 - 69 1995 - 1999
#> 152260.1   Alive       <NA>     60 - 64 1990 - 1994
#> 152260.2   Alive       <NA>     60 - 64 2000 - 2004
#> 152272.1    Dead       <NA>     80 - 84 1995 - 1999
#> 152273.1    Dead       <NA>     75 - 79 2000 - 2004
#> 152273.2    Dead       <NA>     75 - 79 2010 - 2014
#> 152292.1   Alive       <NA>     75 - 79 2015 - 2019
#> 152292.2   Alive       <NA>     75 - 79 2015 - 2019
#> 152294.1   Alive       <NA>     75 - 79 2005 - 2009
#> 152295.1   Alive       <NA>     55 - 59 2015 - 2019
#> 152297.1    Dead       <NA>     40 - 44 1995 - 1999
#> 152297.2    Dead       <NA>     40 - 44 2000 - 2004
#> 152308.1   Alive       <NA>     30 - 34 2005 - 2009
#> 152308.2   Alive       <NA>     30 - 34 2015 - 2019
#> 152326.1    Dead       <NA>     25 - 29 1995 - 1999
#> 152326.2    Dead       <NA>     25 - 29 2000 - 2004
#> 152329.1   Alive       <NA>     50 - 54 1990 - 1994
#> 152329.2   Alive       <NA>     50 - 54 2015 - 2019
#> 152331.1    Dead       <NA>     15 - 19 1990 - 1994
#> 152335.1   Alive       <NA>     60 - 64 1990 - 1994
#> 152335.2   Alive       <NA>     60 - 64 2015 - 2019
#> 152337.1   Alive       <NA>     10 - 14 1995 - 1999
#> 152337.2   Alive       <NA>     10 - 14 2005 - 2009
#> 152352.1    Dead       <NA>     15 - 19 1995 - 1999
#> 152369.1   Alive       <NA>     55 - 59 2015 - 2019
#> 152375.1   Alive       <NA>     75 - 79 2000 - 2004
#> 152375.2   Alive       <NA>     75 - 79 2005 - 2009
#> 152420.1    Dead       <NA>     65 - 69 1990 - 1994
#> 152420.2    Dead       <NA>     65 - 69 2005 - 2009
#> 152439.1   Alive       <NA>     70 - 74 1995 - 1999
#> 152442.1    Dead       <NA>     50 - 54 2000 - 2004
#> 152466.1   Alive       <NA>     65 - 69 1995 - 1999
#> 152472.1    Dead       <NA>     50 - 54 2000 - 2004
#> 152472.2    Dead       <NA>     50 - 54 2000 - 2004
#> 152495.1   Alive       <NA>     05 - 09 1995 - 1999
#> 152495.2   Alive       <NA>     05 - 09 2000 - 2004
#> 152504.1    Dead       <NA>     75 - 79 2010 - 2014
#> 152504.2    Dead       <NA>     75 - 79 2015 - 2019
#> 152507.1   Alive       <NA>     70 - 74 1990 - 1994
#> 152507.2   Alive       <NA>     70 - 74 2005 - 2009
#> 152512.1   Alive       <NA>    85 - 120 1990 - 1994
#> 152512.2   Alive       <NA>    85 - 120 1995 - 1999
#> 152513.1    Dead       <NA>     30 - 34 1990 - 1994
#> 152513.2    Dead       <NA>     30 - 34 2005 - 2009
#> 152566.1   Alive       <NA>     45 - 49 2005 - 2009
#> 152580.1    Dead       <NA>     45 - 49 1995 - 1999
#> 152580.2    Dead       <NA>     45 - 49 2005 - 2009
#> 152582.1    Dead       <NA>     10 - 14 2000 - 2004
#> 152605.1    Dead       <NA>     65 - 69 2000 - 2004
#> 152605.2    Dead       <NA>     65 - 69 2000 - 2004
#> 152610.1   Alive       <NA>     35 - 39 1995 - 1999
#> 152610.2   Alive       <NA>     35 - 39 1995 - 1999
#> 152614.1   Alive       <NA>     35 - 39 2015 - 2019
#> 152624.1    Dead       <NA>     45 - 49 2000 - 2004
#> 152624.2    Dead       <NA>     45 - 49 2010 - 2014
#> 152631.1   Alive       <NA>     70 - 74 2000 - 2004
#> 152631.2   Alive       <NA>     70 - 74 2015 - 2019
#> 152649.1   Alive       <NA>     75 - 79 2010 - 2014
#> 152653.1   Alive       <NA>     55 - 59 2010 - 2014
#> 152657.1    Dead       <NA>     60 - 64 1995 - 1999
#> 152662.1   Alive       <NA>     65 - 69 2010 - 2014
#> 152672.1    Dead       <NA>     65 - 69 1995 - 1999
#> 152682.1   Alive       <NA>     15 - 19 1995 - 1999
#> 152682.2   Alive       <NA>     15 - 19 2000 - 2004
#> 152696.1    Dead       <NA>     20 - 24 1995 - 1999
#> 152696.2    Dead       <NA>     20 - 24 2015 - 2019
#> 152710.1   Alive       <NA>     70 - 74 1990 - 1994
#> 152710.2   Alive       <NA>     70 - 74 2015 - 2019
#> 152711.1   Alive       <NA>     15 - 19 1995 - 1999
#> 152711.2   Alive       <NA>     15 - 19 2005 - 2009
#> 152716.1   Alive       <NA>     40 - 44 2015 - 2019
#> 152724.1   Alive       <NA>     45 - 49 1990 - 1994
#> 152724.2   Alive       <NA>     45 - 49 2000 - 2004
#> 152733.1   Alive       <NA>     25 - 29 2005 - 2009
#> 152733.2   Alive       <NA>     25 - 29 2010 - 2014
#> 152748.1   Alive       <NA>     50 - 54 2010 - 2014
#> 152748.2   Alive       <NA>     50 - 54 2015 - 2019
#> 152755.1   Alive       <NA>     40 - 44 2005 - 2009
#> 152755.2   Alive       <NA>     40 - 44 2010 - 2014
#> 152793.1   Alive       <NA>     75 - 79 2005 - 2009
#> 152793.2   Alive       <NA>     75 - 79 2015 - 2019
#> 152797.1    Dead       <NA>     65 - 69 2000 - 2004
#> 152797.2    Dead       <NA>     65 - 69 2000 - 2004
#> 152803.1    Dead       <NA>     40 - 44 1995 - 1999
#> 152818.1   Alive       <NA>     80 - 84 1990 - 1994
#> 152818.2   Alive       <NA>     80 - 84 1995 - 1999
#> 152833.1    Dead       <NA>     50 - 54 1995 - 1999
#> 152833.2    Dead       <NA>     50 - 54 2005 - 2009
#> 152836.1   Alive       <NA>     50 - 54 2015 - 2019
#> 152868.1    Dead       <NA>     65 - 69 1995 - 1999
#> 152870.1   Alive       <NA>     30 - 34 2000 - 2004
#> 152870.2   Alive       <NA>     30 - 34 2005 - 2009
#> 152874.1   Alive       <NA>     70 - 74 1990 - 1994
#> 152874.2   Alive       <NA>     70 - 74 2005 - 2009
#> 152882.1   Alive       <NA>     80 - 84 2000 - 2004
#> 152882.2   Alive       <NA>     80 - 84 2015 - 2019
#> 152884.1   Alive       <NA>     65 - 69 2000 - 2004
#> 152884.2   Alive       <NA>     65 - 69 2010 - 2014
#> 152907.1   Alive       <NA>     45 - 49 1990 - 1994
#> 152907.2   Alive       <NA>     45 - 49 2010 - 2014
#> 152908.1   Alive       <NA>     50 - 54 2000 - 2004
#> 152912.1   Alive       <NA>     75 - 79 2015 - 2019
#> 152943.1   Alive       <NA>     60 - 64 2005 - 2009
#> 152950.1   Alive       <NA>     65 - 69 2000 - 2004
#> 152950.2   Alive       <NA>     65 - 69 2000 - 2004
#> 152967.1   Alive       <NA>     35 - 39 1995 - 1999
#> 152967.2   Alive       <NA>     35 - 39 2005 - 2009
#> 152970.1   Alive       <NA>     50 - 54 2015 - 2019
#> 152978.1    Dead       <NA>     65 - 69 2000 - 2004
#> 152993.1   Alive       <NA>     80 - 84 1990 - 1994
#> 152993.2   Alive       <NA>     80 - 84 2010 - 2014
#> 153001.1    Dead       <NA>     60 - 64 2000 - 2004
#> 153001.2    Dead       <NA>     60 - 64 2010 - 2014
#> 153025.1   Alive       <NA>     25 - 29 2000 - 2004
#> 153025.2   Alive       <NA>     25 - 29 2010 - 2014
#> 153030.1   Alive       <NA>     30 - 34 2005 - 2009
#> 153033.1    Dead       <NA>     45 - 49 1995 - 1999
#> 153060.1    Dead       <NA>     45 - 49 1995 - 1999
#> 153069.1   Alive       <NA>     20 - 24 1990 - 1994
#> 153069.2   Alive       <NA>     20 - 24 2010 - 2014
#> 153089.1    Dead       <NA>     35 - 39 2005 - 2009
#> 153125.1    Dead       <NA>     35 - 39 1990 - 1994
#> 153129.1    Dead       <NA>     45 - 49 2005 - 2009
#> 153129.2    Dead       <NA>     45 - 49 2005 - 2009
#> 153132.1    Dead       <NA>     35 - 39 2000 - 2004
#> 153132.2    Dead       <NA>     35 - 39 2005 - 2009
#> 153134.1   Alive       <NA>     30 - 34 1995 - 1999
#> 153134.2   Alive       <NA>     30 - 34 2010 - 2014
#> 153145.1    Dead       <NA>     40 - 44 2000 - 2004
#> 153154.1    Dead       <NA>     40 - 44 1995 - 1999
#> 153169.1   Alive       <NA>     25 - 29 2005 - 2009
#> 153170.1    Dead       <NA>     35 - 39 1990 - 1994
#> 153177.1   Alive       <NA>     55 - 59 2005 - 2009
#> 153177.2   Alive       <NA>     55 - 59 2010 - 2014
#> 153190.1   Alive       <NA>     25 - 29 2000 - 2004
#> 153190.2   Alive       <NA>     25 - 29 2015 - 2019
#> 153201.1    Dead       <NA>     65 - 69 1995 - 1999
#> 153201.2    Dead       <NA>     65 - 69 1995 - 1999
#> 153202.1    Dead       <NA>     35 - 39 1995 - 1999
#> 153203.1    Dead       <NA>     50 - 54 1990 - 1994
#> 153203.2    Dead       <NA>     50 - 54 1995 - 1999
#> 153209.1   Alive       <NA>     35 - 39 1995 - 1999
#> 153209.2   Alive       <NA>     35 - 39 2015 - 2019
#> 153227.1   Alive       <NA>     65 - 69 2010 - 2014
#> 153235.1   Alive       <NA>     20 - 24 2010 - 2014
#> 153250.1   Alive       <NA>     65 - 69 2000 - 2004
#> 153268.1   Alive       <NA>    85 - 120 1990 - 1994
#> 153268.2   Alive       <NA>    85 - 120 2015 - 2019
#> 153270.1   Alive       <NA>     45 - 49 2005 - 2009
#> 153272.1   Alive       <NA>     50 - 54 2010 - 2014
#> 153272.2   Alive       <NA>     50 - 54 2015 - 2019
#> 153281.1   Alive       <NA>     65 - 69 1990 - 1994
#> 153281.2   Alive       <NA>     65 - 69 2010 - 2014
#> 153286.1   Alive       <NA>     35 - 39 2010 - 2014
#> 153286.2   Alive       <NA>     35 - 39 2010 - 2014
#> 153291.1   Alive       <NA>     75 - 79 2015 - 2019
#> 153321.1    Dead       <NA>     35 - 39 1995 - 1999
#> 153348.1   Alive       <NA>     55 - 59 2005 - 2009
#> 153355.1    Dead       <NA>     55 - 59 1990 - 1994
#> 153357.1   Alive       <NA>     35 - 39 2000 - 2004
#> 153357.2   Alive       <NA>     35 - 39 2010 - 2014
#> 153360.1   Alive       <NA>     20 - 24 2010 - 2014
#> 153396.1   Alive       <NA>     15 - 19 2000 - 2004
#> 153396.2   Alive       <NA>     15 - 19 2005 - 2009
#> 153421.1    Dead       <NA>     65 - 69 1995 - 1999
#> 153421.2    Dead       <NA>     65 - 69 1995 - 1999
#> 153429.1    Dead       <NA>     75 - 79 2000 - 2004
#> 153429.2    Dead       <NA>     75 - 79 2005 - 2009
#> 153433.1   Alive       <NA>     35 - 39 2010 - 2014
#> 153449.1   Alive       <NA>     50 - 54 2000 - 2004
#> 153471.1   Alive       <NA>     60 - 64 2000 - 2004
#> 153471.2   Alive       <NA>     60 - 64 2005 - 2009
#> 153487.1   Alive       <NA>     55 - 59 2015 - 2019
#> 153490.1   Alive       <NA>     25 - 29 2005 - 2009
#> 153490.2   Alive       <NA>     25 - 29 2005 - 2009
#> 153498.1    Dead       <NA>     25 - 29 2000 - 2004
#> 153506.1    Dead       <NA>     35 - 39 1990 - 1994
#> 153508.1    Dead       <NA>     45 - 49 1990 - 1994
#> 153545.1   Alive       <NA>     05 - 09 2005 - 2009
#> 153545.2   Alive       <NA>     05 - 09 2015 - 2019
#> 153553.1    Dead       <NA>     45 - 49 2000 - 2004
#> 153592.1   Alive       <NA>     65 - 69 2000 - 2004
#> 153592.2   Alive       <NA>     65 - 69 2010 - 2014
#> 153601.1   Alive       <NA>     80 - 84 2015 - 2019
#> 153603.1   Alive       <NA>     50 - 54 2015 - 2019
#> 153617.1   Alive       <NA>    85 - 120 1990 - 1994
#> 153617.2   Alive       <NA>    85 - 120 2000 - 2004
#> 153631.1   Alive       <NA>     60 - 64 2005 - 2009
#> 153668.1   Alive       <NA>     70 - 74 1990 - 1994
#> 153668.2   Alive       <NA>     70 - 74 1990 - 1994
#> 153677.1    Dead       <NA>     35 - 39 1990 - 1994
#> 153677.2    Dead       <NA>     35 - 39 2005 - 2009
#> 153701.1   Alive       <NA>     70 - 74 2005 - 2009
#> 153701.2   Alive       <NA>     70 - 74 2015 - 2019
#> 153715.1   Alive       <NA>     80 - 84 2015 - 2019
#> 153728.1    Dead       <NA>     75 - 79 2005 - 2009
#> 153729.1    Dead       <NA>     70 - 74 1995 - 1999
#> 153760.1   Alive       <NA>     65 - 69 2010 - 2014
#> 153760.2   Alive       <NA>     65 - 69 2015 - 2019
#> 153774.1    Dead       <NA>     80 - 84 2000 - 2004
#> 153780.1    Dead       <NA>     45 - 49 2000 - 2004
#> 153780.2    Dead       <NA>     45 - 49 2005 - 2009
#> 153783.1    Dead       <NA>     65 - 69 1990 - 1994
#> 153783.2    Dead       <NA>     65 - 69 2000 - 2004
#> 153784.1    Dead       <NA>     60 - 64 1990 - 1994
#> 153823.1   Alive       <NA>     40 - 44 1990 - 1994
#> 153823.2   Alive       <NA>     40 - 44 2005 - 2009
#> 153828.1   Alive       <NA>     10 - 14 2010 - 2014
#> 153831.1    Dead       <NA>     40 - 44 2010 - 2014
#> 153852.1   Alive       <NA>     40 - 44 2005 - 2009
#> 153852.2   Alive       <NA>     40 - 44 2015 - 2019
#> 153858.1    Dead       <NA>     35 - 39 2005 - 2009
#> 153871.1    Dead       <NA>     65 - 69 1990 - 1994
#> 153888.1   Alive       <NA>     15 - 19 1995 - 1999
#> 153894.1   Alive       <NA>     55 - 59 2015 - 2019
#> 153907.1   Alive       <NA>     50 - 54 2005 - 2009
#> 153916.1    Dead       <NA>     55 - 59 1995 - 1999
#> 153917.1    Dead       <NA>     45 - 49 1990 - 1994
#> 153917.2    Dead       <NA>     45 - 49 1995 - 1999
#> 153924.1   Alive       <NA>     70 - 74 2000 - 2004
#> 153926.1    Dead       <NA>     65 - 69 2005 - 2009
#> 153945.1   Alive       <NA>     45 - 49 1990 - 1994
#> 153945.2   Alive       <NA>     45 - 49 1995 - 1999
#> 153955.1   Alive       <NA>     75 - 79 1990 - 1994
#> 153955.2   Alive       <NA>     75 - 79 2000 - 2004
#> 153961.1   Alive       <NA>     20 - 24 2000 - 2004
#> 153977.1    Dead       <NA>     30 - 34 1990 - 1994
#> 153977.2    Dead       <NA>     30 - 34 1990 - 1994
#> 153982.1    Dead       <NA>     35 - 39 1990 - 1994
#> 154037.1   Alive       <NA>     65 - 69 2015 - 2019
#> 154037.2   Alive       <NA>     65 - 69 2015 - 2019
#> 154053.1   Alive       <NA>     45 - 49 1995 - 1999
#> 154053.2   Alive       <NA>     45 - 49 1995 - 1999
#> 154069.1   Alive       <NA>     50 - 54 1995 - 1999
#> 154069.2   Alive       <NA>     50 - 54 2010 - 2014
#> 154070.1    Dead       <NA>     35 - 39 1990 - 1994
#> 154070.2    Dead       <NA>     35 - 39 1995 - 1999
#> 154082.1   Alive       <NA>     50 - 54 2005 - 2009
#> 154095.1   Alive       <NA>     40 - 44 1990 - 1994
#> 154095.2   Alive       <NA>     40 - 44 2000 - 2004
#> 154097.1   Alive       <NA>     65 - 69 2005 - 2009
#> 154106.1    Dead       <NA>     30 - 34 1990 - 1994
#> 154106.2    Dead       <NA>     30 - 34 1995 - 1999
#> 154127.1   Alive       <NA>     65 - 69 1990 - 1994
#> 154127.2   Alive       <NA>     65 - 69 2005 - 2009
#> 154151.1   Alive       <NA>     35 - 39 2000 - 2004
#> 154151.2   Alive       <NA>     35 - 39 2010 - 2014
#> 154154.1   Alive       <NA>     25 - 29 1990 - 1994
#> 154154.2   Alive       <NA>     25 - 29 2000 - 2004
#> 154160.1    Dead       <NA>     35 - 39 1990 - 1994
#> 154160.2    Dead       <NA>     35 - 39 2010 - 2014
#> 154166.1    Dead       <NA>     60 - 64 2000 - 2004
#> 154179.1    Dead       <NA>     25 - 29 1990 - 1994
#> 154199.1    Dead       <NA>     70 - 74 1990 - 1994
#> 154201.1   Alive       <NA>     55 - 59 2005 - 2009
#> 154204.1   Alive       <NA>     40 - 44 2010 - 2014
#> 154212.1    Dead       <NA>     10 - 14 1995 - 1999
#> 154218.1    Dead       <NA>     75 - 79 2000 - 2004
#> 154223.1   Alive       <NA>     60 - 64 1990 - 1994
#> 154223.2   Alive       <NA>     60 - 64 2010 - 2014
#> 154230.1   Alive       <NA>    85 - 120 2015 - 2019
#> 154235.1   Alive       <NA>     65 - 69 1990 - 1994
#> 154235.2   Alive       <NA>     65 - 69 2005 - 2009
#> 154239.1    Dead       <NA>     55 - 59 2005 - 2009
#> 154247.1    Dead       <NA>     15 - 19 2000 - 2004
#> 154255.1   Alive       <NA>     75 - 79 2015 - 2019
#> 154259.1    Dead       <NA>    85 - 120 1995 - 1999
#> 154259.2    Dead       <NA>    85 - 120 2005 - 2009
#> 154274.1    Dead       <NA>     50 - 54 2005 - 2009
#> 154274.2    Dead       <NA>     50 - 54 2005 - 2009
#> 154283.1   Alive       <NA>     55 - 59 2010 - 2014
#> 154312.1    Dead       <NA>     35 - 39 1995 - 1999
#> 154312.2    Dead       <NA>     35 - 39 1995 - 1999
#> 154320.1   Alive       <NA>     45 - 49 2010 - 2014
#> 154320.2   Alive       <NA>     45 - 49 2015 - 2019
#> 154325.1    Dead       <NA>     20 - 24 1995 - 1999
#> 154342.1   Alive       <NA>     35 - 39 2005 - 2009
#> 154342.2   Alive       <NA>     35 - 39 2010 - 2014
#> 154351.1   Alive       <NA>     75 - 79 2005 - 2009
#> 154367.1    Dead       <NA>     70 - 74 1995 - 1999
#> 154367.2    Dead       <NA>     70 - 74 1995 - 1999
#> 154393.1    Dead       <NA>     00 - 04 2000 - 2004
#> 154393.2    Dead       <NA>     00 - 04 2005 - 2009
#> 154420.1    Dead       <NA>     30 - 34 1995 - 1999
#> 154420.2    Dead       <NA>     30 - 34 2000 - 2004
#> 154470.1    Dead       <NA>     50 - 54 1995 - 1999
#> 154487.1    Dead       <NA>     15 - 19 1995 - 1999
#> 154487.2    Dead       <NA>     15 - 19 2000 - 2004
#> 154497.1   Alive       <NA>     05 - 09 2015 - 2019
#> 154517.1   Alive       <NA>     20 - 24 2005 - 2009
#> 154517.2   Alive       <NA>     20 - 24 2010 - 2014
#> 154537.1   Alive       <NA>     55 - 59 2005 - 2009
#> 154539.1   Alive       <NA>     65 - 69 2005 - 2009
#> 154539.2   Alive       <NA>     65 - 69 2010 - 2014
#> 154544.1    Dead       <NA>    85 - 120 1990 - 1994
#> 154544.2    Dead       <NA>    85 - 120 2010 - 2014
#> 154548.1   Alive       <NA>     70 - 74 2005 - 2009
#> 154548.2   Alive       <NA>     70 - 74 2010 - 2014
#> 154563.1   Alive       <NA>     30 - 34 2015 - 2019
#> 154572.1    Dead       <NA>     75 - 79 1990 - 1994
#> 154572.2    Dead       <NA>     75 - 79 2015 - 2019
#> 154594.1   Alive       <NA>     10 - 14 2005 - 2009
#> 154626.1    Dead       <NA>     65 - 69 2005 - 2009
#> 154640.1    Dead       <NA>     45 - 49 2005 - 2009
#> 154640.2    Dead       <NA>     45 - 49 2005 - 2009
#> 154653.1   Alive       <NA>     70 - 74 1990 - 1994
#> 154653.2   Alive       <NA>     70 - 74 2010 - 2014
#> 154663.1    Dead       <NA>     50 - 54 1990 - 1994
#> 154663.2    Dead       <NA>     50 - 54 1990 - 1994
#> 154670.1    Dead       <NA>     45 - 49 1990 - 1994
#> 154686.1   Alive       <NA>     80 - 84 1990 - 1994
#> 154686.2   Alive       <NA>     80 - 84 1995 - 1999
#> 154688.1    Dead       <NA>     75 - 79 1995 - 1999
#> 154709.1    Dead       <NA>     60 - 64 2000 - 2004
#> 154709.2    Dead       <NA>     60 - 64 2010 - 2014
#> 154716.1   Alive       <NA>     60 - 64 1990 - 1994
#> 154716.2   Alive       <NA>     60 - 64 2010 - 2014
#> 154722.1   Alive       <NA>     45 - 49 2010 - 2014
#> 154723.1   Alive       <NA>     10 - 14 2015 - 2019
#> 154733.1   Alive       <NA>     50 - 54 1990 - 1994
#> 154733.2   Alive       <NA>     50 - 54 2015 - 2019
#> 154749.1   Alive       <NA>     70 - 74 2005 - 2009
#> 154751.1    Dead       <NA>     45 - 49 1990 - 1994
#> 154769.1   Alive       <NA>     25 - 29 2015 - 2019
#> 154770.1   Alive       <NA>     75 - 79 2010 - 2014
#> 154770.2   Alive       <NA>     75 - 79 2015 - 2019
#> 154801.1   Alive       <NA>     60 - 64 2000 - 2004
#> 154801.2   Alive       <NA>     60 - 64 2015 - 2019
#> 154828.1   Alive       <NA>    85 - 120 2005 - 2009
#> 154828.2   Alive       <NA>    85 - 120 2015 - 2019
#> 154859.1   Alive       <NA>     45 - 49 1990 - 1994
#> 154859.2   Alive       <NA>     45 - 49 1995 - 1999
#> 154861.1   Alive       <NA>     05 - 09 1995 - 1999
#> 154861.2   Alive       <NA>     05 - 09 1995 - 1999
#> 154900.1    Dead       <NA>     65 - 69 2005 - 2009
#> 154900.2    Dead       <NA>     65 - 69 2015 - 2019
#> 154905.1   Alive       <NA>     70 - 74 2010 - 2014
#> 154905.2   Alive       <NA>     70 - 74 2015 - 2019
#> 154909.1    Dead       <NA>     35 - 39 1995 - 1999
#> 154909.2    Dead       <NA>     35 - 39 1995 - 1999
#> 154913.1   Alive       <NA>     55 - 59 1990 - 1994
#> 154913.2   Alive       <NA>     55 - 59 2015 - 2019
#> 154916.1   Alive       <NA>    85 - 120 2010 - 2014
#> 154928.1   Alive       <NA>     30 - 34 1995 - 1999
#> 154928.2   Alive       <NA>     30 - 34 2015 - 2019
#> 154964.1   Alive       <NA>     20 - 24 2000 - 2004
#> 154964.2   Alive       <NA>     20 - 24 2010 - 2014
#> 154970.1    Dead       <NA>     40 - 44 1995 - 1999
#> 154985.1   Alive       <NA>     60 - 64 2010 - 2014
#> 154985.2   Alive       <NA>     60 - 64 2010 - 2014
#> 155029.1    Dead       <NA>     20 - 24 2000 - 2004
#> 155032.1   Alive       <NA>     60 - 64 2015 - 2019
#> 155034.1   Alive       <NA>     45 - 49 2000 - 2004
#> 155038.1   Alive       <NA>     45 - 49 1990 - 1994
#> 155038.2   Alive       <NA>     45 - 49 1995 - 1999
#> 155053.1    Dead       <NA>     40 - 44 2000 - 2004
#> 155053.2    Dead       <NA>     40 - 44 2005 - 2009
#> 155063.1    Dead       <NA>     25 - 29 1995 - 1999
#> 155065.1   Alive       <NA>     25 - 29 2010 - 2014
#> 155076.1   Alive       <NA>     65 - 69 1995 - 1999
#> 155076.2   Alive       <NA>     65 - 69 2005 - 2009
#> 155077.1   Alive       <NA>     40 - 44 1995 - 1999
#> 155077.2   Alive       <NA>     40 - 44 2010 - 2014
#> 155089.1    Dead 2018-12-15     65 - 69 2015 - 2019
#> 155105.1   Alive       <NA>     55 - 59 2015 - 2019
#> 155119.1    Dead       <NA>     20 - 24 1995 - 1999
#> 155129.1   Alive       <NA>     35 - 39 1990 - 1994
#> 155129.2   Alive       <NA>     35 - 39 2015 - 2019
#> 155137.1    Dead       <NA>     50 - 54 2005 - 2009
#> 155143.1   Alive       <NA>     50 - 54 1995 - 1999
#> 155143.2   Alive       <NA>     50 - 54 2005 - 2009
#> 155158.1   Alive       <NA>     35 - 39 2010 - 2014
#> 155159.1   Alive       <NA>     45 - 49 2015 - 2019
#> 155162.1   Alive       <NA>     60 - 64 2010 - 2014
#> 155180.1   Alive       <NA>     10 - 14 1995 - 1999
#> 155180.2   Alive       <NA>     10 - 14 2015 - 2019
#> 155184.1    Dead       <NA>     15 - 19 1995 - 1999
#> 155184.2    Dead       <NA>     15 - 19 1995 - 1999
#> 155189.1   Alive       <NA>     60 - 64 2010 - 2014
#> 155202.1    Dead       <NA>     40 - 44 2000 - 2004
#> 155212.1   Alive       <NA>     55 - 59 1995 - 1999
#> 155212.2   Alive       <NA>     55 - 59 2015 - 2019
#> 155225.1   Alive       <NA>     65 - 69 2000 - 2004
#> 155235.1    Dead       <NA>     65 - 69 1995 - 1999
#> 155252.1   Alive       <NA>     70 - 74 1995 - 1999
#> 155252.2   Alive       <NA>     70 - 74 2010 - 2014
#> 155253.1   Alive       <NA>     60 - 64 2005 - 2009
#> 155253.2   Alive       <NA>     60 - 64 2015 - 2019
#> 155284.1   Alive       <NA>     45 - 49 2010 - 2014
#> 155284.2   Alive       <NA>     45 - 49 2010 - 2014
#> 155294.1   Alive       <NA>     65 - 69 1995 - 1999
#> 155294.2   Alive       <NA>     65 - 69 2010 - 2014
#> 155310.1   Alive       <NA>     65 - 69 2010 - 2014
#> 155346.1    Dead       <NA>     40 - 44 2000 - 2004
#> 155377.1   Alive       <NA>     55 - 59 2010 - 2014
#> 155378.1    Dead       <NA>     65 - 69 1990 - 1994
#> 155378.2    Dead       <NA>     65 - 69 1995 - 1999
#> 155438.1    Dead       <NA>     65 - 69 2000 - 2004
#> 155438.2    Dead       <NA>     65 - 69 2000 - 2004
#> 155439.1   Alive       <NA>     75 - 79 1990 - 1994
#> 155439.2   Alive       <NA>     75 - 79 2010 - 2014
#> 155461.1   Alive       <NA>     35 - 39 2000 - 2004
#> 155461.2   Alive       <NA>     35 - 39 2015 - 2019
#> 155467.1   Alive       <NA>     35 - 39 2015 - 2019
#> 155467.2   Alive       <NA>     35 - 39 2015 - 2019
#> 155497.1    Dead       <NA>     25 - 29 1990 - 1994
#> 155498.1    Dead       <NA>     65 - 69 2010 - 2014
#> 155498.2    Dead       <NA>     65 - 69 2010 - 2014
#> 155501.1   Alive       <NA>     60 - 64 1995 - 1999
#> 155501.2   Alive       <NA>     60 - 64 2005 - 2009
#> 155523.1    Dead       <NA>     30 - 34 1990 - 1994
#> 155532.1   Alive       <NA>     45 - 49 1995 - 1999
#> 155532.2   Alive       <NA>     45 - 49 2010 - 2014
#> 155547.1    Dead       <NA>     80 - 84 2000 - 2004
#> 155547.2    Dead       <NA>     80 - 84 2005 - 2009
#> 155552.1    Dead       <NA>     70 - 74 1990 - 1994
#> 155565.1    Dead       <NA>     40 - 44 1995 - 1999
#> 155565.2    Dead       <NA>     40 - 44 2010 - 2014
#> 155597.1   Alive       <NA>     00 - 04 1990 - 1994
#> 155597.2   Alive       <NA>     00 - 04 2010 - 2014
#> 155667.1    Dead       <NA>     55 - 59 1990 - 1994
#> 155667.2    Dead       <NA>     55 - 59 1995 - 1999
#> 155681.1    Dead       <NA>     65 - 69 2015 - 2019
#> 155687.1   Alive       <NA>     20 - 24 1990 - 1994
#> 155687.2   Alive       <NA>     20 - 24 1990 - 1994
#> 155692.1    Dead       <NA>     60 - 64 1990 - 1994
#> 155709.1   Alive       <NA>     55 - 59 1990 - 1994
#> 155709.2   Alive       <NA>     55 - 59 2000 - 2004
#> 155718.1    Dead       <NA>     30 - 34 1990 - 1994
#> 155742.1    Dead       <NA>     00 - 04 2015 - 2019
#> 155742.2    Dead       <NA>     00 - 04 2015 - 2019
#> 155771.1    Dead       <NA>     60 - 64 1990 - 1994
#> 155784.1   Alive       <NA>     25 - 29 2000 - 2004
#> 155784.2   Alive       <NA>     25 - 29 2000 - 2004
#> 155786.1   Alive       <NA>     50 - 54 1995 - 1999
#> 155786.2   Alive       <NA>     50 - 54 2000 - 2004
#> 155792.1    Dead       <NA>     30 - 34 2015 - 2019
#> 155794.1    Dead       <NA>     65 - 69 2000 - 2004
#> 155818.1    Dead       <NA>     45 - 49 2010 - 2014
#> 155823.1    Dead       <NA>     20 - 24 1990 - 1994
#> 155834.1   Alive       <NA>     50 - 54 2015 - 2019
#> 155862.1    Dead       <NA>     20 - 24 1995 - 1999
#> 155866.1   Alive       <NA>     60 - 64 2015 - 2019
#> 155866.2   Alive       <NA>     60 - 64 2015 - 2019
#> 155873.1    Dead       <NA>     55 - 59 2000 - 2004
#> 155900.1    Dead       <NA>     30 - 34 1990 - 1994
#> 155904.1   Alive       <NA>     45 - 49 1990 - 1994
#> 155904.2   Alive       <NA>     45 - 49 1990 - 1994
#> 155911.1    Dead       <NA>     40 - 44 2000 - 2004
#> 155919.1   Alive       <NA>     70 - 74 2015 - 2019
#> 155940.1   Alive       <NA>     50 - 54 2015 - 2019
#> 155946.1    Dead       <NA>     30 - 34 1990 - 1994
#> 155949.1   Alive       <NA>     45 - 49 1995 - 1999
#> 155949.2   Alive       <NA>     45 - 49 2015 - 2019
#> 155955.1   Alive       <NA>     65 - 69 2010 - 2014
#> 155966.1   Alive       <NA>     50 - 54 2005 - 2009
#> 155966.2   Alive       <NA>     50 - 54 2015 - 2019
#> 155968.1   Alive       <NA>     50 - 54 2005 - 2009
#> 155968.2   Alive       <NA>     50 - 54 2005 - 2009
#> 155994.1    Dead       <NA>     65 - 69 1990 - 1994
#> 155998.1    Dead       <NA>     35 - 39 1990 - 1994
#> 156004.1    Dead       <NA>     25 - 29 1995 - 1999
#> 156016.1    Dead 2013-03-15     75 - 79 2010 - 2014
#> 156035.1   Alive       <NA>     65 - 69 1995 - 1999
#> 156035.2   Alive       <NA>     65 - 69 2000 - 2004
#> 156058.1    Dead       <NA>     50 - 54 1990 - 1994
#> 156058.2    Dead       <NA>     50 - 54 1995 - 1999
#> 156067.1    Dead       <NA>     60 - 64 1990 - 1994
#> 156077.1    Dead       <NA>     45 - 49 1995 - 1999
#> 156077.2    Dead       <NA>     45 - 49 2000 - 2004
#> 156123.1   Alive       <NA>     20 - 24 2000 - 2004
#> 156129.1    Dead       <NA>     05 - 09 2000 - 2004
#> 156152.1    Dead       <NA>     50 - 54 1990 - 1994
#> 156202.1    Dead       <NA>     30 - 34 1995 - 1999
#> 156209.1   Alive       <NA>     65 - 69 2015 - 2019
#> 156218.1    Dead       <NA>     05 - 09 2000 - 2004
#> 156218.2    Dead       <NA>     05 - 09 2010 - 2014
#> 156223.1   Alive       <NA>     55 - 59 2005 - 2009
#> 156223.2   Alive       <NA>     55 - 59 2015 - 2019
#> 156231.1    Dead       <NA>     75 - 79 2005 - 2009
#> 156246.1   Alive       <NA>     75 - 79 1990 - 1994
#> 156246.2   Alive       <NA>     75 - 79 2000 - 2004
#> 156314.1    Dead       <NA>     40 - 44 1995 - 1999
#> 156314.2    Dead       <NA>     40 - 44 1995 - 1999
#> 156315.1    Dead       <NA>     35 - 39 1995 - 1999
#> 156315.2    Dead       <NA>     35 - 39 2000 - 2004
#> 156328.1    Dead       <NA>     70 - 74 2000 - 2004
#> 156339.1    Dead       <NA>     00 - 04 1990 - 1994
#> 156339.2    Dead       <NA>     00 - 04 2000 - 2004
#> 156363.1   Alive       <NA>     40 - 44 2005 - 2009
#> 156363.2   Alive       <NA>     40 - 44 2010 - 2014
#> 156364.1    Dead       <NA>     45 - 49 1990 - 1994
#> 156405.1   Alive       <NA>     40 - 44 1995 - 1999
#> 156405.2   Alive       <NA>     40 - 44 2005 - 2009
#> 156413.1    Dead       <NA>     70 - 74 2000 - 2004
#> 156413.2    Dead       <NA>     70 - 74 2005 - 2009
#> 156430.1    Dead       <NA>     65 - 69 1990 - 1994
#> 156442.1   Alive       <NA>     65 - 69 2005 - 2009
#> 156453.1    Dead       <NA>     25 - 29 1995 - 1999
#> 156453.2    Dead       <NA>     25 - 29 2000 - 2004
#> 156519.1   Alive       <NA>     45 - 49 2000 - 2004
#> 156519.2   Alive       <NA>     45 - 49 2015 - 2019
#> 156526.1    Dead       <NA>     30 - 34 2005 - 2009
#> 156528.1   Alive       <NA>     10 - 14 1990 - 1994
#> 156528.2   Alive       <NA>     10 - 14 1995 - 1999
#> 156529.1   Alive       <NA>     20 - 24 2015 - 2019
#> 156533.1   Alive       <NA>     80 - 84 2015 - 2019
#> 156546.1   Alive       <NA>     20 - 24 1995 - 1999
#> 156546.2   Alive       <NA>     20 - 24 2005 - 2009
#> 156550.1    Dead       <NA>     70 - 74 2000 - 2004
#> 156555.1    Dead       <NA>     45 - 49 1990 - 1994
#> 156555.2    Dead       <NA>     45 - 49 1995 - 1999
#> 156575.1    Dead       <NA>     55 - 59 1995 - 1999
#> 156577.1   Alive       <NA>     65 - 69 2005 - 2009
#> 156577.2   Alive       <NA>     65 - 69 2015 - 2019
#> 156588.1   Alive       <NA>     20 - 24 2000 - 2004
#> 156588.2   Alive       <NA>     20 - 24 2010 - 2014
#> 156593.1   Alive       <NA>     55 - 59 2010 - 2014
#> 156620.1   Alive       <NA>     35 - 39 1990 - 1994
#> 156620.2   Alive       <NA>     35 - 39 2015 - 2019
#> 156666.1    Dead       <NA>    85 - 120 2005 - 2009
#> 156666.2    Dead       <NA>    85 - 120 2010 - 2014
#> 156668.1    Dead       <NA>     60 - 64 2000 - 2004
#> 156668.2    Dead       <NA>     60 - 64 2005 - 2009
#> 156670.1   Alive       <NA>    85 - 120 2005 - 2009
#> 156670.2   Alive       <NA>    85 - 120 2010 - 2014
#> 156682.1   Alive       <NA>     25 - 29 2000 - 2004
#> 156686.1    Dead       <NA>     60 - 64 2000 - 2004
#> 156698.1   Alive       <NA>     65 - 69 2015 - 2019
#> 156708.1   Alive       <NA>     75 - 79 1995 - 1999
#> 156708.2   Alive       <NA>     75 - 79 2005 - 2009
#> 156718.1    Dead       <NA>     45 - 49 1990 - 1994
#> 156722.1   Alive       <NA>     70 - 74 2005 - 2009
#>  [ reached 'max' / getOption("max.print") -- omitted 2497 rows ]