The dataset name has been changed to 'state_region_factor' 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 factor variable representing U.S. state regions.
Usage
data(state_region_factor)
Format
A factor variable with 50 observations, representing the region of each U.S. state. The regions are classified into four levels:
- "Northeast"
States located in the Northeast region.
- "South"
States located in the Southern region.
- "North Central"
States located in the North Central region.
- "West"
States located in the Western region.