| SMSA {OkNNE} | R Documentation |
Standard Metropolitan Statistical Areas
Description
The properties of Standard Metropolitan Statistical Areas (a standard Census Bureau designation of the region around a city) in the United States, collected from a variety of sources. The data include information on the social and economic conditions in these areas, on their climate, and some indices of air pollution potentials. The dataset has 59 observations on 15 variables.
Usage
data("SMSA")
Format
A data frame with 59 observations on the following 15 variables.
JanTempMean January temperature (in degrees Farenheit)
JulyTempMean July temperature (in degrees Farenheit)
RelHumRelative Humidity
RainAnnual rainfall (in inches)
MortalityAge adjusted mortality
EducationMedian education
PopDensityPopulation density
PerNonWhitePercentage of non whites
PerWCPercentage of white collour workers
popPopulation
popPerhousePopulation per household
incomeMedian income
HCPotHC pollution potential
S02PotSulfur Dioxide pollution potential
NOxNitrous Oxide (target variable)
Source
https://www.openml.org/d/1091
References
U.S. Department of Labour Statistics Authorization: free use
Examples
data(SMSA)
## maybe str(SMSA) ; plot(SMSA) ...