uspop: State population estimates for US States

uspopR Documentation

State population estimates for US States

Description

Population estimates for US States as of July 1st 2018

Usage

uspop

Format

A tibble with 459 rows and 17 variables:

state

character State Name

state_abbr

character State Abbreviation

statefips

character 2-digit FIPS code

region_name

character Census region

division_name

character Census Division

sex_id

character Sex id

sex

character Sex label

hisp_id

character Ethnicity: Hispanic id

hisp_label

character Hispanic label

fips

character Full FIPS code

pop

double Total population

white

double Race alone: White

black

double Race alone: Black or African-American

amind

double Race alone: American Indian and Alaska Native

asian

double Race alone: Asian

nhopi

double Race alone: Native Hawaiian and Other Pacific Islander

tom

double Race alone: Two or more races

Details

Table: Data summary

Name uspop
Number of rows 459
Number of columns 17
_______________________
Column type frequency:
character 10
numeric 7
________________________
Group variables None

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
state 0 1.00 4 20 0 51 0
state_abbr 9 0.98 2 2 0 50 0
statefips 0 1.00 2 2 0 51 0
region_name 9 0.98 4 9 0 4 0
division_name 9 0.98 7 18 0 9 0
sex_id 0 1.00 4 6 0 3 0
sex 0 1.00 4 10 0 3 0
hisp_id 0 1.00 4 7 0 3 0
hisp_label 0 1.00 5 12 0 3 0
fips 0 1.00 11 11 0 51 0

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
pop 0 1 2851132.32 4198641.26 6154 386961.5 1349442 3558480.0 39557045 ▇▁▁▁▁
white 0 1 2179861.40 3116129.25 5120 296294.0 1088503 2759335.5 28531740 ▇▁▁▁▁
black 0 1 381736.98 644380.66 260 11907.0 80714 486281.5 3673855 ▇▁▁▁▁
amind 0 1 36143.97 65036.83 161 6103.5 15273 35770.5 651076 ▇▁▁▁▁
asian 0 1 168458.39 515557.14 79 5045.5 26484 140424.5 6063600 ▇▁▁▁▁
nhopi 0 1 6966.61 18657.18 23 669.0 2029 5063.5 199872 ▇▁▁▁▁
tom 0 1 77964.97 131251.16 455 12091.0 33757 98669.5 1554757 ▇▁▁▁▁

U.S. Census estimates. Be aware of the US Census classifications of Race and Ethnicity. For the estimated total population for each State, jointly filter on totsex in sex_id and tothisp in hisp_id and then select pop.

Author(s)

Kieran Healy

Source

https://www.census.gov/data/datasets/time-series/demo/popest/2010s-state-detail.html

References

https://www2.census.gov/programs-surveys/popest/tables/2010-2018/state/asrh/PEPSR6H.pdf


kjhealy/covdata documentation built on Feb. 4, 2023, 12:52 p.m.