Data for 3143 counties in the United States.
data(countyComplete)A data frame with 3143 observations on the following 53 variables.
stateState.
nameCounty name.
FIPSFIPS code.
pop20102010 county population.
pop20002000 county population.
age_under_5Percent of population under 5 (2010).
age_under_18Percent of population under 18 (2010).
age_over_65Percent of population over 65 (2010).
femalePercent of population that is female (2010).
whitePercent of population that is white (2010).
blackPercent of population that is black (2010).
nativePercent of population that is a Native American (2010).
asianPercent of population that is a Asian (2010).
pac_islPercent of population that is Hawaii or Pacific Islander (2010).
two_plus_racesPercent of population that identifies as two or more races (2010).
hispanicPercent of population that is Hispanic (2010).
white_not_hispanicPercent of population that is white and not Hispanic (2010).
no_move_in_one_plus_yearPercent of population that has not moved in at least one year (2006-2010).
foreign_bornPercent of population that is foreign-born (2006-2010).
foreign_spoken_at_homePercent of population that speaks a foreign language at home (2006-2010).
hs_gradPercent of population that is a high school graduate (2006-2010).
bachelorsPercent of population that earned a bachelor's degree (2006-2010).
veteransPercent of population that are veterans (2006-2010).
mean_work_travelMean travel time to work (2006-2010).
housing_unitsNumber of housing units (2010).
home_ownershipHomeownership rate (2006-2010).
housing_multi_unitHousing units in multi-unit structures (2006-2010).
median_val_owner_occupiedMedian value of owner-occupied housing units (2006-2010).
householdsHouseholds (2006-2010).
persons_per_householdPersons per household (2006-2010).
per_capita_incomePer capita money income in past 12 months (2010 dollars, 2006-2010)
median_household_incomeMedian household income (2006-2010).
povertyPercent below poverty level (2006-2010).
private_nonfarm_establishmentsPrivate nonfarm establishments (2009).
private_nonfarm_employmentPrivate nonfarm employment (2009).
percent_change_private_nonfarm_employmentPrivate nonfarm employment, percent change from 2000 to 2009.
nonemployment_establishmentsNonemployer establishments (2009).
firmsTotal number of firms (2007).
black_owned_firmsBlack-owned firms, percent (2007).
native_owned_firmsNative American-owned firms, percent (2007).
asian_owned_firmsAsian-owned firms, percent (2007).
pac_isl_owned_firmsNative Hawaiian and other Pacific Islander-owned firms, percent (2007).
hispanic_owned_firmsHispanic-owned firms, percent (2007).
women_owned_firmsWomen-owned firms, percent (2007).
manufacturer_shipments_2007Manufacturer shipments, 2007 ($1000).
mercent_whole_sales_2007Merchange wholesaler sales, 2007 ($1000).
salesRetail sales, 2007 ($1000).
sales_per_capitaRetail sales per capita, 2007.
accommodation_food_serviceAccommodation and food services sales, 2007 ($1000).
building_permitsBuilding permits (2010).
fed_spendingFederal spending (2009).
areaLand area in square miles (2010).
densityPersons per square mile (2010).
OpenIntro Statistics, openintro.org/os
# NOT RUN {
data(countyComplete)
# }
Run the code above in your browser using DataLab