1
2
3
4
5
#

Name:

Description:

A random sample of 500 observations from the 2000 U.S. Census Data.

Variables:

  • census_year - Census Year.
  • state_fips_code - Name of state.
  • total_family_income - Total family income (in U.S. dollars).
  • age - Age.
  • sex - Sex with levels Female and Male.
  • race_general - Race with levels American Indian or Alaska Native, Black, Chinese, Japanese, Other Asian or Pacific Islander, Two major races, White and Other.
  • marital_status - Marital status with levels Divorced, Married/spouse absent, Married/spouse present, Never married/single, Separated and Widowed.
  • total_personal_income - Total personal income (in U.S. dollars).

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

http://factfinder.census.gov

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Random_sample_of_2000_U_S.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
#PROBLEM-49240

The following questions will be answered based on the Random Sample of 2000 U.S. Census Data. Y...

Question
#PROBLEM-49251

The following questions will be answered based on the Random Sample of 2000 U.S. Census Data. Y...

Question
#PROBLEM-49285

The following questions will be answered based on the Random Sample of 2000 U.S. Census Data. Y...

Question
Showing 1-3 of 3 items.