The dataset used in this analysis comes from the CDC places (500 Cities) Project. “Crude prevalence” means the percentage of people in a population who have a certain health condition or behavior, without adjusting for age differences. In this analysis, physical inactivity refers to adults who do not participate in any leisure time physical activity, such as excercise, sports, or recreational activities. For more details:
Rows: 810103 Columns: 24
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (17): StateAbbr, StateDesc, CityName, GeographicLevel, DataSource, Categ...
dbl (6): Year, Data_Value, Low_Confidence_Limit, High_Confidence_Limit, Cit...
num (1): PopulationCount
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Warning: There were 115464 warnings in `filter()`.
The first warning was:
ℹ In argument: `grepl("physical", Measure, ignore.case = TRUE)`.
Caused by warning in `grepl()`:
! unable to translate 'Mammography use among women aged 50<96>74 Years' to a wide string
ℹ Run `dplyr::last_dplyr_warnings()` to see the 115463 remaining warnings.