Skip to contents

Use this function to access CDC PLACES API data. Measures are sourced from the Behavioral Risk Factor Surveillance System and the American Community Survey ACS.

Usage

get_places(
  geography = "county",
  state = NULL,
  measure = NULL,
  county = NULL,
  release = "2024",
  geometry = FALSE,
  cat = NULL,
  age_adjust = NULL
)

Arguments

geography

The level of desired geography. Currently supports 'county', 'census', and 'zcta'.

state

Specify the state of the desired data using the two letter abbreviation. Supports multiple states if desired.

measure

Specify the measures of the data pull. Supports multiple states if desired. For a full list of available measures, see the function 'get_dictionary'.

county

Specify the county of the desired data using the full name of the county, with a capital letter.

release

Specify the year of release for the PLACES data set. Currently supports years 2020-2023.

geometry

if FALSE (the default), return a regular data frame of PLACES data. If TRUE, uses the tigris package to return an sf data frame with simple feature geometry in the 'geometry' column.

cat

Specify the category of measures to return. Overrides the argument 'measure'. Category ID must be used here. Options include 'DISABILT', 'HLTHOUT', 'HLTHSTAT', 'PREVENT', 'RISKBEH', and 'SOCLNEED' (for release 2024). To see all the available categories and their corresponding variables, run get_dictionary.

age_adjust

For queries on the county level only. If TRUE, returns only the age-adjusted values.

Value

A data frame that contains observations for each measure and geographic level.

Examples

get_places(geography = "county", state = "MI", measure = "SLEEP", release = "2023")
#>     year stateabbr statedesc   locationname datasource              category
#> 1   2020        MI  Michigan      Cheboygan      BRFSS Health Risk Behaviors
#> 2   2020        MI  Michigan   Presque Isle      BRFSS Health Risk Behaviors
#> 3   2020        MI  Michigan      Menominee      BRFSS Health Risk Behaviors
#> 4   2020        MI  Michigan        Allegan      BRFSS Health Risk Behaviors
#> 5   2020        MI  Michigan        Sanilac      BRFSS Health Risk Behaviors
#> 6   2020        MI  Michigan       Muskegon      BRFSS Health Risk Behaviors
#> 7   2020        MI  Michigan         Otsego      BRFSS Health Risk Behaviors
#> 8   2020        MI  Michigan      Washtenaw      BRFSS Health Risk Behaviors
#> 9   2020        MI  Michigan         Antrim      BRFSS Health Risk Behaviors
#> 10  2020        MI  Michigan      Hillsdale      BRFSS Health Risk Behaviors
#> 11  2020        MI  Michigan Grand Traverse      BRFSS Health Risk Behaviors
#> 12  2020        MI  Michigan       Manistee      BRFSS Health Risk Behaviors
#> 13  2020        MI  Michigan         Oscoda      BRFSS Health Risk Behaviors
#> 14  2020        MI  Michigan     St. Joseph      BRFSS Health Risk Behaviors
#> 15  2020        MI  Michigan           Iron      BRFSS Health Risk Behaviors
#> 16  2020        MI  Michigan    Montmorency      BRFSS Health Risk Behaviors
#> 17  2020        MI  Michigan         Monroe      BRFSS Health Risk Behaviors
#> 18  2020        MI  Michigan          Wayne      BRFSS Health Risk Behaviors
#> 19  2020        MI  Michigan           Lake      BRFSS Health Risk Behaviors
#> 20  2020        MI  Michigan       Mackinac      BRFSS Health Risk Behaviors
#> 21  2020        MI  Michigan        Midland      BRFSS Health Risk Behaviors
#> 22  2020        MI  Michigan           Kent      BRFSS Health Risk Behaviors
#> 23  2020        MI  Michigan         Oceana      BRFSS Health Risk Behaviors
#> 24  2020        MI  Michigan      Hillsdale      BRFSS Health Risk Behaviors
#> 25  2020        MI  Michigan        Saginaw      BRFSS Health Risk Behaviors
#> 26  2020        MI  Michigan          Eaton      BRFSS Health Risk Behaviors
#> 27  2020        MI  Michigan        Osceola      BRFSS Health Risk Behaviors
#> 28  2020        MI  Michigan        Gladwin      BRFSS Health Risk Behaviors
#> 29  2020        MI  Michigan          Mason      BRFSS Health Risk Behaviors
#> 30  2020        MI  Michigan        Wexford      BRFSS Health Risk Behaviors
#> 31  2020        MI  Michigan        Calhoun      BRFSS Health Risk Behaviors
#> 32  2020        MI  Michigan         Monroe      BRFSS Health Risk Behaviors
#> 33  2020        MI  Michigan         Ottawa      BRFSS Health Risk Behaviors
#> 34  2020        MI  Michigan          Iosco      BRFSS Health Risk Behaviors
#> 35  2020        MI  Michigan       Isabella      BRFSS Health Risk Behaviors
#> 36  2020        MI  Michigan    Schoolcraft      BRFSS Health Risk Behaviors
#> 37  2020        MI  Michigan         Alcona      BRFSS Health Risk Behaviors
#> 38  2020        MI  Michigan       Kalkaska      BRFSS Health Risk Behaviors
#> 39  2020        MI  Michigan       Keweenaw      BRFSS Health Risk Behaviors
#> 40  2020        MI  Michigan        Gogebic      BRFSS Health Risk Behaviors
#> 41  2020        MI  Michigan        Newaygo      BRFSS Health Risk Behaviors
#> 42  2020        MI  Michigan          Alger      BRFSS Health Risk Behaviors
#> 43  2020        MI  Michigan         Macomb      BRFSS Health Risk Behaviors
#> 44  2020        MI  Michigan        Midland      BRFSS Health Risk Behaviors
#> 45  2020        MI  Michigan         Otsego      BRFSS Health Risk Behaviors
#> 46  2020        MI  Michigan      Ontonagon      BRFSS Health Risk Behaviors
#> 47  2020        MI  Michigan       Houghton      BRFSS Health Risk Behaviors
#> 48  2020        MI  Michigan   Presque Isle      BRFSS Health Risk Behaviors
#> 49  2020        MI  Michigan        Jackson      BRFSS Health Risk Behaviors
#> 50  2020        MI  Michigan         Arenac      BRFSS Health Risk Behaviors
#> 51  2020        MI  Michigan         Oceana      BRFSS Health Risk Behaviors
#> 52  2020        MI  Michigan        Oakland      BRFSS Health Risk Behaviors
#> 53  2020        MI  Michigan     Shiawassee      BRFSS Health Risk Behaviors
#> 54  2020        MI  Michigan        Wexford      BRFSS Health Risk Behaviors
#> 55  2020        MI  Michigan        Clinton      BRFSS Health Risk Behaviors
#> 56  2020        MI  Michigan      St. Clair      BRFSS Health Risk Behaviors
#> 57  2020        MI  Michigan          Emmet      BRFSS Health Risk Behaviors
#> 58  2020        MI  Michigan     Charlevoix      BRFSS Health Risk Behaviors
#> 59  2020        MI  Michigan        Tuscola      BRFSS Health Risk Behaviors
#> 60  2020        MI  Michigan       Isabella      BRFSS Health Risk Behaviors
#> 61  2020        MI  Michigan          Huron      BRFSS Health Risk Behaviors
#> 62  2020        MI  Michigan        Jackson      BRFSS Health Risk Behaviors
#> 63  2020        MI  Michigan          Barry      BRFSS Health Risk Behaviors
#> 64  2020        MI  Michigan      Marquette      BRFSS Health Risk Behaviors
#> 65  2020        MI  Michigan            Bay      BRFSS Health Risk Behaviors
#> 66  2020        MI  Michigan       Leelanau      BRFSS Health Risk Behaviors
#> 67  2020        MI  Michigan         Baraga      BRFSS Health Risk Behaviors
#> 68  2020        MI  Michigan       Montcalm      BRFSS Health Risk Behaviors
#> 69  2020        MI  Michigan        Genesee      BRFSS Health Risk Behaviors
#> 70  2020        MI  Michigan    Montmorency      BRFSS Health Risk Behaviors
#> 71  2020        MI  Michigan         Arenac      BRFSS Health Risk Behaviors
#> 72  2020        MI  Michigan      Kalamazoo      BRFSS Health Risk Behaviors
#> 73  2020        MI  Michigan         Branch      BRFSS Health Risk Behaviors
#> 74  2020        MI  Michigan    Schoolcraft      BRFSS Health Risk Behaviors
#> 75  2020        MI  Michigan           Kent      BRFSS Health Risk Behaviors
#> 76  2020        MI  Michigan      Van Buren      BRFSS Health Risk Behaviors
#> 77  2020        MI  Michigan          Clare      BRFSS Health Risk Behaviors
#> 78  2020        MI  Michigan         Macomb      BRFSS Health Risk Behaviors
#> 79  2020        MI  Michigan        Gratiot      BRFSS Health Risk Behaviors
#> 80  2020        MI  Michigan        Sanilac      BRFSS Health Risk Behaviors
#> 81  2020        MI  Michigan        Berrien      BRFSS Health Risk Behaviors
#> 82  2020        MI  Michigan          Eaton      BRFSS Health Risk Behaviors
#> 83  2020        MI  Michigan        Genesee      BRFSS Health Risk Behaviors
#> 84  2020        MI  Michigan      Washtenaw      BRFSS Health Risk Behaviors
#> 85  2020        MI  Michigan        Oakland      BRFSS Health Risk Behaviors
#> 86  2020        MI  Michigan         Benzie      BRFSS Health Risk Behaviors
#> 87  2020        MI  Michigan       Mackinac      BRFSS Health Risk Behaviors
#> 88  2020        MI  Michigan          Huron      BRFSS Health Risk Behaviors
#> 89  2020        MI  Michigan      Missaukee      BRFSS Health Risk Behaviors
#> 90  2020        MI  Michigan         Alpena      BRFSS Health Risk Behaviors
#> 91  2020        MI  Michigan        Newaygo      BRFSS Health Risk Behaviors
#> 92  2020        MI  Michigan        Lenawee      BRFSS Health Risk Behaviors
#> 93  2020        MI  Michigan      Marquette      BRFSS Health Risk Behaviors
#> 94  2020        MI  Michigan        Tuscola      BRFSS Health Risk Behaviors
#> 95  2020        MI  Michigan     Livingston      BRFSS Health Risk Behaviors
#> 96  2020        MI  Michigan       Houghton      BRFSS Health Risk Behaviors
#> 97  2020        MI  Michigan        Clinton      BRFSS Health Risk Behaviors
#> 98  2020        MI  Michigan      Cheboygan      BRFSS Health Risk Behaviors
#> 99  2020        MI  Michigan        Gladwin      BRFSS Health Risk Behaviors
#> 100 2020        MI  Michigan          Delta      BRFSS Health Risk Behaviors
#> 101 2020        MI  Michigan         Branch      BRFSS Health Risk Behaviors
#> 102 2020        MI  Michigan           Luce      BRFSS Health Risk Behaviors
#> 103 2020        MI  Michigan          Barry      BRFSS Health Risk Behaviors
#> 104 2020        MI  Michigan       Crawford      BRFSS Health Risk Behaviors
#> 105 2020        MI  Michigan         Lapeer      BRFSS Health Risk Behaviors
#> 106 2020        MI  Michigan         Ottawa      BRFSS Health Risk Behaviors
#> 107 2020        MI  Michigan       Chippewa      BRFSS Health Risk Behaviors
#> 108 2020        MI  Michigan      Kalamazoo      BRFSS Health Risk Behaviors
#> 109 2020        MI  Michigan       Keweenaw      BRFSS Health Risk Behaviors
#> 110 2020        MI  Michigan          Emmet      BRFSS Health Risk Behaviors
#> 111 2020        MI  Michigan          Wayne      BRFSS Health Risk Behaviors
#> 112 2020        MI  Michigan      Roscommon      BRFSS Health Risk Behaviors
#> 113 2020        MI  Michigan           Lake      BRFSS Health Risk Behaviors
#> 114 2020        MI  Michigan      Roscommon      BRFSS Health Risk Behaviors
#> 115 2020        MI  Michigan          Delta      BRFSS Health Risk Behaviors
#> 116 2020        MI  Michigan         Ingham      BRFSS Health Risk Behaviors
#> 117 2020        MI  Michigan       Leelanau      BRFSS Health Risk Behaviors
#> 118 2020        MI  Michigan            Bay      BRFSS Health Risk Behaviors
#> 119 2020        MI  Michigan        Berrien      BRFSS Health Risk Behaviors
#> 120 2020        MI  Michigan       Montcalm      BRFSS Health Risk Behaviors
#> 121 2020        MI  Michigan        Lenawee      BRFSS Health Risk Behaviors
#> 122 2020        MI  Michigan         Oscoda      BRFSS Health Risk Behaviors
#> 123 2020        MI  Michigan         Baraga      BRFSS Health Risk Behaviors
#> 124 2020        MI  Michigan         Ogemaw      BRFSS Health Risk Behaviors
#> 125 2020        MI  Michigan          Clare      BRFSS Health Risk Behaviors
#> 126 2020        MI  Michigan          Mason      BRFSS Health Risk Behaviors
#> 127 2020        MI  Michigan      Dickinson      BRFSS Health Risk Behaviors
#> 128 2020        MI  Michigan      Ontonagon      BRFSS Health Risk Behaviors
#> 129 2020        MI  Michigan           Cass      BRFSS Health Risk Behaviors
#> 130 2020        MI  Michigan     St. Joseph      BRFSS Health Risk Behaviors
#> 131 2020        MI  Michigan       Kalkaska      BRFSS Health Risk Behaviors
#> 132 2020        MI  Michigan         Antrim      BRFSS Health Risk Behaviors
#> 133 2020        MI  Michigan        Mecosta      BRFSS Health Risk Behaviors
#> 134 2020        MI  Michigan       Manistee      BRFSS Health Risk Behaviors
#> 135 2020        MI  Michigan     Livingston      BRFSS Health Risk Behaviors
#> 136 2020        MI  Michigan       Muskegon      BRFSS Health Risk Behaviors
#> 137 2020        MI  Michigan        Allegan      BRFSS Health Risk Behaviors
#> 138 2020        MI  Michigan          Ionia      BRFSS Health Risk Behaviors
#> 139 2020        MI  Michigan      St. Clair      BRFSS Health Risk Behaviors
#> 140 2020        MI  Michigan          Iosco      BRFSS Health Risk Behaviors
#> 141 2020        MI  Michigan        Mecosta      BRFSS Health Risk Behaviors
#> 142 2020        MI  Michigan         Ogemaw      BRFSS Health Risk Behaviors
#> 143 2020        MI  Michigan          Ionia      BRFSS Health Risk Behaviors
#> 144 2020        MI  Michigan        Calhoun      BRFSS Health Risk Behaviors
#> 145 2020        MI  Michigan           Luce      BRFSS Health Risk Behaviors
#> 146 2020        MI  Michigan      Missaukee      BRFSS Health Risk Behaviors
#> 147 2020        MI  Michigan     Shiawassee      BRFSS Health Risk Behaviors
#> 148 2020        MI  Michigan           Iron      BRFSS Health Risk Behaviors
#> 149 2020        MI  Michigan         Ingham      BRFSS Health Risk Behaviors
#> 150 2020        MI  Michigan      Menominee      BRFSS Health Risk Behaviors
#> 151 2020        MI  Michigan       Crawford      BRFSS Health Risk Behaviors
#> 152 2020        MI  Michigan        Osceola      BRFSS Health Risk Behaviors
#> 153 2020        MI  Michigan Grand Traverse      BRFSS Health Risk Behaviors
#> 154 2020        MI  Michigan         Benzie      BRFSS Health Risk Behaviors
#> 155 2020        MI  Michigan     Charlevoix      BRFSS Health Risk Behaviors
#> 156 2020        MI  Michigan      Dickinson      BRFSS Health Risk Behaviors
#> 157 2020        MI  Michigan        Gratiot      BRFSS Health Risk Behaviors
#> 158 2020        MI  Michigan       Chippewa      BRFSS Health Risk Behaviors
#> 159 2020        MI  Michigan         Lapeer      BRFSS Health Risk Behaviors
#> 160 2020        MI  Michigan        Gogebic      BRFSS Health Risk Behaviors
#> 161 2020        MI  Michigan          Alger      BRFSS Health Risk Behaviors
#> 162 2020        MI  Michigan         Alpena      BRFSS Health Risk Behaviors
#> 163 2020        MI  Michigan        Saginaw      BRFSS Health Risk Behaviors
#> 164 2020        MI  Michigan      Van Buren      BRFSS Health Risk Behaviors
#> 165 2020        MI  Michigan         Alcona      BRFSS Health Risk Behaviors
#> 166 2020        MI  Michigan           Cass      BRFSS Health Risk Behaviors
#>                                                     measure data_value_unit
#> 1   Sleeping less than 7 hours among adults aged >=18 years               %
#> 2   Sleeping less than 7 hours among adults aged >=18 years               %
#> 3   Sleeping less than 7 hours among adults aged >=18 years               %
#> 4   Sleeping less than 7 hours among adults aged >=18 years               %
#> 5   Sleeping less than 7 hours among adults aged >=18 years               %
#> 6   Sleeping less than 7 hours among adults aged >=18 years               %
#> 7   Sleeping less than 7 hours among adults aged >=18 years               %
#> 8   Sleeping less than 7 hours among adults aged >=18 years               %
#> 9   Sleeping less than 7 hours among adults aged >=18 years               %
#> 10  Sleeping less than 7 hours among adults aged >=18 years               %
#> 11  Sleeping less than 7 hours among adults aged >=18 years               %
#> 12  Sleeping less than 7 hours among adults aged >=18 years               %
#> 13  Sleeping less than 7 hours among adults aged >=18 years               %
#> 14  Sleeping less than 7 hours among adults aged >=18 years               %
#> 15  Sleeping less than 7 hours among adults aged >=18 years               %
#> 16  Sleeping less than 7 hours among adults aged >=18 years               %
#> 17  Sleeping less than 7 hours among adults aged >=18 years               %
#> 18  Sleeping less than 7 hours among adults aged >=18 years               %
#> 19  Sleeping less than 7 hours among adults aged >=18 years               %
#> 20  Sleeping less than 7 hours among adults aged >=18 years               %
#> 21  Sleeping less than 7 hours among adults aged >=18 years               %
#> 22  Sleeping less than 7 hours among adults aged >=18 years               %
#> 23  Sleeping less than 7 hours among adults aged >=18 years               %
#> 24  Sleeping less than 7 hours among adults aged >=18 years               %
#> 25  Sleeping less than 7 hours among adults aged >=18 years               %
#> 26  Sleeping less than 7 hours among adults aged >=18 years               %
#> 27  Sleeping less than 7 hours among adults aged >=18 years               %
#> 28  Sleeping less than 7 hours among adults aged >=18 years               %
#> 29  Sleeping less than 7 hours among adults aged >=18 years               %
#> 30  Sleeping less than 7 hours among adults aged >=18 years               %
#> 31  Sleeping less than 7 hours among adults aged >=18 years               %
#> 32  Sleeping less than 7 hours among adults aged >=18 years               %
#> 33  Sleeping less than 7 hours among adults aged >=18 years               %
#> 34  Sleeping less than 7 hours among adults aged >=18 years               %
#> 35  Sleeping less than 7 hours among adults aged >=18 years               %
#> 36  Sleeping less than 7 hours among adults aged >=18 years               %
#> 37  Sleeping less than 7 hours among adults aged >=18 years               %
#> 38  Sleeping less than 7 hours among adults aged >=18 years               %
#> 39  Sleeping less than 7 hours among adults aged >=18 years               %
#> 40  Sleeping less than 7 hours among adults aged >=18 years               %
#> 41  Sleeping less than 7 hours among adults aged >=18 years               %
#> 42  Sleeping less than 7 hours among adults aged >=18 years               %
#> 43  Sleeping less than 7 hours among adults aged >=18 years               %
#> 44  Sleeping less than 7 hours among adults aged >=18 years               %
#> 45  Sleeping less than 7 hours among adults aged >=18 years               %
#> 46  Sleeping less than 7 hours among adults aged >=18 years               %
#> 47  Sleeping less than 7 hours among adults aged >=18 years               %
#> 48  Sleeping less than 7 hours among adults aged >=18 years               %
#> 49  Sleeping less than 7 hours among adults aged >=18 years               %
#> 50  Sleeping less than 7 hours among adults aged >=18 years               %
#> 51  Sleeping less than 7 hours among adults aged >=18 years               %
#> 52  Sleeping less than 7 hours among adults aged >=18 years               %
#> 53  Sleeping less than 7 hours among adults aged >=18 years               %
#> 54  Sleeping less than 7 hours among adults aged >=18 years               %
#> 55  Sleeping less than 7 hours among adults aged >=18 years               %
#> 56  Sleeping less than 7 hours among adults aged >=18 years               %
#> 57  Sleeping less than 7 hours among adults aged >=18 years               %
#> 58  Sleeping less than 7 hours among adults aged >=18 years               %
#> 59  Sleeping less than 7 hours among adults aged >=18 years               %
#> 60  Sleeping less than 7 hours among adults aged >=18 years               %
#> 61  Sleeping less than 7 hours among adults aged >=18 years               %
#> 62  Sleeping less than 7 hours among adults aged >=18 years               %
#> 63  Sleeping less than 7 hours among adults aged >=18 years               %
#> 64  Sleeping less than 7 hours among adults aged >=18 years               %
#> 65  Sleeping less than 7 hours among adults aged >=18 years               %
#> 66  Sleeping less than 7 hours among adults aged >=18 years               %
#> 67  Sleeping less than 7 hours among adults aged >=18 years               %
#> 68  Sleeping less than 7 hours among adults aged >=18 years               %
#> 69  Sleeping less than 7 hours among adults aged >=18 years               %
#> 70  Sleeping less than 7 hours among adults aged >=18 years               %
#> 71  Sleeping less than 7 hours among adults aged >=18 years               %
#> 72  Sleeping less than 7 hours among adults aged >=18 years               %
#> 73  Sleeping less than 7 hours among adults aged >=18 years               %
#> 74  Sleeping less than 7 hours among adults aged >=18 years               %
#> 75  Sleeping less than 7 hours among adults aged >=18 years               %
#> 76  Sleeping less than 7 hours among adults aged >=18 years               %
#> 77  Sleeping less than 7 hours among adults aged >=18 years               %
#> 78  Sleeping less than 7 hours among adults aged >=18 years               %
#> 79  Sleeping less than 7 hours among adults aged >=18 years               %
#> 80  Sleeping less than 7 hours among adults aged >=18 years               %
#> 81  Sleeping less than 7 hours among adults aged >=18 years               %
#> 82  Sleeping less than 7 hours among adults aged >=18 years               %
#> 83  Sleeping less than 7 hours among adults aged >=18 years               %
#> 84  Sleeping less than 7 hours among adults aged >=18 years               %
#> 85  Sleeping less than 7 hours among adults aged >=18 years               %
#> 86  Sleeping less than 7 hours among adults aged >=18 years               %
#> 87  Sleeping less than 7 hours among adults aged >=18 years               %
#> 88  Sleeping less than 7 hours among adults aged >=18 years               %
#> 89  Sleeping less than 7 hours among adults aged >=18 years               %
#> 90  Sleeping less than 7 hours among adults aged >=18 years               %
#> 91  Sleeping less than 7 hours among adults aged >=18 years               %
#> 92  Sleeping less than 7 hours among adults aged >=18 years               %
#> 93  Sleeping less than 7 hours among adults aged >=18 years               %
#> 94  Sleeping less than 7 hours among adults aged >=18 years               %
#> 95  Sleeping less than 7 hours among adults aged >=18 years               %
#> 96  Sleeping less than 7 hours among adults aged >=18 years               %
#> 97  Sleeping less than 7 hours among adults aged >=18 years               %
#> 98  Sleeping less than 7 hours among adults aged >=18 years               %
#> 99  Sleeping less than 7 hours among adults aged >=18 years               %
#> 100 Sleeping less than 7 hours among adults aged >=18 years               %
#> 101 Sleeping less than 7 hours among adults aged >=18 years               %
#> 102 Sleeping less than 7 hours among adults aged >=18 years               %
#> 103 Sleeping less than 7 hours among adults aged >=18 years               %
#> 104 Sleeping less than 7 hours among adults aged >=18 years               %
#> 105 Sleeping less than 7 hours among adults aged >=18 years               %
#> 106 Sleeping less than 7 hours among adults aged >=18 years               %
#> 107 Sleeping less than 7 hours among adults aged >=18 years               %
#> 108 Sleeping less than 7 hours among adults aged >=18 years               %
#> 109 Sleeping less than 7 hours among adults aged >=18 years               %
#> 110 Sleeping less than 7 hours among adults aged >=18 years               %
#> 111 Sleeping less than 7 hours among adults aged >=18 years               %
#> 112 Sleeping less than 7 hours among adults aged >=18 years               %
#> 113 Sleeping less than 7 hours among adults aged >=18 years               %
#> 114 Sleeping less than 7 hours among adults aged >=18 years               %
#> 115 Sleeping less than 7 hours among adults aged >=18 years               %
#> 116 Sleeping less than 7 hours among adults aged >=18 years               %
#> 117 Sleeping less than 7 hours among adults aged >=18 years               %
#> 118 Sleeping less than 7 hours among adults aged >=18 years               %
#> 119 Sleeping less than 7 hours among adults aged >=18 years               %
#> 120 Sleeping less than 7 hours among adults aged >=18 years               %
#> 121 Sleeping less than 7 hours among adults aged >=18 years               %
#> 122 Sleeping less than 7 hours among adults aged >=18 years               %
#> 123 Sleeping less than 7 hours among adults aged >=18 years               %
#> 124 Sleeping less than 7 hours among adults aged >=18 years               %
#> 125 Sleeping less than 7 hours among adults aged >=18 years               %
#> 126 Sleeping less than 7 hours among adults aged >=18 years               %
#> 127 Sleeping less than 7 hours among adults aged >=18 years               %
#> 128 Sleeping less than 7 hours among adults aged >=18 years               %
#> 129 Sleeping less than 7 hours among adults aged >=18 years               %
#> 130 Sleeping less than 7 hours among adults aged >=18 years               %
#> 131 Sleeping less than 7 hours among adults aged >=18 years               %
#> 132 Sleeping less than 7 hours among adults aged >=18 years               %
#> 133 Sleeping less than 7 hours among adults aged >=18 years               %
#> 134 Sleeping less than 7 hours among adults aged >=18 years               %
#> 135 Sleeping less than 7 hours among adults aged >=18 years               %
#> 136 Sleeping less than 7 hours among adults aged >=18 years               %
#> 137 Sleeping less than 7 hours among adults aged >=18 years               %
#> 138 Sleeping less than 7 hours among adults aged >=18 years               %
#> 139 Sleeping less than 7 hours among adults aged >=18 years               %
#> 140 Sleeping less than 7 hours among adults aged >=18 years               %
#> 141 Sleeping less than 7 hours among adults aged >=18 years               %
#> 142 Sleeping less than 7 hours among adults aged >=18 years               %
#> 143 Sleeping less than 7 hours among adults aged >=18 years               %
#> 144 Sleeping less than 7 hours among adults aged >=18 years               %
#> 145 Sleeping less than 7 hours among adults aged >=18 years               %
#> 146 Sleeping less than 7 hours among adults aged >=18 years               %
#> 147 Sleeping less than 7 hours among adults aged >=18 years               %
#> 148 Sleeping less than 7 hours among adults aged >=18 years               %
#> 149 Sleeping less than 7 hours among adults aged >=18 years               %
#> 150 Sleeping less than 7 hours among adults aged >=18 years               %
#> 151 Sleeping less than 7 hours among adults aged >=18 years               %
#> 152 Sleeping less than 7 hours among adults aged >=18 years               %
#> 153 Sleeping less than 7 hours among adults aged >=18 years               %
#> 154 Sleeping less than 7 hours among adults aged >=18 years               %
#> 155 Sleeping less than 7 hours among adults aged >=18 years               %
#> 156 Sleeping less than 7 hours among adults aged >=18 years               %
#> 157 Sleeping less than 7 hours among adults aged >=18 years               %
#> 158 Sleeping less than 7 hours among adults aged >=18 years               %
#> 159 Sleeping less than 7 hours among adults aged >=18 years               %
#> 160 Sleeping less than 7 hours among adults aged >=18 years               %
#> 161 Sleeping less than 7 hours among adults aged >=18 years               %
#> 162 Sleeping less than 7 hours among adults aged >=18 years               %
#> 163 Sleeping less than 7 hours among adults aged >=18 years               %
#> 164 Sleeping less than 7 hours among adults aged >=18 years               %
#> 165 Sleeping less than 7 hours among adults aged >=18 years               %
#> 166 Sleeping less than 7 hours among adults aged >=18 years               %
#>             data_value_type data_value low_confidence_limit
#> 1   Age-adjusted prevalence       34.6                 32.7
#> 2   Age-adjusted prevalence       34.1                 32.2
#> 3   Age-adjusted prevalence       33.8                 31.9
#> 4   Age-adjusted prevalence       31.9                 30.2
#> 5          Crude prevalence       32.7                 31.0
#> 6          Crude prevalence       32.9                 31.6
#> 7   Age-adjusted prevalence       33.6                 31.7
#> 8   Age-adjusted prevalence       33.8                 32.4
#> 9   Age-adjusted prevalence       32.2                 30.3
#> 10  Age-adjusted prevalence       36.2                 34.3
#> 11  Age-adjusted prevalence       29.4                 27.5
#> 12  Age-adjusted prevalence       33.3                 31.5
#> 13  Age-adjusted prevalence       35.6                 33.8
#> 14         Crude prevalence       33.5                 31.9
#> 15  Age-adjusted prevalence       34.7                 32.7
#> 16  Age-adjusted prevalence       35.6                 33.8
#> 17  Age-adjusted prevalence       33.0                 31.3
#> 18  Age-adjusted prevalence       38.9                 37.7
#> 19  Age-adjusted prevalence       36.4                 34.9
#> 20         Crude prevalence       32.1                 30.6
#> 21  Age-adjusted prevalence       31.5                 29.6
#> 22         Crude prevalence       31.6                 30.3
#> 23         Crude prevalence       33.6                 32.0
#> 24         Crude prevalence       34.8                 33.1
#> 25         Crude prevalence       36.0                 34.6
#> 26  Age-adjusted prevalence       34.0                 32.4
#> 27  Age-adjusted prevalence       34.5                 32.7
#> 28         Crude prevalence       33.5                 31.9
#> 29  Age-adjusted prevalence       32.7                 31.0
#> 30  Age-adjusted prevalence       34.5                 32.5
#> 31         Crude prevalence       35.9                 34.4
#> 32         Crude prevalence       32.1                 30.6
#> 33  Age-adjusted prevalence       30.0                 28.4
#> 34         Crude prevalence       33.1                 31.4
#> 35         Crude prevalence       32.4                 30.4
#> 36  Age-adjusted prevalence       34.6                 33.0
#> 37  Age-adjusted prevalence       34.0                 32.1
#> 38         Crude prevalence       33.7                 32.0
#> 39  Age-adjusted prevalence       31.5                 29.4
#> 40         Crude prevalence       32.6                 30.8
#> 41         Crude prevalence       31.5                 29.9
#> 42  Age-adjusted prevalence       35.4                 33.9
#> 43         Crude prevalence       34.8                 33.3
#> 44         Crude prevalence       30.5                 28.7
#> 45         Crude prevalence       32.4                 30.6
#> 46  Age-adjusted prevalence       35.6                 33.6
#> 47  Age-adjusted prevalence       32.8                 30.8
#> 48         Crude prevalence       31.6                 29.8
#> 49         Crude prevalence       34.6                 33.2
#> 50  Age-adjusted prevalence       35.1                 33.4
#> 51  Age-adjusted prevalence       34.9                 33.2
#> 52         Crude prevalence       33.2                 31.8
#> 53  Age-adjusted prevalence       34.0                 32.3
#> 54         Crude prevalence       33.4                 31.6
#> 55  Age-adjusted prevalence       31.9                 30.1
#> 56  Age-adjusted prevalence       33.3                 31.6
#> 57         Crude prevalence       30.1                 28.3
#> 58  Age-adjusted prevalence       32.5                 30.6
#> 59  Age-adjusted prevalence       37.4                 35.6
#> 60  Age-adjusted prevalence       33.9                 32.2
#> 61         Crude prevalence       33.9                 32.3
#> 62  Age-adjusted prevalence       35.6                 34.0
#> 63  Age-adjusted prevalence       34.0                 32.1
#> 64  Age-adjusted prevalence       31.7                 30.0
#> 65  Age-adjusted prevalence       33.9                 32.1
#> 66         Crude prevalence       29.5                 27.6
#> 67         Crude prevalence       34.1                 32.7
#> 68         Crude prevalence       35.1                 33.5
#> 69         Crude prevalence       39.1                 37.7
#> 70         Crude prevalence       33.1                 31.4
#> 71         Crude prevalence       33.4                 31.9
#> 72  Age-adjusted prevalence       33.9                 32.3
#> 73         Crude prevalence       34.5                 33.0
#> 74         Crude prevalence       32.6                 30.9
#> 75  Age-adjusted prevalence       32.0                 30.6
#> 76  Age-adjusted prevalence       35.5                 33.7
#> 77  Age-adjusted prevalence       37.5                 35.8
#> 78  Age-adjusted prevalence       35.5                 34.2
#> 79  Age-adjusted prevalence       33.0                 31.4
#> 80  Age-adjusted prevalence       34.0                 32.3
#> 81         Crude prevalence       33.4                 32.0
#> 82         Crude prevalence       33.0                 31.4
#> 83  Age-adjusted prevalence       40.1                 38.7
#> 84         Crude prevalence       32.7                 31.2
#> 85  Age-adjusted prevalence       33.8                 32.4
#> 86         Crude prevalence       31.4                 29.6
#> 87  Age-adjusted prevalence       34.4                 32.9
#> 88  Age-adjusted prevalence       35.7                 34.0
#> 89         Crude prevalence       32.3                 30.6
#> 90  Age-adjusted prevalence       34.8                 33.1
#> 91  Age-adjusted prevalence       32.5                 30.9
#> 92         Crude prevalence       34.8                 33.3
#> 93         Crude prevalence       30.2                 28.5
#> 94         Crude prevalence       36.2                 34.6
#> 95         Crude prevalence       30.4                 28.6
#> 96         Crude prevalence       30.8                 28.8
#> 97         Crude prevalence       31.2                 29.5
#> 98         Crude prevalence       32.6                 30.9
#> 99  Age-adjusted prevalence       35.3                 33.5
#> 100 Age-adjusted prevalence       35.9                 34.1
#> 101 Age-adjusted prevalence       35.4                 33.7
#> 102 Age-adjusted prevalence       36.4                 34.8
#> 103        Crude prevalence       33.1                 31.3
#> 104        Crude prevalence       31.5                 29.7
#> 105 Age-adjusted prevalence       34.4                 32.6
#> 106        Crude prevalence       29.1                 27.6
#> 107 Age-adjusted prevalence       35.8                 34.2
#> 108        Crude prevalence       32.9                 31.3
#> 109        Crude prevalence       28.7                 26.7
#> 110 Age-adjusted prevalence       31.5                 29.5
#> 111        Crude prevalence       38.3                 37.1
#> 112        Crude prevalence       32.6                 30.8
#> 113        Crude prevalence       34.2                 32.8
#> 114 Age-adjusted prevalence       35.1                 33.2
#> 115        Crude prevalence       34.2                 32.4
#> 116        Crude prevalence       31.4                 29.9
#> 117 Age-adjusted prevalence       31.9                 30.0
#> 118        Crude prevalence       32.7                 31.0
#> 119 Age-adjusted prevalence       34.7                 33.2
#> 120 Age-adjusted prevalence       35.9                 34.2
#> 121 Age-adjusted prevalence       35.9                 34.3
#> 122        Crude prevalence       33.4                 31.7
#> 123 Age-adjusted prevalence       35.8                 34.4
#> 124 Age-adjusted prevalence       34.9                 33.2
#> 125        Crude prevalence       35.9                 34.3
#> 126        Crude prevalence       31.2                 29.4
#> 127        Crude prevalence       31.2                 29.4
#> 128        Crude prevalence       32.6                 30.8
#> 129 Age-adjusted prevalence       34.5                 32.8
#> 130 Age-adjusted prevalence       34.4                 32.8
#> 131 Age-adjusted prevalence       34.8                 32.9
#> 132        Crude prevalence       30.3                 28.6
#> 133 Age-adjusted prevalence       36.0                 34.2
#> 134        Crude prevalence       31.3                 29.7
#> 135 Age-adjusted prevalence       31.2                 29.3
#> 136 Age-adjusted prevalence       33.7                 32.3
#> 137        Crude prevalence       31.3                 29.6
#> 138 Age-adjusted prevalence       35.0                 33.3
#> 139        Crude prevalence       32.3                 30.7
#> 140 Age-adjusted prevalence       35.4                 33.6
#> 141        Crude prevalence       34.2                 32.4
#> 142        Crude prevalence       33.1                 31.5
#> 143        Crude prevalence       34.6                 32.9
#> 144 Age-adjusted prevalence       36.9                 35.3
#> 145        Crude prevalence       34.9                 33.4
#> 146 Age-adjusted prevalence       33.5                 31.6
#> 147        Crude prevalence       33.1                 31.3
#> 148        Crude prevalence       32.3                 30.5
#> 149 Age-adjusted prevalence       32.5                 31.0
#> 150        Crude prevalence       32.1                 30.4
#> 151 Age-adjusted prevalence       33.2                 31.3
#> 152        Crude prevalence       33.2                 31.5
#> 153        Crude prevalence       28.4                 26.6
#> 154 Age-adjusted prevalence       33.2                 31.2
#> 155        Crude prevalence       30.8                 29.1
#> 156 Age-adjusted prevalence       32.6                 30.8
#> 157        Crude prevalence       32.0                 30.4
#> 158        Crude prevalence       34.6                 33.2
#> 159        Crude prevalence       33.5                 31.7
#> 160 Age-adjusted prevalence       34.6                 32.7
#> 161        Crude prevalence       33.4                 31.8
#> 162        Crude prevalence       33.2                 31.6
#> 163 Age-adjusted prevalence       37.3                 35.8
#> 164        Crude prevalence       34.5                 32.9
#> 165        Crude prevalence       31.2                 29.4
#> 166        Crude prevalence       33.3                 31.7
#>     high_confidence_limit totalpopulation locationid categoryid measureid
#> 1                    36.3           25752      26031    RISKBEH     SLEEP
#> 2                    35.9           13093      26141    RISKBEH     SLEEP
#> 3                    35.4           23299      26109    RISKBEH     SLEEP
#> 4                    33.6          120950      26005    RISKBEH     SLEEP
#> 5                    34.2           40506      26151    RISKBEH     SLEEP
#> 6                    34.2          176511      26121    RISKBEH     SLEEP
#> 7                    35.6           25289      26137    RISKBEH     SLEEP
#> 8                    35.2          369390      26161    RISKBEH     SLEEP
#> 9                    34.3           23813      26009    RISKBEH     SLEEP
#> 10                   37.8           45546      26059    RISKBEH     SLEEP
#> 11                   31.2           95860      26055    RISKBEH     SLEEP
#> 12                   35.0           25350      26101    RISKBEH     SLEEP
#> 13                   37.2            8311      26135    RISKBEH     SLEEP
#> 14                   35.0           60758      26149    RISKBEH     SLEEP
#> 15                   36.5           11635      26071    RISKBEH     SLEEP
#> 16                   37.3            9297      26119    RISKBEH     SLEEP
#> 17                   34.7          155274      26115    RISKBEH     SLEEP
#> 18                   40.0         1774816      26163    RISKBEH     SLEEP
#> 19                   37.9           12308      26085    RISKBEH     SLEEP
#> 20                   33.4           10906      26097    RISKBEH     SLEEP
#> 21                   33.1           83457      26111    RISKBEH     SLEEP
#> 22                   33.0          658046      26081    RISKBEH     SLEEP
#> 23                   35.2           26815      26127    RISKBEH     SLEEP
#> 24                   36.4           45546      26059    RISKBEH     SLEEP
#> 25                   37.4          189591      26145    RISKBEH     SLEEP
#> 26                   35.6          108944      26045    RISKBEH     SLEEP
#> 27                   36.2           23105      26133    RISKBEH     SLEEP
#> 28                   35.1           25485      26051    RISKBEH     SLEEP
#> 29                   34.6           29383      26105    RISKBEH     SLEEP
#> 30                   36.4           33901      26165    RISKBEH     SLEEP
#> 31                   37.4          133819      26025    RISKBEH     SLEEP
#> 32                   33.6          155274      26115    RISKBEH     SLEEP
#> 33                   31.6          299157      26139    RISKBEH     SLEEP
#> 34                   34.7           25369      26069    RISKBEH     SLEEP
#> 35                   34.3           64813      26073    RISKBEH     SLEEP
#> 36                   36.2            8030      26153    RISKBEH     SLEEP
#> 37                   35.6           10235      26001    RISKBEH     SLEEP
#> 38                   35.3           17979      26079    RISKBEH     SLEEP
#> 39                   33.5            2107      26083    RISKBEH     SLEEP
#> 40                   34.2           14361      26053    RISKBEH     SLEEP
#> 41                   33.1           50296      26123    RISKBEH     SLEEP
#> 42                   36.9            8821      26003    RISKBEH     SLEEP
#> 43                   36.2          876792      26099    RISKBEH     SLEEP
#> 44                   32.2           83457      26111    RISKBEH     SLEEP
#> 45                   34.2           25289      26137    RISKBEH     SLEEP
#> 46                   37.4            5868      26131    RISKBEH     SLEEP
#> 47                   34.8           37313      26061    RISKBEH     SLEEP
#> 48                   33.3           13093      26141    RISKBEH     SLEEP
#> 49                   36.0          160050      26075    RISKBEH     SLEEP
#> 50                   36.7           14975      26011    RISKBEH     SLEEP
#> 51                   36.4           26815      26127    RISKBEH     SLEEP
#> 52                   34.6         1270017      26125    RISKBEH     SLEEP
#> 53                   35.6           67877      26155    RISKBEH     SLEEP
#> 54                   35.2           33901      26165    RISKBEH     SLEEP
#> 55                   33.6           79426      26037    RISKBEH     SLEEP
#> 56                   34.9          160053      26147    RISKBEH     SLEEP
#> 57                   31.8           34225      26047    RISKBEH     SLEEP
#> 58                   34.4           26086      26029    RISKBEH     SLEEP
#> 59                   39.0           52917      26157    RISKBEH     SLEEP
#> 60                   35.6           64813      26073    RISKBEH     SLEEP
#> 61                   35.4           31252      26063    RISKBEH     SLEEP
#> 62                   37.0          160050      26075    RISKBEH     SLEEP
#> 63                   35.8           62992      26015    RISKBEH     SLEEP
#> 64                   33.5           66103      26103    RISKBEH     SLEEP
#> 65                   35.5          102985      26017    RISKBEH     SLEEP
#> 66                   31.5           22623      26089    RISKBEH     SLEEP
#> 67                   35.4            8215      26013    RISKBEH     SLEEP
#> 68                   36.6           67220      26117    RISKBEH     SLEEP
#> 69                   40.4          404208      26049    RISKBEH     SLEEP
#> 70                   34.8            9297      26119    RISKBEH     SLEEP
#> 71                   34.9           14975      26011    RISKBEH     SLEEP
#> 72                   35.6          261108      26077    RISKBEH     SLEEP
#> 73                   36.1           44985      26023    RISKBEH     SLEEP
#> 74                   34.1            8030      26153    RISKBEH     SLEEP
#> 75                   33.4          658046      26081    RISKBEH     SLEEP
#> 76                   36.9           75658      26159    RISKBEH     SLEEP
#> 77                   39.2           31065      26035    RISKBEH     SLEEP
#> 78                   36.9          876792      26099    RISKBEH     SLEEP
#> 79                   34.4           41544      26057    RISKBEH     SLEEP
#> 80                   35.7           40506      26151    RISKBEH     SLEEP
#> 81                   34.8          153101      26021    RISKBEH     SLEEP
#> 82                   34.5          108944      26045    RISKBEH     SLEEP
#> 83                   41.6          404208      26049    RISKBEH     SLEEP
#> 84                   34.2          369390      26161    RISKBEH     SLEEP
#> 85                   35.3         1270017      26125    RISKBEH     SLEEP
#> 86                   33.2           18223      26019    RISKBEH     SLEEP
#> 87                   35.7           10906      26097    RISKBEH     SLEEP
#> 88                   37.4           31252      26063    RISKBEH     SLEEP
#> 89                   34.0           15130      26113    RISKBEH     SLEEP
#> 90                   36.5           28893      26007    RISKBEH     SLEEP
#> 91                   34.2           50296      26123    RISKBEH     SLEEP
#> 92                   36.2           98956      26091    RISKBEH     SLEEP
#> 93                   32.0           66103      26103    RISKBEH     SLEEP
#> 94                   37.7           52917      26157    RISKBEH     SLEEP
#> 95                   32.0          195014      26093    RISKBEH     SLEEP
#> 96                   32.8           37313      26061    RISKBEH     SLEEP
#> 97                   32.8           79426      26037    RISKBEH     SLEEP
#> 98                   34.4           25752      26031    RISKBEH     SLEEP
#> 99                   37.1           25485      26051    RISKBEH     SLEEP
#> 100                  37.6           36826      26041    RISKBEH     SLEEP
#> 101                  37.0           44985      26023    RISKBEH     SLEEP
#> 102                  37.9            5309      26095    RISKBEH     SLEEP
#> 103                  34.9           62992      26015    RISKBEH     SLEEP
#> 104                  33.0           13204      26039    RISKBEH     SLEEP
#> 105                  36.1           88513      26087    RISKBEH     SLEEP
#> 106                  30.6          299157      26139    RISKBEH     SLEEP
#> 107                  37.1           36816      26033    RISKBEH     SLEEP
#> 108                  34.4          261108      26077    RISKBEH     SLEEP
#> 109                  30.6            2107      26083    RISKBEH     SLEEP
#> 110                  33.3           34225      26047    RISKBEH     SLEEP
#> 111                  39.3         1774816      26163    RISKBEH     SLEEP
#> 112                  34.2           23633      26143    RISKBEH     SLEEP
#> 113                  35.7           12308      26085    RISKBEH     SLEEP
#> 114                  36.8           23633      26143    RISKBEH     SLEEP
#> 115                  35.8           36826      26041    RISKBEH     SLEEP
#> 116                  32.9          284034      26065    RISKBEH     SLEEP
#> 117                  33.9           22623      26089    RISKBEH     SLEEP
#> 118                  34.2          102985      26017    RISKBEH     SLEEP
#> 119                  36.2          153101      26021    RISKBEH     SLEEP
#> 120                  37.5           67220      26117    RISKBEH     SLEEP
#> 121                  37.3           98956      26091    RISKBEH     SLEEP
#> 122                  35.0            8311      26135    RISKBEH     SLEEP
#> 123                  37.2            8215      26013    RISKBEH     SLEEP
#> 124                  36.4           20726      26129    RISKBEH     SLEEP
#> 125                  37.5           31065      26035    RISKBEH     SLEEP
#> 126                  32.9           29383      26105    RISKBEH     SLEEP
#> 127                  32.8           25787      26043    RISKBEH     SLEEP
#> 128                  34.3            5868      26131    RISKBEH     SLEEP
#> 129                  36.2           51483      26027    RISKBEH     SLEEP
#> 130                  36.0           60758      26149    RISKBEH     SLEEP
#> 131                  36.4           17979      26079    RISKBEH     SLEEP
#> 132                  32.1           23813      26009    RISKBEH     SLEEP
#> 133                  37.8           40031      26107    RISKBEH     SLEEP
#> 134                  32.9           25350      26101    RISKBEH     SLEEP
#> 135                  32.9          195014      26093    RISKBEH     SLEEP
#> 136                  35.0          176511      26121    RISKBEH     SLEEP
#> 137                  32.8          120950      26005    RISKBEH     SLEEP
#> 138                  36.6           67197      26067    RISKBEH     SLEEP
#> 139                  33.8          160053      26147    RISKBEH     SLEEP
#> 140                  37.0           25369      26069    RISKBEH     SLEEP
#> 141                  35.9           40031      26107    RISKBEH     SLEEP
#> 142                  34.5           20726      26129    RISKBEH     SLEEP
#> 143                  36.1           67197      26067    RISKBEH     SLEEP
#> 144                  38.5          133819      26025    RISKBEH     SLEEP
#> 145                  36.3            5309      26095    RISKBEH     SLEEP
#> 146                  35.3           15130      26113    RISKBEH     SLEEP
#> 147                  34.6           67877      26155    RISKBEH     SLEEP
#> 148                  34.1           11635      26071    RISKBEH     SLEEP
#> 149                  33.9          284034      26065    RISKBEH     SLEEP
#> 150                  33.7           23299      26109    RISKBEH     SLEEP
#> 151                  35.0           13204      26039    RISKBEH     SLEEP
#> 152                  34.8           23105      26133    RISKBEH     SLEEP
#> 153                  30.1           95860      26055    RISKBEH     SLEEP
#> 154                  35.0           18223      26019    RISKBEH     SLEEP
#> 155                  32.7           26086      26029    RISKBEH     SLEEP
#> 156                  34.4           25787      26043    RISKBEH     SLEEP
#> 157                  33.3           41544      26057    RISKBEH     SLEEP
#> 158                  35.9           36816      26033    RISKBEH     SLEEP
#> 159                  35.2           88513      26087    RISKBEH     SLEEP
#> 160                  36.3           14361      26053    RISKBEH     SLEEP
#> 161                  34.8            8821      26003    RISKBEH     SLEEP
#> 162                  34.8           28893      26007    RISKBEH     SLEEP
#> 163                  38.7          189591      26145    RISKBEH     SLEEP
#> 164                  35.9           75658      26159    RISKBEH     SLEEP
#> 165                  32.8           10235      26001    RISKBEH     SLEEP
#> 166                  34.9           51483      26027    RISKBEH     SLEEP
#>     datavaluetypeid short_question_text                    geolocation
#> 1         AgeAdjPrv      Sleep <7 hours Point, -84.4954307, 45.4760217
#> 2         AgeAdjPrv      Sleep <7 hours Point, -83.4322825, 45.2523973
#> 3         AgeAdjPrv      Sleep <7 hours Point, -87.5014573, 45.5355685
#> 4         AgeAdjPrv      Sleep <7 hours Point, -86.2614034, 42.4212512
#> 5            CrdPrv      Sleep <7 hours Point, -82.6428148, 43.4491547
#> 6            CrdPrv      Sleep <7 hours Point, -86.4209083, 43.4287388
#> 7         AgeAdjPrv      Sleep <7 hours Point, -84.5766031, 45.0217871
#> 8         AgeAdjPrv      Sleep <7 hours Point, -83.8434233, 42.2522168
#> 9         AgeAdjPrv      Sleep <7 hours  Point, -85.175639, 45.0054553
#> 10        AgeAdjPrv      Sleep <7 hours Point, -84.6374794, 41.9274606
#> 11        AgeAdjPrv      Sleep <7 hours Point, -85.5538484, 44.7186875
#> 12        AgeAdjPrv      Sleep <7 hours Point, -86.3275365, 44.2452677
#> 13        AgeAdjPrv      Sleep <7 hours Point, -84.1269054, 44.6872574
#> 14           CrdPrv      Sleep <7 hours Point, -85.5228703, 41.9114878
#> 15        AgeAdjPrv      Sleep <7 hours Point, -88.5405261, 46.1702542
#> 16        AgeAdjPrv      Sleep <7 hours Point, -84.1301067, 45.0241337
#> 17        AgeAdjPrv      Sleep <7 hours  Point, -83.4871059, 41.916097
#> 18        AgeAdjPrv      Sleep <7 hours Point, -83.2619533, 42.2846636
#> 19        AgeAdjPrv      Sleep <7 hours Point, -85.8113997, 43.9951867
#> 20           CrdPrv      Sleep <7 hours Point, -85.3037625, 46.1678678
#> 21        AgeAdjPrv      Sleep <7 hours Point, -84.3794144, 43.6482031
#> 22           CrdPrv      Sleep <7 hours  Point, -85.547446, 43.0324971
#> 23           CrdPrv      Sleep <7 hours  Point, -86.467177, 43.6039542
#> 24           CrdPrv      Sleep <7 hours Point, -84.6374794, 41.9274606
#> 25           CrdPrv      Sleep <7 hours   Point, -84.05541, 43.3282667
#> 26        AgeAdjPrv      Sleep <7 hours Point, -84.8464499, 42.5895301
#> 27        AgeAdjPrv      Sleep <7 hours Point, -85.3222825, 43.9975523
#> 28           CrdPrv      Sleep <7 hours Point, -84.3898162, 43.9897504
#> 29        AgeAdjPrv      Sleep <7 hours Point, -86.4429369, 43.9571957
#> 30        AgeAdjPrv      Sleep <7 hours Point, -85.5700462, 44.3313751
#> 31           CrdPrv      Sleep <7 hours Point, -85.0123853, 42.2429896
#> 32           CrdPrv      Sleep <7 hours  Point, -83.4871059, 41.916097
#> 33        AgeAdjPrv      Sleep <7 hours  Point, -86.2193493, 43.054969
#> 34           CrdPrv      Sleep <7 hours Point, -83.3801412, 44.3869118
#> 35           CrdPrv      Sleep <7 hours Point, -84.8394245, 43.6452331
#> 36        AgeAdjPrv      Sleep <7 hours  Point, -86.197029, 46.0211217
#> 37        AgeAdjPrv      Sleep <7 hours Point, -83.2945804, 44.6575092
#> 38           CrdPrv      Sleep <7 hours Point, -85.0889915, 44.6788808
#> 39        AgeAdjPrv      Sleep <7 hours Point, -88.3513318, 47.3672969
#> 40           CrdPrv      Sleep <7 hours  Point, -89.788314, 46.4880535
#> 41           CrdPrv      Sleep <7 hours Point, -85.7913723, 43.5627117
#> 42        AgeAdjPrv      Sleep <7 hours Point, -86.6571192, 46.5217365
#> 43           CrdPrv      Sleep <7 hours Point, -82.9114562, 42.6715526
#> 44           CrdPrv      Sleep <7 hours Point, -84.3794144, 43.6482031
#> 45           CrdPrv      Sleep <7 hours Point, -84.5766031, 45.0217871
#> 46        AgeAdjPrv      Sleep <7 hours Point, -89.2769121, 46.8353252
#> 47        AgeAdjPrv      Sleep <7 hours  Point, -88.6519034, 46.998427
#> 48           CrdPrv      Sleep <7 hours Point, -83.4322825, 45.2523973
#> 49           CrdPrv      Sleep <7 hours Point, -84.4208679, 42.2484738
#> 50        AgeAdjPrv      Sleep <7 hours Point, -83.7406755, 44.0368327
#> 51        AgeAdjPrv      Sleep <7 hours  Point, -86.467177, 43.6039542
#> 52           CrdPrv      Sleep <7 hours Point, -83.3842103, 42.6604518
#> 53        AgeAdjPrv      Sleep <7 hours Point, -84.1463518, 42.9515446
#> 54           CrdPrv      Sleep <7 hours Point, -85.5700462, 44.3313751
#> 55        AgeAdjPrv      Sleep <7 hours  Point, -84.5916949, 42.950455
#> 56        AgeAdjPrv      Sleep <7 hours Point, -82.6689135, 42.9288035
#> 57           CrdPrv      Sleep <7 hours Point, -84.9868217, 45.5900944
#> 58        AgeAdjPrv      Sleep <7 hours Point, -85.5436841, 45.6185538
#> 59        AgeAdjPrv      Sleep <7 hours  Point, -83.436618, 43.4879024
#> 60        AgeAdjPrv      Sleep <7 hours Point, -84.8394245, 43.6452331
#> 61           CrdPrv      Sleep <7 hours  Point, -82.8570449, 43.907616
#> 62        AgeAdjPrv      Sleep <7 hours Point, -84.4208679, 42.2484738
#> 63        AgeAdjPrv      Sleep <7 hours Point, -85.3145503, 42.5828109
#> 64        AgeAdjPrv      Sleep <7 hours Point, -87.5840278, 46.6565964
#> 65        AgeAdjPrv      Sleep <7 hours Point, -83.9787007, 43.6997112
#> 66           CrdPrv      Sleep <7 hours  Point, -86.051574, 45.1461816
#> 67           CrdPrv      Sleep <7 hours Point, -88.3618101, 46.6958592
#> 68           CrdPrv      Sleep <7 hours Point, -85.1494679, 43.3127822
#> 69           CrdPrv      Sleep <7 hours Point, -83.7063718, 43.0210768
#> 70           CrdPrv      Sleep <7 hours Point, -84.1301067, 45.0241337
#> 71           CrdPrv      Sleep <7 hours Point, -83.7406755, 44.0368327
#> 72        AgeAdjPrv      Sleep <7 hours Point, -85.5328544, 42.2462657
#> 73           CrdPrv      Sleep <7 hours Point, -85.0668852, 41.9184551
#> 74           CrdPrv      Sleep <7 hours  Point, -86.197029, 46.0211217
#> 75        AgeAdjPrv      Sleep <7 hours  Point, -85.547446, 43.0324971
#> 76        AgeAdjPrv      Sleep <7 hours Point, -86.3060762, 42.2821497
#> 77        AgeAdjPrv      Sleep <7 hours Point, -84.8383253, 43.9911368
#> 78        AgeAdjPrv      Sleep <7 hours Point, -82.9114562, 42.6715526
#> 79        AgeAdjPrv      Sleep <7 hours   Point, -84.60469, 43.2923259
#> 80        AgeAdjPrv      Sleep <7 hours Point, -82.6428148, 43.4491547
#> 81           CrdPrv      Sleep <7 hours Point, -86.7425435, 41.7913818
#> 82           CrdPrv      Sleep <7 hours Point, -84.8464499, 42.5895301
#> 83        AgeAdjPrv      Sleep <7 hours Point, -83.7063718, 43.0210768
#> 84           CrdPrv      Sleep <7 hours Point, -83.8434233, 42.2522168
#> 85        AgeAdjPrv      Sleep <7 hours Point, -83.3842103, 42.6604518
#> 86           CrdPrv      Sleep <7 hours Point, -86.2319991, 44.6368444
#> 87        AgeAdjPrv      Sleep <7 hours Point, -85.3037625, 46.1678678
#> 88        AgeAdjPrv      Sleep <7 hours  Point, -82.8570449, 43.907616
#> 89           CrdPrv      Sleep <7 hours  Point, -85.0854708, 44.325424
#> 90        AgeAdjPrv      Sleep <7 hours  Point, -83.4265739, 44.894954
#> 91        AgeAdjPrv      Sleep <7 hours Point, -85.7913723, 43.5627117
#> 92           CrdPrv      Sleep <7 hours Point, -84.0743563, 41.8960225
#> 93           CrdPrv      Sleep <7 hours Point, -87.5840278, 46.6565964
#> 94           CrdPrv      Sleep <7 hours  Point, -83.436618, 43.4879024
#> 95           CrdPrv      Sleep <7 hours Point, -83.9117183, 42.6025316
#> 96           CrdPrv      Sleep <7 hours  Point, -88.6519034, 46.998427
#> 97           CrdPrv      Sleep <7 hours  Point, -84.5916949, 42.950455
#> 98           CrdPrv      Sleep <7 hours Point, -84.4954307, 45.4760217
#> 99        AgeAdjPrv      Sleep <7 hours Point, -84.3898162, 43.9897504
#> 100       AgeAdjPrv      Sleep <7 hours Point, -86.9019375, 45.8052288
#> 101       AgeAdjPrv      Sleep <7 hours Point, -85.0668852, 41.9184551
#> 102       AgeAdjPrv      Sleep <7 hours Point, -85.5175518, 46.5109878
#> 103          CrdPrv      Sleep <7 hours Point, -85.3145503, 42.5828109
#> 104          CrdPrv      Sleep <7 hours Point, -84.6113432, 44.6801748
#> 105       AgeAdjPrv      Sleep <7 hours Point, -83.2243247, 43.0886327
#> 106          CrdPrv      Sleep <7 hours  Point, -86.2193493, 43.054969
#> 107       AgeAdjPrv      Sleep <7 hours Point, -84.5206297, 46.3218192
#> 108          CrdPrv      Sleep <7 hours Point, -85.5328544, 42.2462657
#> 109          CrdPrv      Sleep <7 hours Point, -88.3513318, 47.3672969
#> 110       AgeAdjPrv      Sleep <7 hours Point, -84.9868217, 45.5900944
#> 111          CrdPrv      Sleep <7 hours Point, -83.2619533, 42.2846636
#> 112          CrdPrv      Sleep <7 hours Point, -84.6112715, 44.3395168
#> 113          CrdPrv      Sleep <7 hours Point, -85.8113997, 43.9951867
#> 114       AgeAdjPrv      Sleep <7 hours Point, -84.6112715, 44.3395168
#> 115          CrdPrv      Sleep <7 hours Point, -86.9019375, 45.8052288
#> 116          CrdPrv      Sleep <7 hours Point, -84.3738107, 42.6035338
#> 117       AgeAdjPrv      Sleep <7 hours  Point, -86.051574, 45.1461816
#> 118          CrdPrv      Sleep <7 hours Point, -83.9787007, 43.6997112
#> 119       AgeAdjPrv      Sleep <7 hours Point, -86.7425435, 41.7913818
#> 120       AgeAdjPrv      Sleep <7 hours Point, -85.1494679, 43.3127822
#> 121       AgeAdjPrv      Sleep <7 hours Point, -84.0743563, 41.8960225
#> 122          CrdPrv      Sleep <7 hours Point, -84.1269054, 44.6872574
#> 123       AgeAdjPrv      Sleep <7 hours Point, -88.3618101, 46.6958592
#> 124       AgeAdjPrv      Sleep <7 hours Point, -84.1280728, 44.3332801
#> 125          CrdPrv      Sleep <7 hours Point, -84.8383253, 43.9911368
#> 126          CrdPrv      Sleep <7 hours Point, -86.4429369, 43.9571957
#> 127          CrdPrv      Sleep <7 hours Point, -87.8661386, 46.0128332
#> 128          CrdPrv      Sleep <7 hours Point, -89.2769121, 46.8353252
#> 129       AgeAdjPrv      Sleep <7 hours  Point, -86.000142, 41.9172431
#> 130       AgeAdjPrv      Sleep <7 hours Point, -85.5228703, 41.9114878
#> 131       AgeAdjPrv      Sleep <7 hours Point, -85.0889915, 44.6788808
#> 132          CrdPrv      Sleep <7 hours  Point, -85.175639, 45.0054553
#> 133       AgeAdjPrv      Sleep <7 hours Point, -85.3327509, 43.6352949
#> 134          CrdPrv      Sleep <7 hours Point, -86.3275365, 44.2452677
#> 135       AgeAdjPrv      Sleep <7 hours Point, -83.9117183, 42.6025316
#> 136       AgeAdjPrv      Sleep <7 hours Point, -86.4209083, 43.4287388
#> 137          CrdPrv      Sleep <7 hours Point, -86.2614034, 42.4212512
#> 138       AgeAdjPrv      Sleep <7 hours  Point, -85.073766, 42.9446503
#> 139          CrdPrv      Sleep <7 hours Point, -82.6689135, 42.9288035
#> 140       AgeAdjPrv      Sleep <7 hours Point, -83.3801412, 44.3869118
#> 141          CrdPrv      Sleep <7 hours Point, -85.3327509, 43.6352949
#> 142          CrdPrv      Sleep <7 hours Point, -84.1280728, 44.3332801
#> 143          CrdPrv      Sleep <7 hours  Point, -85.073766, 42.9446503
#> 144       AgeAdjPrv      Sleep <7 hours Point, -85.0123853, 42.2429896
#> 145          CrdPrv      Sleep <7 hours Point, -85.5175518, 46.5109878
#> 146       AgeAdjPrv      Sleep <7 hours  Point, -85.0854708, 44.325424
#> 147          CrdPrv      Sleep <7 hours Point, -84.1463518, 42.9515446
#> 148          CrdPrv      Sleep <7 hours Point, -88.5405261, 46.1702542
#> 149       AgeAdjPrv      Sleep <7 hours Point, -84.3738107, 42.6035338
#> 150          CrdPrv      Sleep <7 hours Point, -87.5014573, 45.5355685
#> 151       AgeAdjPrv      Sleep <7 hours Point, -84.6113432, 44.6801748
#> 152          CrdPrv      Sleep <7 hours Point, -85.3222825, 43.9975523
#> 153          CrdPrv      Sleep <7 hours Point, -85.5538484, 44.7186875
#> 154       AgeAdjPrv      Sleep <7 hours Point, -86.2319991, 44.6368444
#> 155          CrdPrv      Sleep <7 hours Point, -85.5436841, 45.6185538
#> 156       AgeAdjPrv      Sleep <7 hours Point, -87.8661386, 46.0128332
#> 157          CrdPrv      Sleep <7 hours   Point, -84.60469, 43.2923259
#> 158          CrdPrv      Sleep <7 hours Point, -84.5206297, 46.3218192
#> 159          CrdPrv      Sleep <7 hours Point, -83.2243247, 43.0886327
#> 160       AgeAdjPrv      Sleep <7 hours  Point, -89.788314, 46.4880535
#> 161          CrdPrv      Sleep <7 hours Point, -86.6571192, 46.5217365
#> 162          CrdPrv      Sleep <7 hours  Point, -83.4265739, 44.894954
#> 163       AgeAdjPrv      Sleep <7 hours   Point, -84.05541, 43.3282667
#> 164          CrdPrv      Sleep <7 hours Point, -86.3060762, 42.2821497
#> 165          CrdPrv      Sleep <7 hours Point, -83.2945804, 44.6575092
#> 166          CrdPrv      Sleep <7 hours  Point, -86.000142, 41.9172431
get_places(geography = "county", state = c("MI", "OH"),
measure = c("SLEEP", "ACCESS2"), release = "2023")
#>     year stateabbr statedesc   locationname datasource              category
#> 1   2020        MI  Michigan      Cheboygan      BRFSS Health Risk Behaviors
#> 2   2020        OH      Ohio       Richland      BRFSS Health Risk Behaviors
#> 3   2020        MI  Michigan   Presque Isle      BRFSS Health Risk Behaviors
#> 4   2021        MI  Michigan          Barry      BRFSS            Prevention
#> 5   2020        MI  Michigan      Menominee      BRFSS Health Risk Behaviors
#> 6   2020        OH      Ohio         Morrow      BRFSS Health Risk Behaviors
#> 7   2021        MI  Michigan        Midland      BRFSS            Prevention
#> 8   2020        MI  Michigan        Allegan      BRFSS Health Risk Behaviors
#> 9   2020        OH      Ohio           Knox      BRFSS Health Risk Behaviors
#> 10  2020        OH      Ohio          Miami      BRFSS Health Risk Behaviors
#> 11  2021        OH      Ohio        Fayette      BRFSS            Prevention
#> 12  2021        OH      Ohio         Putnam      BRFSS            Prevention
#> 13  2021        OH      Ohio          Lucas      BRFSS            Prevention
#> 14  2021        MI  Michigan          Delta      BRFSS            Prevention
#> 15  2020        MI  Michigan        Sanilac      BRFSS Health Risk Behaviors
#> 16  2020        MI  Michigan       Muskegon      BRFSS Health Risk Behaviors
#> 17  2020        OH      Ohio           Pike      BRFSS Health Risk Behaviors
#> 18  2020        OH      Ohio        Ashland      BRFSS Health Risk Behaviors
#> 19  2020        OH      Ohio          Meigs      BRFSS Health Risk Behaviors
#> 20  2021        OH      Ohio        Belmont      BRFSS            Prevention
#> 21  2021        OH      Ohio      Ashtabula      BRFSS            Prevention
#> 22  2020        MI  Michigan         Otsego      BRFSS Health Risk Behaviors
#> 23  2021        OH      Ohio          Noble      BRFSS            Prevention
#> 24  2020        MI  Michigan      Washtenaw      BRFSS Health Risk Behaviors
#> 25  2020        OH      Ohio         Seneca      BRFSS Health Risk Behaviors
#> 26  2020        OH      Ohio          Noble      BRFSS Health Risk Behaviors
#> 27  2021        OH      Ohio       Guernsey      BRFSS            Prevention
#> 28  2020        MI  Michigan         Antrim      BRFSS Health Risk Behaviors
#> 29  2021        OH      Ohio          Huron      BRFSS            Prevention
#> 30  2020        MI  Michigan      Hillsdale      BRFSS Health Risk Behaviors
#> 31  2021        OH      Ohio       Cuyahoga      BRFSS            Prevention
#> 32  2020        OH      Ohio          Wayne      BRFSS Health Risk Behaviors
#> 33  2020        OH      Ohio           Pike      BRFSS Health Risk Behaviors
#> 34  2021        OH      Ohio          Clark      BRFSS            Prevention
#> 35  2020        MI  Michigan Grand Traverse      BRFSS Health Risk Behaviors
#> 36  2020        OH      Ohio         Shelby      BRFSS Health Risk Behaviors
#> 37  2021        OH      Ohio         Marion      BRFSS            Prevention
#> 38  2021        MI  Michigan         Arenac      BRFSS            Prevention
#> 39  2020        MI  Michigan       Manistee      BRFSS Health Risk Behaviors
#> 40  2021        MI  Michigan       Keweenaw      BRFSS            Prevention
#> 41  2020        OH      Ohio      Jefferson      BRFSS Health Risk Behaviors
#> 42  2020        OH      Ohio         Gallia      BRFSS Health Risk Behaviors
#> 43  2020        OH      Ohio       Franklin      BRFSS Health Risk Behaviors
#> 44  2021        MI  Michigan        Lenawee      BRFSS            Prevention
#> 45  2020        MI  Michigan         Oscoda      BRFSS Health Risk Behaviors
#> 46  2021        MI  Michigan       Montcalm      BRFSS            Prevention
#> 47  2020        MI  Michigan     St. Joseph      BRFSS Health Risk Behaviors
#> 48  2021        OH      Ohio         Geauga      BRFSS            Prevention
#> 49  2021        MI  Michigan      Kalamazoo      BRFSS            Prevention
#> 50  2021        OH      Ohio       Clermont      BRFSS            Prevention
#> 51  2021        OH      Ohio        Hancock      BRFSS            Prevention
#> 52  2021        MI  Michigan         Lapeer      BRFSS            Prevention
#> 53  2021        OH      Ohio        Clinton      BRFSS            Prevention
#> 54  2020        OH      Ohio       Williams      BRFSS Health Risk Behaviors
#> 55  2020        OH      Ohio           Erie      BRFSS Health Risk Behaviors
#> 56  2021        OH      Ohio        Madison      BRFSS            Prevention
#> 57  2021        MI  Michigan     Shiawassee      BRFSS            Prevention
#> 58  2021        MI  Michigan       Montcalm      BRFSS            Prevention
#> 59  2021        MI  Michigan        Berrien      BRFSS            Prevention
#> 60  2021        OH      Ohio         Athens      BRFSS            Prevention
#> 61  2020        MI  Michigan           Iron      BRFSS Health Risk Behaviors
#> 62  2021        OH      Ohio      Jefferson      BRFSS            Prevention
#> 63  2021        MI  Michigan        Gladwin      BRFSS            Prevention
#> 64  2020        OH      Ohio       Sandusky      BRFSS Health Risk Behaviors
#> 65  2021        OH      Ohio        Ashland      BRFSS            Prevention
#> 66  2021        OH      Ohio        Licking      BRFSS            Prevention
#> 67  2020        MI  Michigan    Montmorency      BRFSS Health Risk Behaviors
#> 68  2020        OH      Ohio       Van Wert      BRFSS Health Risk Behaviors
#> 69  2020        OH      Ohio           Wood      BRFSS Health Risk Behaviors
#> 70  2021        OH      Ohio        Hocking      BRFSS            Prevention
#> 71  2021        MI  Michigan          Huron      BRFSS            Prevention
#> 72  2020        OH      Ohio         Preble      BRFSS Health Risk Behaviors
#> 73  2021        OH      Ohio           Ross      BRFSS            Prevention
#> 74  2021        OH      Ohio        Carroll      BRFSS            Prevention
#> 75  2021        MI  Michigan      Hillsdale      BRFSS            Prevention
#> 76  2021        MI  Michigan        Jackson      BRFSS            Prevention
#> 77  2021        MI  Michigan          Ionia      BRFSS            Prevention
#> 78  2020        OH      Ohio        Jackson      BRFSS Health Risk Behaviors
#> 79  2020        OH      Ohio         Scioto      BRFSS Health Risk Behaviors
#> 80  2021        OH      Ohio         Gallia      BRFSS            Prevention
#> 81  2020        MI  Michigan         Monroe      BRFSS Health Risk Behaviors
#> 82  2021        OH      Ohio       Franklin      BRFSS            Prevention
#> 83  2020        MI  Michigan          Wayne      BRFSS Health Risk Behaviors
#> 84  2021        OH      Ohio           Ross      BRFSS            Prevention
#> 85  2021        MI  Michigan       Houghton      BRFSS            Prevention
#> 86  2020        MI  Michigan           Lake      BRFSS Health Risk Behaviors
#> 87  2021        MI  Michigan        Gogebic      BRFSS            Prevention
#> 88  2020        OH      Ohio          Henry      BRFSS Health Risk Behaviors
#> 89  2020        OH      Ohio        Wyandot      BRFSS Health Risk Behaviors
#> 90  2020        OH      Ohio     Tuscarawas      BRFSS Health Risk Behaviors
#> 91  2020        MI  Michigan       Mackinac      BRFSS Health Risk Behaviors
#> 92  2020        MI  Michigan        Midland      BRFSS Health Risk Behaviors
#> 93  2020        OH      Ohio       Delaware      BRFSS Health Risk Behaviors
#> 94  2021        OH      Ohio       Pickaway      BRFSS            Prevention
#> 95  2021        MI  Michigan          Wayne      BRFSS            Prevention
#> 96  2021        OH      Ohio          Perry      BRFSS            Prevention
#> 97  2020        MI  Michigan           Kent      BRFSS Health Risk Behaviors
#> 98  2021        MI  Michigan        Gratiot      BRFSS            Prevention
#> 99  2020        OH      Ohio       Auglaize      BRFSS Health Risk Behaviors
#> 100 2020        MI  Michigan         Oceana      BRFSS Health Risk Behaviors
#> 101 2020        MI  Michigan      Hillsdale      BRFSS Health Risk Behaviors
#> 102 2020        MI  Michigan        Saginaw      BRFSS Health Risk Behaviors
#> 103 2020        OH      Ohio        Belmont      BRFSS Health Risk Behaviors
#> 104 2021        OH      Ohio         Medina      BRFSS            Prevention
#> 105 2021        MI  Michigan         Alpena      BRFSS            Prevention
#> 106 2020        OH      Ohio     Columbiana      BRFSS Health Risk Behaviors
#> 107 2020        MI  Michigan          Eaton      BRFSS Health Risk Behaviors
#> 108 2021        OH      Ohio         Greene      BRFSS            Prevention
#> 109 2021        MI  Michigan      Missaukee      BRFSS            Prevention
#> 110 2021        OH      Ohio       Paulding      BRFSS            Prevention
#> 111 2020        OH      Ohio           Erie      BRFSS Health Risk Behaviors
#> 112 2021        MI  Michigan        Oakland      BRFSS            Prevention
#> 113 2021        OH      Ohio          Darke      BRFSS            Prevention
#> 114 2020        OH      Ohio          Adams      BRFSS Health Risk Behaviors
#> 115 2020        MI  Michigan        Osceola      BRFSS Health Risk Behaviors
#> 116 2020        OH      Ohio      Muskingum      BRFSS Health Risk Behaviors
#> 117 2020        OH      Ohio          Brown      BRFSS Health Risk Behaviors
#> 118 2020        OH      Ohio       Defiance      BRFSS Health Risk Behaviors
#> 119 2021        MI  Michigan       Houghton      BRFSS            Prevention
#> 120 2020        MI  Michigan        Gladwin      BRFSS Health Risk Behaviors
#> 121 2021        MI  Michigan         Ottawa      BRFSS            Prevention
#> 122 2021        OH      Ohio          Wayne      BRFSS            Prevention
#> 123 2020        OH      Ohio         Butler      BRFSS Health Risk Behaviors
#> 124 2020        MI  Michigan          Mason      BRFSS Health Risk Behaviors
#> 125 2021        OH      Ohio         Summit      BRFSS            Prevention
#> 126 2020        OH      Ohio         Ottawa      BRFSS Health Risk Behaviors
#> 127 2021        MI  Michigan      Marquette      BRFSS            Prevention
#> 128 2020        OH      Ohio        Carroll      BRFSS Health Risk Behaviors
#> 129 2021        OH      Ohio     Montgomery      BRFSS            Prevention
#> 130 2020        OH      Ohio         Lorain      BRFSS Health Risk Behaviors
#> 131 2021        OH      Ohio       Crawford      BRFSS            Prevention
#> 132 2021        MI  Michigan       Crawford      BRFSS            Prevention
#> 133 2020        OH      Ohio         Warren      BRFSS Health Risk Behaviors
#> 134 2021        OH      Ohio         Fulton      BRFSS            Prevention
#> 135 2021        OH      Ohio       Hamilton      BRFSS            Prevention
#> 136 2020        OH      Ohio      Fairfield      BRFSS Health Risk Behaviors
#> 137 2020        MI  Michigan        Wexford      BRFSS Health Risk Behaviors
#> 138 2020        MI  Michigan        Calhoun      BRFSS Health Risk Behaviors
#> 139 2021        OH      Ohio         Ottawa      BRFSS            Prevention
#> 140 2021        OH      Ohio         Marion      BRFSS            Prevention
#> 141 2020        MI  Michigan         Monroe      BRFSS Health Risk Behaviors
#> 142 2021        MI  Michigan      Roscommon      BRFSS            Prevention
#> 143 2020        MI  Michigan         Ottawa      BRFSS Health Risk Behaviors
#> 144 2020        OH      Ohio          Lucas      BRFSS Health Risk Behaviors
#> 145 2020        MI  Michigan          Iosco      BRFSS Health Risk Behaviors
#> 146 2021        MI  Michigan          Huron      BRFSS            Prevention
#> 147 2020        OH      Ohio          Logan      BRFSS Health Risk Behaviors
#> 148 2020        OH      Ohio       Highland      BRFSS Health Risk Behaviors
#> 149 2021        OH      Ohio        Clinton      BRFSS            Prevention
#> 150 2020        MI  Michigan       Isabella      BRFSS Health Risk Behaviors
#> 151 2020        MI  Michigan    Schoolcraft      BRFSS Health Risk Behaviors
#> 152 2021        OH      Ohio         Morgan      BRFSS            Prevention
#> 153 2020        MI  Michigan         Alcona      BRFSS Health Risk Behaviors
#> 154 2021        MI  Michigan      Cheboygan      BRFSS            Prevention
#> 155 2020        OH      Ohio       Paulding      BRFSS Health Risk Behaviors
#> 156 2020        OH      Ohio      Coshocton      BRFSS Health Risk Behaviors
#> 157 2020        MI  Michigan       Kalkaska      BRFSS Health Risk Behaviors
#> 158 2021        OH      Ohio         Holmes      BRFSS            Prevention
#> 159 2020        OH      Ohio         Hardin      BRFSS Health Risk Behaviors
#> 160 2021        OH      Ohio          Huron      BRFSS            Prevention
#> 161 2020        MI  Michigan       Keweenaw      BRFSS Health Risk Behaviors
#> 162 2021        MI  Michigan         Ogemaw      BRFSS            Prevention
#> 163 2020        OH      Ohio         Mercer      BRFSS Health Risk Behaviors
#> 164 2021        OH      Ohio         Mercer      BRFSS            Prevention
#> 165 2020        MI  Michigan        Gogebic      BRFSS Health Risk Behaviors
#> 166 2021        OH      Ohio       Lawrence      BRFSS            Prevention
#> 167 2020        OH      Ohio     Columbiana      BRFSS Health Risk Behaviors
#> 168 2020        MI  Michigan        Newaygo      BRFSS Health Risk Behaviors
#> 169 2020        OH      Ohio        Madison      BRFSS Health Risk Behaviors
#> 170 2020        MI  Michigan          Alger      BRFSS Health Risk Behaviors
#> 171 2021        OH      Ohio       Trumbull      BRFSS            Prevention
#> 172 2021        MI  Michigan      Missaukee      BRFSS            Prevention
#> 173 2020        OH      Ohio         Geauga      BRFSS Health Risk Behaviors
#> 174 2021        OH      Ohio          Union      BRFSS            Prevention
#> 175 2021        OH      Ohio          Brown      BRFSS            Prevention
#> 176 2021        OH      Ohio           Pike      BRFSS            Prevention
#> 177 2020        MI  Michigan         Macomb      BRFSS Health Risk Behaviors
#> 178 2020        MI  Michigan        Midland      BRFSS Health Risk Behaviors
#> 179 2021        OH      Ohio       Defiance      BRFSS            Prevention
#> 180 2021        MI  Michigan        Gratiot      BRFSS            Prevention
#> 181 2021        OH      Ohio       Mahoning      BRFSS            Prevention
#> 182 2020        OH      Ohio           Knox      BRFSS Health Risk Behaviors
#> 183 2020        OH      Ohio         Fulton      BRFSS Health Risk Behaviors
#> 184 2020        OH      Ohio         Geauga      BRFSS Health Risk Behaviors
#> 185 2021        MI  Michigan       Muskegon      BRFSS            Prevention
#> 186 2021        MI  Michigan         Ogemaw      BRFSS            Prevention
#> 187 2021        OH      Ohio          Lucas      BRFSS            Prevention
#> 188 2021        OH      Ohio      Fairfield      BRFSS            Prevention
#> 189 2020        OH      Ohio         Vinton      BRFSS Health Risk Behaviors
#> 190 2020        OH      Ohio          Huron      BRFSS Health Risk Behaviors
#> 191 2020        OH      Ohio     Washington      BRFSS Health Risk Behaviors
#> 192 2021        OH      Ohio      Champaign      BRFSS            Prevention
#> 193 2020        OH      Ohio        Hancock      BRFSS Health Risk Behaviors
#> 194 2020        OH      Ohio       Highland      BRFSS Health Risk Behaviors
#> 195 2021        OH      Ohio          Allen      BRFSS            Prevention
#> 196 2021        OH      Ohio          Meigs      BRFSS            Prevention
#> 197 2021        MI  Michigan        Mecosta      BRFSS            Prevention
#> 198 2021        MI  Michigan         Baraga      BRFSS            Prevention
#> 199 2021        MI  Michigan          Iosco      BRFSS            Prevention
#> 200 2021        MI  Michigan      St. Clair      BRFSS            Prevention
#> 201 2020        MI  Michigan         Otsego      BRFSS Health Risk Behaviors
#> 202 2020        OH      Ohio      Coshocton      BRFSS Health Risk Behaviors
#> 203 2021        OH      Ohio        Carroll      BRFSS            Prevention
#> 204 2021        OH      Ohio       Auglaize      BRFSS            Prevention
#> 205 2021        MI  Michigan        Tuscola      BRFSS            Prevention
#> 206 2020        MI  Michigan      Ontonagon      BRFSS Health Risk Behaviors
#> 207 2021        MI  Michigan      Menominee      BRFSS            Prevention
#> 208 2020        OH      Ohio          Union      BRFSS Health Risk Behaviors
#> 209 2020        OH      Ohio       Lawrence      BRFSS Health Risk Behaviors
#> 210 2021        MI  Michigan        Clinton      BRFSS            Prevention
#> 211 2021        OH      Ohio       Delaware      BRFSS            Prevention
#> 212 2021        OH      Ohio         Geauga      BRFSS            Prevention
#> 213 2020        OH      Ohio          Wayne      BRFSS Health Risk Behaviors
#> 214 2020        OH      Ohio           Ross      BRFSS Health Risk Behaviors
#> 215 2020        OH      Ohio          Stark      BRFSS Health Risk Behaviors
#> 216 2021        MI  Michigan       Manistee      BRFSS            Prevention
#> 217 2020        MI  Michigan       Houghton      BRFSS Health Risk Behaviors
#> 218 2020        OH      Ohio       Auglaize      BRFSS Health Risk Behaviors
#> 219 2021        OH      Ohio          Henry      BRFSS            Prevention
#> 220 2021        OH      Ohio         Lorain      BRFSS            Prevention
#> 221 2021        MI  Michigan         Antrim      BRFSS            Prevention
#> 222 2021        OH      Ohio      Jefferson      BRFSS            Prevention
#> 223 2020        MI  Michigan   Presque Isle      BRFSS Health Risk Behaviors
#> 224 2021        OH      Ohio       Van Wert      BRFSS            Prevention
#> 225 2021        OH      Ohio        Madison      BRFSS            Prevention
#> 226 2021        OH      Ohio         Lorain      BRFSS            Prevention
#> 227 2020        MI  Michigan        Jackson      BRFSS Health Risk Behaviors
#> 228 2020        OH      Ohio         Morrow      BRFSS Health Risk Behaviors
#> 229 2021        MI  Michigan          Clare      BRFSS            Prevention
#> 230 2021        MI  Michigan     Shiawassee      BRFSS            Prevention
#> 231 2020        MI  Michigan         Arenac      BRFSS Health Risk Behaviors
#> 232 2020        OH      Ohio        Portage      BRFSS Health Risk Behaviors
#> 233 2021        OH      Ohio      Muskingum      BRFSS            Prevention
#> 234 2020        MI  Michigan         Oceana      BRFSS Health Risk Behaviors
#> 235 2020        MI  Michigan        Oakland      BRFSS Health Risk Behaviors
#> 236 2021        OH      Ohio     Montgomery      BRFSS            Prevention
#> 237 2021        MI  Michigan           Kent      BRFSS            Prevention
#> 238 2020        OH      Ohio       Sandusky      BRFSS Health Risk Behaviors
#> 239 2021        OH      Ohio       Crawford      BRFSS            Prevention
#> 240 2021        MI  Michigan    Schoolcraft      BRFSS            Prevention
#> 241 2021        OH      Ohio          Miami      BRFSS            Prevention
#> 242 2020        MI  Michigan     Shiawassee      BRFSS Health Risk Behaviors
#> 243 2020        MI  Michigan        Wexford      BRFSS Health Risk Behaviors
#> 244 2021        MI  Michigan Grand Traverse      BRFSS            Prevention
#> 245 2021        MI  Michigan      Cheboygan      BRFSS            Prevention
#> 246 2021        OH      Ohio       Harrison      BRFSS            Prevention
#> 247 2020        MI  Michigan        Clinton      BRFSS Health Risk Behaviors
#> 248 2020        MI  Michigan      St. Clair      BRFSS Health Risk Behaviors
#> 249 2020        OH      Ohio       Franklin      BRFSS Health Risk Behaviors
#> 250 2021        OH      Ohio       Sandusky      BRFSS            Prevention
#> 251 2021        MI  Michigan          Barry      BRFSS            Prevention
#> 252 2021        MI  Michigan         Otsego      BRFSS            Prevention
#> 253 2021        OH      Ohio      Ashtabula      BRFSS            Prevention
#> 254 2021        OH      Ohio         Shelby      BRFSS            Prevention
#> 255 2020        MI  Michigan          Emmet      BRFSS Health Risk Behaviors
#> 256 2021        MI  Michigan         Alcona      BRFSS            Prevention
#> 257 2021        MI  Michigan      Dickinson      BRFSS            Prevention
#> 258 2020        MI  Michigan     Charlevoix      BRFSS Health Risk Behaviors
#> 259 2021        MI  Michigan         Arenac      BRFSS            Prevention
#> 260 2021        OH      Ohio         Morrow      BRFSS            Prevention
#> 261 2021        OH      Ohio       Franklin      BRFSS            Prevention
#> 262 2020        MI  Michigan        Tuscola      BRFSS Health Risk Behaviors
#> 263 2020        OH      Ohio        Ashland      BRFSS Health Risk Behaviors
#> 264 2021        MI  Michigan       Chippewa      BRFSS            Prevention
#> 265 2020        MI  Michigan       Isabella      BRFSS Health Risk Behaviors
#> 266 2021        OH      Ohio           Lake      BRFSS            Prevention
#> 267 2021        OH      Ohio         Preble      BRFSS            Prevention
#> 268 2020        OH      Ohio          Darke      BRFSS Health Risk Behaviors
#> 269 2021        OH      Ohio         Ottawa      BRFSS            Prevention
#> 270 2021        MI  Michigan          Mason      BRFSS            Prevention
#> 271 2021        OH      Ohio       Hamilton      BRFSS            Prevention
#> 272 2021        MI  Michigan          Delta      BRFSS            Prevention
#> 273 2020        MI  Michigan          Huron      BRFSS Health Risk Behaviors
#> 274 2020        MI  Michigan        Jackson      BRFSS Health Risk Behaviors
#> 275 2021        MI  Michigan        Newaygo      BRFSS            Prevention
#> 276 2021        OH      Ohio          Adams      BRFSS            Prevention
#> 277 2021        MI  Michigan        Mecosta      BRFSS            Prevention
#> 278 2020        MI  Michigan          Barry      BRFSS Health Risk Behaviors
#> 279 2021        OH      Ohio          Perry      BRFSS            Prevention
#> 280 2021        OH      Ohio          Miami      BRFSS            Prevention
#> 281 2021        OH      Ohio       Guernsey      BRFSS            Prevention
#> 282 2021        MI  Michigan         Oceana      BRFSS            Prevention
#> 283 2021        MI  Michigan         Ottawa      BRFSS            Prevention
#> 284 2020        MI  Michigan      Marquette      BRFSS Health Risk Behaviors
#> 285 2021        OH      Ohio          Logan      BRFSS            Prevention
#> 286 2021        OH      Ohio         Mercer      BRFSS            Prevention
#> 287 2021        OH      Ohio           Lake      BRFSS            Prevention
#> 288 2021        OH      Ohio         Shelby      BRFSS            Prevention
#> 289 2021        MI  Michigan        Allegan      BRFSS            Prevention
#> 290 2020        OH      Ohio          Darke      BRFSS Health Risk Behaviors
#> 291 2021        MI  Michigan        Osceola      BRFSS            Prevention
#> 292 2020        OH      Ohio         Warren      BRFSS Health Risk Behaviors
#> 293 2020        MI  Michigan            Bay      BRFSS Health Risk Behaviors
#> 294 2020        OH      Ohio       Clermont      BRFSS Health Risk Behaviors
#> 295 2021        OH      Ohio         Hardin      BRFSS            Prevention
#> 296 2020        MI  Michigan       Leelanau      BRFSS Health Risk Behaviors
#> 297 2020        MI  Michigan         Baraga      BRFSS Health Risk Behaviors
#> 298 2021        OH      Ohio          Noble      BRFSS            Prevention
#> 299 2020        OH      Ohio       Hamilton      BRFSS Health Risk Behaviors
#> 300 2020        MI  Michigan       Montcalm      BRFSS Health Risk Behaviors
#> 301 2021        MI  Michigan       Manistee      BRFSS            Prevention
#> 302 2020        OH      Ohio     Washington      BRFSS Health Risk Behaviors
#> 303 2021        OH      Ohio         Holmes      BRFSS            Prevention
#> 304 2020        OH      Ohio       Trumbull      BRFSS Health Risk Behaviors
#> 305 2020        MI  Michigan        Genesee      BRFSS Health Risk Behaviors
#> 306 2020        OH      Ohio        Hancock      BRFSS Health Risk Behaviors
#> 307 2020        MI  Michigan    Montmorency      BRFSS Health Risk Behaviors
#> 308 2021        OH      Ohio           Knox      BRFSS            Prevention
#> 309 2020        OH      Ohio         Vinton      BRFSS Health Risk Behaviors
#> 310 2021        MI  Michigan      Ontonagon      BRFSS            Prevention
#> 311 2020        OH      Ohio         Greene      BRFSS Health Risk Behaviors
#> 312 2020        MI  Michigan         Arenac      BRFSS Health Risk Behaviors
#> 313 2021        OH      Ohio       Lawrence      BRFSS            Prevention
#> 314 2020        MI  Michigan      Kalamazoo      BRFSS Health Risk Behaviors
#> 315 2020        MI  Michigan         Branch      BRFSS Health Risk Behaviors
#> 316 2021        MI  Michigan           Luce      BRFSS            Prevention
#> 317 2021        OH      Ohio         Scioto      BRFSS            Prevention
#> 318 2021        OH      Ohio        Jackson      BRFSS            Prevention
#> 319 2020        MI  Michigan    Schoolcraft      BRFSS Health Risk Behaviors
#> 320 2021        MI  Michigan         Alpena      BRFSS            Prevention
#> 321 2020        MI  Michigan           Kent      BRFSS Health Risk Behaviors
#> 322 2020        OH      Ohio      Fairfield      BRFSS Health Risk Behaviors
#> 323 2020        OH      Ohio          Clark      BRFSS Health Risk Behaviors
#> 324 2021        MI  Michigan            Bay      BRFSS            Prevention
#> 325 2020        MI  Michigan      Van Buren      BRFSS Health Risk Behaviors
#> 326 2020        OH      Ohio         Putnam      BRFSS Health Risk Behaviors
#> 327 2021        MI  Michigan          Iosco      BRFSS            Prevention
#> 328 2020        OH      Ohio         Morgan      BRFSS Health Risk Behaviors
#> 329 2021        OH      Ohio        Belmont      BRFSS            Prevention
#> 330 2020        MI  Michigan          Clare      BRFSS Health Risk Behaviors
#> 331 2021        OH      Ohio         Seneca      BRFSS            Prevention
#> 332 2020        MI  Michigan         Macomb      BRFSS Health Risk Behaviors
#> 333 2021        MI  Michigan        Calhoun      BRFSS            Prevention
#> 334 2021        MI  Michigan         Baraga      BRFSS            Prevention
#> 335 2020        OH      Ohio         Butler      BRFSS Health Risk Behaviors
#> 336 2020        MI  Michigan        Gratiot      BRFSS Health Risk Behaviors
#> 337 2021        MI  Michigan      Menominee      BRFSS            Prevention
#> 338 2020        MI  Michigan        Sanilac      BRFSS Health Risk Behaviors
#> 339 2021        MI  Michigan       Crawford      BRFSS            Prevention
#> 340 2020        OH      Ohio        Madison      BRFSS Health Risk Behaviors
#> 341 2020        MI  Michigan        Berrien      BRFSS Health Risk Behaviors
#> 342 2020        MI  Michigan          Eaton      BRFSS Health Risk Behaviors
#> 343 2020        MI  Michigan        Genesee      BRFSS Health Risk Behaviors
#> 344 2021        MI  Michigan      Marquette      BRFSS            Prevention
#> 345 2020        OH      Ohio          Henry      BRFSS Health Risk Behaviors
#> 346 2020        MI  Michigan      Washtenaw      BRFSS Health Risk Behaviors
#> 347 2020        MI  Michigan        Oakland      BRFSS Health Risk Behaviors
#> 348 2020        OH      Ohio         Athens      BRFSS Health Risk Behaviors
#> 349 2021        MI  Michigan     St. Joseph      BRFSS            Prevention
#> 350 2020        OH      Ohio         Fulton      BRFSS Health Risk Behaviors
#> 351 2020        MI  Michigan         Benzie      BRFSS Health Risk Behaviors
#> 352 2021        OH      Ohio       Williams      BRFSS            Prevention
#> 353 2021        MI  Michigan         Lapeer      BRFSS            Prevention
#> 354 2020        OH      Ohio           Ross      BRFSS Health Risk Behaviors
#> 355 2020        MI  Michigan       Mackinac      BRFSS Health Risk Behaviors
#> 356 2020        OH      Ohio       Paulding      BRFSS Health Risk Behaviors
#> 357 2021        OH      Ohio           Pike      BRFSS            Prevention
#> 358 2020        MI  Michigan          Huron      BRFSS Health Risk Behaviors
#> 359 2020        OH      Ohio        Portage      BRFSS Health Risk Behaviors
#> 360 2021        OH      Ohio      Muskingum      BRFSS            Prevention
#> 361 2021        MI  Michigan          Clare      BRFSS            Prevention
#> 362 2020        OH      Ohio       Guernsey      BRFSS Health Risk Behaviors
#> 363 2020        MI  Michigan      Missaukee      BRFSS Health Risk Behaviors
#> 364 2021        MI  Michigan       Kalkaska      BRFSS            Prevention
#> 365 2021        MI  Michigan        Gogebic      BRFSS            Prevention
#> 366 2021        MI  Michigan          Wayne      BRFSS            Prevention
#> 367 2020        OH      Ohio         Monroe      BRFSS Health Risk Behaviors
#> 368 2020        MI  Michigan         Alpena      BRFSS Health Risk Behaviors
#> 369 2021        OH      Ohio       Richland      BRFSS            Prevention
#> 370 2021        MI  Michigan       Mackinac      BRFSS            Prevention
#> 371 2020        OH      Ohio         Mercer      BRFSS Health Risk Behaviors
#> 372 2021        MI  Michigan      Van Buren      BRFSS            Prevention
#> 373 2020        OH      Ohio          Perry      BRFSS Health Risk Behaviors
#> 374 2020        OH      Ohio        Licking      BRFSS Health Risk Behaviors
#> 375 2021        OH      Ohio       Auglaize      BRFSS            Prevention
#> 376 2021        OH      Ohio          Union      BRFSS            Prevention
#> 377 2021        OH      Ohio     Tuscarawas      BRFSS            Prevention
#> 378 2020        MI  Michigan        Newaygo      BRFSS Health Risk Behaviors
#> 379 2021        MI  Michigan         Oscoda      BRFSS            Prevention
#> 380 2021        MI  Michigan           Cass      BRFSS            Prevention
#> 381 2021        OH      Ohio      Coshocton      BRFSS            Prevention
#> 382 2021        MI  Michigan       Leelanau      BRFSS            Prevention
#> 383 2020        OH      Ohio        Licking      BRFSS Health Risk Behaviors
#> 384 2020        OH      Ohio      Champaign      BRFSS Health Risk Behaviors
#> 385 2021        MI  Michigan        Genesee      BRFSS            Prevention
#> 386 2020        MI  Michigan        Lenawee      BRFSS Health Risk Behaviors
#> 387 2021        OH      Ohio     Tuscarawas      BRFSS            Prevention
#> 388 2020        MI  Michigan      Marquette      BRFSS Health Risk Behaviors
#> 389 2020        OH      Ohio       Guernsey      BRFSS Health Risk Behaviors
#> 390 2020        MI  Michigan        Tuscola      BRFSS Health Risk Behaviors
#> 391 2020        OH      Ohio     Montgomery      BRFSS Health Risk Behaviors
#> 392 2020        OH      Ohio       Cuyahoga      BRFSS Health Risk Behaviors
#> 393 2020        MI  Michigan     Livingston      BRFSS Health Risk Behaviors
#> 394 2021        OH      Ohio          Wayne      BRFSS            Prevention
#> 395 2021        MI  Michigan          Mason      BRFSS            Prevention
#> 396 2021        MI  Michigan            Bay      BRFSS            Prevention
#> 397 2020        MI  Michigan       Houghton      BRFSS Health Risk Behaviors
#> 398 2021        OH      Ohio     Washington      BRFSS            Prevention
#> 399 2020        OH      Ohio        Wyandot      BRFSS Health Risk Behaviors
#> 400 2020        OH      Ohio          Clark      BRFSS Health Risk Behaviors
#> 401 2020        MI  Michigan        Clinton      BRFSS Health Risk Behaviors
#> 402 2020        OH      Ohio       Mahoning      BRFSS Health Risk Behaviors
#> 403 2020        MI  Michigan      Cheboygan      BRFSS Health Risk Behaviors
#> 404 2020        MI  Michigan        Gladwin      BRFSS Health Risk Behaviors
#> 405 2021        MI  Michigan      St. Clair      BRFSS            Prevention
#> 406 2021        OH      Ohio         Butler      BRFSS            Prevention
#> 407 2020        MI  Michigan          Delta      BRFSS Health Risk Behaviors
#> 408 2021        MI  Michigan      Hillsdale      BRFSS            Prevention
#> 409 2021        OH      Ohio          Brown      BRFSS            Prevention
#> 410 2021        MI  Michigan    Montmorency      BRFSS            Prevention
#> 411 2020        OH      Ohio         Summit      BRFSS Health Risk Behaviors
#> 412 2021        OH      Ohio          Darke      BRFSS            Prevention
#> 413 2021        OH      Ohio          Henry      BRFSS            Prevention
#> 414 2020        OH      Ohio         Medina      BRFSS Health Risk Behaviors
#> 415 2021        MI  Michigan         Macomb      BRFSS            Prevention
#> 416 2021        MI  Michigan         Benzie      BRFSS            Prevention
#> 417 2021        MI  Michigan     Livingston      BRFSS            Prevention
#> 418 2020        OH      Ohio          Stark      BRFSS Health Risk Behaviors
#> 419 2020        OH      Ohio        Fayette      BRFSS Health Risk Behaviors
#> 420 2021        MI  Michigan         Alcona      BRFSS            Prevention
#> 421 2021        OH      Ohio          Allen      BRFSS            Prevention
#> 422 2021        MI  Michigan         Branch      BRFSS            Prevention
#> 423 2020        OH      Ohio          Allen      BRFSS Health Risk Behaviors
#> 424 2020        OH      Ohio           Lake      BRFSS Health Risk Behaviors
#> 425 2021        OH      Ohio     Columbiana      BRFSS            Prevention
#> 426 2021        OH      Ohio         Morrow      BRFSS            Prevention
#> 427 2021        OH      Ohio           Erie      BRFSS            Prevention
#> 428 2020        OH      Ohio         Medina      BRFSS Health Risk Behaviors
#> 429 2020        MI  Michigan         Branch      BRFSS Health Risk Behaviors
#> 430 2020        MI  Michigan           Luce      BRFSS Health Risk Behaviors
#> 431 2021        MI  Michigan           Lake      BRFSS            Prevention
#> 432 2020        MI  Michigan          Barry      BRFSS Health Risk Behaviors
#> 433 2021        MI  Michigan Grand Traverse      BRFSS            Prevention
#> 434 2021        OH      Ohio          Adams      BRFSS            Prevention
#> 435 2021        OH      Ohio       Mahoning      BRFSS            Prevention
#> 436 2020        OH      Ohio         Holmes      BRFSS Health Risk Behaviors
#> 437 2021        MI  Michigan      Washtenaw      BRFSS            Prevention
#> 438 2021        MI  Michigan        Oakland      BRFSS            Prevention
#> 439 2020        OH      Ohio         Hardin      BRFSS Health Risk Behaviors
#> 440 2020        OH      Ohio         Shelby      BRFSS Health Risk Behaviors
#> 441 2021        MI  Michigan        Gladwin      BRFSS            Prevention
#> 442 2020        MI  Michigan       Crawford      BRFSS Health Risk Behaviors
#> 443 2020        MI  Michigan         Lapeer      BRFSS Health Risk Behaviors
#> 444 2021        OH      Ohio      Coshocton      BRFSS            Prevention
#> 445 2021        MI  Michigan           Iron      BRFSS            Prevention
#> 446 2020        OH      Ohio          Huron      BRFSS Health Risk Behaviors
#> 447 2020        MI  Michigan         Ottawa      BRFSS Health Risk Behaviors
#> 448 2020        OH      Ohio         Marion      BRFSS Health Risk Behaviors
#> 449 2021        OH      Ohio       Highland      BRFSS            Prevention
#> 450 2021        OH      Ohio        Portage      BRFSS            Prevention
#> 451 2021        MI  Michigan    Schoolcraft      BRFSS            Prevention
#> 452 2021        OH      Ohio         Summit      BRFSS            Prevention
#> 453 2020        MI  Michigan       Chippewa      BRFSS Health Risk Behaviors
#> 454 2021        MI  Michigan           Luce      BRFSS            Prevention
#> 455 2021        OH      Ohio       Delaware      BRFSS            Prevention
#> 456 2021        OH      Ohio        Portage      BRFSS            Prevention
#> 457 2021        OH      Ohio         Gallia      BRFSS            Prevention
#> 458 2021        MI  Michigan          Emmet      BRFSS            Prevention
#> 459 2021        MI  Michigan        Midland      BRFSS            Prevention
#> 460 2021        MI  Michigan   Presque Isle      BRFSS            Prevention
#> 461 2020        OH      Ohio         Putnam      BRFSS Health Risk Behaviors
#> 462 2020        MI  Michigan      Kalamazoo      BRFSS Health Risk Behaviors
#> 463 2020        OH      Ohio       Pickaway      BRFSS Health Risk Behaviors
#> 464 2020        OH      Ohio       Crawford      BRFSS Health Risk Behaviors
#> 465 2020        MI  Michigan       Keweenaw      BRFSS Health Risk Behaviors
#> 466 2021        OH      Ohio       Van Wert      BRFSS            Prevention
#> 467 2020        OH      Ohio          Union      BRFSS Health Risk Behaviors
#> 468 2020        MI  Michigan          Emmet      BRFSS Health Risk Behaviors
#> 469 2021        MI  Michigan      Ontonagon      BRFSS            Prevention
#> 470 2021        OH      Ohio         Monroe      BRFSS            Prevention
#> 471 2021        MI  Michigan     Charlevoix      BRFSS            Prevention
#> 472 2021        OH      Ohio           Knox      BRFSS            Prevention
#> 473 2021        MI  Michigan        Osceola      BRFSS            Prevention
#> 474 2021        OH      Ohio     Columbiana      BRFSS            Prevention
#> 475 2021        MI  Michigan      Van Buren      BRFSS            Prevention
#> 476 2021        MI  Michigan        Saginaw      BRFSS            Prevention
#> 477 2020        MI  Michigan          Wayne      BRFSS Health Risk Behaviors
#> 478 2020        OH      Ohio         Holmes      BRFSS Health Risk Behaviors
#> 479 2021        OH      Ohio        Jackson      BRFSS            Prevention
#> 480 2021        MI  Michigan       Chippewa      BRFSS            Prevention
#> 481 2021        MI  Michigan         Antrim      BRFSS            Prevention
#> 482 2021        MI  Michigan     Livingston      BRFSS            Prevention
#> 483 2020        MI  Michigan      Roscommon      BRFSS Health Risk Behaviors
#> 484 2020        OH      Ohio         Athens      BRFSS Health Risk Behaviors
#> 485 2021        OH      Ohio           Wood      BRFSS            Prevention
#> 486 2020        OH      Ohio       Cuyahoga      BRFSS Health Risk Behaviors
#> 487 2021        OH      Ohio       Sandusky      BRFSS            Prevention
#> 488 2021        MI  Michigan       Isabella      BRFSS            Prevention
#> 489 2020        OH      Ohio        Hocking      BRFSS Health Risk Behaviors
#> 490 2021        MI  Michigan        Sanilac      BRFSS            Prevention
#> 491 2021        OH      Ohio         Preble      BRFSS            Prevention
#> 492 2020        OH      Ohio           Wood      BRFSS Health Risk Behaviors
#> 493 2020        MI  Michigan           Lake      BRFSS Health Risk Behaviors
#> 494 2020        MI  Michigan      Roscommon      BRFSS Health Risk Behaviors
#> 495 2020        MI  Michigan          Delta      BRFSS Health Risk Behaviors
#> 496 2020        OH      Ohio       Mahoning      BRFSS Health Risk Behaviors
#> 497 2020        MI  Michigan         Ingham      BRFSS Health Risk Behaviors
#> 498 2021        OH      Ohio         Vinton      BRFSS            Prevention
#> 499 2021        MI  Michigan           Kent      BRFSS            Prevention
#> 500 2020        OH      Ohio      Ashtabula      BRFSS Health Risk Behaviors
#> 501 2021        OH      Ohio          Meigs      BRFSS            Prevention
#> 502 2020        MI  Michigan       Leelanau      BRFSS Health Risk Behaviors
#> 503 2020        MI  Michigan            Bay      BRFSS Health Risk Behaviors
#> 504 2020        OH      Ohio       Clermont      BRFSS Health Risk Behaviors
#> 505 2020        MI  Michigan        Berrien      BRFSS Health Risk Behaviors
#> 506 2020        MI  Michigan       Montcalm      BRFSS Health Risk Behaviors
#> 507 2021        OH      Ohio        Wyandot      BRFSS            Prevention
#> 508 2020        OH      Ohio          Lucas      BRFSS Health Risk Behaviors
#> 509 2021        MI  Michigan         Ingham      BRFSS            Prevention
#> 510 2021        MI  Michigan        Newaygo      BRFSS            Prevention
#> 511 2021        MI  Michigan          Alger      BRFSS            Prevention
#> 512 2021        MI  Michigan         Oceana      BRFSS            Prevention
#> 513 2020        OH      Ohio       Lawrence      BRFSS Health Risk Behaviors
#> 514 2021        MI  Michigan       Muskegon      BRFSS            Prevention
#> 515 2020        MI  Michigan        Lenawee      BRFSS Health Risk Behaviors
#> 516 2021        MI  Michigan      Dickinson      BRFSS            Prevention
#> 517 2021        MI  Michigan        Wexford      BRFSS            Prevention
#> 518 2021        MI  Michigan     St. Joseph      BRFSS            Prevention
#> 519 2020        MI  Michigan         Oscoda      BRFSS Health Risk Behaviors
#> 520 2020        OH      Ohio         Morgan      BRFSS Health Risk Behaviors
#> 521 2021        OH      Ohio           Wood      BRFSS            Prevention
#> 522 2020        MI  Michigan         Baraga      BRFSS Health Risk Behaviors
#> 523 2021        OH      Ohio       Harrison      BRFSS            Prevention
#> 524 2020        OH      Ohio         Seneca      BRFSS Health Risk Behaviors
#> 525 2020        MI  Michigan         Ogemaw      BRFSS Health Risk Behaviors
#> 526 2021        OH      Ohio       Highland      BRFSS            Prevention
#> 527 2021        MI  Michigan           Iron      BRFSS            Prevention
#> 528 2020        OH      Ohio          Meigs      BRFSS Health Risk Behaviors
#> 529 2020        OH      Ohio         Marion      BRFSS Health Risk Behaviors
#> 530 2021        MI  Michigan        Jackson      BRFSS            Prevention
#> 531 2021        MI  Michigan       Isabella      BRFSS            Prevention
#> 532 2020        OH      Ohio       Richland      BRFSS Health Risk Behaviors
#> 533 2021        OH      Ohio           Erie      BRFSS            Prevention
#> 534 2020        MI  Michigan          Clare      BRFSS Health Risk Behaviors
#> 535 2020        OH      Ohio         Greene      BRFSS Health Risk Behaviors
#> 536 2021        MI  Michigan         Oscoda      BRFSS            Prevention
#> 537 2021        MI  Michigan         Ingham      BRFSS            Prevention
#> 538 2020        OH      Ohio      Muskingum      BRFSS Health Risk Behaviors
#> 539 2020        MI  Michigan          Mason      BRFSS Health Risk Behaviors
#> 540 2020        OH      Ohio       Defiance      BRFSS Health Risk Behaviors
#> 541 2021        MI  Michigan         Macomb      BRFSS            Prevention
#> 542 2020        OH      Ohio       Hamilton      BRFSS Health Risk Behaviors
#> 543 2021        MI  Michigan      Kalamazoo      BRFSS            Prevention
#> 544 2020        OH      Ohio         Ottawa      BRFSS Health Risk Behaviors
#> 545 2021        OH      Ohio       Defiance      BRFSS            Prevention
#> 546 2020        OH      Ohio      Ashtabula      BRFSS Health Risk Behaviors
#> 547 2020        OH      Ohio       Van Wert      BRFSS Health Risk Behaviors
#> 548 2020        OH      Ohio      Jefferson      BRFSS Health Risk Behaviors
#> 549 2020        MI  Michigan      Dickinson      BRFSS Health Risk Behaviors
#> 550 2020        OH      Ohio         Monroe      BRFSS Health Risk Behaviors
#> 551 2021        OH      Ohio       Paulding      BRFSS            Prevention
#> 552 2021        OH      Ohio         Warren      BRFSS            Prevention
#> 553 2020        MI  Michigan      Ontonagon      BRFSS Health Risk Behaviors
#> 554 2020        MI  Michigan           Cass      BRFSS Health Risk Behaviors
#> 555 2021        OH      Ohio      Champaign      BRFSS            Prevention
#> 556 2021        MI  Michigan           Cass      BRFSS            Prevention
#> 557 2020        MI  Michigan     St. Joseph      BRFSS Health Risk Behaviors
#> 558 2021        MI  Michigan          Eaton      BRFSS            Prevention
#> 559 2021        OH      Ohio         Hardin      BRFSS            Prevention
#> 560 2020        OH      Ohio        Clinton      BRFSS Health Risk Behaviors
#> 561 2020        OH      Ohio         Summit      BRFSS Health Risk Behaviors
#> 562 2021        MI  Michigan          Ionia      BRFSS            Prevention
#> 563 2021        MI  Michigan         Otsego      BRFSS            Prevention
#> 564 2021        MI  Michigan         Benzie      BRFSS            Prevention
#> 565 2021        MI  Michigan       Kalkaska      BRFSS            Prevention
#> 566 2020        OH      Ohio          Miami      BRFSS Health Risk Behaviors
#> 567 2021        OH      Ohio     Washington      BRFSS            Prevention
#> 568 2021        MI  Michigan        Saginaw      BRFSS            Prevention
#> 569 2021        MI  Michigan        Lenawee      BRFSS            Prevention
#> 570 2020        OH      Ohio           Lake      BRFSS Health Risk Behaviors
#> 571 2021        OH      Ohio        Wyandot      BRFSS            Prevention
#> 572 2021        OH      Ohio          Stark      BRFSS            Prevention
#> 573 2021        MI  Michigan         Monroe      BRFSS            Prevention
#> 574 2020        MI  Michigan       Kalkaska      BRFSS Health Risk Behaviors
#> 575 2020        MI  Michigan         Antrim      BRFSS Health Risk Behaviors
#> 576 2020        MI  Michigan        Mecosta      BRFSS Health Risk Behaviors
#> 577 2021        OH      Ohio        Fayette      BRFSS            Prevention
#> 578 2021        OH      Ohio          Clark      BRFSS            Prevention
#> 579 2020        OH      Ohio       Trumbull      BRFSS Health Risk Behaviors
#> 580 2020        MI  Michigan       Manistee      BRFSS Health Risk Behaviors
#> 581 2020        MI  Michigan     Livingston      BRFSS Health Risk Behaviors
#> 582 2020        OH      Ohio       Williams      BRFSS Health Risk Behaviors
#> 583 2021        OH      Ohio       Williams      BRFSS            Prevention
#> 584 2021        MI  Michigan        Allegan      BRFSS            Prevention
#> 585 2020        MI  Michigan       Muskegon      BRFSS Health Risk Behaviors
#> 586 2020        OH      Ohio         Gallia      BRFSS Health Risk Behaviors
#> 587 2021        MI  Michigan       Keweenaw      BRFSS            Prevention
#> 588 2021        MI  Michigan        Calhoun      BRFSS            Prevention
#> 589 2021        MI  Michigan         Branch      BRFSS            Prevention
#> 590 2021        OH      Ohio         Seneca      BRFSS            Prevention
#> 591 2020        OH      Ohio          Brown      BRFSS Health Risk Behaviors
#> 592 2021        OH      Ohio       Cuyahoga      BRFSS            Prevention
#> 593 2020        OH      Ohio          Noble      BRFSS Health Risk Behaviors
#> 594 2021        OH      Ohio       Pickaway      BRFSS            Prevention
#> 595 2020        MI  Michigan        Allegan      BRFSS Health Risk Behaviors
#> 596 2020        MI  Michigan          Ionia      BRFSS Health Risk Behaviors
#> 597 2021        OH      Ohio       Richland      BRFSS            Prevention
#> 598 2021        MI  Michigan        Berrien      BRFSS            Prevention
#> 599 2020        OH      Ohio     Montgomery      BRFSS Health Risk Behaviors
#> 600 2020        MI  Michigan      St. Clair      BRFSS Health Risk Behaviors
#> 601 2020        MI  Michigan          Iosco      BRFSS Health Risk Behaviors
#> 602 2021        OH      Ohio         Medina      BRFSS            Prevention
#> 603 2021        OH      Ohio        Licking      BRFSS            Prevention
#> 604 2020        MI  Michigan        Mecosta      BRFSS Health Risk Behaviors
#> 605 2020        MI  Michigan         Ogemaw      BRFSS Health Risk Behaviors
#> 606 2020        MI  Michigan          Ionia      BRFSS Health Risk Behaviors
#> 607 2021        OH      Ohio         Morgan      BRFSS            Prevention
#> 608 2020        MI  Michigan        Calhoun      BRFSS Health Risk Behaviors
#> 609 2020        OH      Ohio       Pickaway      BRFSS Health Risk Behaviors
#> 610 2020        OH      Ohio     Tuscarawas      BRFSS Health Risk Behaviors
#> 611 2020        MI  Michigan           Luce      BRFSS Health Risk Behaviors
#> 612 2020        OH      Ohio        Hocking      BRFSS Health Risk Behaviors
#> 613 2020        OH      Ohio          Perry      BRFSS Health Risk Behaviors
#> 614 2021        MI  Michigan      Roscommon      BRFSS            Prevention
#> 615 2020        MI  Michigan      Missaukee      BRFSS Health Risk Behaviors
#> 616 2020        MI  Michigan     Shiawassee      BRFSS Health Risk Behaviors
#> 617 2020        OH      Ohio         Lorain      BRFSS Health Risk Behaviors
#> 618 2021        OH      Ohio       Trumbull      BRFSS            Prevention
#> 619 2021        OH      Ohio         Athens      BRFSS            Prevention
#> 620 2021        MI  Michigan     Charlevoix      BRFSS            Prevention
#> 621 2020        MI  Michigan           Iron      BRFSS Health Risk Behaviors
#> 622 2020        MI  Michigan         Ingham      BRFSS Health Risk Behaviors
#> 623 2021        OH      Ohio         Vinton      BRFSS            Prevention
#> 624 2020        OH      Ohio        Fayette      BRFSS Health Risk Behaviors
#> 625 2021        OH      Ohio        Hocking      BRFSS            Prevention
#> 626 2020        OH      Ohio        Jackson      BRFSS Health Risk Behaviors
#> 627 2020        OH      Ohio         Preble      BRFSS Health Risk Behaviors
#> 628 2021        OH      Ohio          Logan      BRFSS            Prevention
#> 629 2020        OH      Ohio       Delaware      BRFSS Health Risk Behaviors
#> 630 2021        OH      Ohio         Greene      BRFSS            Prevention
#> 631 2020        OH      Ohio        Carroll      BRFSS Health Risk Behaviors
#> 632 2020        MI  Michigan      Menominee      BRFSS Health Risk Behaviors
#> 633 2021        OH      Ohio         Warren      BRFSS            Prevention
#> 634 2020        MI  Michigan       Crawford      BRFSS Health Risk Behaviors
#> 635 2021        MI  Michigan       Leelanau      BRFSS            Prevention
#> 636 2021        OH      Ohio       Clermont      BRFSS            Prevention
#> 637 2020        MI  Michigan        Osceola      BRFSS Health Risk Behaviors
#> 638 2020        OH      Ohio      Champaign      BRFSS Health Risk Behaviors
#> 639 2021        MI  Michigan        Sanilac      BRFSS            Prevention
#> 640 2021        MI  Michigan      Washtenaw      BRFSS            Prevention
#> 641 2021        MI  Michigan          Eaton      BRFSS            Prevention
#> 642 2020        MI  Michigan Grand Traverse      BRFSS Health Risk Behaviors
#> 643 2020        OH      Ohio       Harrison      BRFSS Health Risk Behaviors
#> 644 2021        OH      Ohio         Butler      BRFSS            Prevention
#> 645 2020        OH      Ohio        Clinton      BRFSS Health Risk Behaviors
#> 646 2021        OH      Ohio         Putnam      BRFSS            Prevention
#> 647 2020        OH      Ohio        Belmont      BRFSS Health Risk Behaviors
#> 648 2020        MI  Michigan         Benzie      BRFSS Health Risk Behaviors
#> 649 2021        MI  Michigan        Wexford      BRFSS            Prevention
#> 650 2020        MI  Michigan     Charlevoix      BRFSS Health Risk Behaviors
#> 651 2020        MI  Michigan      Dickinson      BRFSS Health Risk Behaviors
#> 652 2020        MI  Michigan        Gratiot      BRFSS Health Risk Behaviors
#> 653 2021        OH      Ohio          Stark      BRFSS            Prevention
#> 654 2020        OH      Ohio          Adams      BRFSS Health Risk Behaviors
#> 655 2021        MI  Michigan    Montmorency      BRFSS            Prevention
#> 656 2021        MI  Michigan   Presque Isle      BRFSS            Prevention
#> 657 2020        MI  Michigan       Chippewa      BRFSS Health Risk Behaviors
#> 658 2021        OH      Ohio        Ashland      BRFSS            Prevention
#> 659 2021        MI  Michigan          Alger      BRFSS            Prevention
#> 660 2021        MI  Michigan        Tuscola      BRFSS            Prevention
#> 661 2021        OH      Ohio      Fairfield      BRFSS            Prevention
#> 662 2021        MI  Michigan           Lake      BRFSS            Prevention
#> 663 2020        MI  Michigan         Lapeer      BRFSS Health Risk Behaviors
#> 664 2021        OH      Ohio         Monroe      BRFSS            Prevention
#> 665 2020        MI  Michigan        Gogebic      BRFSS Health Risk Behaviors
#> 666 2020        MI  Michigan          Alger      BRFSS Health Risk Behaviors
#> 667 2020        OH      Ohio         Scioto      BRFSS Health Risk Behaviors
#> 668 2020        MI  Michigan         Alpena      BRFSS Health Risk Behaviors
#> 669 2020        MI  Michigan        Saginaw      BRFSS Health Risk Behaviors
#> 670 2020        MI  Michigan      Van Buren      BRFSS Health Risk Behaviors
#> 671 2021        MI  Michigan         Monroe      BRFSS            Prevention
#> 672 2020        OH      Ohio          Logan      BRFSS Health Risk Behaviors
#> 673 2021        MI  Michigan          Emmet      BRFSS            Prevention
#> 674 2021        OH      Ohio         Fulton      BRFSS            Prevention
#> 675 2021        MI  Michigan       Mackinac      BRFSS            Prevention
#> 676 2021        OH      Ohio         Scioto      BRFSS            Prevention
#> 677 2020        OH      Ohio          Allen      BRFSS Health Risk Behaviors
#> 678 2020        OH      Ohio       Harrison      BRFSS Health Risk Behaviors
#> 679 2020        MI  Michigan         Alcona      BRFSS Health Risk Behaviors
#> 680 2021        OH      Ohio        Hancock      BRFSS            Prevention
#> 681 2020        OH      Ohio       Crawford      BRFSS Health Risk Behaviors
#> 682 2021        MI  Michigan        Clinton      BRFSS            Prevention
#> 683 2021        MI  Michigan        Genesee      BRFSS            Prevention
#> 684 2020        MI  Michigan           Cass      BRFSS Health Risk Behaviors
#>                                                            measure
#> 1          Sleeping less than 7 hours among adults aged >=18 years
#> 2          Sleeping less than 7 hours among adults aged >=18 years
#> 3          Sleeping less than 7 hours among adults aged >=18 years
#> 4   Current lack of health insurance among adults aged 18-64 years
#> 5          Sleeping less than 7 hours among adults aged >=18 years
#> 6          Sleeping less than 7 hours among adults aged >=18 years
#> 7   Current lack of health insurance among adults aged 18-64 years
#> 8          Sleeping less than 7 hours among adults aged >=18 years
#> 9          Sleeping less than 7 hours among adults aged >=18 years
#> 10         Sleeping less than 7 hours among adults aged >=18 years
#> 11  Current lack of health insurance among adults aged 18-64 years
#> 12  Current lack of health insurance among adults aged 18-64 years
#> 13  Current lack of health insurance among adults aged 18-64 years
#> 14  Current lack of health insurance among adults aged 18-64 years
#> 15         Sleeping less than 7 hours among adults aged >=18 years
#> 16         Sleeping less than 7 hours among adults aged >=18 years
#> 17         Sleeping less than 7 hours among adults aged >=18 years
#> 18         Sleeping less than 7 hours among adults aged >=18 years
#> 19         Sleeping less than 7 hours among adults aged >=18 years
#> 20  Current lack of health insurance among adults aged 18-64 years
#> 21  Current lack of health insurance among adults aged 18-64 years
#> 22         Sleeping less than 7 hours among adults aged >=18 years
#> 23  Current lack of health insurance among adults aged 18-64 years
#> 24         Sleeping less than 7 hours among adults aged >=18 years
#> 25         Sleeping less than 7 hours among adults aged >=18 years
#> 26         Sleeping less than 7 hours among adults aged >=18 years
#> 27  Current lack of health insurance among adults aged 18-64 years
#> 28         Sleeping less than 7 hours among adults aged >=18 years
#> 29  Current lack of health insurance among adults aged 18-64 years
#> 30         Sleeping less than 7 hours among adults aged >=18 years
#> 31  Current lack of health insurance among adults aged 18-64 years
#> 32         Sleeping less than 7 hours among adults aged >=18 years
#> 33         Sleeping less than 7 hours among adults aged >=18 years
#> 34  Current lack of health insurance among adults aged 18-64 years
#> 35         Sleeping less than 7 hours among adults aged >=18 years
#> 36         Sleeping less than 7 hours among adults aged >=18 years
#> 37  Current lack of health insurance among adults aged 18-64 years
#> 38  Current lack of health insurance among adults aged 18-64 years
#> 39         Sleeping less than 7 hours among adults aged >=18 years
#> 40  Current lack of health insurance among adults aged 18-64 years
#> 41         Sleeping less than 7 hours among adults aged >=18 years
#> 42         Sleeping less than 7 hours among adults aged >=18 years
#> 43         Sleeping less than 7 hours among adults aged >=18 years
#> 44  Current lack of health insurance among adults aged 18-64 years
#> 45         Sleeping less than 7 hours among adults aged >=18 years
#> 46  Current lack of health insurance among adults aged 18-64 years
#> 47         Sleeping less than 7 hours among adults aged >=18 years
#> 48  Current lack of health insurance among adults aged 18-64 years
#> 49  Current lack of health insurance among adults aged 18-64 years
#> 50  Current lack of health insurance among adults aged 18-64 years
#> 51  Current lack of health insurance among adults aged 18-64 years
#> 52  Current lack of health insurance among adults aged 18-64 years
#> 53  Current lack of health insurance among adults aged 18-64 years
#> 54         Sleeping less than 7 hours among adults aged >=18 years
#> 55         Sleeping less than 7 hours among adults aged >=18 years
#> 56  Current lack of health insurance among adults aged 18-64 years
#> 57  Current lack of health insurance among adults aged 18-64 years
#> 58  Current lack of health insurance among adults aged 18-64 years
#> 59  Current lack of health insurance among adults aged 18-64 years
#> 60  Current lack of health insurance among adults aged 18-64 years
#> 61         Sleeping less than 7 hours among adults aged >=18 years
#> 62  Current lack of health insurance among adults aged 18-64 years
#> 63  Current lack of health insurance among adults aged 18-64 years
#> 64         Sleeping less than 7 hours among adults aged >=18 years
#> 65  Current lack of health insurance among adults aged 18-64 years
#> 66  Current lack of health insurance among adults aged 18-64 years
#> 67         Sleeping less than 7 hours among adults aged >=18 years
#> 68         Sleeping less than 7 hours among adults aged >=18 years
#> 69         Sleeping less than 7 hours among adults aged >=18 years
#> 70  Current lack of health insurance among adults aged 18-64 years
#> 71  Current lack of health insurance among adults aged 18-64 years
#> 72         Sleeping less than 7 hours among adults aged >=18 years
#> 73  Current lack of health insurance among adults aged 18-64 years
#> 74  Current lack of health insurance among adults aged 18-64 years
#> 75  Current lack of health insurance among adults aged 18-64 years
#> 76  Current lack of health insurance among adults aged 18-64 years
#> 77  Current lack of health insurance among adults aged 18-64 years
#> 78         Sleeping less than 7 hours among adults aged >=18 years
#> 79         Sleeping less than 7 hours among adults aged >=18 years
#> 80  Current lack of health insurance among adults aged 18-64 years
#> 81         Sleeping less than 7 hours among adults aged >=18 years
#> 82  Current lack of health insurance among adults aged 18-64 years
#> 83         Sleeping less than 7 hours among adults aged >=18 years
#> 84  Current lack of health insurance among adults aged 18-64 years
#> 85  Current lack of health insurance among adults aged 18-64 years
#> 86         Sleeping less than 7 hours among adults aged >=18 years
#> 87  Current lack of health insurance among adults aged 18-64 years
#> 88         Sleeping less than 7 hours among adults aged >=18 years
#> 89         Sleeping less than 7 hours among adults aged >=18 years
#> 90         Sleeping less than 7 hours among adults aged >=18 years
#> 91         Sleeping less than 7 hours among adults aged >=18 years
#> 92         Sleeping less than 7 hours among adults aged >=18 years
#> 93         Sleeping less than 7 hours among adults aged >=18 years
#> 94  Current lack of health insurance among adults aged 18-64 years
#> 95  Current lack of health insurance among adults aged 18-64 years
#> 96  Current lack of health insurance among adults aged 18-64 years
#> 97         Sleeping less than 7 hours among adults aged >=18 years
#> 98  Current lack of health insurance among adults aged 18-64 years
#> 99         Sleeping less than 7 hours among adults aged >=18 years
#> 100        Sleeping less than 7 hours among adults aged >=18 years
#> 101        Sleeping less than 7 hours among adults aged >=18 years
#> 102        Sleeping less than 7 hours among adults aged >=18 years
#> 103        Sleeping less than 7 hours among adults aged >=18 years
#> 104 Current lack of health insurance among adults aged 18-64 years
#> 105 Current lack of health insurance among adults aged 18-64 years
#> 106        Sleeping less than 7 hours among adults aged >=18 years
#> 107        Sleeping less than 7 hours among adults aged >=18 years
#> 108 Current lack of health insurance among adults aged 18-64 years
#> 109 Current lack of health insurance among adults aged 18-64 years
#> 110 Current lack of health insurance among adults aged 18-64 years
#> 111        Sleeping less than 7 hours among adults aged >=18 years
#> 112 Current lack of health insurance among adults aged 18-64 years
#> 113 Current lack of health insurance among adults aged 18-64 years
#> 114        Sleeping less than 7 hours among adults aged >=18 years
#> 115        Sleeping less than 7 hours among adults aged >=18 years
#> 116        Sleeping less than 7 hours among adults aged >=18 years
#> 117        Sleeping less than 7 hours among adults aged >=18 years
#> 118        Sleeping less than 7 hours among adults aged >=18 years
#> 119 Current lack of health insurance among adults aged 18-64 years
#> 120        Sleeping less than 7 hours among adults aged >=18 years
#> 121 Current lack of health insurance among adults aged 18-64 years
#> 122 Current lack of health insurance among adults aged 18-64 years
#> 123        Sleeping less than 7 hours among adults aged >=18 years
#> 124        Sleeping less than 7 hours among adults aged >=18 years
#> 125 Current lack of health insurance among adults aged 18-64 years
#> 126        Sleeping less than 7 hours among adults aged >=18 years
#> 127 Current lack of health insurance among adults aged 18-64 years
#> 128        Sleeping less than 7 hours among adults aged >=18 years
#> 129 Current lack of health insurance among adults aged 18-64 years
#> 130        Sleeping less than 7 hours among adults aged >=18 years
#> 131 Current lack of health insurance among adults aged 18-64 years
#> 132 Current lack of health insurance among adults aged 18-64 years
#> 133        Sleeping less than 7 hours among adults aged >=18 years
#> 134 Current lack of health insurance among adults aged 18-64 years
#> 135 Current lack of health insurance among adults aged 18-64 years
#> 136        Sleeping less than 7 hours among adults aged >=18 years
#> 137        Sleeping less than 7 hours among adults aged >=18 years
#> 138        Sleeping less than 7 hours among adults aged >=18 years
#> 139 Current lack of health insurance among adults aged 18-64 years
#> 140 Current lack of health insurance among adults aged 18-64 years
#> 141        Sleeping less than 7 hours among adults aged >=18 years
#> 142 Current lack of health insurance among adults aged 18-64 years
#> 143        Sleeping less than 7 hours among adults aged >=18 years
#> 144        Sleeping less than 7 hours among adults aged >=18 years
#> 145        Sleeping less than 7 hours among adults aged >=18 years
#> 146 Current lack of health insurance among adults aged 18-64 years
#> 147        Sleeping less than 7 hours among adults aged >=18 years
#> 148        Sleeping less than 7 hours among adults aged >=18 years
#> 149 Current lack of health insurance among adults aged 18-64 years
#> 150        Sleeping less than 7 hours among adults aged >=18 years
#> 151        Sleeping less than 7 hours among adults aged >=18 years
#> 152 Current lack of health insurance among adults aged 18-64 years
#> 153        Sleeping less than 7 hours among adults aged >=18 years
#> 154 Current lack of health insurance among adults aged 18-64 years
#> 155        Sleeping less than 7 hours among adults aged >=18 years
#> 156        Sleeping less than 7 hours among adults aged >=18 years
#> 157        Sleeping less than 7 hours among adults aged >=18 years
#> 158 Current lack of health insurance among adults aged 18-64 years
#> 159        Sleeping less than 7 hours among adults aged >=18 years
#> 160 Current lack of health insurance among adults aged 18-64 years
#> 161        Sleeping less than 7 hours among adults aged >=18 years
#> 162 Current lack of health insurance among adults aged 18-64 years
#> 163        Sleeping less than 7 hours among adults aged >=18 years
#> 164 Current lack of health insurance among adults aged 18-64 years
#> 165        Sleeping less than 7 hours among adults aged >=18 years
#> 166 Current lack of health insurance among adults aged 18-64 years
#> 167        Sleeping less than 7 hours among adults aged >=18 years
#> 168        Sleeping less than 7 hours among adults aged >=18 years
#> 169        Sleeping less than 7 hours among adults aged >=18 years
#> 170        Sleeping less than 7 hours among adults aged >=18 years
#> 171 Current lack of health insurance among adults aged 18-64 years
#> 172 Current lack of health insurance among adults aged 18-64 years
#> 173        Sleeping less than 7 hours among adults aged >=18 years
#> 174 Current lack of health insurance among adults aged 18-64 years
#> 175 Current lack of health insurance among adults aged 18-64 years
#> 176 Current lack of health insurance among adults aged 18-64 years
#> 177        Sleeping less than 7 hours among adults aged >=18 years
#> 178        Sleeping less than 7 hours among adults aged >=18 years
#> 179 Current lack of health insurance among adults aged 18-64 years
#> 180 Current lack of health insurance among adults aged 18-64 years
#> 181 Current lack of health insurance among adults aged 18-64 years
#> 182        Sleeping less than 7 hours among adults aged >=18 years
#> 183        Sleeping less than 7 hours among adults aged >=18 years
#> 184        Sleeping less than 7 hours among adults aged >=18 years
#> 185 Current lack of health insurance among adults aged 18-64 years
#> 186 Current lack of health insurance among adults aged 18-64 years
#> 187 Current lack of health insurance among adults aged 18-64 years
#> 188 Current lack of health insurance among adults aged 18-64 years
#> 189        Sleeping less than 7 hours among adults aged >=18 years
#> 190        Sleeping less than 7 hours among adults aged >=18 years
#> 191        Sleeping less than 7 hours among adults aged >=18 years
#> 192 Current lack of health insurance among adults aged 18-64 years
#> 193        Sleeping less than 7 hours among adults aged >=18 years
#> 194        Sleeping less than 7 hours among adults aged >=18 years
#> 195 Current lack of health insurance among adults aged 18-64 years
#> 196 Current lack of health insurance among adults aged 18-64 years
#> 197 Current lack of health insurance among adults aged 18-64 years
#> 198 Current lack of health insurance among adults aged 18-64 years
#> 199 Current lack of health insurance among adults aged 18-64 years
#> 200 Current lack of health insurance among adults aged 18-64 years
#> 201        Sleeping less than 7 hours among adults aged >=18 years
#> 202        Sleeping less than 7 hours among adults aged >=18 years
#> 203 Current lack of health insurance among adults aged 18-64 years
#> 204 Current lack of health insurance among adults aged 18-64 years
#> 205 Current lack of health insurance among adults aged 18-64 years
#> 206        Sleeping less than 7 hours among adults aged >=18 years
#> 207 Current lack of health insurance among adults aged 18-64 years
#> 208        Sleeping less than 7 hours among adults aged >=18 years
#> 209        Sleeping less than 7 hours among adults aged >=18 years
#> 210 Current lack of health insurance among adults aged 18-64 years
#> 211 Current lack of health insurance among adults aged 18-64 years
#> 212 Current lack of health insurance among adults aged 18-64 years
#> 213        Sleeping less than 7 hours among adults aged >=18 years
#> 214        Sleeping less than 7 hours among adults aged >=18 years
#> 215        Sleeping less than 7 hours among adults aged >=18 years
#> 216 Current lack of health insurance among adults aged 18-64 years
#> 217        Sleeping less than 7 hours among adults aged >=18 years
#> 218        Sleeping less than 7 hours among adults aged >=18 years
#> 219 Current lack of health insurance among adults aged 18-64 years
#> 220 Current lack of health insurance among adults aged 18-64 years
#> 221 Current lack of health insurance among adults aged 18-64 years
#> 222 Current lack of health insurance among adults aged 18-64 years
#> 223        Sleeping less than 7 hours among adults aged >=18 years
#> 224 Current lack of health insurance among adults aged 18-64 years
#> 225 Current lack of health insurance among adults aged 18-64 years
#> 226 Current lack of health insurance among adults aged 18-64 years
#> 227        Sleeping less than 7 hours among adults aged >=18 years
#> 228        Sleeping less than 7 hours among adults aged >=18 years
#> 229 Current lack of health insurance among adults aged 18-64 years
#> 230 Current lack of health insurance among adults aged 18-64 years
#> 231        Sleeping less than 7 hours among adults aged >=18 years
#> 232        Sleeping less than 7 hours among adults aged >=18 years
#> 233 Current lack of health insurance among adults aged 18-64 years
#> 234        Sleeping less than 7 hours among adults aged >=18 years
#> 235        Sleeping less than 7 hours among adults aged >=18 years
#> 236 Current lack of health insurance among adults aged 18-64 years
#> 237 Current lack of health insurance among adults aged 18-64 years
#> 238        Sleeping less than 7 hours among adults aged >=18 years
#> 239 Current lack of health insurance among adults aged 18-64 years
#> 240 Current lack of health insurance among adults aged 18-64 years
#> 241 Current lack of health insurance among adults aged 18-64 years
#> 242        Sleeping less than 7 hours among adults aged >=18 years
#> 243        Sleeping less than 7 hours among adults aged >=18 years
#> 244 Current lack of health insurance among adults aged 18-64 years
#> 245 Current lack of health insurance among adults aged 18-64 years
#> 246 Current lack of health insurance among adults aged 18-64 years
#> 247        Sleeping less than 7 hours among adults aged >=18 years
#> 248        Sleeping less than 7 hours among adults aged >=18 years
#> 249        Sleeping less than 7 hours among adults aged >=18 years
#> 250 Current lack of health insurance among adults aged 18-64 years
#> 251 Current lack of health insurance among adults aged 18-64 years
#> 252 Current lack of health insurance among adults aged 18-64 years
#> 253 Current lack of health insurance among adults aged 18-64 years
#> 254 Current lack of health insurance among adults aged 18-64 years
#> 255        Sleeping less than 7 hours among adults aged >=18 years
#> 256 Current lack of health insurance among adults aged 18-64 years
#> 257 Current lack of health insurance among adults aged 18-64 years
#> 258        Sleeping less than 7 hours among adults aged >=18 years
#> 259 Current lack of health insurance among adults aged 18-64 years
#> 260 Current lack of health insurance among adults aged 18-64 years
#> 261 Current lack of health insurance among adults aged 18-64 years
#> 262        Sleeping less than 7 hours among adults aged >=18 years
#> 263        Sleeping less than 7 hours among adults aged >=18 years
#> 264 Current lack of health insurance among adults aged 18-64 years
#> 265        Sleeping less than 7 hours among adults aged >=18 years
#> 266 Current lack of health insurance among adults aged 18-64 years
#> 267 Current lack of health insurance among adults aged 18-64 years
#> 268        Sleeping less than 7 hours among adults aged >=18 years
#> 269 Current lack of health insurance among adults aged 18-64 years
#> 270 Current lack of health insurance among adults aged 18-64 years
#> 271 Current lack of health insurance among adults aged 18-64 years
#> 272 Current lack of health insurance among adults aged 18-64 years
#> 273        Sleeping less than 7 hours among adults aged >=18 years
#> 274        Sleeping less than 7 hours among adults aged >=18 years
#> 275 Current lack of health insurance among adults aged 18-64 years
#> 276 Current lack of health insurance among adults aged 18-64 years
#> 277 Current lack of health insurance among adults aged 18-64 years
#> 278        Sleeping less than 7 hours among adults aged >=18 years
#> 279 Current lack of health insurance among adults aged 18-64 years
#> 280 Current lack of health insurance among adults aged 18-64 years
#> 281 Current lack of health insurance among adults aged 18-64 years
#> 282 Current lack of health insurance among adults aged 18-64 years
#> 283 Current lack of health insurance among adults aged 18-64 years
#> 284        Sleeping less than 7 hours among adults aged >=18 years
#> 285 Current lack of health insurance among adults aged 18-64 years
#> 286 Current lack of health insurance among adults aged 18-64 years
#> 287 Current lack of health insurance among adults aged 18-64 years
#> 288 Current lack of health insurance among adults aged 18-64 years
#> 289 Current lack of health insurance among adults aged 18-64 years
#> 290        Sleeping less than 7 hours among adults aged >=18 years
#> 291 Current lack of health insurance among adults aged 18-64 years
#> 292        Sleeping less than 7 hours among adults aged >=18 years
#> 293        Sleeping less than 7 hours among adults aged >=18 years
#> 294        Sleeping less than 7 hours among adults aged >=18 years
#> 295 Current lack of health insurance among adults aged 18-64 years
#> 296        Sleeping less than 7 hours among adults aged >=18 years
#> 297        Sleeping less than 7 hours among adults aged >=18 years
#> 298 Current lack of health insurance among adults aged 18-64 years
#> 299        Sleeping less than 7 hours among adults aged >=18 years
#> 300        Sleeping less than 7 hours among adults aged >=18 years
#> 301 Current lack of health insurance among adults aged 18-64 years
#> 302        Sleeping less than 7 hours among adults aged >=18 years
#> 303 Current lack of health insurance among adults aged 18-64 years
#> 304        Sleeping less than 7 hours among adults aged >=18 years
#> 305        Sleeping less than 7 hours among adults aged >=18 years
#> 306        Sleeping less than 7 hours among adults aged >=18 years
#> 307        Sleeping less than 7 hours among adults aged >=18 years
#> 308 Current lack of health insurance among adults aged 18-64 years
#> 309        Sleeping less than 7 hours among adults aged >=18 years
#> 310 Current lack of health insurance among adults aged 18-64 years
#> 311        Sleeping less than 7 hours among adults aged >=18 years
#> 312        Sleeping less than 7 hours among adults aged >=18 years
#> 313 Current lack of health insurance among adults aged 18-64 years
#> 314        Sleeping less than 7 hours among adults aged >=18 years
#> 315        Sleeping less than 7 hours among adults aged >=18 years
#> 316 Current lack of health insurance among adults aged 18-64 years
#> 317 Current lack of health insurance among adults aged 18-64 years
#> 318 Current lack of health insurance among adults aged 18-64 years
#> 319        Sleeping less than 7 hours among adults aged >=18 years
#> 320 Current lack of health insurance among adults aged 18-64 years
#> 321        Sleeping less than 7 hours among adults aged >=18 years
#> 322        Sleeping less than 7 hours among adults aged >=18 years
#> 323        Sleeping less than 7 hours among adults aged >=18 years
#> 324 Current lack of health insurance among adults aged 18-64 years
#> 325        Sleeping less than 7 hours among adults aged >=18 years
#> 326        Sleeping less than 7 hours among adults aged >=18 years
#> 327 Current lack of health insurance among adults aged 18-64 years
#> 328        Sleeping less than 7 hours among adults aged >=18 years
#> 329 Current lack of health insurance among adults aged 18-64 years
#> 330        Sleeping less than 7 hours among adults aged >=18 years
#> 331 Current lack of health insurance among adults aged 18-64 years
#> 332        Sleeping less than 7 hours among adults aged >=18 years
#> 333 Current lack of health insurance among adults aged 18-64 years
#> 334 Current lack of health insurance among adults aged 18-64 years
#> 335        Sleeping less than 7 hours among adults aged >=18 years
#> 336        Sleeping less than 7 hours among adults aged >=18 years
#> 337 Current lack of health insurance among adults aged 18-64 years
#> 338        Sleeping less than 7 hours among adults aged >=18 years
#> 339 Current lack of health insurance among adults aged 18-64 years
#> 340        Sleeping less than 7 hours among adults aged >=18 years
#> 341        Sleeping less than 7 hours among adults aged >=18 years
#> 342        Sleeping less than 7 hours among adults aged >=18 years
#> 343        Sleeping less than 7 hours among adults aged >=18 years
#> 344 Current lack of health insurance among adults aged 18-64 years
#> 345        Sleeping less than 7 hours among adults aged >=18 years
#> 346        Sleeping less than 7 hours among adults aged >=18 years
#> 347        Sleeping less than 7 hours among adults aged >=18 years
#> 348        Sleeping less than 7 hours among adults aged >=18 years
#> 349 Current lack of health insurance among adults aged 18-64 years
#> 350        Sleeping less than 7 hours among adults aged >=18 years
#> 351        Sleeping less than 7 hours among adults aged >=18 years
#> 352 Current lack of health insurance among adults aged 18-64 years
#> 353 Current lack of health insurance among adults aged 18-64 years
#> 354        Sleeping less than 7 hours among adults aged >=18 years
#> 355        Sleeping less than 7 hours among adults aged >=18 years
#> 356        Sleeping less than 7 hours among adults aged >=18 years
#> 357 Current lack of health insurance among adults aged 18-64 years
#> 358        Sleeping less than 7 hours among adults aged >=18 years
#> 359        Sleeping less than 7 hours among adults aged >=18 years
#> 360 Current lack of health insurance among adults aged 18-64 years
#> 361 Current lack of health insurance among adults aged 18-64 years
#> 362        Sleeping less than 7 hours among adults aged >=18 years
#> 363        Sleeping less than 7 hours among adults aged >=18 years
#> 364 Current lack of health insurance among adults aged 18-64 years
#> 365 Current lack of health insurance among adults aged 18-64 years
#> 366 Current lack of health insurance among adults aged 18-64 years
#> 367        Sleeping less than 7 hours among adults aged >=18 years
#> 368        Sleeping less than 7 hours among adults aged >=18 years
#> 369 Current lack of health insurance among adults aged 18-64 years
#> 370 Current lack of health insurance among adults aged 18-64 years
#> 371        Sleeping less than 7 hours among adults aged >=18 years
#> 372 Current lack of health insurance among adults aged 18-64 years
#> 373        Sleeping less than 7 hours among adults aged >=18 years
#> 374        Sleeping less than 7 hours among adults aged >=18 years
#> 375 Current lack of health insurance among adults aged 18-64 years
#> 376 Current lack of health insurance among adults aged 18-64 years
#> 377 Current lack of health insurance among adults aged 18-64 years
#> 378        Sleeping less than 7 hours among adults aged >=18 years
#> 379 Current lack of health insurance among adults aged 18-64 years
#> 380 Current lack of health insurance among adults aged 18-64 years
#> 381 Current lack of health insurance among adults aged 18-64 years
#> 382 Current lack of health insurance among adults aged 18-64 years
#> 383        Sleeping less than 7 hours among adults aged >=18 years
#> 384        Sleeping less than 7 hours among adults aged >=18 years
#> 385 Current lack of health insurance among adults aged 18-64 years
#> 386        Sleeping less than 7 hours among adults aged >=18 years
#> 387 Current lack of health insurance among adults aged 18-64 years
#> 388        Sleeping less than 7 hours among adults aged >=18 years
#> 389        Sleeping less than 7 hours among adults aged >=18 years
#> 390        Sleeping less than 7 hours among adults aged >=18 years
#> 391        Sleeping less than 7 hours among adults aged >=18 years
#> 392        Sleeping less than 7 hours among adults aged >=18 years
#> 393        Sleeping less than 7 hours among adults aged >=18 years
#> 394 Current lack of health insurance among adults aged 18-64 years
#> 395 Current lack of health insurance among adults aged 18-64 years
#> 396 Current lack of health insurance among adults aged 18-64 years
#> 397        Sleeping less than 7 hours among adults aged >=18 years
#> 398 Current lack of health insurance among adults aged 18-64 years
#> 399        Sleeping less than 7 hours among adults aged >=18 years
#> 400        Sleeping less than 7 hours among adults aged >=18 years
#> 401        Sleeping less than 7 hours among adults aged >=18 years
#> 402        Sleeping less than 7 hours among adults aged >=18 years
#> 403        Sleeping less than 7 hours among adults aged >=18 years
#> 404        Sleeping less than 7 hours among adults aged >=18 years
#> 405 Current lack of health insurance among adults aged 18-64 years
#> 406 Current lack of health insurance among adults aged 18-64 years
#> 407        Sleeping less than 7 hours among adults aged >=18 years
#> 408 Current lack of health insurance among adults aged 18-64 years
#> 409 Current lack of health insurance among adults aged 18-64 years
#> 410 Current lack of health insurance among adults aged 18-64 years
#> 411        Sleeping less than 7 hours among adults aged >=18 years
#> 412 Current lack of health insurance among adults aged 18-64 years
#> 413 Current lack of health insurance among adults aged 18-64 years
#> 414        Sleeping less than 7 hours among adults aged >=18 years
#> 415 Current lack of health insurance among adults aged 18-64 years
#> 416 Current lack of health insurance among adults aged 18-64 years
#> 417 Current lack of health insurance among adults aged 18-64 years
#> 418        Sleeping less than 7 hours among adults aged >=18 years
#> 419        Sleeping less than 7 hours among adults aged >=18 years
#> 420 Current lack of health insurance among adults aged 18-64 years
#> 421 Current lack of health insurance among adults aged 18-64 years
#> 422 Current lack of health insurance among adults aged 18-64 years
#> 423        Sleeping less than 7 hours among adults aged >=18 years
#> 424        Sleeping less than 7 hours among adults aged >=18 years
#> 425 Current lack of health insurance among adults aged 18-64 years
#> 426 Current lack of health insurance among adults aged 18-64 years
#> 427 Current lack of health insurance among adults aged 18-64 years
#> 428        Sleeping less than 7 hours among adults aged >=18 years
#> 429        Sleeping less than 7 hours among adults aged >=18 years
#> 430        Sleeping less than 7 hours among adults aged >=18 years
#> 431 Current lack of health insurance among adults aged 18-64 years
#> 432        Sleeping less than 7 hours among adults aged >=18 years
#> 433 Current lack of health insurance among adults aged 18-64 years
#> 434 Current lack of health insurance among adults aged 18-64 years
#> 435 Current lack of health insurance among adults aged 18-64 years
#> 436        Sleeping less than 7 hours among adults aged >=18 years
#> 437 Current lack of health insurance among adults aged 18-64 years
#> 438 Current lack of health insurance among adults aged 18-64 years
#> 439        Sleeping less than 7 hours among adults aged >=18 years
#> 440        Sleeping less than 7 hours among adults aged >=18 years
#> 441 Current lack of health insurance among adults aged 18-64 years
#> 442        Sleeping less than 7 hours among adults aged >=18 years
#> 443        Sleeping less than 7 hours among adults aged >=18 years
#> 444 Current lack of health insurance among adults aged 18-64 years
#> 445 Current lack of health insurance among adults aged 18-64 years
#> 446        Sleeping less than 7 hours among adults aged >=18 years
#> 447        Sleeping less than 7 hours among adults aged >=18 years
#> 448        Sleeping less than 7 hours among adults aged >=18 years
#> 449 Current lack of health insurance among adults aged 18-64 years
#> 450 Current lack of health insurance among adults aged 18-64 years
#> 451 Current lack of health insurance among adults aged 18-64 years
#> 452 Current lack of health insurance among adults aged 18-64 years
#> 453        Sleeping less than 7 hours among adults aged >=18 years
#> 454 Current lack of health insurance among adults aged 18-64 years
#> 455 Current lack of health insurance among adults aged 18-64 years
#> 456 Current lack of health insurance among adults aged 18-64 years
#> 457 Current lack of health insurance among adults aged 18-64 years
#> 458 Current lack of health insurance among adults aged 18-64 years
#> 459 Current lack of health insurance among adults aged 18-64 years
#> 460 Current lack of health insurance among adults aged 18-64 years
#> 461        Sleeping less than 7 hours among adults aged >=18 years
#> 462        Sleeping less than 7 hours among adults aged >=18 years
#> 463        Sleeping less than 7 hours among adults aged >=18 years
#> 464        Sleeping less than 7 hours among adults aged >=18 years
#> 465        Sleeping less than 7 hours among adults aged >=18 years
#> 466 Current lack of health insurance among adults aged 18-64 years
#> 467        Sleeping less than 7 hours among adults aged >=18 years
#> 468        Sleeping less than 7 hours among adults aged >=18 years
#> 469 Current lack of health insurance among adults aged 18-64 years
#> 470 Current lack of health insurance among adults aged 18-64 years
#> 471 Current lack of health insurance among adults aged 18-64 years
#> 472 Current lack of health insurance among adults aged 18-64 years
#> 473 Current lack of health insurance among adults aged 18-64 years
#> 474 Current lack of health insurance among adults aged 18-64 years
#> 475 Current lack of health insurance among adults aged 18-64 years
#> 476 Current lack of health insurance among adults aged 18-64 years
#> 477        Sleeping less than 7 hours among adults aged >=18 years
#> 478        Sleeping less than 7 hours among adults aged >=18 years
#> 479 Current lack of health insurance among adults aged 18-64 years
#> 480 Current lack of health insurance among adults aged 18-64 years
#> 481 Current lack of health insurance among adults aged 18-64 years
#> 482 Current lack of health insurance among adults aged 18-64 years
#> 483        Sleeping less than 7 hours among adults aged >=18 years
#> 484        Sleeping less than 7 hours among adults aged >=18 years
#> 485 Current lack of health insurance among adults aged 18-64 years
#> 486        Sleeping less than 7 hours among adults aged >=18 years
#> 487 Current lack of health insurance among adults aged 18-64 years
#> 488 Current lack of health insurance among adults aged 18-64 years
#> 489        Sleeping less than 7 hours among adults aged >=18 years
#> 490 Current lack of health insurance among adults aged 18-64 years
#> 491 Current lack of health insurance among adults aged 18-64 years
#> 492        Sleeping less than 7 hours among adults aged >=18 years
#> 493        Sleeping less than 7 hours among adults aged >=18 years
#> 494        Sleeping less than 7 hours among adults aged >=18 years
#> 495        Sleeping less than 7 hours among adults aged >=18 years
#> 496        Sleeping less than 7 hours among adults aged >=18 years
#> 497        Sleeping less than 7 hours among adults aged >=18 years
#> 498 Current lack of health insurance among adults aged 18-64 years
#> 499 Current lack of health insurance among adults aged 18-64 years
#> 500        Sleeping less than 7 hours among adults aged >=18 years
#> 501 Current lack of health insurance among adults aged 18-64 years
#> 502        Sleeping less than 7 hours among adults aged >=18 years
#> 503        Sleeping less than 7 hours among adults aged >=18 years
#> 504        Sleeping less than 7 hours among adults aged >=18 years
#> 505        Sleeping less than 7 hours among adults aged >=18 years
#> 506        Sleeping less than 7 hours among adults aged >=18 years
#> 507 Current lack of health insurance among adults aged 18-64 years
#> 508        Sleeping less than 7 hours among adults aged >=18 years
#> 509 Current lack of health insurance among adults aged 18-64 years
#> 510 Current lack of health insurance among adults aged 18-64 years
#> 511 Current lack of health insurance among adults aged 18-64 years
#> 512 Current lack of health insurance among adults aged 18-64 years
#> 513        Sleeping less than 7 hours among adults aged >=18 years
#> 514 Current lack of health insurance among adults aged 18-64 years
#> 515        Sleeping less than 7 hours among adults aged >=18 years
#> 516 Current lack of health insurance among adults aged 18-64 years
#> 517 Current lack of health insurance among adults aged 18-64 years
#> 518 Current lack of health insurance among adults aged 18-64 years
#> 519        Sleeping less than 7 hours among adults aged >=18 years
#> 520        Sleeping less than 7 hours among adults aged >=18 years
#> 521 Current lack of health insurance among adults aged 18-64 years
#> 522        Sleeping less than 7 hours among adults aged >=18 years
#> 523 Current lack of health insurance among adults aged 18-64 years
#> 524        Sleeping less than 7 hours among adults aged >=18 years
#> 525        Sleeping less than 7 hours among adults aged >=18 years
#> 526 Current lack of health insurance among adults aged 18-64 years
#> 527 Current lack of health insurance among adults aged 18-64 years
#> 528        Sleeping less than 7 hours among adults aged >=18 years
#> 529        Sleeping less than 7 hours among adults aged >=18 years
#> 530 Current lack of health insurance among adults aged 18-64 years
#> 531 Current lack of health insurance among adults aged 18-64 years
#> 532        Sleeping less than 7 hours among adults aged >=18 years
#> 533 Current lack of health insurance among adults aged 18-64 years
#> 534        Sleeping less than 7 hours among adults aged >=18 years
#> 535        Sleeping less than 7 hours among adults aged >=18 years
#> 536 Current lack of health insurance among adults aged 18-64 years
#> 537 Current lack of health insurance among adults aged 18-64 years
#> 538        Sleeping less than 7 hours among adults aged >=18 years
#> 539        Sleeping less than 7 hours among adults aged >=18 years
#> 540        Sleeping less than 7 hours among adults aged >=18 years
#> 541 Current lack of health insurance among adults aged 18-64 years
#> 542        Sleeping less than 7 hours among adults aged >=18 years
#> 543 Current lack of health insurance among adults aged 18-64 years
#> 544        Sleeping less than 7 hours among adults aged >=18 years
#> 545 Current lack of health insurance among adults aged 18-64 years
#> 546        Sleeping less than 7 hours among adults aged >=18 years
#> 547        Sleeping less than 7 hours among adults aged >=18 years
#> 548        Sleeping less than 7 hours among adults aged >=18 years
#> 549        Sleeping less than 7 hours among adults aged >=18 years
#> 550        Sleeping less than 7 hours among adults aged >=18 years
#> 551 Current lack of health insurance among adults aged 18-64 years
#> 552 Current lack of health insurance among adults aged 18-64 years
#> 553        Sleeping less than 7 hours among adults aged >=18 years
#> 554        Sleeping less than 7 hours among adults aged >=18 years
#> 555 Current lack of health insurance among adults aged 18-64 years
#> 556 Current lack of health insurance among adults aged 18-64 years
#> 557        Sleeping less than 7 hours among adults aged >=18 years
#> 558 Current lack of health insurance among adults aged 18-64 years
#> 559 Current lack of health insurance among adults aged 18-64 years
#> 560        Sleeping less than 7 hours among adults aged >=18 years
#> 561        Sleeping less than 7 hours among adults aged >=18 years
#> 562 Current lack of health insurance among adults aged 18-64 years
#> 563 Current lack of health insurance among adults aged 18-64 years
#> 564 Current lack of health insurance among adults aged 18-64 years
#> 565 Current lack of health insurance among adults aged 18-64 years
#> 566        Sleeping less than 7 hours among adults aged >=18 years
#> 567 Current lack of health insurance among adults aged 18-64 years
#> 568 Current lack of health insurance among adults aged 18-64 years
#> 569 Current lack of health insurance among adults aged 18-64 years
#> 570        Sleeping less than 7 hours among adults aged >=18 years
#> 571 Current lack of health insurance among adults aged 18-64 years
#> 572 Current lack of health insurance among adults aged 18-64 years
#> 573 Current lack of health insurance among adults aged 18-64 years
#> 574        Sleeping less than 7 hours among adults aged >=18 years
#> 575        Sleeping less than 7 hours among adults aged >=18 years
#> 576        Sleeping less than 7 hours among adults aged >=18 years
#> 577 Current lack of health insurance among adults aged 18-64 years
#> 578 Current lack of health insurance among adults aged 18-64 years
#> 579        Sleeping less than 7 hours among adults aged >=18 years
#> 580        Sleeping less than 7 hours among adults aged >=18 years
#> 581        Sleeping less than 7 hours among adults aged >=18 years
#> 582        Sleeping less than 7 hours among adults aged >=18 years
#> 583 Current lack of health insurance among adults aged 18-64 years
#> 584 Current lack of health insurance among adults aged 18-64 years
#> 585        Sleeping less than 7 hours among adults aged >=18 years
#> 586        Sleeping less than 7 hours among adults aged >=18 years
#> 587 Current lack of health insurance among adults aged 18-64 years
#> 588 Current lack of health insurance among adults aged 18-64 years
#> 589 Current lack of health insurance among adults aged 18-64 years
#> 590 Current lack of health insurance among adults aged 18-64 years
#> 591        Sleeping less than 7 hours among adults aged >=18 years
#> 592 Current lack of health insurance among adults aged 18-64 years
#> 593        Sleeping less than 7 hours among adults aged >=18 years
#> 594 Current lack of health insurance among adults aged 18-64 years
#> 595        Sleeping less than 7 hours among adults aged >=18 years
#> 596        Sleeping less than 7 hours among adults aged >=18 years
#> 597 Current lack of health insurance among adults aged 18-64 years
#> 598 Current lack of health insurance among adults aged 18-64 years
#> 599        Sleeping less than 7 hours among adults aged >=18 years
#> 600        Sleeping less than 7 hours among adults aged >=18 years
#> 601        Sleeping less than 7 hours among adults aged >=18 years
#> 602 Current lack of health insurance among adults aged 18-64 years
#> 603 Current lack of health insurance among adults aged 18-64 years
#> 604        Sleeping less than 7 hours among adults aged >=18 years
#> 605        Sleeping less than 7 hours among adults aged >=18 years
#> 606        Sleeping less than 7 hours among adults aged >=18 years
#> 607 Current lack of health insurance among adults aged 18-64 years
#> 608        Sleeping less than 7 hours among adults aged >=18 years
#> 609        Sleeping less than 7 hours among adults aged >=18 years
#> 610        Sleeping less than 7 hours among adults aged >=18 years
#> 611        Sleeping less than 7 hours among adults aged >=18 years
#> 612        Sleeping less than 7 hours among adults aged >=18 years
#> 613        Sleeping less than 7 hours among adults aged >=18 years
#> 614 Current lack of health insurance among adults aged 18-64 years
#> 615        Sleeping less than 7 hours among adults aged >=18 years
#> 616        Sleeping less than 7 hours among adults aged >=18 years
#> 617        Sleeping less than 7 hours among adults aged >=18 years
#> 618 Current lack of health insurance among adults aged 18-64 years
#> 619 Current lack of health insurance among adults aged 18-64 years
#> 620 Current lack of health insurance among adults aged 18-64 years
#> 621        Sleeping less than 7 hours among adults aged >=18 years
#> 622        Sleeping less than 7 hours among adults aged >=18 years
#> 623 Current lack of health insurance among adults aged 18-64 years
#> 624        Sleeping less than 7 hours among adults aged >=18 years
#> 625 Current lack of health insurance among adults aged 18-64 years
#> 626        Sleeping less than 7 hours among adults aged >=18 years
#> 627        Sleeping less than 7 hours among adults aged >=18 years
#> 628 Current lack of health insurance among adults aged 18-64 years
#> 629        Sleeping less than 7 hours among adults aged >=18 years
#> 630 Current lack of health insurance among adults aged 18-64 years
#> 631        Sleeping less than 7 hours among adults aged >=18 years
#> 632        Sleeping less than 7 hours among adults aged >=18 years
#> 633 Current lack of health insurance among adults aged 18-64 years
#> 634        Sleeping less than 7 hours among adults aged >=18 years
#> 635 Current lack of health insurance among adults aged 18-64 years
#> 636 Current lack of health insurance among adults aged 18-64 years
#> 637        Sleeping less than 7 hours among adults aged >=18 years
#> 638        Sleeping less than 7 hours among adults aged >=18 years
#> 639 Current lack of health insurance among adults aged 18-64 years
#> 640 Current lack of health insurance among adults aged 18-64 years
#> 641 Current lack of health insurance among adults aged 18-64 years
#> 642        Sleeping less than 7 hours among adults aged >=18 years
#> 643        Sleeping less than 7 hours among adults aged >=18 years
#> 644 Current lack of health insurance among adults aged 18-64 years
#> 645        Sleeping less than 7 hours among adults aged >=18 years
#> 646 Current lack of health insurance among adults aged 18-64 years
#> 647        Sleeping less than 7 hours among adults aged >=18 years
#> 648        Sleeping less than 7 hours among adults aged >=18 years
#> 649 Current lack of health insurance among adults aged 18-64 years
#> 650        Sleeping less than 7 hours among adults aged >=18 years
#> 651        Sleeping less than 7 hours among adults aged >=18 years
#> 652        Sleeping less than 7 hours among adults aged >=18 years
#> 653 Current lack of health insurance among adults aged 18-64 years
#> 654        Sleeping less than 7 hours among adults aged >=18 years
#> 655 Current lack of health insurance among adults aged 18-64 years
#> 656 Current lack of health insurance among adults aged 18-64 years
#> 657        Sleeping less than 7 hours among adults aged >=18 years
#> 658 Current lack of health insurance among adults aged 18-64 years
#> 659 Current lack of health insurance among adults aged 18-64 years
#> 660 Current lack of health insurance among adults aged 18-64 years
#> 661 Current lack of health insurance among adults aged 18-64 years
#> 662 Current lack of health insurance among adults aged 18-64 years
#> 663        Sleeping less than 7 hours among adults aged >=18 years
#> 664 Current lack of health insurance among adults aged 18-64 years
#> 665        Sleeping less than 7 hours among adults aged >=18 years
#> 666        Sleeping less than 7 hours among adults aged >=18 years
#> 667        Sleeping less than 7 hours among adults aged >=18 years
#> 668        Sleeping less than 7 hours among adults aged >=18 years
#> 669        Sleeping less than 7 hours among adults aged >=18 years
#> 670        Sleeping less than 7 hours among adults aged >=18 years
#> 671 Current lack of health insurance among adults aged 18-64 years
#> 672        Sleeping less than 7 hours among adults aged >=18 years
#> 673 Current lack of health insurance among adults aged 18-64 years
#> 674 Current lack of health insurance among adults aged 18-64 years
#> 675 Current lack of health insurance among adults aged 18-64 years
#> 676 Current lack of health insurance among adults aged 18-64 years
#> 677        Sleeping less than 7 hours among adults aged >=18 years
#> 678        Sleeping less than 7 hours among adults aged >=18 years
#> 679        Sleeping less than 7 hours among adults aged >=18 years
#> 680 Current lack of health insurance among adults aged 18-64 years
#> 681        Sleeping less than 7 hours among adults aged >=18 years
#> 682 Current lack of health insurance among adults aged 18-64 years
#> 683 Current lack of health insurance among adults aged 18-64 years
#> 684        Sleeping less than 7 hours among adults aged >=18 years
#>     data_value_unit         data_value_type data_value low_confidence_limit
#> 1                 % Age-adjusted prevalence       34.6                 32.7
#> 2                 %        Crude prevalence       35.1                 33.6
#> 3                 % Age-adjusted prevalence       34.1                 32.2
#> 4                 % Age-adjusted prevalence        7.1                  5.5
#> 5                 % Age-adjusted prevalence       33.8                 31.9
#> 6                 % Age-adjusted prevalence       40.5                 38.6
#> 7                 %        Crude prevalence        6.2                  4.6
#> 8                 % Age-adjusted prevalence       31.9                 30.2
#> 9                 %        Crude prevalence       32.6                 31.0
#> 10                %        Crude prevalence       35.2                 33.5
#> 11                %        Crude prevalence        9.8                  7.4
#> 12                % Age-adjusted prevalence        7.7                  5.9
#> 13                %        Crude prevalence        8.9                  7.0
#> 14                % Age-adjusted prevalence        7.9                  5.9
#> 15                %        Crude prevalence       32.7                 31.0
#> 16                %        Crude prevalence       32.9                 31.6
#> 17                %        Crude prevalence       37.7                 35.9
#> 18                %        Crude prevalence       35.3                 33.6
#> 19                % Age-adjusted prevalence       41.3                 39.4
#> 20                %        Crude prevalence        8.4                  6.5
#> 21                % Age-adjusted prevalence       11.1                  8.6
#> 22                % Age-adjusted prevalence       33.6                 31.7
#> 23                %        Crude prevalence        9.4                  7.3
#> 24                % Age-adjusted prevalence       33.8                 32.4
#> 25                % Age-adjusted prevalence       37.4                 35.8
#> 26                % Age-adjusted prevalence       37.9                 36.1
#> 27                %        Crude prevalence        9.5                  7.3
#> 28                % Age-adjusted prevalence       32.2                 30.3
#> 29                %        Crude prevalence        9.2                  7.2
#> 30                % Age-adjusted prevalence       36.2                 34.3
#> 31                %        Crude prevalence        8.3                  6.6
#> 32                % Age-adjusted prevalence       37.1                 35.0
#> 33                % Age-adjusted prevalence       38.6                 36.7
#> 34                %        Crude prevalence        9.1                  7.0
#> 35                % Age-adjusted prevalence       29.4                 27.5
#> 36                % Age-adjusted prevalence       38.0                 36.2
#> 37                % Age-adjusted prevalence       10.0                  7.8
#> 38                %        Crude prevalence        8.1                  6.0
#> 39                % Age-adjusted prevalence       33.3                 31.5
#> 40                %        Crude prevalence        5.2                  3.9
#> 41                %        Crude prevalence       39.5                 37.8
#> 42                % Age-adjusted prevalence       41.5                 39.6
#> 43                % Age-adjusted prevalence       36.9                 35.5
#> 44                %        Crude prevalence        8.1                  6.2
#> 45                % Age-adjusted prevalence       35.6                 33.8
#> 46                %        Crude prevalence        8.6                  6.5
#> 47                %        Crude prevalence       33.5                 31.9
#> 48                % Age-adjusted prevalence        6.9                  4.8
#> 49                %        Crude prevalence        6.9                  5.3
#> 50                % Age-adjusted prevalence        7.6                  5.5
#> 51                %        Crude prevalence        7.7                  5.9
#> 52                %        Crude prevalence        7.6                  5.7
#> 53                % Age-adjusted prevalence        8.7                  6.5
#> 54                % Age-adjusted prevalence       36.1                 34.4
#> 55                % Age-adjusted prevalence       37.3                 35.7
#> 56                % Age-adjusted prevalence        8.8                  6.8
#> 57                %        Crude prevalence        7.4                  5.6
#> 58                % Age-adjusted prevalence        9.0                  6.8
#> 59                % Age-adjusted prevalence        8.4                  6.5
#> 60                % Age-adjusted prevalence        8.7                  6.6
#> 61                % Age-adjusted prevalence       34.7                 32.7
#> 62                % Age-adjusted prevalence        8.8                  6.8
#> 63                %        Crude prevalence        8.3                  6.2
#> 64                % Age-adjusted prevalence       36.9                 35.4
#> 65                %        Crude prevalence        8.3                  6.1
#> 66                %        Crude prevalence        7.1                  5.4
#> 67                % Age-adjusted prevalence       35.6                 33.8
#> 68                %        Crude prevalence       36.6                 35.1
#> 69                % Age-adjusted prevalence       34.4                 32.5
#> 70                %        Crude prevalence        8.9                  6.8
#> 71                %        Crude prevalence        7.7                  5.9
#> 72                %        Crude prevalence       35.2                 33.4
#> 73                % Age-adjusted prevalence        9.6                  7.4
#> 74                % Age-adjusted prevalence        9.1                  7.0
#> 75                % Age-adjusted prevalence        8.8                  6.5
#> 76                %        Crude prevalence        7.7                  6.0
#> 77                %        Crude prevalence        8.2                  6.5
#> 78                % Age-adjusted prevalence       41.1                 39.3
#> 79                % Age-adjusted prevalence       40.2                 38.5
#> 80                %        Crude prevalence        9.1                  6.8
#> 81                % Age-adjusted prevalence       33.0                 31.3
#> 82                %        Crude prevalence        8.4                  6.7
#> 83                % Age-adjusted prevalence       38.9                 37.7
#> 84                %        Crude prevalence        9.2                  7.1
#> 85                %        Crude prevalence        7.2                  5.2
#> 86                % Age-adjusted prevalence       36.4                 34.9
#> 87                % Age-adjusted prevalence        7.9                  6.1
#> 88                %        Crude prevalence       37.1                 35.5
#> 89                % Age-adjusted prevalence       37.6                 35.7
#> 90                % Age-adjusted prevalence       35.6                 33.9
#> 91                %        Crude prevalence       32.1                 30.6
#> 92                % Age-adjusted prevalence       31.5                 29.6
#> 93                % Age-adjusted prevalence       33.6                 31.9
#> 94                % Age-adjusted prevalence        9.1                  6.7
#> 95                % Age-adjusted prevalence        9.5                  7.6
#> 96                % Age-adjusted prevalence        9.3                  6.9
#> 97                %        Crude prevalence       31.6                 30.3
#> 98                % Age-adjusted prevalence        9.1                  7.0
#> 99                %        Crude prevalence       34.6                 33.1
#> 100               %        Crude prevalence       33.6                 32.0
#> 101               %        Crude prevalence       34.8                 33.1
#> 102               %        Crude prevalence       36.0                 34.6
#> 103               %        Crude prevalence       39.7                 38.1
#> 104               % Age-adjusted prevalence        6.5                  4.8
#> 105               % Age-adjusted prevalence        8.3                  6.2
#> 106               %        Crude prevalence       37.7                 36.2
#> 107               % Age-adjusted prevalence       34.0                 32.4
#> 108               % Age-adjusted prevalence        6.7                  5.1
#> 109               %        Crude prevalence        8.3                  6.4
#> 110               %        Crude prevalence        8.8                  6.8
#> 111               %        Crude prevalence       35.8                 34.3
#> 112               % Age-adjusted prevalence        5.7                  4.4
#> 113               % Age-adjusted prevalence        8.7                  6.5
#> 114               %        Crude prevalence       38.9                 37.1
#> 115               % Age-adjusted prevalence       34.5                 32.7
#> 116               %        Crude prevalence       36.5                 35.0
#> 117               %        Crude prevalence       37.3                 35.6
#> 118               %        Crude prevalence       34.9                 33.4
#> 119               % Age-adjusted prevalence        7.4                  5.4
#> 120               %        Crude prevalence       33.5                 31.9
#> 121               %        Crude prevalence        6.8                  5.3
#> 122               %        Crude prevalence        8.5                  6.2
#> 123               %        Crude prevalence       33.6                 32.0
#> 124               % Age-adjusted prevalence       32.7                 31.0
#> 125               % Age-adjusted prevalence        7.6                  5.8
#> 126               % Age-adjusted prevalence       36.0                 34.2
#> 127               % Age-adjusted prevalence        6.9                  5.2
#> 128               % Age-adjusted prevalence       37.1                 35.2
#> 129               % Age-adjusted prevalence        8.7                  6.8
#> 130               %        Crude prevalence       34.8                 33.4
#> 131               %        Crude prevalence        8.9                  6.8
#> 132               %        Crude prevalence        7.2                  5.4
#> 133               %        Crude prevalence       33.2                 31.5
#> 134               % Age-adjusted prevalence        9.0                  7.0
#> 135               %        Crude prevalence        7.6                  5.9
#> 136               %        Crude prevalence       37.5                 35.9
#> 137               % Age-adjusted prevalence       34.5                 32.5
#> 138               %        Crude prevalence       35.9                 34.4
#> 139               % Age-adjusted prevalence        8.0                  6.1
#> 140               %        Crude prevalence        9.7                  7.6
#> 141               %        Crude prevalence       32.1                 30.6
#> 142               % Age-adjusted prevalence        8.5                  6.4
#> 143               % Age-adjusted prevalence       30.0                 28.4
#> 144               % Age-adjusted prevalence       38.5                 37.1
#> 145               %        Crude prevalence       33.1                 31.4
#> 146               % Age-adjusted prevalence        8.5                  6.4
#> 147               %        Crude prevalence       35.7                 34.1
#> 148               %        Crude prevalence       35.8                 34.2
#> 149               %        Crude prevalence        8.3                  6.2
#> 150               %        Crude prevalence       32.4                 30.4
#> 151               % Age-adjusted prevalence       34.6                 33.0
#> 152               %        Crude prevalence       10.0                  7.7
#> 153               % Age-adjusted prevalence       34.0                 32.1
#> 154               % Age-adjusted prevalence        8.3                  6.2
#> 155               % Age-adjusted prevalence       37.8                 36.0
#> 156               % Age-adjusted prevalence       39.0                 37.1
#> 157               %        Crude prevalence       33.7                 32.0
#> 158               %        Crude prevalence       12.7                  9.7
#> 159               %        Crude prevalence       36.1                 34.3
#> 160               % Age-adjusted prevalence        9.7                  7.6
#> 161               % Age-adjusted prevalence       31.5                 29.4
#> 162               % Age-adjusted prevalence        9.5                  7.1
#> 163               %        Crude prevalence       32.6                 31.0
#> 164               % Age-adjusted prevalence        7.8                  6.0
#> 165               %        Crude prevalence       32.6                 30.8
#> 166               %        Crude prevalence        9.4                  7.0
#> 167               % Age-adjusted prevalence       38.9                 37.2
#> 168               %        Crude prevalence       31.5                 29.9
#> 169               % Age-adjusted prevalence       36.7                 34.9
#> 170               % Age-adjusted prevalence       35.4                 33.9
#> 171               % Age-adjusted prevalence        9.8                  7.5
#> 172               % Age-adjusted prevalence        8.9                  6.7
#> 173               %        Crude prevalence       31.8                 29.9
#> 174               % Age-adjusted prevalence        6.5                  4.8
#> 175               %        Crude prevalence        9.0                  6.8
#> 176               % Age-adjusted prevalence       11.0                  8.2
#> 177               %        Crude prevalence       34.8                 33.3
#> 178               %        Crude prevalence       30.5                 28.7
#> 179               % Age-adjusted prevalence        9.3                  7.4
#> 180               %        Crude prevalence        8.8                  6.9
#> 181               %        Crude prevalence        9.1                  7.2
#> 182               % Age-adjusted prevalence       33.9                 32.1
#> 183               % Age-adjusted prevalence       36.3                 34.7
#> 184               % Age-adjusted prevalence       33.2                 31.3
#> 185               %        Crude prevalence        8.3                  6.5
#> 186               %        Crude prevalence        8.6                  6.5
#> 187               % Age-adjusted prevalence        9.2                  7.3
#> 188               %        Crude prevalence        7.2                  5.5
#> 189               %        Crude prevalence       37.4                 35.9
#> 190               % Age-adjusted prevalence       37.1                 35.5
#> 191               %        Crude prevalence       34.5                 32.7
#> 192               %        Crude prevalence        8.0                  6.1
#> 193               % Age-adjusted prevalence       35.2                 33.3
#> 194               % Age-adjusted prevalence       36.7                 35.0
#> 195               %        Crude prevalence        8.7                  6.8
#> 196               % Age-adjusted prevalence       10.7                  8.1
#> 197               % Age-adjusted prevalence        8.3                  6.3
#> 198               %        Crude prevalence        8.9                  7.1
#> 199               %        Crude prevalence        8.1                  6.1
#> 200               %        Crude prevalence        7.4                  5.6
#> 201               %        Crude prevalence       32.4                 30.6
#> 202               %        Crude prevalence       37.8                 36.0
#> 203               %        Crude prevalence        8.5                  6.5
#> 204               % Age-adjusted prevalence        7.6                  5.7
#> 205               %        Crude prevalence        8.4                  6.5
#> 206               % Age-adjusted prevalence       35.6                 33.6
#> 207               %        Crude prevalence        7.3                  5.5
#> 208               % Age-adjusted prevalence       35.3                 33.5
#> 209               %        Crude prevalence       37.3                 35.7
#> 210               % Age-adjusted prevalence        6.5                  4.9
#> 211               %        Crude prevalence        4.9                  3.6
#> 212               %        Crude prevalence        6.4                  4.5
#> 213               %        Crude prevalence       35.9                 34.0
#> 214               % Age-adjusted prevalence       40.9                 39.1
#> 215               % Age-adjusted prevalence       38.6                 36.9
#> 216               % Age-adjusted prevalence        8.4                  6.3
#> 217               % Age-adjusted prevalence       32.8                 30.8
#> 218               % Age-adjusted prevalence       35.7                 34.1
#> 219               %        Crude prevalence        8.5                  6.7
#> 220               % Age-adjusted prevalence        9.1                  7.2
#> 221               %        Crude prevalence        6.5                  4.8
#> 222               %        Crude prevalence        8.3                  6.4
#> 223               %        Crude prevalence       31.6                 29.8
#> 224               %        Crude prevalence        8.1                  6.4
#> 225               %        Crude prevalence        8.4                  6.6
#> 226               %        Crude prevalence        8.6                  6.8
#> 227               %        Crude prevalence       34.6                 33.2
#> 228               %        Crude prevalence       39.7                 37.9
#> 229               %        Crude prevalence        9.4                  7.1
#> 230               % Age-adjusted prevalence        7.8                  5.9
#> 231               % Age-adjusted prevalence       35.1                 33.4
#> 232               %        Crude prevalence       33.7                 31.9
#> 233               %        Crude prevalence        8.5                  6.5
#> 234               % Age-adjusted prevalence       34.9                 33.2
#> 235               %        Crude prevalence       33.2                 31.8
#> 236               %        Crude prevalence        8.4                  6.6
#> 237               %        Crude prevalence        7.8                  6.0
#> 238               %        Crude prevalence       35.8                 34.4
#> 239               % Age-adjusted prevalence        9.4                  7.2
#> 240               % Age-adjusted prevalence        8.8                  6.6
#> 241               %        Crude prevalence        7.1                  5.3
#> 242               % Age-adjusted prevalence       34.0                 32.3
#> 243               %        Crude prevalence       33.4                 31.6
#> 244               %        Crude prevalence        6.0                  4.3
#> 245               %        Crude prevalence        7.5                  5.7
#> 246               %        Crude prevalence        8.8                  6.7
#> 247               % Age-adjusted prevalence       31.9                 30.1
#> 248               % Age-adjusted prevalence       33.3                 31.6
#> 249               %        Crude prevalence       36.9                 35.4
#> 250               %        Crude prevalence        9.1                  7.3
#> 251               %        Crude prevalence        6.7                  5.1
#> 252               %        Crude prevalence        6.8                  5.1
#> 253               %        Crude prevalence       10.4                  8.1
#> 254               %        Crude prevalence        8.3                  6.2
#> 255               %        Crude prevalence       30.1                 28.3
#> 256               %        Crude prevalence        7.3                  5.5
#> 257               %        Crude prevalence        6.4                  4.9
#> 258               % Age-adjusted prevalence       32.5                 30.6
#> 259               % Age-adjusted prevalence        8.8                  6.6
#> 260               %        Crude prevalence        8.3                  6.4
#> 261               % Age-adjusted prevalence        8.4                  6.7
#> 262               % Age-adjusted prevalence       37.4                 35.6
#> 263               % Age-adjusted prevalence       36.6                 34.8
#> 264               % Age-adjusted prevalence        8.7                  6.9
#> 265               % Age-adjusted prevalence       33.9                 32.2
#> 266               % Age-adjusted prevalence        7.5                  5.7
#> 267               % Age-adjusted prevalence        8.1                  6.1
#> 268               % Age-adjusted prevalence       37.3                 35.4
#> 269               %        Crude prevalence        7.2                  5.6
#> 270               %        Crude prevalence        7.6                  5.8
#> 271               % Age-adjusted prevalence        7.8                  6.1
#> 272               %        Crude prevalence        7.3                  5.5
#> 273               %        Crude prevalence       33.9                 32.3
#> 274               % Age-adjusted prevalence       35.6                 34.0
#> 275               %        Crude prevalence        8.8                  6.8
#> 276               %        Crude prevalence        9.8                  7.4
#> 277               %        Crude prevalence        7.8                  5.9
#> 278               % Age-adjusted prevalence       34.0                 32.1
#> 279               %        Crude prevalence        8.8                  6.6
#> 280               % Age-adjusted prevalence        7.5                  5.5
#> 281               % Age-adjusted prevalence        9.9                  7.6
#> 282               % Age-adjusted prevalence       10.9                  8.4
#> 283               % Age-adjusted prevalence        7.0                  5.4
#> 284               % Age-adjusted prevalence       31.7                 30.0
#> 285               %        Crude prevalence        7.8                  6.1
#> 286               %        Crude prevalence        7.4                  5.7
#> 287               %        Crude prevalence        7.1                  5.4
#> 288               % Age-adjusted prevalence        8.7                  6.5
#> 289               % Age-adjusted prevalence        8.2                  6.2
#> 290               %        Crude prevalence       36.1                 34.4
#> 291               %        Crude prevalence        8.4                  6.4
#> 292               % Age-adjusted prevalence       33.6                 31.8
#> 293               % Age-adjusted prevalence       33.9                 32.1
#> 294               %        Crude prevalence       34.2                 32.4
#> 295               % Age-adjusted prevalence        9.4                  7.2
#> 296               %        Crude prevalence       29.5                 27.6
#> 297               %        Crude prevalence       34.1                 32.7
#> 298               % Age-adjusted prevalence       10.4                  7.9
#> 299               %        Crude prevalence       37.6                 36.2
#> 300               %        Crude prevalence       35.1                 33.5
#> 301               %        Crude prevalence        7.7                  5.8
#> 302               % Age-adjusted prevalence       35.9                 33.9
#> 303               % Age-adjusted prevalence       13.0                  9.9
#> 304               %        Crude prevalence       36.5                 35.0
#> 305               %        Crude prevalence       39.1                 37.7
#> 306               %        Crude prevalence       34.3                 32.5
#> 307               %        Crude prevalence       33.1                 31.4
#> 308               %        Crude prevalence        7.8                  5.9
#> 309               % Age-adjusted prevalence       38.3                 36.8
#> 310               %        Crude prevalence        7.0                  5.4
#> 311               %        Crude prevalence       34.3                 32.6
#> 312               %        Crude prevalence       33.4                 31.9
#> 313               % Age-adjusted prevalence        9.9                  7.3
#> 314               % Age-adjusted prevalence       33.9                 32.3
#> 315               %        Crude prevalence       34.5                 33.0
#> 316               % Age-adjusted prevalence        9.1                  7.0
#> 317               %        Crude prevalence       10.6                  7.9
#> 318               %        Crude prevalence        9.6                  7.3
#> 319               %        Crude prevalence       32.6                 30.9
#> 320               %        Crude prevalence        7.7                  5.7
#> 321               % Age-adjusted prevalence       32.0                 30.6
#> 322               % Age-adjusted prevalence       38.1                 36.4
#> 323               % Age-adjusted prevalence       40.6                 38.9
#> 324               %        Crude prevalence        8.0                  6.2
#> 325               % Age-adjusted prevalence       35.5                 33.7
#> 326               %        Crude prevalence       31.4                 29.7
#> 327               % Age-adjusted prevalence        9.1                  6.9
#> 328               % Age-adjusted prevalence       37.9                 36.2
#> 329               % Age-adjusted prevalence        8.9                  6.9
#> 330               % Age-adjusted prevalence       37.5                 35.8
#> 331               % Age-adjusted prevalence        8.9                  7.0
#> 332               % Age-adjusted prevalence       35.5                 34.2
#> 333               % Age-adjusted prevalence        8.8                  6.9
#> 334               % Age-adjusted prevalence        9.4                  7.5
#> 335               % Age-adjusted prevalence       34.4                 32.8
#> 336               % Age-adjusted prevalence       33.0                 31.4
#> 337               % Age-adjusted prevalence        8.0                  6.1
#> 338               % Age-adjusted prevalence       34.0                 32.3
#> 339               % Age-adjusted prevalence        8.0                  6.0
#> 340               %        Crude prevalence       36.2                 34.5
#> 341               %        Crude prevalence       33.4                 32.0
#> 342               %        Crude prevalence       33.0                 31.4
#> 343               % Age-adjusted prevalence       40.1                 38.7
#> 344               %        Crude prevalence        6.7                  5.0
#> 345               % Age-adjusted prevalence       38.2                 36.4
#> 346               %        Crude prevalence       32.7                 31.2
#> 347               % Age-adjusted prevalence       33.8                 32.4
#> 348               %        Crude prevalence       35.8                 33.6
#> 349               %        Crude prevalence        9.3                  7.2
#> 350               %        Crude prevalence       35.4                 33.8
#> 351               %        Crude prevalence       31.4                 29.6
#> 352               %        Crude prevalence        8.6                  6.7
#> 353               % Age-adjusted prevalence        8.2                  6.2
#> 354               %        Crude prevalence       40.2                 38.5
#> 355               % Age-adjusted prevalence       34.4                 32.9
#> 356               %        Crude prevalence       36.8                 35.1
#> 357               %        Crude prevalence       10.4                  7.9
#> 358               % Age-adjusted prevalence       35.7                 34.0
#> 359               % Age-adjusted prevalence       35.0                 33.2
#> 360               % Age-adjusted prevalence        8.9                  6.8
#> 361               % Age-adjusted prevalence       10.2                  7.7
#> 362               % Age-adjusted prevalence       36.5                 34.8
#> 363               %        Crude prevalence       32.3                 30.6
#> 364               %        Crude prevalence        8.6                  6.4
#> 365               %        Crude prevalence        7.2                  5.5
#> 366               %        Crude prevalence        9.2                  7.4
#> 367               %        Crude prevalence       35.3                 33.6
#> 368               % Age-adjusted prevalence       34.8                 33.1
#> 369               % Age-adjusted prevalence        9.8                  7.5
#> 370               %        Crude prevalence        7.8                  6.1
#> 371               % Age-adjusted prevalence       33.7                 32.0
#> 372               % Age-adjusted prevalence        9.8                  7.6
#> 373               % Age-adjusted prevalence       38.3                 36.6
#> 374               %        Crude prevalence       35.0                 33.3
#> 375               %        Crude prevalence        7.2                  5.5
#> 376               %        Crude prevalence        6.3                  4.7
#> 377               % Age-adjusted prevalence        9.5                  7.1
#> 378               % Age-adjusted prevalence       32.5                 30.9
#> 379               % Age-adjusted prevalence        9.8                  7.2
#> 380               %        Crude prevalence        7.7                  5.9
#> 381               %        Crude prevalence       10.0                  7.5
#> 382               %        Crude prevalence        5.2                  3.8
#> 383               % Age-adjusted prevalence       35.8                 33.8
#> 384               % Age-adjusted prevalence       37.3                 35.4
#> 385               % Age-adjusted prevalence        8.6                  6.8
#> 386               %        Crude prevalence       34.8                 33.3
#> 387               %        Crude prevalence        9.0                  6.8
#> 388               %        Crude prevalence       30.2                 28.5
#> 389               %        Crude prevalence       35.4                 33.8
#> 390               %        Crude prevalence       36.2                 34.6
#> 391               %        Crude prevalence       37.7                 36.4
#> 392               %        Crude prevalence       36.6                 35.3
#> 393               %        Crude prevalence       30.4                 28.6
#> 394               % Age-adjusted prevalence        8.8                  6.4
#> 395               % Age-adjusted prevalence        8.2                  6.2
#> 396               % Age-adjusted prevalence        8.5                  6.5
#> 397               %        Crude prevalence       30.8                 28.8
#> 398               % Age-adjusted prevalence        8.7                  6.4
#> 399               %        Crude prevalence       36.5                 34.6
#> 400               %        Crude prevalence       39.4                 37.8
#> 401               %        Crude prevalence       31.2                 29.5
#> 402               %        Crude prevalence       37.9                 36.5
#> 403               %        Crude prevalence       32.6                 30.9
#> 404               % Age-adjusted prevalence       35.3                 33.5
#> 405               % Age-adjusted prevalence        7.9                  5.9
#> 406               %        Crude prevalence        7.8                  6.1
#> 407               % Age-adjusted prevalence       35.9                 34.1
#> 408               %        Crude prevalence        8.2                  6.1
#> 409               % Age-adjusted prevalence        9.5                  7.1
#> 410               % Age-adjusted prevalence        9.0                  6.7
#> 411               % Age-adjusted prevalence       35.4                 33.8
#> 412               %        Crude prevalence        8.2                  6.2
#> 413               % Age-adjusted prevalence        9.0                  7.1
#> 414               %        Crude prevalence       31.7                 30.0
#> 415               % Age-adjusted prevalence        7.3                  5.6
#> 416               %        Crude prevalence        6.2                  4.5
#> 417               % Age-adjusted prevalence        5.8                  4.3
#> 418               %        Crude prevalence       37.4                 35.7
#> 419               % Age-adjusted prevalence       38.9                 37.2
#> 420               % Age-adjusted prevalence        8.4                  6.4
#> 421               % Age-adjusted prevalence        9.0                  7.1
#> 422               % Age-adjusted prevalence        9.6                  7.3
#> 423               % Age-adjusted prevalence       37.2                 35.7
#> 424               % Age-adjusted prevalence       36.2                 34.4
#> 425               % Age-adjusted prevalence        9.2                  7.1
#> 426               % Age-adjusted prevalence        8.9                  6.8
#> 427               % Age-adjusted prevalence        8.5                  6.6
#> 428               % Age-adjusted prevalence       32.5                 30.7
#> 429               % Age-adjusted prevalence       35.4                 33.7
#> 430               % Age-adjusted prevalence       36.4                 34.8
#> 431               % Age-adjusted prevalence       11.4                  8.9
#> 432               %        Crude prevalence       33.1                 31.3
#> 433               % Age-adjusted prevalence        6.3                  4.6
#> 434               % Age-adjusted prevalence       10.4                  7.8
#> 435               % Age-adjusted prevalence        9.6                  7.6
#> 436               % Age-adjusted prevalence       36.9                 35.2
#> 437               % Age-adjusted prevalence        5.8                  4.5
#> 438               %        Crude prevalence        5.4                  4.2
#> 439               % Age-adjusted prevalence       37.5                 35.6
#> 440               %        Crude prevalence       37.1                 35.4
#> 441               % Age-adjusted prevalence        9.2                  6.9
#> 442               %        Crude prevalence       31.5                 29.7
#> 443               % Age-adjusted prevalence       34.4                 32.6
#> 444               % Age-adjusted prevalence       10.5                  7.8
#> 445               %        Crude prevalence        7.7                  5.7
#> 446               %        Crude prevalence       36.3                 34.7
#> 447               %        Crude prevalence       29.1                 27.6
#> 448               % Age-adjusted prevalence       41.4                 39.7
#> 449               % Age-adjusted prevalence       10.3                  7.7
#> 450               %        Crude prevalence        7.2                  5.4
#> 451               %        Crude prevalence        7.8                  5.9
#> 452               %        Crude prevalence        7.3                  5.5
#> 453               % Age-adjusted prevalence       35.8                 34.2
#> 454               %        Crude prevalence        8.7                  6.8
#> 455               % Age-adjusted prevalence        5.1                  3.8
#> 456               % Age-adjusted prevalence        7.6                  5.6
#> 457               % Age-adjusted prevalence        9.6                  7.1
#> 458               %        Crude prevalence        5.8                  4.4
#> 459               % Age-adjusted prevalence        6.5                  4.8
#> 460               %        Crude prevalence        7.2                  5.4
#> 461               % Age-adjusted prevalence       32.3                 30.7
#> 462               %        Crude prevalence       32.9                 31.3
#> 463               %        Crude prevalence       38.3                 36.6
#> 464               %        Crude prevalence       38.3                 36.7
#> 465               %        Crude prevalence       28.7                 26.7
#> 466               % Age-adjusted prevalence        8.6                  6.7
#> 467               %        Crude prevalence       35.4                 33.6
#> 468               % Age-adjusted prevalence       31.5                 29.5
#> 469               % Age-adjusted prevalence        8.2                  6.4
#> 470               %        Crude prevalence        8.7                  6.7
#> 471               % Age-adjusted prevalence        6.7                  4.9
#> 472               % Age-adjusted prevalence        8.3                  6.3
#> 473               % Age-adjusted prevalence        9.0                  6.8
#> 474               %        Crude prevalence        8.7                  6.7
#> 475               %        Crude prevalence        9.1                  7.1
#> 476               % Age-adjusted prevalence        9.4                  7.5
#> 477               %        Crude prevalence       38.3                 37.1
#> 478               %        Crude prevalence       36.2                 34.4
#> 479               % Age-adjusted prevalence       10.0                  7.5
#> 480               %        Crude prevalence        8.4                  6.7
#> 481               % Age-adjusted prevalence        7.2                  5.2
#> 482               %        Crude prevalence        5.4                  3.9
#> 483               %        Crude prevalence       32.6                 30.8
#> 484               % Age-adjusted prevalence       37.5                 35.7
#> 485               %        Crude prevalence        7.2                  5.5
#> 486               % Age-adjusted prevalence       37.5                 36.2
#> 487               % Age-adjusted prevalence        9.7                  7.7
#> 488               % Age-adjusted prevalence        8.6                  6.6
#> 489               % Age-adjusted prevalence       40.5                 38.6
#> 490               %        Crude prevalence        8.6                  6.6
#> 491               %        Crude prevalence        7.6                  5.7
#> 492               %        Crude prevalence       33.2                 31.3
#> 493               %        Crude prevalence       34.2                 32.8
#> 494               % Age-adjusted prevalence       35.1                 33.2
#> 495               %        Crude prevalence       34.2                 32.4
#> 496               % Age-adjusted prevalence       39.3                 37.9
#> 497               %        Crude prevalence       31.4                 29.9
#> 498               %        Crude prevalence       10.7                  8.0
#> 499               % Age-adjusted prevalence        7.8                  6.1
#> 500               % Age-adjusted prevalence       39.2                 37.6
#> 501               %        Crude prevalence       10.0                  7.6
#> 502               % Age-adjusted prevalence       31.9                 30.0
#> 503               %        Crude prevalence       32.7                 31.0
#> 504               % Age-adjusted prevalence       34.9                 32.9
#> 505               % Age-adjusted prevalence       34.7                 33.2
#> 506               % Age-adjusted prevalence       35.9                 34.2
#> 507               % Age-adjusted prevalence        8.3                  6.3
#> 508               %        Crude prevalence       37.7                 36.3
#> 509               % Age-adjusted prevalence        7.5                  5.9
#> 510               % Age-adjusted prevalence        9.5                  7.2
#> 511               % Age-adjusted prevalence        9.1                  7.0
#> 512               %        Crude prevalence       10.0                  7.9
#> 513               % Age-adjusted prevalence       38.3                 36.5
#> 514               % Age-adjusted prevalence        8.7                  6.8
#> 515               % Age-adjusted prevalence       35.9                 34.3
#> 516               % Age-adjusted prevalence        6.9                  5.3
#> 517               % Age-adjusted prevalence        8.4                  6.1
#> 518               % Age-adjusted prevalence        9.8                  7.5
#> 519               %        Crude prevalence       33.4                 31.7
#> 520               %        Crude prevalence       36.5                 34.9
#> 521               % Age-adjusted prevalence        7.4                  5.8
#> 522               % Age-adjusted prevalence       35.8                 34.4
#> 523               % Age-adjusted prevalence        9.5                  7.1
#> 524               %        Crude prevalence       36.2                 34.6
#> 525               % Age-adjusted prevalence       34.9                 33.2
#> 526               %        Crude prevalence        9.8                  7.4
#> 527               % Age-adjusted prevalence        8.6                  6.4
#> 528               %        Crude prevalence       40.2                 38.4
#> 529               %        Crude prevalence       40.5                 38.9
#> 530               % Age-adjusted prevalence        8.1                  6.3
#> 531               %        Crude prevalence        8.3                  6.2
#> 532               % Age-adjusted prevalence       36.4                 34.8
#> 533               %        Crude prevalence        8.0                  6.2
#> 534               %        Crude prevalence       35.9                 34.3
#> 535               % Age-adjusted prevalence       35.3                 33.6
#> 536               %        Crude prevalence        8.8                  6.5
#> 537               %        Crude prevalence        7.4                  5.8
#> 538               % Age-adjusted prevalence       37.4                 35.8
#> 539               %        Crude prevalence       31.2                 29.4
#> 540               % Age-adjusted prevalence       36.0                 34.4
#> 541               %        Crude prevalence        7.0                  5.3
#> 542               % Age-adjusted prevalence       38.3                 36.8
#> 543               % Age-adjusted prevalence        7.0                  5.4
#> 544               %        Crude prevalence       34.3                 32.4
#> 545               %        Crude prevalence        8.8                  7.1
#> 546               %        Crude prevalence       38.0                 36.5
#> 547               % Age-adjusted prevalence       37.8                 36.1
#> 548               % Age-adjusted prevalence       41.1                 39.3
#> 549               %        Crude prevalence       31.2                 29.4
#> 550               % Age-adjusted prevalence       36.9                 35.1
#> 551               % Age-adjusted prevalence        9.3                  7.2
#> 552               % Age-adjusted prevalence        6.3                  4.7
#> 553               %        Crude prevalence       32.6                 30.8
#> 554               % Age-adjusted prevalence       34.5                 32.8
#> 555               % Age-adjusted prevalence        8.5                  6.4
#> 556               % Age-adjusted prevalence        8.3                  6.4
#> 557               % Age-adjusted prevalence       34.4                 32.8
#> 558               % Age-adjusted prevalence        6.9                  5.4
#> 559               %        Crude prevalence        8.9                  6.8
#> 560               %        Crude prevalence       36.8                 35.0
#> 561               %        Crude prevalence       34.4                 33.0
#> 562               % Age-adjusted prevalence        8.5                  6.6
#> 563               % Age-adjusted prevalence        7.3                  5.4
#> 564               % Age-adjusted prevalence        6.8                  4.9
#> 565               % Age-adjusted prevalence        9.3                  6.9
#> 566               % Age-adjusted prevalence       36.1                 34.3
#> 567               %        Crude prevalence        8.2                  6.1
#> 568               %        Crude prevalence        9.0                  7.2
#> 569               % Age-adjusted prevalence        8.6                  6.5
#> 570               %        Crude prevalence       35.0                 33.4
#> 571               %        Crude prevalence        7.8                  5.9
#> 572               % Age-adjusted prevalence        8.4                  6.4
#> 573               %        Crude prevalence        7.2                  5.4
#> 574               % Age-adjusted prevalence       34.8                 32.9
#> 575               %        Crude prevalence       30.3                 28.6
#> 576               % Age-adjusted prevalence       36.0                 34.2
#> 577               % Age-adjusted prevalence       10.3                  7.7
#> 578               % Age-adjusted prevalence        9.6                  7.3
#> 579               % Age-adjusted prevalence       38.0                 36.3
#> 580               %        Crude prevalence       31.3                 29.7
#> 581               % Age-adjusted prevalence       31.2                 29.3
#> 582               %        Crude prevalence       35.0                 33.3
#> 583               % Age-adjusted prevalence        9.1                  7.1
#> 584               %        Crude prevalence        7.8                  5.9
#> 585               % Age-adjusted prevalence       33.7                 32.3
#> 586               %        Crude prevalence       40.3                 38.6
#> 587               % Age-adjusted prevalence        5.8                  4.2
#> 588               %        Crude prevalence        8.4                  6.6
#> 589               %        Crude prevalence        9.1                  7.0
#> 590               %        Crude prevalence        8.5                  6.7
#> 591               % Age-adjusted prevalence       38.2                 36.3
#> 592               % Age-adjusted prevalence        8.6                  6.8
#> 593               %        Crude prevalence       35.8                 34.0
#> 594               %        Crude prevalence        8.8                  6.6
#> 595               %        Crude prevalence       31.3                 29.6
#> 596               % Age-adjusted prevalence       35.0                 33.3
#> 597               %        Crude prevalence        9.4                  7.2
#> 598               %        Crude prevalence        7.9                  6.1
#> 599               % Age-adjusted prevalence       38.7                 37.4
#> 600               %        Crude prevalence       32.3                 30.7
#> 601               % Age-adjusted prevalence       35.4                 33.6
#> 602               %        Crude prevalence        6.1                  4.5
#> 603               % Age-adjusted prevalence        7.5                  5.6
#> 604               %        Crude prevalence       34.2                 32.4
#> 605               %        Crude prevalence       33.1                 31.5
#> 606               %        Crude prevalence       34.6                 32.9
#> 607               % Age-adjusted prevalence       10.7                  8.1
#> 608               % Age-adjusted prevalence       36.9                 35.3
#> 609               % Age-adjusted prevalence       38.8                 37.0
#> 610               %        Crude prevalence       34.5                 32.9
#> 611               %        Crude prevalence       34.9                 33.4
#> 612               %        Crude prevalence       39.5                 37.8
#> 613               %        Crude prevalence       37.6                 35.9
#> 614               %        Crude prevalence        7.5                  5.7
#> 615               % Age-adjusted prevalence       33.5                 31.6
#> 616               %        Crude prevalence       33.1                 31.3
#> 617               % Age-adjusted prevalence       35.8                 34.4
#> 618               %        Crude prevalence        9.2                  7.1
#> 619               %        Crude prevalence        8.4                  6.1
#> 620               %        Crude prevalence        6.1                  4.5
#> 621               %        Crude prevalence       32.3                 30.5
#> 622               % Age-adjusted prevalence       32.5                 31.0
#> 623               % Age-adjusted prevalence       11.4                  8.5
#> 624               %        Crude prevalence       38.0                 36.3
#> 625               % Age-adjusted prevalence        9.4                  7.1
#> 626               %        Crude prevalence       40.4                 38.6
#> 627               % Age-adjusted prevalence       36.2                 34.4
#> 628               % Age-adjusted prevalence        8.3                  6.4
#> 629               %        Crude prevalence       33.4                 31.6
#> 630               %        Crude prevalence        6.5                  4.9
#> 631               %        Crude prevalence       35.7                 34.0
#> 632               %        Crude prevalence       32.1                 30.4
#> 633               %        Crude prevalence        6.0                  4.5
#> 634               % Age-adjusted prevalence       33.2                 31.3
#> 635               % Age-adjusted prevalence        5.8                  4.3
#> 636               %        Crude prevalence        7.3                  5.3
#> 637               %        Crude prevalence       33.2                 31.5
#> 638               %        Crude prevalence       36.3                 34.6
#> 639               % Age-adjusted prevalence        9.3                  7.1
#> 640               %        Crude prevalence        5.7                  4.4
#> 641               %        Crude prevalence        6.6                  5.1
#> 642               %        Crude prevalence       28.4                 26.6
#> 643               %        Crude prevalence       37.2                 35.6
#> 644               % Age-adjusted prevalence        8.1                  6.3
#> 645               % Age-adjusted prevalence       37.7                 35.8
#> 646               %        Crude prevalence        7.2                  5.5
#> 647               % Age-adjusted prevalence       41.0                 39.3
#> 648               % Age-adjusted prevalence       33.2                 31.2
#> 649               %        Crude prevalence        8.0                  5.9
#> 650               %        Crude prevalence       30.8                 29.1
#> 651               % Age-adjusted prevalence       32.6                 30.8
#> 652               %        Crude prevalence       32.0                 30.4
#> 653               %        Crude prevalence        8.0                  6.2
#> 654               % Age-adjusted prevalence       39.9                 37.9
#> 655               %        Crude prevalence        7.9                  6.0
#> 656               % Age-adjusted prevalence        8.2                  6.1
#> 657               %        Crude prevalence       34.6                 33.2
#> 658               % Age-adjusted prevalence        8.8                  6.4
#> 659               %        Crude prevalence        8.5                  6.5
#> 660               % Age-adjusted prevalence        9.1                  7.0
#> 661               % Age-adjusted prevalence        7.5                  5.7
#> 662               %        Crude prevalence       10.0                  7.8
#> 663               %        Crude prevalence       33.5                 31.7
#> 664               % Age-adjusted prevalence        9.3                  7.1
#> 665               % Age-adjusted prevalence       34.6                 32.7
#> 666               %        Crude prevalence       33.4                 31.8
#> 667               %        Crude prevalence       39.2                 37.6
#> 668               %        Crude prevalence       33.2                 31.6
#> 669               % Age-adjusted prevalence       37.3                 35.8
#> 670               %        Crude prevalence       34.5                 32.9
#> 671               % Age-adjusted prevalence        7.7                  5.7
#> 672               % Age-adjusted prevalence       36.7                 34.8
#> 673               % Age-adjusted prevalence        6.2                  4.7
#> 674               %        Crude prevalence        8.5                  6.7
#> 675               % Age-adjusted prevalence        8.6                  6.8
#> 676               % Age-adjusted prevalence       11.0                  8.1
#> 677               %        Crude prevalence       36.1                 34.7
#> 678               % Age-adjusted prevalence       38.5                 36.8
#> 679               %        Crude prevalence       31.2                 29.4
#> 680               % Age-adjusted prevalence        8.0                  6.1
#> 681               % Age-adjusted prevalence       39.7                 37.9
#> 682               %        Crude prevalence        6.2                  4.6
#> 683               %        Crude prevalence        8.2                  6.5
#> 684               %        Crude prevalence       33.3                 31.7
#>     high_confidence_limit totalpopulation locationid categoryid measureid
#> 1                    36.3           25752      26031    RISKBEH     SLEEP
#> 2                    36.5          125195      39139    RISKBEH     SLEEP
#> 3                    35.9           13093      26141    RISKBEH     SLEEP
#> 4                     9.3           62992      26015    PREVENT   ACCESS2
#> 5                    35.4           23299      26109    RISKBEH     SLEEP
#> 6                    42.2           35151      39117    RISKBEH     SLEEP
#> 7                     8.2           83457      26111    PREVENT   ACCESS2
#> 8                    33.6          120950      26005    RISKBEH     SLEEP
#> 9                    34.2           62897      39083    RISKBEH     SLEEP
#> 10                   36.9          109264      39109    RISKBEH     SLEEP
#> 11                   12.4           28906      39047    PREVENT   ACCESS2
#> 12                    9.9           34318      39137    PREVENT   ACCESS2
#> 13                   11.0          429191      39095    PREVENT   ACCESS2
#> 14                   10.1           36826      26041    PREVENT   ACCESS2
#> 15                   34.2           40506      26151    RISKBEH     SLEEP
#> 16                   34.2          176511      26121    RISKBEH     SLEEP
#> 17                   39.2           27089      39131    RISKBEH     SLEEP
#> 18                   37.0           52316      39005    RISKBEH     SLEEP
#> 19                   43.0           22049      39105    RISKBEH     SLEEP
#> 20                   10.7           65849      39013    PREVENT   ACCESS2
#> 21                   14.0           97337      39007    PREVENT   ACCESS2
#> 22                   35.6           25289      26137    RISKBEH     SLEEP
#> 23                   12.2           14176      39121    PREVENT   ACCESS2
#> 24                   35.2          369390      26161    RISKBEH     SLEEP
#> 25                   38.8           54906      39147    RISKBEH     SLEEP
#> 26                   39.6           14176      39121    RISKBEH     SLEEP
#> 27                   12.2           38287      39059    PREVENT   ACCESS2
#> 28                   34.3           23813      26009    RISKBEH     SLEEP
#> 29                   11.8           58367      39077    PREVENT   ACCESS2
#> 30                   37.8           45546      26059    RISKBEH     SLEEP
#> 31                   10.2         1249387      39035    PREVENT   ACCESS2
#> 32                   38.8          116710      39169    RISKBEH     SLEEP
#> 33                   40.2           27089      39131    RISKBEH     SLEEP
#> 34                   11.3          135633      39023    PREVENT   ACCESS2
#> 35                   31.2           95860      26055    RISKBEH     SLEEP
#> 36                   39.8           47977      39149    RISKBEH     SLEEP
#> 37                   12.6           65291      39101    PREVENT   ACCESS2
#> 38                   10.3           14975      26011    PREVENT   ACCESS2
#> 39                   35.0           25350      26101    RISKBEH     SLEEP
#> 40                    6.9            2107      26083    PREVENT   ACCESS2
#> 41                   41.0           64789      39081    RISKBEH     SLEEP
#> 42                   43.1           29158      39053    RISKBEH     SLEEP
#> 43                   38.2         1321414      39049    RISKBEH     SLEEP
#> 44                   10.3           98956      26091    PREVENT   ACCESS2
#> 45                   37.2            8311      26135    RISKBEH     SLEEP
#> 46                   11.1           67220      26117    PREVENT   ACCESS2
#> 47                   35.0           60758      26149    RISKBEH     SLEEP
#> 48                    9.6           95565      39055    PREVENT   ACCESS2
#> 49                    9.0          261108      26077    PREVENT   ACCESS2
#> 50                    9.9          209642      39025    PREVENT   ACCESS2
#> 51                    9.7           74656      39063    PREVENT   ACCESS2
#> 52                    9.6           88513      26087    PREVENT   ACCESS2
#> 53                   11.4           42004      39027    PREVENT   ACCESS2
#> 54                   37.8           36716      39171    RISKBEH     SLEEP
#> 55                   38.8           74852      39043    RISKBEH     SLEEP
#> 56                   11.1           44386      39097    PREVENT   ACCESS2
#> 57                    9.5           67877      26155    PREVENT   ACCESS2
#> 58                   11.7           67220      26117    PREVENT   ACCESS2
#> 59                   10.6          153101      26021    PREVENT   ACCESS2
#> 60                   11.4           62056      39009    PREVENT   ACCESS2
#> 61                   36.5           11635      26071    RISKBEH     SLEEP
#> 62                   11.2           64789      39081    PREVENT   ACCESS2
#> 63                   10.7           25485      26051    PREVENT   ACCESS2
#> 64                   38.3           58715      39143    RISKBEH     SLEEP
#> 65                   10.9           52316      39005    PREVENT   ACCESS2
#> 66                    9.2          180401      39089    PREVENT   ACCESS2
#> 67                   37.3            9297      26119    RISKBEH     SLEEP
#> 68                   38.2           28732      39161    RISKBEH     SLEEP
#> 69                   36.1          132472      39173    RISKBEH     SLEEP
#> 70                   11.3           28097      39073    PREVENT   ACCESS2
#> 71                   10.0           31252      26063    PREVENT   ACCESS2
#> 72                   36.9           40867      39135    RISKBEH     SLEEP
#> 73                   12.3           76891      39141    PREVENT   ACCESS2
#> 74                   12.1           26691      39019    PREVENT   ACCESS2
#> 75                   11.4           45546      26059    PREVENT   ACCESS2
#> 76                    9.8          160050      26075    PREVENT   ACCESS2
#> 77                   10.6           67197      26067    PREVENT   ACCESS2
#> 78                   42.8           32511      39079    RISKBEH     SLEEP
#> 79                   41.9           73346      39145    RISKBEH     SLEEP
#> 80                   12.0           29158      39053    PREVENT   ACCESS2
#> 81                   34.7          155274      26115    RISKBEH     SLEEP
#> 82                   10.5         1321414      39049    PREVENT   ACCESS2
#> 83                   40.0         1774816      26163    RISKBEH     SLEEP
#> 84                   11.7           76891      39141    PREVENT   ACCESS2
#> 85                   10.1           37313      26061    PREVENT   ACCESS2
#> 86                   37.9           12308      26085    RISKBEH     SLEEP
#> 87                   10.3           14361      26053    PREVENT   ACCESS2
#> 88                   38.7           27538      39069    RISKBEH     SLEEP
#> 89                   39.5           21708      39175    RISKBEH     SLEEP
#> 90                   37.2           92500      39157    RISKBEH     SLEEP
#> 91                   33.4           10906      26097    RISKBEH     SLEEP
#> 92                   33.1           83457      26111    RISKBEH     SLEEP
#> 93                   35.3          220740      39041    RISKBEH     SLEEP
#> 94                   11.9           59333      39129    PREVENT   ACCESS2
#> 95                   11.9         1774816      26163    PREVENT   ACCESS2
#> 96                   11.9           35460      39127    PREVENT   ACCESS2
#> 97                   33.0          658046      26081    RISKBEH     SLEEP
#> 98                   11.6           41544      26057    PREVENT   ACCESS2
#> 99                   36.2           46141      39011    RISKBEH     SLEEP
#> 100                  35.2           26815      26127    RISKBEH     SLEEP
#> 101                  36.4           45546      26059    RISKBEH     SLEEP
#> 102                  37.4          189591      26145    RISKBEH     SLEEP
#> 103                  41.1           65849      39013    RISKBEH     SLEEP
#> 104                   8.7          183092      39103    PREVENT   ACCESS2
#> 105                  10.8           28893      26007    PREVENT   ACCESS2
#> 106                  39.2          101310      39029    RISKBEH     SLEEP
#> 107                  35.6          108944      26045    RISKBEH     SLEEP
#> 108                   8.8          168412      39057    PREVENT   ACCESS2
#> 109                  11.0           15130      26113    PREVENT   ACCESS2
#> 110                  11.3           18871      39125    PREVENT   ACCESS2
#> 111                  37.3           74852      39043    RISKBEH     SLEEP
#> 112                   7.4         1270017      26125    PREVENT   ACCESS2
#> 113                  11.3           51597      39037    PREVENT   ACCESS2
#> 114                  40.6           27542      39001    RISKBEH     SLEEP
#> 115                  36.2           23105      26133    RISKBEH     SLEEP
#> 116                  38.1           86408      39119    RISKBEH     SLEEP
#> 117                  38.9           43662      39015    RISKBEH     SLEEP
#> 118                  36.4           38144      39039    RISKBEH     SLEEP
#> 119                   9.9           37313      26061    PREVENT   ACCESS2
#> 120                  35.1           25485      26051    RISKBEH     SLEEP
#> 121                   8.7          299157      26139    PREVENT   ACCESS2
#> 122                  10.9          116710      39169    PREVENT   ACCESS2
#> 123                  35.0          390234      39017    RISKBEH     SLEEP
#> 124                  34.6           29383      26105    RISKBEH     SLEEP
#> 125                   9.8          537633      39153    PREVENT   ACCESS2
#> 126                  37.9           40104      39123    RISKBEH     SLEEP
#> 127                   9.2           66103      26103    PREVENT   ACCESS2
#> 128                  38.9           26691      39019    RISKBEH     SLEEP
#> 129                  10.9          535840      39113    PREVENT   ACCESS2
#> 130                  36.2          315595      39093    RISKBEH     SLEEP
#> 131                  11.3           41754      39033    PREVENT   ACCESS2
#> 132                   9.4           13204      26039    PREVENT   ACCESS2
#> 133                  35.0          246553      39165    RISKBEH     SLEEP
#> 134                  11.3           42450      39051    PREVENT   ACCESS2
#> 135                   9.7          826139      39061    PREVENT   ACCESS2
#> 136                  39.1          161064      39045    RISKBEH     SLEEP
#> 137                  36.4           33901      26165    RISKBEH     SLEEP
#> 138                  37.4          133819      26025    RISKBEH     SLEEP
#> 139                  10.2           40104      39123    PREVENT   ACCESS2
#> 140                  12.1           65291      39101    PREVENT   ACCESS2
#> 141                  33.6          155274      26115    RISKBEH     SLEEP
#> 142                  11.4           23633      26143    PREVENT   ACCESS2
#> 143                  31.6          299157      26139    RISKBEH     SLEEP
#> 144                  39.8          429191      39095    RISKBEH     SLEEP
#> 145                  34.7           25369      26069    RISKBEH     SLEEP
#> 146                  10.9           31252      26063    PREVENT   ACCESS2
#> 147                  37.4           46035      39091    RISKBEH     SLEEP
#> 148                  37.3           43354      39071    RISKBEH     SLEEP
#> 149                  10.8           42004      39027    PREVENT   ACCESS2
#> 150                  34.3           64813      26073    RISKBEH     SLEEP
#> 151                  36.2            8030      26153    RISKBEH     SLEEP
#> 152                  12.7           13682      39115    PREVENT   ACCESS2
#> 153                  35.6           10235      26001    RISKBEH     SLEEP
#> 154                  10.7           25752      26031    PREVENT   ACCESS2
#> 155                  39.4           18871      39125    RISKBEH     SLEEP
#> 156                  40.6           36618      39031    RISKBEH     SLEEP
#> 157                  35.3           17979      26079    RISKBEH     SLEEP
#> 158                  16.3           44271      39075    PREVENT   ACCESS2
#> 159                  37.8           30621      39065    RISKBEH     SLEEP
#> 160                  12.5           58367      39077    PREVENT   ACCESS2
#> 161                  33.5            2107      26083    RISKBEH     SLEEP
#> 162                  12.5           20726      26129    PREVENT   ACCESS2
#> 163                  34.1           42309      39107    RISKBEH     SLEEP
#> 164                  10.0           42309      39107    PREVENT   ACCESS2
#> 165                  34.2           14361      26053    RISKBEH     SLEEP
#> 166                  12.1           57445      39087    PREVENT   ACCESS2
#> 167                  40.5          101310      39029    RISKBEH     SLEEP
#> 168                  33.1           50296      26123    RISKBEH     SLEEP
#> 169                  38.3           44386      39097    RISKBEH     SLEEP
#> 170                  36.9            8821      26003    RISKBEH     SLEEP
#> 171                  12.4          201335      39155    PREVENT   ACCESS2
#> 172                  11.8           15130      26113    PREVENT   ACCESS2
#> 173                  33.7           95565      39055    RISKBEH     SLEEP
#> 174                   8.7           64971      39159    PREVENT   ACCESS2
#> 175                  11.6           43662      39015    PREVENT   ACCESS2
#> 176                  14.2           27089      39131    PREVENT   ACCESS2
#> 177                  36.2          876792      26099    RISKBEH     SLEEP
#> 178                  32.2           83457      26111    RISKBEH     SLEEP
#> 179                  11.6           38144      39039    PREVENT   ACCESS2
#> 180                  11.2           41544      26057    PREVENT   ACCESS2
#> 181                  11.2          226762      39099    PREVENT   ACCESS2
#> 182                  35.6           62897      39083    RISKBEH     SLEEP
#> 183                  37.9           42450      39051    RISKBEH     SLEEP
#> 184                  35.3           95565      39055    RISKBEH     SLEEP
#> 185                  10.3          176511      26121    PREVENT   ACCESS2
#> 186                  11.4           20726      26129    PREVENT   ACCESS2
#> 187                  11.5          429191      39095    PREVENT   ACCESS2
#> 188                   9.2          161064      39045    PREVENT   ACCESS2
#> 189                  38.8           12696      39163    RISKBEH     SLEEP
#> 190                  38.7           58367      39077    RISKBEH     SLEEP
#> 191                  36.2           59423      39167    RISKBEH     SLEEP
#> 192                  10.2           38699      39021    PREVENT   ACCESS2
#> 193                  36.8           74656      39063    RISKBEH     SLEEP
#> 194                  38.3           43354      39071    RISKBEH     SLEEP
#> 195                  11.0          101670      39003    PREVENT   ACCESS2
#> 196                  14.0           22049      39105    PREVENT   ACCESS2
#> 197                  10.8           40031      26107    PREVENT   ACCESS2
#> 198                  11.1            8215      26013    PREVENT   ACCESS2
#> 199                  10.4           25369      26069    PREVENT   ACCESS2
#> 200                   9.6          160053      26147    PREVENT   ACCESS2
#> 201                  34.2           25289      26137    RISKBEH     SLEEP
#> 202                  39.4           36618      39031    RISKBEH     SLEEP
#> 203                  10.9           26691      39019    PREVENT   ACCESS2
#> 204                   9.8           46141      39011    PREVENT   ACCESS2
#> 205                  10.7           52917      26157    PREVENT   ACCESS2
#> 206                  37.4            5868      26131    RISKBEH     SLEEP
#> 207                   9.4           23299      26109    PREVENT   ACCESS2
#> 208                  36.9           64971      39159    RISKBEH     SLEEP
#> 209                  38.8           57445      39087    RISKBEH     SLEEP
#> 210                   8.7           79426      26037    PREVENT   ACCESS2
#> 211                   6.4          220740      39041    PREVENT   ACCESS2
#> 212                   8.8           95565      39055    PREVENT   ACCESS2
#> 213                  37.6          116710      39169    RISKBEH     SLEEP
#> 214                  42.4           76891      39141    RISKBEH     SLEEP
#> 215                  40.2          373834      39151    RISKBEH     SLEEP
#> 216                  10.7           25350      26101    PREVENT   ACCESS2
#> 217                  34.8           37313      26061    RISKBEH     SLEEP
#> 218                  37.3           46141      39011    RISKBEH     SLEEP
#> 219                  10.8           27538      39069    PREVENT   ACCESS2
#> 220                  11.3          315595      39093    PREVENT   ACCESS2
#> 221                   8.6           23813      26009    PREVENT   ACCESS2
#> 222                  10.5           64789      39081    PREVENT   ACCESS2
#> 223                  33.3           13093      26141    RISKBEH     SLEEP
#> 224                  10.4           28732      39161    PREVENT   ACCESS2
#> 225                  10.7           44386      39097    PREVENT   ACCESS2
#> 226                  10.7          315595      39093    PREVENT   ACCESS2
#> 227                  36.0          160050      26075    RISKBEH     SLEEP
#> 228                  41.2           35151      39117    RISKBEH     SLEEP
#> 229                  12.0           31065      26035    PREVENT   ACCESS2
#> 230                  10.1           67877      26155    PREVENT   ACCESS2
#> 231                  36.7           14975      26011    RISKBEH     SLEEP
#> 232                  35.4          162382      39133    RISKBEH     SLEEP
#> 233                  10.9           86408      39119    PREVENT   ACCESS2
#> 234                  36.4           26815      26127    RISKBEH     SLEEP
#> 235                  34.6         1270017      26125    RISKBEH     SLEEP
#> 236                  10.5          535840      39113    PREVENT   ACCESS2
#> 237                  10.0          658046      26081    PREVENT   ACCESS2
#> 238                  37.2           58715      39143    RISKBEH     SLEEP
#> 239                  12.0           41754      39033    PREVENT   ACCESS2
#> 240                  11.0            8030      26153    PREVENT   ACCESS2
#> 241                   9.3          109264      39109    PREVENT   ACCESS2
#> 242                  35.6           67877      26155    RISKBEH     SLEEP
#> 243                  35.2           33901      26165    RISKBEH     SLEEP
#> 244                   7.9           95860      26055    PREVENT   ACCESS2
#> 245                   9.9           25752      26031    PREVENT   ACCESS2
#> 246                  11.3           14477      39067    PREVENT   ACCESS2
#> 247                  33.6           79426      26037    RISKBEH     SLEEP
#> 248                  34.9          160053      26147    RISKBEH     SLEEP
#> 249                  38.2         1321414      39049    RISKBEH     SLEEP
#> 250                  11.3           58715      39143    PREVENT   ACCESS2
#> 251                   8.7           62992      26015    PREVENT   ACCESS2
#> 252                   9.2           25289      26137    PREVENT   ACCESS2
#> 253                  13.0           97337      39007    PREVENT   ACCESS2
#> 254                  10.7           47977      39149    PREVENT   ACCESS2
#> 255                  31.8           34225      26047    RISKBEH     SLEEP
#> 256                   9.6           10235      26001    PREVENT   ACCESS2
#> 257                   8.3           25787      26043    PREVENT   ACCESS2
#> 258                  34.4           26086      26029    RISKBEH     SLEEP
#> 259                  11.4           14975      26011    PREVENT   ACCESS2
#> 260                  10.7           35151      39117    PREVENT   ACCESS2
#> 261                  10.3         1321414      39049    PREVENT   ACCESS2
#> 262                  39.0           52917      26157    RISKBEH     SLEEP
#> 263                  38.4           52316      39005    RISKBEH     SLEEP
#> 264                  11.0           36816      26033    PREVENT   ACCESS2
#> 265                  35.6           64813      26073    RISKBEH     SLEEP
#> 266                   9.8          232023      39085    PREVENT   ACCESS2
#> 267                  10.5           40867      39135    PREVENT   ACCESS2
#> 268                  39.0           51597      39037    RISKBEH     SLEEP
#> 269                   9.3           40104      39123    PREVENT   ACCESS2
#> 270                   9.8           29383      26105    PREVENT   ACCESS2
#> 271                   9.9          826139      39061    PREVENT   ACCESS2
#> 272                   9.3           36826      26041    PREVENT   ACCESS2
#> 273                  35.4           31252      26063    RISKBEH     SLEEP
#> 274                  37.0          160050      26075    RISKBEH     SLEEP
#> 275                  11.4           50296      26123    PREVENT   ACCESS2
#> 276                  12.6           27542      39001    PREVENT   ACCESS2
#> 277                  10.5           40031      26107    PREVENT   ACCESS2
#> 278                  35.8           62992      26015    RISKBEH     SLEEP
#> 279                  11.1           35460      39127    PREVENT   ACCESS2
#> 280                   9.8          109264      39109    PREVENT   ACCESS2
#> 281                  12.8           38287      39059    PREVENT   ACCESS2
#> 282                  13.5           26815      26127    PREVENT   ACCESS2
#> 283                   9.0          299157      26139    PREVENT   ACCESS2
#> 284                  33.5           66103      26103    RISKBEH     SLEEP
#> 285                   9.9           46035      39091    PREVENT   ACCESS2
#> 286                   9.4           42309      39107    PREVENT   ACCESS2
#> 287                   9.1          232023      39085    PREVENT   ACCESS2
#> 288                  11.3           47977      39149    PREVENT   ACCESS2
#> 289                  10.6          120950      26005    PREVENT   ACCESS2
#> 290                  37.7           51597      39037    RISKBEH     SLEEP
#> 291                  10.9           23105      26133    PREVENT   ACCESS2
#> 292                  35.4          246553      39165    RISKBEH     SLEEP
#> 293                  35.5          102985      26017    RISKBEH     SLEEP
#> 294                  36.0          209642      39025    RISKBEH     SLEEP
#> 295                  12.2           30621      39065    PREVENT   ACCESS2
#> 296                  31.5           22623      26089    RISKBEH     SLEEP
#> 297                  35.4            8215      26013    RISKBEH     SLEEP
#> 298                  13.4           14176      39121    PREVENT   ACCESS2
#> 299                  39.0          826139      39061    RISKBEH     SLEEP
#> 300                  36.6           67220      26117    RISKBEH     SLEEP
#> 301                   9.7           25350      26101    PREVENT   ACCESS2
#> 302                  37.6           59423      39167    RISKBEH     SLEEP
#> 303                  16.7           44271      39075    PREVENT   ACCESS2
#> 304                  38.0          201335      39155    RISKBEH     SLEEP
#> 305                  40.4          404208      26049    RISKBEH     SLEEP
#> 306                  35.8           74656      39063    RISKBEH     SLEEP
#> 307                  34.8            9297      26119    RISKBEH     SLEEP
#> 308                  10.3           62897      39083    PREVENT   ACCESS2
#> 309                  39.8           12696      39163    RISKBEH     SLEEP
#> 310                   9.1            5868      26131    PREVENT   ACCESS2
#> 311                  35.9          168412      39057    RISKBEH     SLEEP
#> 312                  34.9           14975      26011    RISKBEH     SLEEP
#> 313                  12.9           57445      39087    PREVENT   ACCESS2
#> 314                  35.6          261108      26077    RISKBEH     SLEEP
#> 315                  36.1           44985      26023    RISKBEH     SLEEP
#> 316                  11.3            5309      26095    PREVENT   ACCESS2
#> 317                  13.4           73346      39145    PREVENT   ACCESS2
#> 318                  12.3           32511      39079    PREVENT   ACCESS2
#> 319                  34.1            8030      26153    RISKBEH     SLEEP
#> 320                  10.0           28893      26007    PREVENT   ACCESS2
#> 321                  33.4          658046      26081    RISKBEH     SLEEP
#> 322                  39.9          161064      39045    RISKBEH     SLEEP
#> 323                  42.2          135633      39023    RISKBEH     SLEEP
#> 324                  10.2          102985      26017    PREVENT   ACCESS2
#> 325                  36.9           75658      26159    RISKBEH     SLEEP
#> 326                  32.9           34318      39137    RISKBEH     SLEEP
#> 327                  11.8           25369      26069    PREVENT   ACCESS2
#> 328                  39.5           13682      39115    RISKBEH     SLEEP
#> 329                  11.4           65849      39013    PREVENT   ACCESS2
#> 330                  39.2           31065      26035    RISKBEH     SLEEP
#> 331                  11.4           54906      39147    PREVENT   ACCESS2
#> 332                  36.9          876792      26099    RISKBEH     SLEEP
#> 333                  11.0          133819      26025    PREVENT   ACCESS2
#> 334                  11.7            8215      26013    PREVENT   ACCESS2
#> 335                  35.9          390234      39017    RISKBEH     SLEEP
#> 336                  34.4           41544      26057    RISKBEH     SLEEP
#> 337                  10.4           23299      26109    PREVENT   ACCESS2
#> 338                  35.7           40506      26151    RISKBEH     SLEEP
#> 339                  10.4           13204      26039    PREVENT   ACCESS2
#> 340                  37.8           44386      39097    RISKBEH     SLEEP
#> 341                  34.8          153101      26021    RISKBEH     SLEEP
#> 342                  34.5          108944      26045    RISKBEH     SLEEP
#> 343                  41.6          404208      26049    RISKBEH     SLEEP
#> 344                   8.9           66103      26103    PREVENT   ACCESS2
#> 345                  39.9           27538      39069    RISKBEH     SLEEP
#> 346                  34.2          369390      26161    RISKBEH     SLEEP
#> 347                  35.3         1270017      26125    RISKBEH     SLEEP
#> 348                  37.6           62056      39009    RISKBEH     SLEEP
#> 349                  11.7           60758      26149    PREVENT   ACCESS2
#> 350                  36.9           42450      39051    RISKBEH     SLEEP
#> 351                  33.2           18223      26019    RISKBEH     SLEEP
#> 352                  10.9           36716      39171    PREVENT   ACCESS2
#> 353                  10.4           88513      26087    PREVENT   ACCESS2
#> 354                  41.6           76891      39141    RISKBEH     SLEEP
#> 355                  35.7           10906      26097    RISKBEH     SLEEP
#> 356                  38.3           18871      39125    RISKBEH     SLEEP
#> 357                  13.4           27089      39131    PREVENT   ACCESS2
#> 358                  37.4           31252      26063    RISKBEH     SLEEP
#> 359                  36.7          162382      39133    RISKBEH     SLEEP
#> 360                  11.5           86408      39119    PREVENT   ACCESS2
#> 361                  12.9           31065      26035    PREVENT   ACCESS2
#> 362                  38.2           38287      39059    RISKBEH     SLEEP
#> 363                  34.0           15130      26113    RISKBEH     SLEEP
#> 364                  11.2           17979      26079    PREVENT   ACCESS2
#> 365                   9.3           14361      26053    PREVENT   ACCESS2
#> 366                  11.5         1774816      26163    PREVENT   ACCESS2
#> 367                  36.8           13329      39111    RISKBEH     SLEEP
#> 368                  36.5           28893      26007    RISKBEH     SLEEP
#> 369                  12.6          125195      39139    PREVENT   ACCESS2
#> 370                   9.7           10906      26097    PREVENT   ACCESS2
#> 371                  35.4           42309      39107    RISKBEH     SLEEP
#> 372                  12.3           75658      26159    PREVENT   ACCESS2
#> 373                  40.0           35460      39127    RISKBEH     SLEEP
#> 374                  36.6          180401      39089    RISKBEH     SLEEP
#> 375                   9.2           46141      39011    PREVENT   ACCESS2
#> 376                   8.4           64971      39159    PREVENT   ACCESS2
#> 377                  12.4           92500      39157    PREVENT   ACCESS2
#> 378                  34.2           50296      26123    RISKBEH     SLEEP
#> 379                  12.9            8311      26135    PREVENT   ACCESS2
#> 380                   9.9           51483      26027    PREVENT   ACCESS2
#> 381                  13.0           36618      39031    PREVENT   ACCESS2
#> 382                   6.8           22623      26089    PREVENT   ACCESS2
#> 383                  37.5          180401      39089    RISKBEH     SLEEP
#> 384                  39.0           38699      39021    RISKBEH     SLEEP
#> 385                  10.8          404208      26049    PREVENT   ACCESS2
#> 386                  36.2           98956      26091    RISKBEH     SLEEP
#> 387                  11.7           92500      39157    PREVENT   ACCESS2
#> 388                  32.0           66103      26103    RISKBEH     SLEEP
#> 389                  37.0           38287      39059    RISKBEH     SLEEP
#> 390                  37.7           52917      26157    RISKBEH     SLEEP
#> 391                  39.0          535840      39113    RISKBEH     SLEEP
#> 392                  37.8         1249387      39035    RISKBEH     SLEEP
#> 393                  32.0          195014      26093    RISKBEH     SLEEP
#> 394                  11.6          116710      39169    PREVENT   ACCESS2
#> 395                  10.6           29383      26105    PREVENT   ACCESS2
#> 396                  10.9          102985      26017    PREVENT   ACCESS2
#> 397                  32.8           37313      26061    RISKBEH     SLEEP
#> 398                  11.2           59423      39167    PREVENT   ACCESS2
#> 399                  38.2           21708      39175    RISKBEH     SLEEP
#> 400                  40.8          135633      39023    RISKBEH     SLEEP
#> 401                  32.8           79426      26037    RISKBEH     SLEEP
#> 402                  39.2          226762      39099    RISKBEH     SLEEP
#> 403                  34.4           25752      26031    RISKBEH     SLEEP
#> 404                  37.1           25485      26051    RISKBEH     SLEEP
#> 405                  10.3          160053      26147    PREVENT   ACCESS2
#> 406                  10.1          390234      39017    PREVENT   ACCESS2
#> 407                  37.6           36826      26041    RISKBEH     SLEEP
#> 408                  10.6           45546      26059    PREVENT   ACCESS2
#> 409                  12.6           43662      39015    PREVENT   ACCESS2
#> 410                  11.7            9297      26119    PREVENT   ACCESS2
#> 411                  36.8          537633      39153    RISKBEH     SLEEP
#> 412                  10.5           51597      39037    PREVENT   ACCESS2
#> 413                  11.4           27538      39069    PREVENT   ACCESS2
#> 414                  33.5          183092      39103    RISKBEH     SLEEP
#> 415                   9.3          876792      26099    PREVENT   ACCESS2
#> 416                   8.2           18223      26019    PREVENT   ACCESS2
#> 417                   7.9          195014      26093    PREVENT   ACCESS2
#> 418                  38.9          373834      39151    RISKBEH     SLEEP
#> 419                  40.5           28906      39047    RISKBEH     SLEEP
#> 420                  11.1           10235      26001    PREVENT   ACCESS2
#> 421                  11.6          101670      39003    PREVENT   ACCESS2
#> 422                  12.2           44985      26023    PREVENT   ACCESS2
#> 423                  38.6          101670      39003    RISKBEH     SLEEP
#> 424                  37.9          232023      39085    RISKBEH     SLEEP
#> 425                  11.8          101310      39029    PREVENT   ACCESS2
#> 426                  11.5           35151      39117    PREVENT   ACCESS2
#> 427                  10.9           74852      39043    PREVENT   ACCESS2
#> 428                  34.3          183092      39103    RISKBEH     SLEEP
#> 429                  37.0           44985      26023    RISKBEH     SLEEP
#> 430                  37.9            5309      26095    RISKBEH     SLEEP
#> 431                  14.5           12308      26085    PREVENT   ACCESS2
#> 432                  34.9           62992      26015    RISKBEH     SLEEP
#> 433                   8.3           95860      26055    PREVENT   ACCESS2
#> 434                  13.4           27542      39001    PREVENT   ACCESS2
#> 435                  11.9          226762      39099    PREVENT   ACCESS2
#> 436                  38.7           44271      39075    RISKBEH     SLEEP
#> 437                   7.5          369390      26161    PREVENT   ACCESS2
#> 438                   7.0         1270017      26125    PREVENT   ACCESS2
#> 439                  39.1           30621      39065    RISKBEH     SLEEP
#> 440                  38.8           47977      39149    RISKBEH     SLEEP
#> 441                  11.9           25485      26051    PREVENT   ACCESS2
#> 442                  33.0           13204      26039    RISKBEH     SLEEP
#> 443                  36.1           88513      26087    RISKBEH     SLEEP
#> 444                  13.6           36618      39031    PREVENT   ACCESS2
#> 445                  10.0           11635      26071    PREVENT   ACCESS2
#> 446                  37.8           58367      39077    RISKBEH     SLEEP
#> 447                  30.6          299157      26139    RISKBEH     SLEEP
#> 448                  42.8           65291      39101    RISKBEH     SLEEP
#> 449                  13.3           43354      39071    PREVENT   ACCESS2
#> 450                   9.5          162382      39133    PREVENT   ACCESS2
#> 451                   9.7            8030      26153    PREVENT   ACCESS2
#> 452                   9.3          537633      39153    PREVENT   ACCESS2
#> 453                  37.1           36816      26033    RISKBEH     SLEEP
#> 454                  10.9            5309      26095    PREVENT   ACCESS2
#> 455                   6.8          220740      39041    PREVENT   ACCESS2
#> 456                   9.9          162382      39133    PREVENT   ACCESS2
#> 457                  12.7           29158      39053    PREVENT   ACCESS2
#> 458                   7.6           34225      26047    PREVENT   ACCESS2
#> 459                   8.6           83457      26111    PREVENT   ACCESS2
#> 460                   9.3           13093      26141    PREVENT   ACCESS2
#> 461                  34.0           34318      39137    RISKBEH     SLEEP
#> 462                  34.4          261108      26077    RISKBEH     SLEEP
#> 463                  40.0           59333      39129    RISKBEH     SLEEP
#> 464                  39.9           41754      39033    RISKBEH     SLEEP
#> 465                  30.6            2107      26083    RISKBEH     SLEEP
#> 466                  10.9           28732      39161    PREVENT   ACCESS2
#> 467                  37.0           64971      39159    RISKBEH     SLEEP
#> 468                  33.3           34225      26047    RISKBEH     SLEEP
#> 469                  10.6            5868      26131    PREVENT   ACCESS2
#> 470                  11.3           13329      39111    PREVENT   ACCESS2
#> 471                   8.9           26086      26029    PREVENT   ACCESS2
#> 472                  10.8           62897      39083    PREVENT   ACCESS2
#> 473                  11.7           23105      26133    PREVENT   ACCESS2
#> 474                  11.1          101310      39029    PREVENT   ACCESS2
#> 475                  11.5           75658      26159    PREVENT   ACCESS2
#> 476                  11.7          189591      26145    PREVENT   ACCESS2
#> 477                  39.3         1774816      26163    RISKBEH     SLEEP
#> 478                  37.8           44271      39075    RISKBEH     SLEEP
#> 479                  12.8           32511      39079    PREVENT   ACCESS2
#> 480                  10.6           36816      26033    PREVENT   ACCESS2
#> 481                   9.5           23813      26009    PREVENT   ACCESS2
#> 482                   7.2          195014      26093    PREVENT   ACCESS2
#> 483                  34.2           23633      26143    RISKBEH     SLEEP
#> 484                  39.1           62056      39009    RISKBEH     SLEEP
#> 485                   9.3          132472      39173    PREVENT   ACCESS2
#> 486                  38.8         1249387      39035    RISKBEH     SLEEP
#> 487                  12.0           58715      39143    PREVENT   ACCESS2
#> 488                  10.9           64813      26073    PREVENT   ACCESS2
#> 489                  42.3           28097      39073    RISKBEH     SLEEP
#> 490                  11.2           40506      26151    PREVENT   ACCESS2
#> 491                   9.8           40867      39135    PREVENT   ACCESS2
#> 492                  34.8          132472      39173    RISKBEH     SLEEP
#> 493                  35.7           12308      26085    RISKBEH     SLEEP
#> 494                  36.8           23633      26143    RISKBEH     SLEEP
#> 495                  35.8           36826      26041    RISKBEH     SLEEP
#> 496                  40.7          226762      39099    RISKBEH     SLEEP
#> 497                  32.9          284034      26065    RISKBEH     SLEEP
#> 498                  13.9           12696      39163    PREVENT   ACCESS2
#> 499                  10.1          658046      26081    PREVENT   ACCESS2
#> 500                  40.7           97337      39007    RISKBEH     SLEEP
#> 501                  13.0           22049      39105    PREVENT   ACCESS2
#> 502                  33.9           22623      26089    RISKBEH     SLEEP
#> 503                  34.2          102985      26017    RISKBEH     SLEEP
#> 504                  36.7          209642      39025    RISKBEH     SLEEP
#> 505                  36.2          153101      26021    RISKBEH     SLEEP
#> 506                  37.5           67220      26117    RISKBEH     SLEEP
#> 507                  10.6           21708      39175    PREVENT   ACCESS2
#> 508                  38.9          429191      39095    RISKBEH     SLEEP
#> 509                   9.6          284034      26065    PREVENT   ACCESS2
#> 510                  12.2           50296      26123    PREVENT   ACCESS2
#> 511                  11.7            8821      26003    PREVENT   ACCESS2
#> 512                  12.4           26815      26127    PREVENT   ACCESS2
#> 513                  39.9           57445      39087    RISKBEH     SLEEP
#> 514                  10.7          176511      26121    PREVENT   ACCESS2
#> 515                  37.3           98956      26091    RISKBEH     SLEEP
#> 516                   9.0           25787      26043    PREVENT   ACCESS2
#> 517                  11.0           33901      26165    PREVENT   ACCESS2
#> 518                  12.4           60758      26149    PREVENT   ACCESS2
#> 519                  35.0            8311      26135    RISKBEH     SLEEP
#> 520                  38.0           13682      39115    RISKBEH     SLEEP
#> 521                   9.5          132472      39173    PREVENT   ACCESS2
#> 522                  37.2            8215      26013    RISKBEH     SLEEP
#> 523                  12.2           14477      39067    PREVENT   ACCESS2
#> 524                  37.6           54906      39147    RISKBEH     SLEEP
#> 525                  36.4           20726      26129    RISKBEH     SLEEP
#> 526                  12.5           43354      39071    PREVENT   ACCESS2
#> 527                  11.2           11635      26071    PREVENT   ACCESS2
#> 528                  41.8           22049      39105    RISKBEH     SLEEP
#> 529                  41.9           65291      39101    RISKBEH     SLEEP
#> 530                  10.3          160050      26075    PREVENT   ACCESS2
#> 531                  11.2           64813      26073    PREVENT   ACCESS2
#> 532                  37.8          125195      39139    RISKBEH     SLEEP
#> 533                  10.2           74852      39043    PREVENT   ACCESS2
#> 534                  37.5           31065      26035    RISKBEH     SLEEP
#> 535                  37.0          168412      39057    RISKBEH     SLEEP
#> 536                  11.4            8311      26135    PREVENT   ACCESS2
#> 537                   9.6          284034      26065    PREVENT   ACCESS2
#> 538                  39.1           86408      39119    RISKBEH     SLEEP
#> 539                  32.9           29383      26105    RISKBEH     SLEEP
#> 540                  37.5           38144      39039    RISKBEH     SLEEP
#> 541                   8.9          876792      26099    PREVENT   ACCESS2
#> 542                  39.7          826139      39061    RISKBEH     SLEEP
#> 543                   9.1          261108      26077    PREVENT   ACCESS2
#> 544                  36.1           40104      39123    RISKBEH     SLEEP
#> 545                  11.0           38144      39039    PREVENT   ACCESS2
#> 546                  39.4           97337      39007    RISKBEH     SLEEP
#> 547                  39.4           28732      39161    RISKBEH     SLEEP
#> 548                  42.8           64789      39081    RISKBEH     SLEEP
#> 549                  32.8           25787      26043    RISKBEH     SLEEP
#> 550                  38.6           13329      39111    RISKBEH     SLEEP
#> 551                  11.9           18871      39125    PREVENT   ACCESS2
#> 552                   8.4          246553      39165    PREVENT   ACCESS2
#> 553                  34.3            5868      26131    RISKBEH     SLEEP
#> 554                  36.2           51483      26027    RISKBEH     SLEEP
#> 555                  10.9           38699      39021    PREVENT   ACCESS2
#> 556                  10.8           51483      26027    PREVENT   ACCESS2
#> 557                  36.0           60758      26149    RISKBEH     SLEEP
#> 558                   8.8          108944      26045    PREVENT   ACCESS2
#> 559                  11.8           30621      39065    PREVENT   ACCESS2
#> 560                  38.6           42004      39027    RISKBEH     SLEEP
#> 561                  35.7          537633      39153    RISKBEH     SLEEP
#> 562                  10.9           67197      26067    PREVENT   ACCESS2
#> 563                   9.9           25289      26137    PREVENT   ACCESS2
#> 564                   9.0           18223      26019    PREVENT   ACCESS2
#> 565                  12.1           17979      26079    PREVENT   ACCESS2
#> 566                  38.0          109264      39109    RISKBEH     SLEEP
#> 567                  10.5           59423      39167    PREVENT   ACCESS2
#> 568                  11.2          189591      26145    PREVENT   ACCESS2
#> 569                  10.9           98956      26091    PREVENT   ACCESS2
#> 570                  36.6          232023      39085    RISKBEH     SLEEP
#> 571                  10.0           21708      39175    PREVENT   ACCESS2
#> 572                  10.8          373834      39151    PREVENT   ACCESS2
#> 573                   9.3          155274      26115    PREVENT   ACCESS2
#> 574                  36.4           17979      26079    RISKBEH     SLEEP
#> 575                  32.1           23813      26009    RISKBEH     SLEEP
#> 576                  37.8           40031      26107    RISKBEH     SLEEP
#> 577                  13.0           28906      39047    PREVENT   ACCESS2
#> 578                  12.0          135633      39023    PREVENT   ACCESS2
#> 579                  39.5          201335      39155    RISKBEH     SLEEP
#> 580                  32.9           25350      26101    RISKBEH     SLEEP
#> 581                  32.9          195014      26093    RISKBEH     SLEEP
#> 582                  36.5           36716      39171    RISKBEH     SLEEP
#> 583                  11.6           36716      39171    PREVENT   ACCESS2
#> 584                  10.0          120950      26005    PREVENT   ACCESS2
#> 585                  35.0          176511      26121    RISKBEH     SLEEP
#> 586                  41.9           29158      39053    RISKBEH     SLEEP
#> 587                   7.9            2107      26083    PREVENT   ACCESS2
#> 588                  10.5          133819      26025    PREVENT   ACCESS2
#> 589                  11.4           44985      26023    PREVENT   ACCESS2
#> 590                  10.9           54906      39147    PREVENT   ACCESS2
#> 591                  39.9           43662      39015    RISKBEH     SLEEP
#> 592                  10.6         1249387      39035    PREVENT   ACCESS2
#> 593                  37.4           14176      39121    RISKBEH     SLEEP
#> 594                  11.4           59333      39129    PREVENT   ACCESS2
#> 595                  32.8          120950      26005    RISKBEH     SLEEP
#> 596                  36.6           67197      26067    RISKBEH     SLEEP
#> 597                  12.0          125195      39139    PREVENT   ACCESS2
#> 598                  10.0          153101      26021    PREVENT   ACCESS2
#> 599                  40.1          535840      39113    RISKBEH     SLEEP
#> 600                  33.8          160053      26147    RISKBEH     SLEEP
#> 601                  37.0           25369      26069    RISKBEH     SLEEP
#> 602                   8.1          183092      39103    PREVENT   ACCESS2
#> 603                   9.8          180401      39089    PREVENT   ACCESS2
#> 604                  35.9           40031      26107    RISKBEH     SLEEP
#> 605                  34.5           20726      26129    RISKBEH     SLEEP
#> 606                  36.1           67197      26067    RISKBEH     SLEEP
#> 607                  13.8           13682      39115    PREVENT   ACCESS2
#> 608                  38.5          133819      26025    RISKBEH     SLEEP
#> 609                  40.6           59333      39129    RISKBEH     SLEEP
#> 610                  36.0           92500      39157    RISKBEH     SLEEP
#> 611                  36.3            5309      26095    RISKBEH     SLEEP
#> 612                  41.1           28097      39073    RISKBEH     SLEEP
#> 613                  39.3           35460      39127    RISKBEH     SLEEP
#> 614                   9.9           23633      26143    PREVENT   ACCESS2
#> 615                  35.3           15130      26113    RISKBEH     SLEEP
#> 616                  34.6           67877      26155    RISKBEH     SLEEP
#> 617                  37.2          315595      39093    RISKBEH     SLEEP
#> 618                  11.7          201335      39155    PREVENT   ACCESS2
#> 619                  11.6           62056      39009    PREVENT   ACCESS2
#> 620                   8.0           26086      26029    PREVENT   ACCESS2
#> 621                  34.1           11635      26071    RISKBEH     SLEEP
#> 622                  33.9          284034      26065    RISKBEH     SLEEP
#> 623                  15.0           12696      39163    PREVENT   ACCESS2
#> 624                  39.5           28906      39047    RISKBEH     SLEEP
#> 625                  12.2           28097      39073    PREVENT   ACCESS2
#> 626                  41.9           32511      39079    RISKBEH     SLEEP
#> 627                  38.0           40867      39135    RISKBEH     SLEEP
#> 628                  10.4           46035      39091    PREVENT   ACCESS2
#> 629                  35.0          220740      39041    RISKBEH     SLEEP
#> 630                   8.5          168412      39057    PREVENT   ACCESS2
#> 631                  37.5           26691      39019    RISKBEH     SLEEP
#> 632                  33.7           23299      26109    RISKBEH     SLEEP
#> 633                   7.9          246553      39165    PREVENT   ACCESS2
#> 634                  35.0           13204      26039    RISKBEH     SLEEP
#> 635                   7.8           22623      26089    PREVENT   ACCESS2
#> 636                   9.5          209642      39025    PREVENT   ACCESS2
#> 637                  34.8           23105      26133    RISKBEH     SLEEP
#> 638                  37.9           38699      39021    RISKBEH     SLEEP
#> 639                  12.2           40506      26151    PREVENT   ACCESS2
#> 640                   7.5          369390      26161    PREVENT   ACCESS2
#> 641                   8.3          108944      26045    PREVENT   ACCESS2
#> 642                  30.1           95860      26055    RISKBEH     SLEEP
#> 643                  38.8           14477      39067    RISKBEH     SLEEP
#> 644                  10.4          390234      39017    PREVENT   ACCESS2
#> 645                  39.6           42004      39027    RISKBEH     SLEEP
#> 646                   9.2           34318      39137    PREVENT   ACCESS2
#> 647                  42.5           65849      39013    RISKBEH     SLEEP
#> 648                  35.0           18223      26019    RISKBEH     SLEEP
#> 649                  10.3           33901      26165    PREVENT   ACCESS2
#> 650                  32.7           26086      26029    RISKBEH     SLEEP
#> 651                  34.4           25787      26043    RISKBEH     SLEEP
#> 652                  33.3           41544      26057    RISKBEH     SLEEP
#> 653                  10.2          373834      39151    PREVENT   ACCESS2
#> 654                  41.6           27542      39001    RISKBEH     SLEEP
#> 655                  10.3            9297      26119    PREVENT   ACCESS2
#> 656                  10.7           13093      26141    PREVENT   ACCESS2
#> 657                  35.9           36816      26033    RISKBEH     SLEEP
#> 658                  11.5           52316      39005    PREVENT   ACCESS2
#> 659                  10.7            8821      26003    PREVENT   ACCESS2
#> 660                  11.5           52917      26157    PREVENT   ACCESS2
#> 661                   9.7          161064      39045    PREVENT   ACCESS2
#> 662                  12.6           12308      26085    PREVENT   ACCESS2
#> 663                  35.2           88513      26087    RISKBEH     SLEEP
#> 664                  12.1           13329      39111    PREVENT   ACCESS2
#> 665                  36.3           14361      26053    RISKBEH     SLEEP
#> 666                  34.8            8821      26003    RISKBEH     SLEEP
#> 667                  40.8           73346      39145    RISKBEH     SLEEP
#> 668                  34.8           28893      26007    RISKBEH     SLEEP
#> 669                  38.7          189591      26145    RISKBEH     SLEEP
#> 670                  35.9           75658      26159    RISKBEH     SLEEP
#> 671                   9.9          155274      26115    PREVENT   ACCESS2
#> 672                  38.4           46035      39091    RISKBEH     SLEEP
#> 673                   8.3           34225      26047    PREVENT   ACCESS2
#> 674                  10.6           42450      39051    PREVENT   ACCESS2
#> 675                  10.7           10906      26097    PREVENT   ACCESS2
#> 676                  14.1           73346      39145    PREVENT   ACCESS2
#> 677                  37.4          101670      39003    RISKBEH     SLEEP
#> 678                  40.2           14477      39067    RISKBEH     SLEEP
#> 679                  32.8           10235      26001    RISKBEH     SLEEP
#> 680                  10.2           74656      39063    PREVENT   ACCESS2
#> 681                  41.4           41754      39033    RISKBEH     SLEEP
#> 682                   8.3           79426      26037    PREVENT   ACCESS2
#> 683                  10.3          404208      26049    PREVENT   ACCESS2
#> 684                  34.9           51483      26027    RISKBEH     SLEEP
#>     datavaluetypeid short_question_text                    geolocation
#> 1         AgeAdjPrv      Sleep <7 hours Point, -84.4954307, 45.4760217
#> 2            CrdPrv      Sleep <7 hours  Point, -82.5427812, 40.774159
#> 3         AgeAdjPrv      Sleep <7 hours Point, -83.4322825, 45.2523973
#> 4         AgeAdjPrv    Health Insurance Point, -85.3145503, 42.5828109
#> 5         AgeAdjPrv      Sleep <7 hours Point, -87.5014573, 45.5355685
#> 6         AgeAdjPrv      Sleep <7 hours Point, -82.7977288, 40.5252659
#> 7            CrdPrv    Health Insurance Point, -84.3794144, 43.6482031
#> 8         AgeAdjPrv      Sleep <7 hours Point, -86.2614034, 42.4212512
#> 9            CrdPrv      Sleep <7 hours Point, -82.4223929, 40.4036198
#> 10           CrdPrv      Sleep <7 hours Point, -84.2284135, 40.0533257
#> 11           CrdPrv    Health Insurance Point, -83.4618927, 39.5552462
#> 12        AgeAdjPrv    Health Insurance Point, -84.1298791, 41.0245334
#> 13           CrdPrv    Health Insurance Point, -83.4689033, 41.6823213
#> 14        AgeAdjPrv    Health Insurance Point, -86.9019375, 45.8052288
#> 15           CrdPrv      Sleep <7 hours Point, -82.6428148, 43.4491547
#> 16           CrdPrv      Sleep <7 hours Point, -86.4209083, 43.4287388
#> 17           CrdPrv      Sleep <7 hours Point, -83.0529107, 39.0713413
#> 18           CrdPrv      Sleep <7 hours  Point, -82.2701271, 40.843273
#> 19        AgeAdjPrv      Sleep <7 hours Point, -82.0283968, 39.0898068
#> 20           CrdPrv    Health Insurance Point, -80.9677268, 40.0176819
#> 21        AgeAdjPrv    Health Insurance Point, -80.7455916, 41.9066369
#> 22        AgeAdjPrv      Sleep <7 hours Point, -84.5766031, 45.0217871
#> 23           CrdPrv    Health Insurance  Point, -81.452493, 39.7672317
#> 24        AgeAdjPrv      Sleep <7 hours Point, -83.8434233, 42.2522168
#> 25        AgeAdjPrv      Sleep <7 hours Point, -83.1275469, 41.1199923
#> 26        AgeAdjPrv      Sleep <7 hours  Point, -81.452493, 39.7672317
#> 27           CrdPrv    Health Insurance  Point, -81.497875, 40.0566648
#> 28        AgeAdjPrv      Sleep <7 hours  Point, -85.175639, 45.0054553
#> 29           CrdPrv    Health Insurance  Point, -82.594641, 41.1450798
#> 30        AgeAdjPrv      Sleep <7 hours Point, -84.6374794, 41.9274606
#> 31           CrdPrv    Health Insurance  Point, -81.6049566, 41.555037
#> 32        AgeAdjPrv      Sleep <7 hours Point, -81.8871942, 40.8296612
#> 33        AgeAdjPrv      Sleep <7 hours Point, -83.0529107, 39.0713413
#> 34           CrdPrv    Health Insurance  Point, -83.783676, 39.9170315
#> 35        AgeAdjPrv      Sleep <7 hours Point, -85.5538484, 44.7186875
#> 36        AgeAdjPrv      Sleep <7 hours Point, -84.2041425, 40.3366802
#> 37        AgeAdjPrv    Health Insurance Point, -83.1688034, 40.5880337
#> 38           CrdPrv    Health Insurance Point, -83.7406755, 44.0368327
#> 39        AgeAdjPrv      Sleep <7 hours Point, -86.3275365, 44.2452677
#> 40           CrdPrv    Health Insurance Point, -88.3513318, 47.3672969
#> 41           CrdPrv      Sleep <7 hours Point, -80.7635272, 40.3993836
#> 42        AgeAdjPrv      Sleep <7 hours Point, -82.3017463, 38.8170456
#> 43        AgeAdjPrv      Sleep <7 hours Point, -83.0090858, 39.9698749
#> 44           CrdPrv    Health Insurance Point, -84.0743563, 41.8960225
#> 45        AgeAdjPrv      Sleep <7 hours Point, -84.1269054, 44.6872574
#> 46           CrdPrv    Health Insurance Point, -85.1494679, 43.3127822
#> 47           CrdPrv      Sleep <7 hours Point, -85.5228703, 41.9114878
#> 48        AgeAdjPrv    Health Insurance Point, -81.1735054, 41.4993217
#> 49           CrdPrv    Health Insurance Point, -85.5328544, 42.2462657
#> 50        AgeAdjPrv    Health Insurance Point, -84.1494847, 39.0520537
#> 51           CrdPrv    Health Insurance  Point, -83.6659471, 41.000217
#> 52           CrdPrv    Health Insurance Point, -83.2243247, 43.0886327
#> 53        AgeAdjPrv    Health Insurance Point, -83.8045826, 39.4166813
#> 54        AgeAdjPrv      Sleep <7 hours Point, -84.5843235, 41.5649587
#> 55        AgeAdjPrv      Sleep <7 hours Point, -82.5868354, 41.3941426
#> 56        AgeAdjPrv    Health Insurance Point, -83.4008847, 39.8966074
#> 57           CrdPrv    Health Insurance Point, -84.1463518, 42.9515446
#> 58        AgeAdjPrv    Health Insurance Point, -85.1494679, 43.3127822
#> 59        AgeAdjPrv    Health Insurance Point, -86.7425435, 41.7913818
#> 60        AgeAdjPrv    Health Insurance Point, -82.0458853, 39.3327548
#> 61        AgeAdjPrv      Sleep <7 hours Point, -88.5405261, 46.1702542
#> 62        AgeAdjPrv    Health Insurance Point, -80.7635272, 40.3993836
#> 63           CrdPrv    Health Insurance Point, -84.3898162, 43.9897504
#> 64        AgeAdjPrv      Sleep <7 hours Point, -83.1427763, 41.3553193
#> 65           CrdPrv    Health Insurance  Point, -82.2701271, 40.843273
#> 66           CrdPrv    Health Insurance Point, -82.4834352, 40.0915047
#> 67        AgeAdjPrv      Sleep <7 hours Point, -84.1301067, 45.0241337
#> 68           CrdPrv      Sleep <7 hours Point, -84.5857751, 40.8555203
#> 69        AgeAdjPrv      Sleep <7 hours Point, -83.6226821, 41.3601834
#> 70           CrdPrv    Health Insurance Point, -82.4834473, 39.4903424
#> 71           CrdPrv    Health Insurance  Point, -82.8570449, 43.907616
#> 72           CrdPrv      Sleep <7 hours Point, -84.6447584, 39.7388104
#> 73        AgeAdjPrv    Health Insurance Point, -83.0595381, 39.3238949
#> 74        AgeAdjPrv    Health Insurance  Point, -81.090787, 40.5798841
#> 75        AgeAdjPrv    Health Insurance Point, -84.6374794, 41.9274606
#> 76           CrdPrv    Health Insurance Point, -84.4208679, 42.2484738
#> 77           CrdPrv    Health Insurance  Point, -85.073766, 42.9446503
#> 78        AgeAdjPrv      Sleep <7 hours  Point, -82.614142, 39.0134773
#> 79        AgeAdjPrv      Sleep <7 hours  Point, -82.998675, 38.8148886
#> 80           CrdPrv    Health Insurance Point, -82.3017463, 38.8170456
#> 81        AgeAdjPrv      Sleep <7 hours  Point, -83.4871059, 41.916097
#> 82           CrdPrv    Health Insurance Point, -83.0090858, 39.9698749
#> 83        AgeAdjPrv      Sleep <7 hours Point, -83.2619533, 42.2846636
#> 84           CrdPrv    Health Insurance Point, -83.0595381, 39.3238949
#> 85           CrdPrv    Health Insurance  Point, -88.6519034, 46.998427
#> 86        AgeAdjPrv      Sleep <7 hours Point, -85.8113997, 43.9951867
#> 87        AgeAdjPrv    Health Insurance  Point, -89.788314, 46.4880535
#> 88           CrdPrv      Sleep <7 hours Point, -84.0688996, 41.3315843
#> 89        AgeAdjPrv      Sleep <7 hours  Point, -83.313681, 40.8397816
#> 90        AgeAdjPrv      Sleep <7 hours Point, -81.4711052, 40.4474903
#> 91           CrdPrv      Sleep <7 hours Point, -85.3037625, 46.1678678
#> 92        AgeAdjPrv      Sleep <7 hours Point, -84.3794144, 43.6482031
#> 93        AgeAdjPrv      Sleep <7 hours Point, -83.0074622, 40.2789411
#> 94        AgeAdjPrv    Health Insurance  Point, -83.0528267, 39.648947
#> 95        AgeAdjPrv    Health Insurance Point, -83.2619533, 42.2846636
#> 96        AgeAdjPrv    Health Insurance Point, -82.2379525, 39.7431874
#> 97           CrdPrv      Sleep <7 hours  Point, -85.547446, 43.0324971
#> 98        AgeAdjPrv    Health Insurance   Point, -84.60469, 43.2923259
#> 99           CrdPrv      Sleep <7 hours  Point, -84.2240177, 40.561309
#> 100          CrdPrv      Sleep <7 hours  Point, -86.467177, 43.6039542
#> 101          CrdPrv      Sleep <7 hours Point, -84.6374794, 41.9274606
#> 102          CrdPrv      Sleep <7 hours   Point, -84.05541, 43.3282667
#> 103          CrdPrv      Sleep <7 hours Point, -80.9677268, 40.0176819
#> 104       AgeAdjPrv    Health Insurance Point, -81.8997641, 41.1161742
#> 105       AgeAdjPrv    Health Insurance  Point, -83.4265739, 44.894954
#> 106          CrdPrv      Sleep <7 hours   Point, -80.778455, 40.770073
#> 107       AgeAdjPrv      Sleep <7 hours Point, -84.8464499, 42.5895301
#> 108       AgeAdjPrv    Health Insurance Point, -83.8948943, 39.6874785
#> 109          CrdPrv    Health Insurance  Point, -85.0854708, 44.325424
#> 110          CrdPrv    Health Insurance Point, -84.5821249, 41.1189483
#> 111          CrdPrv      Sleep <7 hours Point, -82.5868354, 41.3941426
#> 112       AgeAdjPrv    Health Insurance Point, -83.3842103, 42.6604518
#> 113       AgeAdjPrv    Health Insurance Point, -84.6211906, 40.1314669
#> 114          CrdPrv      Sleep <7 hours Point, -83.4780816, 38.8344683
#> 115       AgeAdjPrv      Sleep <7 hours Point, -85.3222825, 43.9975523
#> 116          CrdPrv      Sleep <7 hours Point, -81.9435064, 39.9660457
#> 117          CrdPrv      Sleep <7 hours Point, -83.8667723, 38.9313769
#> 118          CrdPrv      Sleep <7 hours Point, -84.4864334, 41.3216789
#> 119       AgeAdjPrv    Health Insurance  Point, -88.6519034, 46.998427
#> 120          CrdPrv      Sleep <7 hours Point, -84.3898162, 43.9897504
#> 121          CrdPrv    Health Insurance  Point, -86.2193493, 43.054969
#> 122          CrdPrv    Health Insurance Point, -81.8871942, 40.8296612
#> 123          CrdPrv      Sleep <7 hours Point, -84.5657341, 39.4397469
#> 124       AgeAdjPrv      Sleep <7 hours Point, -86.4429369, 43.9571957
#> 125       AgeAdjPrv    Health Insurance Point, -81.5349279, 41.1218471
#> 126       AgeAdjPrv      Sleep <7 hours Point, -83.0126127, 41.5454953
#> 127       AgeAdjPrv    Health Insurance Point, -87.5840278, 46.6565964
#> 128       AgeAdjPrv      Sleep <7 hours  Point, -81.090787, 40.5798841
#> 129       AgeAdjPrv    Health Insurance Point, -84.2905915, 39.7537357
#> 130          CrdPrv      Sleep <7 hours  Point, -82.179722, 41.4388045
#> 131          CrdPrv    Health Insurance Point, -82.9247827, 40.8485244
#> 132          CrdPrv    Health Insurance Point, -84.6113432, 44.6801748
#> 133          CrdPrv      Sleep <7 hours Point, -84.1699402, 39.4256625
#> 134       AgeAdjPrv    Health Insurance Point, -84.1242667, 41.5972639
#> 135          CrdPrv    Health Insurance Point, -84.5441868, 39.1969272
#> 136          CrdPrv      Sleep <7 hours   Point, -82.626685, 39.747694
#> 137       AgeAdjPrv      Sleep <7 hours Point, -85.5700462, 44.3313751
#> 138          CrdPrv      Sleep <7 hours Point, -85.0123853, 42.2429896
#> 139       AgeAdjPrv    Health Insurance Point, -83.0126127, 41.5454953
#> 140          CrdPrv    Health Insurance Point, -83.1688034, 40.5880337
#> 141          CrdPrv      Sleep <7 hours  Point, -83.4871059, 41.916097
#> 142       AgeAdjPrv    Health Insurance Point, -84.6112715, 44.3395168
#> 143       AgeAdjPrv      Sleep <7 hours  Point, -86.2193493, 43.054969
#> 144       AgeAdjPrv      Sleep <7 hours Point, -83.4689033, 41.6823213
#> 145          CrdPrv      Sleep <7 hours Point, -83.3801412, 44.3869118
#> 146       AgeAdjPrv    Health Insurance  Point, -82.8570449, 43.907616
#> 147          CrdPrv      Sleep <7 hours  Point, -83.766343, 40.3875532
#> 148          CrdPrv      Sleep <7 hours  Point, -83.601359, 39.1844221
#> 149          CrdPrv    Health Insurance Point, -83.8045826, 39.4166813
#> 150          CrdPrv      Sleep <7 hours Point, -84.8394245, 43.6452331
#> 151       AgeAdjPrv      Sleep <7 hours  Point, -86.197029, 46.0211217
#> 152          CrdPrv    Health Insurance Point, -81.8616967, 39.6249458
#> 153       AgeAdjPrv      Sleep <7 hours Point, -83.2945804, 44.6575092
#> 154       AgeAdjPrv    Health Insurance Point, -84.4954307, 45.4760217
#> 155       AgeAdjPrv      Sleep <7 hours Point, -84.5821249, 41.1189483
#> 156       AgeAdjPrv      Sleep <7 hours Point, -81.9301092, 40.2967096
#> 157          CrdPrv      Sleep <7 hours Point, -85.0889915, 44.6788808
#> 158          CrdPrv    Health Insurance Point, -81.9300012, 40.5655971
#> 159          CrdPrv      Sleep <7 hours Point, -83.6640773, 40.6604152
#> 160       AgeAdjPrv    Health Insurance  Point, -82.594641, 41.1450798
#> 161       AgeAdjPrv      Sleep <7 hours Point, -88.3513318, 47.3672969
#> 162       AgeAdjPrv    Health Insurance Point, -84.1280728, 44.3332801
#> 163          CrdPrv      Sleep <7 hours Point, -84.6320588, 40.5353325
#> 164       AgeAdjPrv    Health Insurance Point, -84.6320588, 40.5353325
#> 165          CrdPrv      Sleep <7 hours  Point, -89.788314, 46.4880535
#> 166          CrdPrv    Health Insurance Point, -82.5171856, 38.6038659
#> 167       AgeAdjPrv      Sleep <7 hours   Point, -80.778455, 40.770073
#> 168          CrdPrv      Sleep <7 hours Point, -85.7913723, 43.5627117
#> 169       AgeAdjPrv      Sleep <7 hours Point, -83.4008847, 39.8966074
#> 170       AgeAdjPrv      Sleep <7 hours Point, -86.6571192, 46.5217365
#> 171       AgeAdjPrv    Health Insurance Point, -80.7703998, 41.3063744
#> 172       AgeAdjPrv    Health Insurance  Point, -85.0854708, 44.325424
#> 173          CrdPrv      Sleep <7 hours Point, -81.1735054, 41.4993217
#> 174       AgeAdjPrv    Health Insurance Point, -83.3670416, 40.2959008
#> 175          CrdPrv    Health Insurance Point, -83.8667723, 38.9313769
#> 176       AgeAdjPrv    Health Insurance Point, -83.0529107, 39.0713413
#> 177          CrdPrv      Sleep <7 hours Point, -82.9114562, 42.6715526
#> 178          CrdPrv      Sleep <7 hours Point, -84.3794144, 43.6482031
#> 179       AgeAdjPrv    Health Insurance Point, -84.4864334, 41.3216789
#> 180          CrdPrv    Health Insurance   Point, -84.60469, 43.2923259
#> 181          CrdPrv    Health Insurance Point, -80.7703956, 41.0108798
#> 182       AgeAdjPrv      Sleep <7 hours Point, -82.4223929, 40.4036198
#> 183       AgeAdjPrv      Sleep <7 hours Point, -84.1242667, 41.5972639
#> 184       AgeAdjPrv      Sleep <7 hours Point, -81.1735054, 41.4993217
#> 185          CrdPrv    Health Insurance Point, -86.4209083, 43.4287388
#> 186          CrdPrv    Health Insurance Point, -84.1280728, 44.3332801
#> 187       AgeAdjPrv    Health Insurance Point, -83.4689033, 41.6823213
#> 188          CrdPrv    Health Insurance   Point, -82.626685, 39.747694
#> 189          CrdPrv      Sleep <7 hours Point, -82.4859614, 39.2520418
#> 190       AgeAdjPrv      Sleep <7 hours  Point, -82.594641, 41.1450798
#> 191          CrdPrv      Sleep <7 hours Point, -81.4906359, 39.4506764
#> 192          CrdPrv    Health Insurance Point, -83.7676037, 40.1327753
#> 193       AgeAdjPrv      Sleep <7 hours  Point, -83.6659471, 41.000217
#> 194       AgeAdjPrv      Sleep <7 hours  Point, -83.601359, 39.1844221
#> 195          CrdPrv    Health Insurance Point, -84.1061032, 40.7716274
#> 196       AgeAdjPrv    Health Insurance Point, -82.0283968, 39.0898068
#> 197       AgeAdjPrv    Health Insurance Point, -85.3327509, 43.6352949
#> 198          CrdPrv    Health Insurance Point, -88.3618101, 46.6958592
#> 199          CrdPrv    Health Insurance Point, -83.3801412, 44.3869118
#> 200          CrdPrv    Health Insurance Point, -82.6689135, 42.9288035
#> 201          CrdPrv      Sleep <7 hours Point, -84.5766031, 45.0217871
#> 202          CrdPrv      Sleep <7 hours Point, -81.9301092, 40.2967096
#> 203          CrdPrv    Health Insurance  Point, -81.090787, 40.5798841
#> 204       AgeAdjPrv    Health Insurance  Point, -84.2240177, 40.561309
#> 205          CrdPrv    Health Insurance  Point, -83.436618, 43.4879024
#> 206       AgeAdjPrv      Sleep <7 hours Point, -89.2769121, 46.8353252
#> 207          CrdPrv    Health Insurance Point, -87.5014573, 45.5355685
#> 208       AgeAdjPrv      Sleep <7 hours Point, -83.3670416, 40.2959008
#> 209          CrdPrv      Sleep <7 hours Point, -82.5171856, 38.6038659
#> 210       AgeAdjPrv    Health Insurance  Point, -84.5916949, 42.950455
#> 211          CrdPrv    Health Insurance Point, -83.0074622, 40.2789411
#> 212          CrdPrv    Health Insurance Point, -81.1735054, 41.4993217
#> 213          CrdPrv      Sleep <7 hours Point, -81.8871942, 40.8296612
#> 214       AgeAdjPrv      Sleep <7 hours Point, -83.0595381, 39.3238949
#> 215       AgeAdjPrv      Sleep <7 hours Point, -81.3656673, 40.8141314
#> 216       AgeAdjPrv    Health Insurance Point, -86.3275365, 44.2452677
#> 217       AgeAdjPrv      Sleep <7 hours  Point, -88.6519034, 46.998427
#> 218       AgeAdjPrv      Sleep <7 hours  Point, -84.2240177, 40.561309
#> 219          CrdPrv    Health Insurance Point, -84.0688996, 41.3315843
#> 220       AgeAdjPrv    Health Insurance  Point, -82.179722, 41.4388045
#> 221          CrdPrv    Health Insurance  Point, -85.175639, 45.0054553
#> 222          CrdPrv    Health Insurance Point, -80.7635272, 40.3993836
#> 223          CrdPrv      Sleep <7 hours Point, -83.4322825, 45.2523973
#> 224          CrdPrv    Health Insurance Point, -84.5857751, 40.8555203
#> 225          CrdPrv    Health Insurance Point, -83.4008847, 39.8966074
#> 226          CrdPrv    Health Insurance  Point, -82.179722, 41.4388045
#> 227          CrdPrv      Sleep <7 hours Point, -84.4208679, 42.2484738
#> 228          CrdPrv      Sleep <7 hours Point, -82.7977288, 40.5252659
#> 229          CrdPrv    Health Insurance Point, -84.8383253, 43.9911368
#> 230       AgeAdjPrv    Health Insurance Point, -84.1463518, 42.9515446
#> 231       AgeAdjPrv      Sleep <7 hours Point, -83.7406755, 44.0368327
#> 232          CrdPrv      Sleep <7 hours Point, -81.1969618, 41.1689703
#> 233          CrdPrv    Health Insurance Point, -81.9435064, 39.9660457
#> 234       AgeAdjPrv      Sleep <7 hours  Point, -86.467177, 43.6039542
#> 235          CrdPrv      Sleep <7 hours Point, -83.3842103, 42.6604518
#> 236          CrdPrv    Health Insurance Point, -84.2905915, 39.7537357
#> 237          CrdPrv    Health Insurance  Point, -85.547446, 43.0324971
#> 238          CrdPrv      Sleep <7 hours Point, -83.1427763, 41.3553193
#> 239       AgeAdjPrv    Health Insurance Point, -82.9247827, 40.8485244
#> 240       AgeAdjPrv    Health Insurance  Point, -86.197029, 46.0211217
#> 241          CrdPrv    Health Insurance Point, -84.2284135, 40.0533257
#> 242       AgeAdjPrv      Sleep <7 hours Point, -84.1463518, 42.9515446
#> 243          CrdPrv      Sleep <7 hours Point, -85.5700462, 44.3313751
#> 244          CrdPrv    Health Insurance Point, -85.5538484, 44.7186875
#> 245          CrdPrv    Health Insurance Point, -84.4954307, 45.4760217
#> 246          CrdPrv    Health Insurance Point, -81.0915651, 40.2923175
#> 247       AgeAdjPrv      Sleep <7 hours  Point, -84.5916949, 42.950455
#> 248       AgeAdjPrv      Sleep <7 hours Point, -82.6689135, 42.9288035
#> 249          CrdPrv      Sleep <7 hours Point, -83.0090858, 39.9698749
#> 250          CrdPrv    Health Insurance Point, -83.1427763, 41.3553193
#> 251          CrdPrv    Health Insurance Point, -85.3145503, 42.5828109
#> 252          CrdPrv    Health Insurance Point, -84.5766031, 45.0217871
#> 253          CrdPrv    Health Insurance Point, -80.7455916, 41.9066369
#> 254          CrdPrv    Health Insurance Point, -84.2041425, 40.3366802
#> 255          CrdPrv      Sleep <7 hours Point, -84.9868217, 45.5900944
#> 256          CrdPrv    Health Insurance Point, -83.2945804, 44.6575092
#> 257          CrdPrv    Health Insurance Point, -87.8661386, 46.0128332
#> 258       AgeAdjPrv      Sleep <7 hours Point, -85.5436841, 45.6185538
#> 259       AgeAdjPrv    Health Insurance Point, -83.7406755, 44.0368327
#> 260          CrdPrv    Health Insurance Point, -82.7977288, 40.5252659
#> 261       AgeAdjPrv    Health Insurance Point, -83.0090858, 39.9698749
#> 262       AgeAdjPrv      Sleep <7 hours  Point, -83.436618, 43.4879024
#> 263       AgeAdjPrv      Sleep <7 hours  Point, -82.2701271, 40.843273
#> 264       AgeAdjPrv    Health Insurance Point, -84.5206297, 46.3218192
#> 265       AgeAdjPrv      Sleep <7 hours Point, -84.8394245, 43.6452331
#> 266       AgeAdjPrv    Health Insurance Point, -81.1973297, 41.7781416
#> 267       AgeAdjPrv    Health Insurance Point, -84.6447584, 39.7388104
#> 268       AgeAdjPrv      Sleep <7 hours Point, -84.6211906, 40.1314669
#> 269          CrdPrv    Health Insurance Point, -83.0126127, 41.5454953
#> 270          CrdPrv    Health Insurance Point, -86.4429369, 43.9571957
#> 271       AgeAdjPrv    Health Insurance Point, -84.5441868, 39.1969272
#> 272          CrdPrv    Health Insurance Point, -86.9019375, 45.8052288
#> 273          CrdPrv      Sleep <7 hours  Point, -82.8570449, 43.907616
#> 274       AgeAdjPrv      Sleep <7 hours Point, -84.4208679, 42.2484738
#> 275          CrdPrv    Health Insurance Point, -85.7913723, 43.5627117
#> 276          CrdPrv    Health Insurance Point, -83.4780816, 38.8344683
#> 277          CrdPrv    Health Insurance Point, -85.3327509, 43.6352949
#> 278       AgeAdjPrv      Sleep <7 hours Point, -85.3145503, 42.5828109
#> 279          CrdPrv    Health Insurance Point, -82.2379525, 39.7431874
#> 280       AgeAdjPrv    Health Insurance Point, -84.2284135, 40.0533257
#> 281       AgeAdjPrv    Health Insurance  Point, -81.497875, 40.0566648
#> 282       AgeAdjPrv    Health Insurance  Point, -86.467177, 43.6039542
#> 283       AgeAdjPrv    Health Insurance  Point, -86.2193493, 43.054969
#> 284       AgeAdjPrv      Sleep <7 hours Point, -87.5840278, 46.6565964
#> 285          CrdPrv    Health Insurance  Point, -83.766343, 40.3875532
#> 286          CrdPrv    Health Insurance Point, -84.6320588, 40.5353325
#> 287          CrdPrv    Health Insurance Point, -81.1973297, 41.7781416
#> 288       AgeAdjPrv    Health Insurance Point, -84.2041425, 40.3366802
#> 289       AgeAdjPrv    Health Insurance Point, -86.2614034, 42.4212512
#> 290          CrdPrv      Sleep <7 hours Point, -84.6211906, 40.1314669
#> 291          CrdPrv    Health Insurance Point, -85.3222825, 43.9975523
#> 292       AgeAdjPrv      Sleep <7 hours Point, -84.1699402, 39.4256625
#> 293       AgeAdjPrv      Sleep <7 hours Point, -83.9787007, 43.6997112
#> 294          CrdPrv      Sleep <7 hours Point, -84.1494847, 39.0520537
#> 295       AgeAdjPrv    Health Insurance Point, -83.6640773, 40.6604152
#> 296          CrdPrv      Sleep <7 hours  Point, -86.051574, 45.1461816
#> 297          CrdPrv      Sleep <7 hours Point, -88.3618101, 46.6958592
#> 298       AgeAdjPrv    Health Insurance  Point, -81.452493, 39.7672317
#> 299          CrdPrv      Sleep <7 hours Point, -84.5441868, 39.1969272
#> 300          CrdPrv      Sleep <7 hours Point, -85.1494679, 43.3127822
#> 301          CrdPrv    Health Insurance Point, -86.3275365, 44.2452677
#> 302       AgeAdjPrv      Sleep <7 hours Point, -81.4906359, 39.4506764
#> 303       AgeAdjPrv    Health Insurance Point, -81.9300012, 40.5655971
#> 304          CrdPrv      Sleep <7 hours Point, -80.7703998, 41.3063744
#> 305          CrdPrv      Sleep <7 hours Point, -83.7063718, 43.0210768
#> 306          CrdPrv      Sleep <7 hours  Point, -83.6659471, 41.000217
#> 307          CrdPrv      Sleep <7 hours Point, -84.1301067, 45.0241337
#> 308          CrdPrv    Health Insurance Point, -82.4223929, 40.4036198
#> 309       AgeAdjPrv      Sleep <7 hours Point, -82.4859614, 39.2520418
#> 310          CrdPrv    Health Insurance Point, -89.2769121, 46.8353252
#> 311          CrdPrv      Sleep <7 hours Point, -83.8948943, 39.6874785
#> 312          CrdPrv      Sleep <7 hours Point, -83.7406755, 44.0368327
#> 313       AgeAdjPrv    Health Insurance Point, -82.5171856, 38.6038659
#> 314       AgeAdjPrv      Sleep <7 hours Point, -85.5328544, 42.2462657
#> 315          CrdPrv      Sleep <7 hours Point, -85.0668852, 41.9184551
#> 316       AgeAdjPrv    Health Insurance Point, -85.5175518, 46.5109878
#> 317          CrdPrv    Health Insurance  Point, -82.998675, 38.8148886
#> 318          CrdPrv    Health Insurance  Point, -82.614142, 39.0134773
#> 319          CrdPrv      Sleep <7 hours  Point, -86.197029, 46.0211217
#> 320          CrdPrv    Health Insurance  Point, -83.4265739, 44.894954
#> 321       AgeAdjPrv      Sleep <7 hours  Point, -85.547446, 43.0324971
#> 322       AgeAdjPrv      Sleep <7 hours   Point, -82.626685, 39.747694
#> 323       AgeAdjPrv      Sleep <7 hours  Point, -83.783676, 39.9170315
#> 324          CrdPrv    Health Insurance Point, -83.9787007, 43.6997112
#> 325       AgeAdjPrv      Sleep <7 hours Point, -86.3060762, 42.2821497
#> 326          CrdPrv      Sleep <7 hours Point, -84.1298791, 41.0245334
#> 327       AgeAdjPrv    Health Insurance Point, -83.3801412, 44.3869118
#> 328       AgeAdjPrv      Sleep <7 hours Point, -81.8616967, 39.6249458
#> 329       AgeAdjPrv    Health Insurance Point, -80.9677268, 40.0176819
#> 330       AgeAdjPrv      Sleep <7 hours Point, -84.8383253, 43.9911368
#> 331       AgeAdjPrv    Health Insurance Point, -83.1275469, 41.1199923
#> 332       AgeAdjPrv      Sleep <7 hours Point, -82.9114562, 42.6715526
#> 333       AgeAdjPrv    Health Insurance Point, -85.0123853, 42.2429896
#> 334       AgeAdjPrv    Health Insurance Point, -88.3618101, 46.6958592
#> 335       AgeAdjPrv      Sleep <7 hours Point, -84.5657341, 39.4397469
#> 336       AgeAdjPrv      Sleep <7 hours   Point, -84.60469, 43.2923259
#> 337       AgeAdjPrv    Health Insurance Point, -87.5014573, 45.5355685
#> 338       AgeAdjPrv      Sleep <7 hours Point, -82.6428148, 43.4491547
#> 339       AgeAdjPrv    Health Insurance Point, -84.6113432, 44.6801748
#> 340          CrdPrv      Sleep <7 hours Point, -83.4008847, 39.8966074
#> 341          CrdPrv      Sleep <7 hours Point, -86.7425435, 41.7913818
#> 342          CrdPrv      Sleep <7 hours Point, -84.8464499, 42.5895301
#> 343       AgeAdjPrv      Sleep <7 hours Point, -83.7063718, 43.0210768
#> 344          CrdPrv    Health Insurance Point, -87.5840278, 46.6565964
#> 345       AgeAdjPrv      Sleep <7 hours Point, -84.0688996, 41.3315843
#> 346          CrdPrv      Sleep <7 hours Point, -83.8434233, 42.2522168
#> 347       AgeAdjPrv      Sleep <7 hours Point, -83.3842103, 42.6604518
#> 348          CrdPrv      Sleep <7 hours Point, -82.0458853, 39.3327548
#> 349          CrdPrv    Health Insurance Point, -85.5228703, 41.9114878
#> 350          CrdPrv      Sleep <7 hours Point, -84.1242667, 41.5972639
#> 351          CrdPrv      Sleep <7 hours Point, -86.2319991, 44.6368444
#> 352          CrdPrv    Health Insurance Point, -84.5843235, 41.5649587
#> 353       AgeAdjPrv    Health Insurance Point, -83.2243247, 43.0886327
#> 354          CrdPrv      Sleep <7 hours Point, -83.0595381, 39.3238949
#> 355       AgeAdjPrv      Sleep <7 hours Point, -85.3037625, 46.1678678
#> 356          CrdPrv      Sleep <7 hours Point, -84.5821249, 41.1189483
#> 357          CrdPrv    Health Insurance Point, -83.0529107, 39.0713413
#> 358       AgeAdjPrv      Sleep <7 hours  Point, -82.8570449, 43.907616
#> 359       AgeAdjPrv      Sleep <7 hours Point, -81.1969618, 41.1689703
#> 360       AgeAdjPrv    Health Insurance Point, -81.9435064, 39.9660457
#> 361       AgeAdjPrv    Health Insurance Point, -84.8383253, 43.9911368
#> 362       AgeAdjPrv      Sleep <7 hours  Point, -81.497875, 40.0566648
#> 363          CrdPrv      Sleep <7 hours  Point, -85.0854708, 44.325424
#> 364          CrdPrv    Health Insurance Point, -85.0889915, 44.6788808
#> 365          CrdPrv    Health Insurance  Point, -89.788314, 46.4880535
#> 366          CrdPrv    Health Insurance Point, -83.2619533, 42.2846636
#> 367          CrdPrv      Sleep <7 hours Point, -81.0909834, 39.7262526
#> 368       AgeAdjPrv      Sleep <7 hours  Point, -83.4265739, 44.894954
#> 369       AgeAdjPrv    Health Insurance  Point, -82.5427812, 40.774159
#> 370          CrdPrv    Health Insurance Point, -85.3037625, 46.1678678
#> 371       AgeAdjPrv      Sleep <7 hours Point, -84.6320588, 40.5353325
#> 372       AgeAdjPrv    Health Insurance Point, -86.3060762, 42.2821497
#> 373       AgeAdjPrv      Sleep <7 hours Point, -82.2379525, 39.7431874
#> 374          CrdPrv      Sleep <7 hours Point, -82.4834352, 40.0915047
#> 375          CrdPrv    Health Insurance  Point, -84.2240177, 40.561309
#> 376          CrdPrv    Health Insurance Point, -83.3670416, 40.2959008
#> 377       AgeAdjPrv    Health Insurance Point, -81.4711052, 40.4474903
#> 378       AgeAdjPrv      Sleep <7 hours Point, -85.7913723, 43.5627117
#> 379       AgeAdjPrv    Health Insurance Point, -84.1269054, 44.6872574
#> 380          CrdPrv    Health Insurance  Point, -86.000142, 41.9172431
#> 381          CrdPrv    Health Insurance Point, -81.9301092, 40.2967096
#> 382          CrdPrv    Health Insurance  Point, -86.051574, 45.1461816
#> 383       AgeAdjPrv      Sleep <7 hours Point, -82.4834352, 40.0915047
#> 384       AgeAdjPrv      Sleep <7 hours Point, -83.7676037, 40.1327753
#> 385       AgeAdjPrv    Health Insurance Point, -83.7063718, 43.0210768
#> 386          CrdPrv      Sleep <7 hours Point, -84.0743563, 41.8960225
#> 387          CrdPrv    Health Insurance Point, -81.4711052, 40.4474903
#> 388          CrdPrv      Sleep <7 hours Point, -87.5840278, 46.6565964
#> 389          CrdPrv      Sleep <7 hours  Point, -81.497875, 40.0566648
#> 390          CrdPrv      Sleep <7 hours  Point, -83.436618, 43.4879024
#> 391          CrdPrv      Sleep <7 hours Point, -84.2905915, 39.7537357
#> 392          CrdPrv      Sleep <7 hours  Point, -81.6049566, 41.555037
#> 393          CrdPrv      Sleep <7 hours Point, -83.9117183, 42.6025316
#> 394       AgeAdjPrv    Health Insurance Point, -81.8871942, 40.8296612
#> 395       AgeAdjPrv    Health Insurance Point, -86.4429369, 43.9571957
#> 396       AgeAdjPrv    Health Insurance Point, -83.9787007, 43.6997112
#> 397          CrdPrv      Sleep <7 hours  Point, -88.6519034, 46.998427
#> 398       AgeAdjPrv    Health Insurance Point, -81.4906359, 39.4506764
#> 399          CrdPrv      Sleep <7 hours  Point, -83.313681, 40.8397816
#> 400          CrdPrv      Sleep <7 hours  Point, -83.783676, 39.9170315
#> 401          CrdPrv      Sleep <7 hours  Point, -84.5916949, 42.950455
#> 402          CrdPrv      Sleep <7 hours Point, -80.7703956, 41.0108798
#> 403          CrdPrv      Sleep <7 hours Point, -84.4954307, 45.4760217
#> 404       AgeAdjPrv      Sleep <7 hours Point, -84.3898162, 43.9897504
#> 405       AgeAdjPrv    Health Insurance Point, -82.6689135, 42.9288035
#> 406          CrdPrv    Health Insurance Point, -84.5657341, 39.4397469
#> 407       AgeAdjPrv      Sleep <7 hours Point, -86.9019375, 45.8052288
#> 408          CrdPrv    Health Insurance Point, -84.6374794, 41.9274606
#> 409       AgeAdjPrv    Health Insurance Point, -83.8667723, 38.9313769
#> 410       AgeAdjPrv    Health Insurance Point, -84.1301067, 45.0241337
#> 411       AgeAdjPrv      Sleep <7 hours Point, -81.5349279, 41.1218471
#> 412          CrdPrv    Health Insurance Point, -84.6211906, 40.1314669
#> 413       AgeAdjPrv    Health Insurance Point, -84.0688996, 41.3315843
#> 414          CrdPrv      Sleep <7 hours Point, -81.8997641, 41.1161742
#> 415       AgeAdjPrv    Health Insurance Point, -82.9114562, 42.6715526
#> 416          CrdPrv    Health Insurance Point, -86.2319991, 44.6368444
#> 417       AgeAdjPrv    Health Insurance Point, -83.9117183, 42.6025316
#> 418          CrdPrv      Sleep <7 hours Point, -81.3656673, 40.8141314
#> 419       AgeAdjPrv      Sleep <7 hours Point, -83.4618927, 39.5552462
#> 420       AgeAdjPrv    Health Insurance Point, -83.2945804, 44.6575092
#> 421       AgeAdjPrv    Health Insurance Point, -84.1061032, 40.7716274
#> 422       AgeAdjPrv    Health Insurance Point, -85.0668852, 41.9184551
#> 423       AgeAdjPrv      Sleep <7 hours Point, -84.1061032, 40.7716274
#> 424       AgeAdjPrv      Sleep <7 hours Point, -81.1973297, 41.7781416
#> 425       AgeAdjPrv    Health Insurance   Point, -80.778455, 40.770073
#> 426       AgeAdjPrv    Health Insurance Point, -82.7977288, 40.5252659
#> 427       AgeAdjPrv    Health Insurance Point, -82.5868354, 41.3941426
#> 428       AgeAdjPrv      Sleep <7 hours Point, -81.8997641, 41.1161742
#> 429       AgeAdjPrv      Sleep <7 hours Point, -85.0668852, 41.9184551
#> 430       AgeAdjPrv      Sleep <7 hours Point, -85.5175518, 46.5109878
#> 431       AgeAdjPrv    Health Insurance Point, -85.8113997, 43.9951867
#> 432          CrdPrv      Sleep <7 hours Point, -85.3145503, 42.5828109
#> 433       AgeAdjPrv    Health Insurance Point, -85.5538484, 44.7186875
#> 434       AgeAdjPrv    Health Insurance Point, -83.4780816, 38.8344683
#> 435       AgeAdjPrv    Health Insurance Point, -80.7703956, 41.0108798
#> 436       AgeAdjPrv      Sleep <7 hours Point, -81.9300012, 40.5655971
#> 437       AgeAdjPrv    Health Insurance Point, -83.8434233, 42.2522168
#> 438          CrdPrv    Health Insurance Point, -83.3842103, 42.6604518
#> 439       AgeAdjPrv      Sleep <7 hours Point, -83.6640773, 40.6604152
#> 440          CrdPrv      Sleep <7 hours Point, -84.2041425, 40.3366802
#> 441       AgeAdjPrv    Health Insurance Point, -84.3898162, 43.9897504
#> 442          CrdPrv      Sleep <7 hours Point, -84.6113432, 44.6801748
#> 443       AgeAdjPrv      Sleep <7 hours Point, -83.2243247, 43.0886327
#> 444       AgeAdjPrv    Health Insurance Point, -81.9301092, 40.2967096
#> 445          CrdPrv    Health Insurance Point, -88.5405261, 46.1702542
#> 446          CrdPrv      Sleep <7 hours  Point, -82.594641, 41.1450798
#> 447          CrdPrv      Sleep <7 hours  Point, -86.2193493, 43.054969
#> 448       AgeAdjPrv      Sleep <7 hours Point, -83.1688034, 40.5880337
#> 449       AgeAdjPrv    Health Insurance  Point, -83.601359, 39.1844221
#> 450          CrdPrv    Health Insurance Point, -81.1969618, 41.1689703
#> 451          CrdPrv    Health Insurance  Point, -86.197029, 46.0211217
#> 452          CrdPrv    Health Insurance Point, -81.5349279, 41.1218471
#> 453       AgeAdjPrv      Sleep <7 hours Point, -84.5206297, 46.3218192
#> 454          CrdPrv    Health Insurance Point, -85.5175518, 46.5109878
#> 455       AgeAdjPrv    Health Insurance Point, -83.0074622, 40.2789411
#> 456       AgeAdjPrv    Health Insurance Point, -81.1969618, 41.1689703
#> 457       AgeAdjPrv    Health Insurance Point, -82.3017463, 38.8170456
#> 458          CrdPrv    Health Insurance Point, -84.9868217, 45.5900944
#> 459       AgeAdjPrv    Health Insurance Point, -84.3794144, 43.6482031
#> 460          CrdPrv    Health Insurance Point, -83.4322825, 45.2523973
#> 461       AgeAdjPrv      Sleep <7 hours Point, -84.1298791, 41.0245334
#> 462          CrdPrv      Sleep <7 hours Point, -85.5328544, 42.2462657
#> 463          CrdPrv      Sleep <7 hours  Point, -83.0528267, 39.648947
#> 464          CrdPrv      Sleep <7 hours Point, -82.9247827, 40.8485244
#> 465          CrdPrv      Sleep <7 hours Point, -88.3513318, 47.3672969
#> 466       AgeAdjPrv    Health Insurance Point, -84.5857751, 40.8555203
#> 467          CrdPrv      Sleep <7 hours Point, -83.3670416, 40.2959008
#> 468       AgeAdjPrv      Sleep <7 hours Point, -84.9868217, 45.5900944
#> 469       AgeAdjPrv    Health Insurance Point, -89.2769121, 46.8353252
#> 470          CrdPrv    Health Insurance Point, -81.0909834, 39.7262526
#> 471       AgeAdjPrv    Health Insurance Point, -85.5436841, 45.6185538
#> 472       AgeAdjPrv    Health Insurance Point, -82.4223929, 40.4036198
#> 473       AgeAdjPrv    Health Insurance Point, -85.3222825, 43.9975523
#> 474          CrdPrv    Health Insurance   Point, -80.778455, 40.770073
#> 475          CrdPrv    Health Insurance Point, -86.3060762, 42.2821497
#> 476       AgeAdjPrv    Health Insurance   Point, -84.05541, 43.3282667
#> 477          CrdPrv      Sleep <7 hours Point, -83.2619533, 42.2846636
#> 478          CrdPrv      Sleep <7 hours Point, -81.9300012, 40.5655971
#> 479       AgeAdjPrv    Health Insurance  Point, -82.614142, 39.0134773
#> 480          CrdPrv    Health Insurance Point, -84.5206297, 46.3218192
#> 481       AgeAdjPrv    Health Insurance  Point, -85.175639, 45.0054553
#> 482          CrdPrv    Health Insurance Point, -83.9117183, 42.6025316
#> 483          CrdPrv      Sleep <7 hours Point, -84.6112715, 44.3395168
#> 484       AgeAdjPrv      Sleep <7 hours Point, -82.0458853, 39.3327548
#> 485          CrdPrv    Health Insurance Point, -83.6226821, 41.3601834
#> 486       AgeAdjPrv      Sleep <7 hours  Point, -81.6049566, 41.555037
#> 487       AgeAdjPrv    Health Insurance Point, -83.1427763, 41.3553193
#> 488       AgeAdjPrv    Health Insurance Point, -84.8394245, 43.6452331
#> 489       AgeAdjPrv      Sleep <7 hours Point, -82.4834473, 39.4903424
#> 490          CrdPrv    Health Insurance Point, -82.6428148, 43.4491547
#> 491          CrdPrv    Health Insurance Point, -84.6447584, 39.7388104
#> 492          CrdPrv      Sleep <7 hours Point, -83.6226821, 41.3601834
#> 493          CrdPrv      Sleep <7 hours Point, -85.8113997, 43.9951867
#> 494       AgeAdjPrv      Sleep <7 hours Point, -84.6112715, 44.3395168
#> 495          CrdPrv      Sleep <7 hours Point, -86.9019375, 45.8052288
#> 496       AgeAdjPrv      Sleep <7 hours Point, -80.7703956, 41.0108798
#> 497          CrdPrv      Sleep <7 hours Point, -84.3738107, 42.6035338
#> 498          CrdPrv    Health Insurance Point, -82.4859614, 39.2520418
#> 499       AgeAdjPrv    Health Insurance  Point, -85.547446, 43.0324971
#> 500       AgeAdjPrv      Sleep <7 hours Point, -80.7455916, 41.9066369
#> 501          CrdPrv    Health Insurance Point, -82.0283968, 39.0898068
#> 502       AgeAdjPrv      Sleep <7 hours  Point, -86.051574, 45.1461816
#> 503          CrdPrv      Sleep <7 hours Point, -83.9787007, 43.6997112
#> 504       AgeAdjPrv      Sleep <7 hours Point, -84.1494847, 39.0520537
#> 505       AgeAdjPrv      Sleep <7 hours Point, -86.7425435, 41.7913818
#> 506       AgeAdjPrv      Sleep <7 hours Point, -85.1494679, 43.3127822
#> 507       AgeAdjPrv    Health Insurance  Point, -83.313681, 40.8397816
#> 508          CrdPrv      Sleep <7 hours Point, -83.4689033, 41.6823213
#> 509       AgeAdjPrv    Health Insurance Point, -84.3738107, 42.6035338
#> 510       AgeAdjPrv    Health Insurance Point, -85.7913723, 43.5627117
#> 511       AgeAdjPrv    Health Insurance Point, -86.6571192, 46.5217365
#> 512          CrdPrv    Health Insurance  Point, -86.467177, 43.6039542
#> 513       AgeAdjPrv      Sleep <7 hours Point, -82.5171856, 38.6038659
#> 514       AgeAdjPrv    Health Insurance Point, -86.4209083, 43.4287388
#> 515       AgeAdjPrv      Sleep <7 hours Point, -84.0743563, 41.8960225
#> 516       AgeAdjPrv    Health Insurance Point, -87.8661386, 46.0128332
#> 517       AgeAdjPrv    Health Insurance Point, -85.5700462, 44.3313751
#> 518       AgeAdjPrv    Health Insurance Point, -85.5228703, 41.9114878
#> 519          CrdPrv      Sleep <7 hours Point, -84.1269054, 44.6872574
#> 520          CrdPrv      Sleep <7 hours Point, -81.8616967, 39.6249458
#> 521       AgeAdjPrv    Health Insurance Point, -83.6226821, 41.3601834
#> 522       AgeAdjPrv      Sleep <7 hours Point, -88.3618101, 46.6958592
#> 523       AgeAdjPrv    Health Insurance Point, -81.0915651, 40.2923175
#> 524          CrdPrv      Sleep <7 hours Point, -83.1275469, 41.1199923
#> 525       AgeAdjPrv      Sleep <7 hours Point, -84.1280728, 44.3332801
#> 526          CrdPrv    Health Insurance  Point, -83.601359, 39.1844221
#> 527       AgeAdjPrv    Health Insurance Point, -88.5405261, 46.1702542
#> 528          CrdPrv      Sleep <7 hours Point, -82.0283968, 39.0898068
#> 529          CrdPrv      Sleep <7 hours Point, -83.1688034, 40.5880337
#> 530       AgeAdjPrv    Health Insurance Point, -84.4208679, 42.2484738
#> 531          CrdPrv    Health Insurance Point, -84.8394245, 43.6452331
#> 532       AgeAdjPrv      Sleep <7 hours  Point, -82.5427812, 40.774159
#> 533          CrdPrv    Health Insurance Point, -82.5868354, 41.3941426
#> 534          CrdPrv      Sleep <7 hours Point, -84.8383253, 43.9911368
#> 535       AgeAdjPrv      Sleep <7 hours Point, -83.8948943, 39.6874785
#> 536          CrdPrv    Health Insurance Point, -84.1269054, 44.6872574
#> 537          CrdPrv    Health Insurance Point, -84.3738107, 42.6035338
#> 538       AgeAdjPrv      Sleep <7 hours Point, -81.9435064, 39.9660457
#> 539          CrdPrv      Sleep <7 hours Point, -86.4429369, 43.9571957
#> 540       AgeAdjPrv      Sleep <7 hours Point, -84.4864334, 41.3216789
#> 541          CrdPrv    Health Insurance Point, -82.9114562, 42.6715526
#> 542       AgeAdjPrv      Sleep <7 hours Point, -84.5441868, 39.1969272
#> 543       AgeAdjPrv    Health Insurance Point, -85.5328544, 42.2462657
#> 544          CrdPrv      Sleep <7 hours Point, -83.0126127, 41.5454953
#> 545          CrdPrv    Health Insurance Point, -84.4864334, 41.3216789
#> 546          CrdPrv      Sleep <7 hours Point, -80.7455916, 41.9066369
#> 547       AgeAdjPrv      Sleep <7 hours Point, -84.5857751, 40.8555203
#> 548       AgeAdjPrv      Sleep <7 hours Point, -80.7635272, 40.3993836
#> 549          CrdPrv      Sleep <7 hours Point, -87.8661386, 46.0128332
#> 550       AgeAdjPrv      Sleep <7 hours Point, -81.0909834, 39.7262526
#> 551       AgeAdjPrv    Health Insurance Point, -84.5821249, 41.1189483
#> 552       AgeAdjPrv    Health Insurance Point, -84.1699402, 39.4256625
#> 553          CrdPrv      Sleep <7 hours Point, -89.2769121, 46.8353252
#> 554       AgeAdjPrv      Sleep <7 hours  Point, -86.000142, 41.9172431
#> 555       AgeAdjPrv    Health Insurance Point, -83.7676037, 40.1327753
#> 556       AgeAdjPrv    Health Insurance  Point, -86.000142, 41.9172431
#> 557       AgeAdjPrv      Sleep <7 hours Point, -85.5228703, 41.9114878
#> 558       AgeAdjPrv    Health Insurance Point, -84.8464499, 42.5895301
#> 559          CrdPrv    Health Insurance Point, -83.6640773, 40.6604152
#> 560          CrdPrv      Sleep <7 hours Point, -83.8045826, 39.4166813
#> 561          CrdPrv      Sleep <7 hours Point, -81.5349279, 41.1218471
#> 562       AgeAdjPrv    Health Insurance  Point, -85.073766, 42.9446503
#> 563       AgeAdjPrv    Health Insurance Point, -84.5766031, 45.0217871
#> 564       AgeAdjPrv    Health Insurance Point, -86.2319991, 44.6368444
#> 565       AgeAdjPrv    Health Insurance Point, -85.0889915, 44.6788808
#> 566       AgeAdjPrv      Sleep <7 hours Point, -84.2284135, 40.0533257
#> 567          CrdPrv    Health Insurance Point, -81.4906359, 39.4506764
#> 568          CrdPrv    Health Insurance   Point, -84.05541, 43.3282667
#> 569       AgeAdjPrv    Health Insurance Point, -84.0743563, 41.8960225
#> 570          CrdPrv      Sleep <7 hours Point, -81.1973297, 41.7781416
#> 571          CrdPrv    Health Insurance  Point, -83.313681, 40.8397816
#> 572       AgeAdjPrv    Health Insurance Point, -81.3656673, 40.8141314
#> 573          CrdPrv    Health Insurance  Point, -83.4871059, 41.916097
#> 574       AgeAdjPrv      Sleep <7 hours Point, -85.0889915, 44.6788808
#> 575          CrdPrv      Sleep <7 hours  Point, -85.175639, 45.0054553
#> 576       AgeAdjPrv      Sleep <7 hours Point, -85.3327509, 43.6352949
#> 577       AgeAdjPrv    Health Insurance Point, -83.4618927, 39.5552462
#> 578       AgeAdjPrv    Health Insurance  Point, -83.783676, 39.9170315
#> 579       AgeAdjPrv      Sleep <7 hours Point, -80.7703998, 41.3063744
#> 580          CrdPrv      Sleep <7 hours Point, -86.3275365, 44.2452677
#> 581       AgeAdjPrv      Sleep <7 hours Point, -83.9117183, 42.6025316
#> 582          CrdPrv      Sleep <7 hours Point, -84.5843235, 41.5649587
#> 583       AgeAdjPrv    Health Insurance Point, -84.5843235, 41.5649587
#> 584          CrdPrv    Health Insurance Point, -86.2614034, 42.4212512
#> 585       AgeAdjPrv      Sleep <7 hours Point, -86.4209083, 43.4287388
#> 586          CrdPrv      Sleep <7 hours Point, -82.3017463, 38.8170456
#> 587       AgeAdjPrv    Health Insurance Point, -88.3513318, 47.3672969
#> 588          CrdPrv    Health Insurance Point, -85.0123853, 42.2429896
#> 589          CrdPrv    Health Insurance Point, -85.0668852, 41.9184551
#> 590          CrdPrv    Health Insurance Point, -83.1275469, 41.1199923
#> 591       AgeAdjPrv      Sleep <7 hours Point, -83.8667723, 38.9313769
#> 592       AgeAdjPrv    Health Insurance  Point, -81.6049566, 41.555037
#> 593          CrdPrv      Sleep <7 hours  Point, -81.452493, 39.7672317
#> 594          CrdPrv    Health Insurance  Point, -83.0528267, 39.648947
#> 595          CrdPrv      Sleep <7 hours Point, -86.2614034, 42.4212512
#> 596       AgeAdjPrv      Sleep <7 hours  Point, -85.073766, 42.9446503
#> 597          CrdPrv    Health Insurance  Point, -82.5427812, 40.774159
#> 598          CrdPrv    Health Insurance Point, -86.7425435, 41.7913818
#> 599       AgeAdjPrv      Sleep <7 hours Point, -84.2905915, 39.7537357
#> 600          CrdPrv      Sleep <7 hours Point, -82.6689135, 42.9288035
#> 601       AgeAdjPrv      Sleep <7 hours Point, -83.3801412, 44.3869118
#> 602          CrdPrv    Health Insurance Point, -81.8997641, 41.1161742
#> 603       AgeAdjPrv    Health Insurance Point, -82.4834352, 40.0915047
#> 604          CrdPrv      Sleep <7 hours Point, -85.3327509, 43.6352949
#> 605          CrdPrv      Sleep <7 hours Point, -84.1280728, 44.3332801
#> 606          CrdPrv      Sleep <7 hours  Point, -85.073766, 42.9446503
#> 607       AgeAdjPrv    Health Insurance Point, -81.8616967, 39.6249458
#> 608       AgeAdjPrv      Sleep <7 hours Point, -85.0123853, 42.2429896
#> 609       AgeAdjPrv      Sleep <7 hours  Point, -83.0528267, 39.648947
#> 610          CrdPrv      Sleep <7 hours Point, -81.4711052, 40.4474903
#> 611          CrdPrv      Sleep <7 hours Point, -85.5175518, 46.5109878
#> 612          CrdPrv      Sleep <7 hours Point, -82.4834473, 39.4903424
#> 613          CrdPrv      Sleep <7 hours Point, -82.2379525, 39.7431874
#> 614          CrdPrv    Health Insurance Point, -84.6112715, 44.3395168
#> 615       AgeAdjPrv      Sleep <7 hours  Point, -85.0854708, 44.325424
#> 616          CrdPrv      Sleep <7 hours Point, -84.1463518, 42.9515446
#> 617       AgeAdjPrv      Sleep <7 hours  Point, -82.179722, 41.4388045
#> 618          CrdPrv    Health Insurance Point, -80.7703998, 41.3063744
#> 619          CrdPrv    Health Insurance Point, -82.0458853, 39.3327548
#> 620          CrdPrv    Health Insurance Point, -85.5436841, 45.6185538
#> 621          CrdPrv      Sleep <7 hours Point, -88.5405261, 46.1702542
#> 622       AgeAdjPrv      Sleep <7 hours Point, -84.3738107, 42.6035338
#> 623       AgeAdjPrv    Health Insurance Point, -82.4859614, 39.2520418
#> 624          CrdPrv      Sleep <7 hours Point, -83.4618927, 39.5552462
#> 625       AgeAdjPrv    Health Insurance Point, -82.4834473, 39.4903424
#> 626          CrdPrv      Sleep <7 hours  Point, -82.614142, 39.0134773
#> 627       AgeAdjPrv      Sleep <7 hours Point, -84.6447584, 39.7388104
#> 628       AgeAdjPrv    Health Insurance  Point, -83.766343, 40.3875532
#> 629          CrdPrv      Sleep <7 hours Point, -83.0074622, 40.2789411
#> 630          CrdPrv    Health Insurance Point, -83.8948943, 39.6874785
#> 631          CrdPrv      Sleep <7 hours  Point, -81.090787, 40.5798841
#> 632          CrdPrv      Sleep <7 hours Point, -87.5014573, 45.5355685
#> 633          CrdPrv    Health Insurance Point, -84.1699402, 39.4256625
#> 634       AgeAdjPrv      Sleep <7 hours Point, -84.6113432, 44.6801748
#> 635       AgeAdjPrv    Health Insurance  Point, -86.051574, 45.1461816
#> 636          CrdPrv    Health Insurance Point, -84.1494847, 39.0520537
#> 637          CrdPrv      Sleep <7 hours Point, -85.3222825, 43.9975523
#> 638          CrdPrv      Sleep <7 hours Point, -83.7676037, 40.1327753
#> 639       AgeAdjPrv    Health Insurance Point, -82.6428148, 43.4491547
#> 640          CrdPrv    Health Insurance Point, -83.8434233, 42.2522168
#> 641          CrdPrv    Health Insurance Point, -84.8464499, 42.5895301
#> 642          CrdPrv      Sleep <7 hours Point, -85.5538484, 44.7186875
#> 643          CrdPrv      Sleep <7 hours Point, -81.0915651, 40.2923175
#> 644       AgeAdjPrv    Health Insurance Point, -84.5657341, 39.4397469
#> 645       AgeAdjPrv      Sleep <7 hours Point, -83.8045826, 39.4166813
#> 646          CrdPrv    Health Insurance Point, -84.1298791, 41.0245334
#> 647       AgeAdjPrv      Sleep <7 hours Point, -80.9677268, 40.0176819
#> 648       AgeAdjPrv      Sleep <7 hours Point, -86.2319991, 44.6368444
#> 649          CrdPrv    Health Insurance Point, -85.5700462, 44.3313751
#> 650          CrdPrv      Sleep <7 hours Point, -85.5436841, 45.6185538
#> 651       AgeAdjPrv      Sleep <7 hours Point, -87.8661386, 46.0128332
#> 652          CrdPrv      Sleep <7 hours   Point, -84.60469, 43.2923259
#> 653          CrdPrv    Health Insurance Point, -81.3656673, 40.8141314
#> 654       AgeAdjPrv      Sleep <7 hours Point, -83.4780816, 38.8344683
#> 655          CrdPrv    Health Insurance Point, -84.1301067, 45.0241337
#> 656       AgeAdjPrv    Health Insurance Point, -83.4322825, 45.2523973
#> 657          CrdPrv      Sleep <7 hours Point, -84.5206297, 46.3218192
#> 658       AgeAdjPrv    Health Insurance  Point, -82.2701271, 40.843273
#> 659          CrdPrv    Health Insurance Point, -86.6571192, 46.5217365
#> 660       AgeAdjPrv    Health Insurance  Point, -83.436618, 43.4879024
#> 661       AgeAdjPrv    Health Insurance   Point, -82.626685, 39.747694
#> 662          CrdPrv    Health Insurance Point, -85.8113997, 43.9951867
#> 663          CrdPrv      Sleep <7 hours Point, -83.2243247, 43.0886327
#> 664       AgeAdjPrv    Health Insurance Point, -81.0909834, 39.7262526
#> 665       AgeAdjPrv      Sleep <7 hours  Point, -89.788314, 46.4880535
#> 666          CrdPrv      Sleep <7 hours Point, -86.6571192, 46.5217365
#> 667          CrdPrv      Sleep <7 hours  Point, -82.998675, 38.8148886
#> 668          CrdPrv      Sleep <7 hours  Point, -83.4265739, 44.894954
#> 669       AgeAdjPrv      Sleep <7 hours   Point, -84.05541, 43.3282667
#> 670          CrdPrv      Sleep <7 hours Point, -86.3060762, 42.2821497
#> 671       AgeAdjPrv    Health Insurance  Point, -83.4871059, 41.916097
#> 672       AgeAdjPrv      Sleep <7 hours  Point, -83.766343, 40.3875532
#> 673       AgeAdjPrv    Health Insurance Point, -84.9868217, 45.5900944
#> 674          CrdPrv    Health Insurance Point, -84.1242667, 41.5972639
#> 675       AgeAdjPrv    Health Insurance Point, -85.3037625, 46.1678678
#> 676       AgeAdjPrv    Health Insurance  Point, -82.998675, 38.8148886
#> 677          CrdPrv      Sleep <7 hours Point, -84.1061032, 40.7716274
#> 678       AgeAdjPrv      Sleep <7 hours Point, -81.0915651, 40.2923175
#> 679          CrdPrv      Sleep <7 hours Point, -83.2945804, 44.6575092
#> 680       AgeAdjPrv    Health Insurance  Point, -83.6659471, 41.000217
#> 681       AgeAdjPrv      Sleep <7 hours Point, -82.9247827, 40.8485244
#> 682          CrdPrv    Health Insurance  Point, -84.5916949, 42.950455
#> 683          CrdPrv    Health Insurance Point, -83.7063718, 43.0210768
#> 684          CrdPrv      Sleep <7 hours  Point, -86.000142, 41.9172431