| SMSA | R Documentation |
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.
data("SMSA")
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)
https://www.openml.org/d/1091
U.S. Department of Labour Statistics Authorization: free use
data(SMSA) ## maybe str(SMSA) ; plot(SMSA) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.