air_polution_mortality_df | R Documentation |
This dataset, air_polution_mortality_df, is a data frame containing information from an early study exploring the relationship between air pollution and mortality across 5 Standard Metropolitan Statistical Areas in the U.S. between 1959 and 1961.
data(air_polution_mortality_df)
A data frame with 60 observations and 7 variables:
Metropolitan area (factor with 60 levels)
Mortality rate (numeric vector)
Annual precipitation in inches (integer vector)
Median years of education (numeric vector)
Percentage of non-white population (numeric vector)
Nitrogen oxide concentration (integer vector)
Sulfur dioxide concentration (integer vector)
The dataset name has been kept as 'air_polution_mortality_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PulmoDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the Sleuth3 package version 1.0-6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.