Skip to contents

The dataset name has been changed to 'state_x77_matrix' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a matrix variable representing various demographic and statistical attributes of U.S. states in 1977.

Usage

data(state_x77_matrix)

Format

A matrix with 50 rows and 8 columns representing various demographic and statistical characteristics of U.S. states. The columns include:

Population

Population of the state.

Income

Median income of the state's residents.

Illiteracy

Illiteracy rate (percentage).

Life Exp

Life expectancy (in years).

Murder

Murder rate (per 100,000 inhabitants).

HS Grad

High school graduation rate (percentage).

Frost

Number of days with frost.

Area

Total area of the state (in square miles).

Source

U.S. Census Bureau (1977).