Pregnancy Air Exposure: An R Package for Estimation of Exposure to Air Pollution during Critical Windows of Pregnancy

Abstract

Today, it is well known that ambient air pollution exposures may be related with different health outcomes including adverse birth outcomes (for instance, low birth weight and preterm birth). Then, researchers must estimate exposure to air pollution during different critical windows of exposure across pregnancy. In the literature, the most commonly examined critical windows of exposure are the first, second, and third trimesters of pregnancy, although the entire pregnancy is also studied. In this context, we developed an automatic procedure which estimates individual exposures by trimester. We illustrate usage of the Pregnancy Air Exposure package for all births within the city of Paris in 2011. Nitrogen dioxide data from monitoring stations and data modeled at the census block level were available from the air quality monitoring networks of Ile de France Region. Nitrogen dioxide, NO2, has been chosen as an indicator of traffic-generated pollution. Newborn health data are available from the first birth certificate registered by the Maternal and Child Care department of Paris; more specifically, we used the date of birth and the gestational age to individually determine the beginning and the end of each trimester. The Pregnancy Air Exposure R package was created to simplify application of the procedure for non-specialists, and is freely available from the Equit’Area project website: (www.equitarea.org/documents/package_Exposure). The package contains two functions as well as the help files needed to run the procedure and yields air pollution exposure estimates by pregnancy trimester. The two functions can be used successively or independently according to the available input data.

Share and Cite:

Deguen, S. , Nicollet, L. , Gilles, M. , Danzon, A. , Blanchard, O. , Nir, G. , Zmirou-Navier, D. and Kihal-Talantikite, W. (2017) Pregnancy Air Exposure: An R Package for Estimation of Exposure to Air Pollution during Critical Windows of Pregnancy. Open Journal of Statistics, 7, 422-433. doi: 10.4236/ojs.2017.73030.

1. Introduction

It is well documented that environmental exposures, and particularly ambient air pollution, may elicit adverse birth outcomes―including low birth weight and preterm birth [1] . This is of great interest in terms of public health, as preterm birth is also a predictor of both infant mortality and increased long-term morbidity in adulthood. Several epidemiological studies suggest that associations between air pollutants’ concentrations and birth outcomes may vary, depending on the gestational age at which pregnant women are exposed [2] [3] . The most commonly examined critical windows of exposure are the first, second, and third trimesters of pregnancy, although the entire pregnancy is also studied.

For instance, whereas a number of epidemiological studies investigating associations between preterm birth and exposure to PM10 revealed increased risk during the third trimester only [4] [5] [6] [7] [8] , some identified the entire period of pregnancy [4] [9] , and others demonstrated an increased risk during specific trimester of pregnancy [10] [11] [12] . Similar results were found for low birth weight, with several studies demonstrating an increased risk with the rise of PM10 during the first or second trimesters while others showed an association when exposure was assessed over the entire pregnancy [7] [11] [13] [14] [15] [16] . This diversity of the epidemiological results demonstrates the need for additional studies in order to better characterize the critical window(s) of exposure and understand the biological mechanisms which might explain the differentiated increased risks of preterm birth and low birth weight across such window(s). To our knowledge, no automatic function facilitating reconstitution of air pollution exposure during pregnancy period exists. A procedure that aims to help the assessor to estimate individual exposures by trimester has been developed as part of the Equit’Area Project―a public health research program exploring social and environmental determinants of health inequalities in France. More precisely, one objective of the Equit’Area research is to study the air pollution adverse effect on the preterm birth and on the low birth weight, separately, and to investigate to what extend this association could be modify according to the level of neighborhood socioeconomic deprivation. The assessment of the individual exposure could represent a long and crucial process in this kind of epidemiological study. For this reason, we have developed a specific R package named Pregnancy Air Exposure, which is freely available from the Equit’Area project website: http://www.equitarea.org/documents/package_Exposure. The package contains both the functions and the help files needed to run the procedure and obtain air pollution exposure estimates by pregnancy trimester. In this paper we explain the Pregnancy Air Exposure package and illustrate its use for births certificates in the city of Paris (France) in 2011.

2. Material and Methods

2.1. Data

Study area―The example data provided in the Pregnancy Air Exposure package concerns the city of Paris (capital). The spatial analysis unit of air pollution data is the sub-municipal French census block groups (called IRIS) defined by the National Institute of Statistics and Economic Studies (INSEE) whereas it is the newborn for the health event .With an average of 2,000 inhabitants, census blocks are constructed to be as homogeneous as possible in terms of socio-de- mographic characteristics and land use. The city of Paris is divided into 992 census blocks for a total population of approximately 2.23 million inhabitants, in an area of 105.40 km2.

Air pollution data―Two types of air pollution data are routinely available: (1) data from monitoring stations and (2) data modeled by air quality monitoring networks of Ile de France Region (Airparif [17] ).

1) Annual average ambient concentrations of nitrogen dioxide (NO2) were modeled for each census block over the study period (2010-2011). The network used a deterministic model named ESMERALDA [18] which integrates various input parameters: meteorological data, emission sources and background pollu- tion measurements. Selected emission sources were linear (main roads), surface (diffuse road sources, residential and tertiary emissions) or industrial point sources.

NO2 has been chosen as the relevant pollutant for this study for several rea- sons:

・ Firstly, ambient air NO2 is considering being a good indicator of air pollution generated by traffic and other combustion sources [19] .

・ Secondly, it is also recognized that the spatial variability of the NO2 distribu- tion is higher than for other pollutant such as particulate matter PM10 or PM2.5.

・ Thirdly, previous studies have demonstrated that exposure to dioxide may be related to adverse birth outcomes [2] [16] [20] [21] [22] and may also have direct toxic effects on the fetus [14] .

2) Daily NO2 concentrations were available from fixed monitoring stations (both from background and traffic stations) located within the city of Paris and available over the same period (2010-2011). A hierarchical agglomerative clus- tering was applied to associate each census block with a monitoring station. This clustering analysis allowed grouping census blocks and stations on the basis of similarities within a group and dissimilarities between different groups. Using this approach, each census block was assigned by Airparif to the monitoring sta- tion (named the “index” monitor) best representing overall NO2 air quality within the census block (For more details, see Deguen et al. 2016 [23] and Kihal et al. 2016 [24] .

Health Data

Newborn health data are available from the first birth certificate registered by the Maternal and Child Care department of Paris (named PMI: Protection Ma- ternelleet Infantile). This certificate is completed by parents and the health pro- fessional before exit of the maternity, within the 8 days following birth, then sent to the PMI local unit. Several mother and newborn characteristics are available from this certificate including birth date, gestational age and postal address of residency of the mother at the time when the certificate was completed, three crucial data needed to run the present package. All the postal addresses were geocoded at the level of residential census block.

For the purpose of this article, we illustrate our package on the births that occurred in the city of Paris between 1st January 2011 and 31st December 2011. Since the first birth certificate is a mandatory document handled by public health care services, data is considered exhaustive and covers quasi all registered births. In 2011 in Paris, 25,915 certificates have been transmitted to PMI, distri- buted over 936 IRIS. Between 1 and 107 newborns are found in each census block, with an average of 28 babies per census block. Their gestational age varies from 23 to 45 weeks with a mean of 39 weeks.

2.2. Air Pollution Exposure by Pregnancy Trimester

The procedure follows two independent and successive steps:

Step 1: Daily reconstitution of air pollutant concentrations at the census block level.

Daily concentrations of the pollutant in each census block were estimated based on the combination of the annual average concentration modeled in the census block with the relative daily variations to the annual average of its index monitor (as the index monitor is assumed to be representative of the daily varia- tions of air pollution within the census block). For example, if, for a given day, the index monitor measured that daily concentrations of nitrogen dioxide were 10% lower than the annual average at this same location, the daily concentration in this census block is set 10% lower than its annual average concentration.

Step 2: Calculation of individual air pollutant exposure by pregnancy trimes- ter.

For each birth, individual exposure to air pollution by trimester of pregnancy is estimated using the date of birth, the gestational age, and the census block in which the mother lived during her pregnancy, by averaging the indicator of daily concentrations of this census block over each trimester of pregnancy. The tri- mester divisions used are 1 - 13 weeks, 14 - 26 weeks, and equal or higher than 27 weeks to birth. If the gestational age is less than 26 weeks, the second trimes- ter goes from the 14th week to birth. In order to take into account the fact that the trimester of pregnancy can last from one to 13 weeks, the procedure also gives the length of each trimester, which can be used as weights for respective trimester exposures in a further statistical analysis.

3. Pregnancy Air Exposure Package

The package Pregnancy Air Exposure is available on the Equit’Area website and the installation is standard.

Pregnancy Air Exposure is composed of two main functions:

Reconstitution function creates the indicator of daily concentrations of the pollutant in each census block. Two data sets need to be specified: a data.frame containing the daily concentrations measured in each monitoring station and another with the annual concentrations and the index monitor of each census block throughout the study period (one year in the present case). The result ob- tained is a data.frame containing the estimations of the daily concentrations of the pollutant in each census block. This function is designed exclusively for air pol- lution data with no missing values. Yet, daily air pollutant concentrations collected in monitoring stations often contain missing values, which must consequently be imputed before using the Reconstitution function. To do so, the mtsdi package available on CRAN (https://cran.r-project.org/web/packages/mtsdi/index.html), can be used: the imputation obtained takes account for temporal dimensions, correlations between measurements in different monitoring stations, and the log-normality of the data (or normality if initial data distribution is already Gaussian) [25] .

Trimester Exposure function calculates individual exposure by pregnancy trimester. It also requires two data sets: a data.frame with daily air pollution concentrations by census block (which can be the one obtained using the Re- constitution function), and a data.frame with births information. In the latter, there must be no missing values for the variables used by the function, i.e. the identification number, birth date, gestational age, and the census block where the mother lived. The result is the data.frame containing births data, with 8 new variables. Five of them contain exposure for trimester 1, trimester 2, trimester 3, trimesters 1 and 2, and the whole pregnancy, respectively. The 3 other variables contain the number of weeks of each trimester of pregnancy.

In both functions, other parameters exist if the variables names are not default ones (except for annual averages), or if the dates are not given in the standard R format (yyyy-mm-dd). It allows the user to choose the variable names or the date format that he/she may want to use. It also allows having the variables in any order in the data.frames.

4. Example

4.1. Descriptive Analyses of the NO2 Distribution

Figure 1 represents the spatial distribution of the annual averages of NO2 mod- eled at the census block level by Airparif for years 2010 and 2011. It shows that the annual concentrations of NO2 are high on the whole city of Paris and is nearly always above the limit of 40 mg/m3 defined by the European directive [26] . It also exhibits the strong spatial heterogeneity of concentrations with a north/south gradient: NO2 concentrations are generally higher in the north of Paris than in the southern census blocks.

Figure 2 reveals that, as expected, NO2 concentrations measured by the traffic monitoring stations are always higher that those measured by the background stations (two stations have been selected for this illustration). Seasonal variabili- ties are also clearly visible with higher levels in winter and lower levels in summer, a seasonal pattern which is more evident for the background stations, less influenced by the continuous traffic emissions.

4.2. Application of the R Package

The package can be used with different spatial scales and for any air pollutant. Here is a complete example of the use of the package, for the city of Paris, at the census block scale and for nitrogen dioxide (NO2).

Figure 1. Spatial distribution of the annual averages of NO2 modeled at the census block level by Airparif for years 2010 and 2011.

Figure 2. Daily NO2 concentrations over years 2010-2011 in the city of Paris for a background (line colored in blue) and a traffic (line colored in red) monitoring stations.

After installing the package, it should be loaded with the R Software:

R > library (Pregnancy Air Exposure).

The first step consists in the reconstitution of daily NO2 concentrations at the census block level.

Daily NO2 concentrations measured by the monitoring stations in Paris should be first loaded:

R > data (daily NO2 Monitoring Stations).

In order to load your own air pollution data, the read.table command can be used. Be aware that no missing values are accepted with the present R package; each year has to be complete from the 1st January to the 31st December. In the present example (Table 1), the data.frame contains 11 variables (one characte- rizing the dates and 10 qualifying the monitoring stations) and 730 observations (representing the total number of days for the 2 years, 2010 and 2011).

Annual averages and index monitors by census block must also be imported:

R > data (annual NO2 Census Block).

You can load your own air pollution data using the read.table command, but these data need to verify the following conditions. The variables containing annual average of air pollutant have to be named “Mean_YYYY” (e.g. “Mean_2010”). Each spatial area must appear only once in this data.frame.

In our example, the data contains 4 variables and 992 observations. You find in Table 2 the first and last lines of the data.frame, with the average of NO2 con- centrations expressed in μg/m³.

Table 1. Example of input data from the monitoring stations.

Table 2. Example of input data modeled by air quality monitoring networks of Ile de france region.

Then, the reconstitution at census block level can be done using the reconsti- tution function:

R > daily NO2 Census Block <-

+ reconstitution (daily Concentrations by Monitoring Station =

+ daily NO2 Monitoring Stations,

+annual Average and Index Monitor By Zone = annual NO2 Census Block,

+ date VarName = “date”,

+ date Format = “%d/%m/%Y”,

+ zone VarName = “census Block”,

+ index Monitor VarName = “index Monitor”)

The two first parameters are the two data.frame imported at the previous step. Other parameters are needed if the variables names are not the default ones, or if the dates are not entered in the standard R format (yyyy-mm-dd). For example, here we use another date format (dd/mm/YYYY), and another name for the identification of the spatial unit (“census Block”) than the default ones (with the parameters date Format and zone VarName). The index monitor and the name of the date (parameters date VarName and index Monitor VarName) are the default ones in our example (default values are given in the function help in R).The result, named dailyNO2CensusBlock, contains the estimates of the daily NO2 concentrations at the census block level expressed in μg/m3, in a data.frame with 993 variables (the total number of census blocks) and 730 observations (Table 3).

Now, from the daily NO2 concentrations for each census block, the procedure estimating exposure for each pregnancy trimester can begin.

First, birth data must be imported:

> data (“births”).

When importing your own birth data, input data must contain at least the 4 following variables with no missing values (Table 4): individual identification number, date of birth, gestational age, and census block identification number where the mother live. Our birth data contains only these 4 variables, and 25,914 observations, which represent all births in Paris in 2011.

The first and last observations are the following ones:

Table 3. Extract of the result: each variable (except the date in the first column) corresponding to a census block.

Table 4. Example of input health data.

Finally, trimester exposures can be estimated:

> exposures<- trimester Exposure(

+ daily Concentrations = daily NO2 Census Block,

+ births = births,

+ id VarName = “id”,

+ birth Date VarName = “birth Date”,

+ gestational Age VarName = “gestational Age”,

+ zone VarName = “census Block”,

+ date VarName = “date”,

+ date Format = “%Y-%m-%d”,

+ birth Date Format = “%d/%m/%Y”).

The two first parameters are air pollution data and birth data. As the previous function, the trimester Exposure function provides other parameters to use other variables names or dates formats than the default ones. Format of the exposure date and birth date variable can be changed. It is important that the user verifies that all the dates are compatible: exposure dates must cover the births dates period, and one year before to cover the period of pregnancy. In this example, we use birth data in 2011; for this reason, the period of air pollution data must go from 2010 to 2011 in order to estimate exposure of a birth occurring in the be- ginning of year 2011.

The result of this function is the data.frame containing births data, and the 8 new variables described before (Table 5). The first and last rows for these new variables are:

If pregnancy lasts less than 27 weeks, the observation will look like: (with “NA” representing a missing value)

The second function computing trimester exposures can be used on its own, “for different exposure assessments. As an example, the census block attributed to each birth can be replaced by a monitoring station (probably the closest sta- tion from where the mother lives), and pollution data in the first parameter by

Table 5. Example of exposure during different critical window.

Legend: T1: daily average exposure during the first trimester; T2: daily average exposure during the second trimester; T3: daily average exposure during the third trimester; T12: daily average exposure during the first and second trimester; T123: daily average exposure during the whole pregnancy; nWeeksT1: number of weeks of the first trimester; nWeeksT2: number of weeks of the second trimester; nWeeksT3: number of weeks of the third trimester. Note: The last newborn presented in this table was exposed during the 15 weeks of his last trimester of gestation to an average of 38.80 μg/m3 of NO2 per day. He/she was exposed during the 41 weeks of gestation to an average of 43.59 μg/m3 of NO2 per day.

daily concentrations, by monitoring stations instead of census blocks. In this case, the value given to daily Concentrations parameter in trimester Exposure function would look like the data.frame daily NO2 Monitoring Stations. For this purpose, all the variable names can be changed in the parameters of the functions.

5. Conclusion and Perspectives

In this article we have presented the Pregnancy Air Exposure package designed to ease the estimation of exposure to air pollutants during three windows across pregnancy trimesters. To our knowledge, no such reproducible procedure had previously been proposed. One advantage of the package is that the two implemented functions can be used independently. For instance, if input data are already in the appropriate format, the first function is not needed, and exposure during pregnancy periods can be readily estimated. As a domain of application for future work, the package could be used to extend estimation of air pollution to pre-pregnancy―during the conception period, for instance. Lastly, we expect to extend the package in the future, such as implementing complementary functions and additional tools that would allow visualization of results (such as mapping). These improvements will be made in response to user feedback and requirements.

Acknowledgements

This paper was supported by the following grant(s): Fondation de France 201300040943 2013-2016 to Séverine Deguen.

This work is supported by Fondation de France (grant N° 201300040943 2013-2016) and the EHESP School of Public Health. The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Srám, R.J., Binková, B., Dejmek, J. and Bobak, M. (2005) Ambient Air Pollution and Pregnancy Outcomes: A Review of the Literature. Environmental Health Perspectives, 113, 375-382.
https://doi.org/10.1289/ehp.6362
[2] Stieb, D.M., Chen, L., Eshoul, M. and Judek, S. (2012) Ambient Air Pollution, Birth Weight and Preterm Birth: A Systematic Review and Meta-Analysis. Environmental Research, 117, 100-111.
https://doi.org/10.1016/j.envres.2012.05.007
[3] Nieuwenhuijsen, M.J., Dadvand, P., Grellier, J., Martinez, D. and Vrijheid, M. (2013) Environmental Risk Factors of Pregnancy Outcomes: A Summary of Recent Meta-Analyses of Epidemiological Studies. Environmental Health, 12, 6.
https://doi.org/10.1186/1476-069X-12-6
[4] Hansen, C., Neller, A., W illiams, G. and Simpson, R. (2006) Maternal Exposure to Low Levels of Ambient Air Pollution and Preterm Birth in Brisbane, Australia. BJOG: An International Journal of Obstetrics & Gynaecology, 113, 935-941.
https://doi.org/10.1111/j.1471-0528.2006.01010.x
[5] Suh, Y.J., Kim, H., Seo, J.H., Park, H., Kim, Y.J., Hong, Y.C. and Ha, E.H. (2008) Different Effects of PM10 Exposure on Preterm Birth by Gestational Period Estimated from Time-Dependent Survival Analyses. International Archives of Occupational and Environmental Health, 82, 613-621.
https://doi.org/10.1007/s00420-008-0380-7
[6] Kim, O.-J., Ha, E.-H., Kim, B.-M., Seo, J.-H., Park, H.-S., Jung, W.-J., Lee, B.-E., Suh, Y.-J., Kim, Y.-J., Lee, J.-T., Kim, H. and Hong, Y.-C. (2007) PM10 and Pregnancy Outcomes: A Hospital-Based Cohort Study of Pregnant Women in Seoul. Journal of Occupational and Environmental Medicine, 49, 1394-1402.
https://doi.org/10.1097/JOM.0b013e3181594859
[7] Wilhelm, M. and Ritz, B. (2005) Local Variations in CO and Particulate Air Pollution and Adverse Birth Outcomes in Los Angeles County, California, USA. Environmental Health Perspectives, 113, 1212-1221.
https://doi.org/10.1289/ehp.7751
[8] Ritz, B., Yu, F., Chapa, G. and Fruin, S. (2000) Effect of Air Pollution on Preterm Birth among Children Born in Southern California between 1989 and 1993. Epidemiology, 11, 502-511.
https://doi.org/10.1097/00001648-200009000-00004
[9] Rogers, J.F. and Dunlop, A.L. (2006) Air Pollution and Very Low Birth Weight Infants: A Target Population? Pediatrics, 118, 156-164.
https://doi.org/10.1542/peds.2005-2432
[10] Xu, X., Sharma, R.K., Talbott, E.O., Zborowski, J.V., Rager, J., Arena, V.C. and Volz, C.D. (2011) PM10 Air Pollution Exposure during Pregnancy and Term Low Birth Weight in Allegheny County, PA, 1994-2000. International Archives of Occupational and Environmental Health, 84, 251-257.
https://doi.org/10.1007/s00420-010-0545-z
[11] Lee, B.E., Ha, E.H., Park, H.S., Kim, Y.J., Hong, Y.C., Kim, H. and Lee, J.T. (2003) Exposure to Air Pollution during Different Gestational Phases Contributes to Risks of Low Birth Weight. Human Reproduction, 18, 638-643.
https://doi.org/10.1093/humrep/deg102
[12] Seo, J.-H., Leem, J.-H., Ha, E.-H., Kim, O.-J., Kim, B.-M., Lee, J.-Y., Park, H.-S., Kim, H.-C., Hong, Y.-C. and Kim, Y.-J. (2010) Population-Attributable Risk of Low Birthweight Related to PM10 Pollution in Seven Korean Cities. Paediatric and Perinatal Epidemiology, 24, 140-148.
https://doi.org/10.1111/j.1365-3016.2009.01085.x
[13] Salam, M.T., Millstein, J., Li, Y.-F., Lurmann, F.W., Margolis, H.G. and Gilliland, F.D. (2005) Birth Outcomes and Prenatal Exposure to Ozone, Carbon Monoxide, and Particulate Matter: Results from the Children’s Health Study. Environmental Health Perspectives, 113, 1638-1644.
https://doi.org/10.1289/ehp.8111
[14] Maroziene, L. and Grazuleviciene, R. (2002) Maternal Exposure to Low-Level Air Pollution and Pregnancy Outcomes: A Population-Based Study. Environmental Health, 1, 6.
https://doi.org/10.1186/1476-069X-1-6
[15] Bell, M.L., Ebisu, K. and Belanger, K. (2007) Ambient Air Pollution and Low Birth Weight in Connecticut and Massachusetts. Environmental Health Perspectives, 115, 1118-1124.
https://doi.org/10.1289/ehp.9759
[16] Brauer, M., Lencar, C., Tamburic, L., Koehoorn, M., Demers, P. and Karr, C. (2008) A Cohort Study of Traffic-Related Air Pollution Impacts on Birth Outcomes. Environmental Health Perspectives, 116, 680-686.
https://doi.org/10.1289/ehp.10952
[17] AIRPARIF-Air Quality Assessment Network in the Paris Region, Air Quality in the Paris Region 2012 (n.d.).
http://www.airparif.asso.fr/_pdf/publications/bilan-2012-anglais.pdf
[18] Carruthers, D.J., Edmunds, H.A., Lester, A.E., McHugh, C.A. and Singles, R.J. (2000) Use and Validation of ADMS-Urban in Contrasting Urban and Industrial Locations. International Journal of Environment and Pollution, 14, 364-374.
https://doi.org/10.1504/IJEP.2000.000558
[19] Rivas, I., Viana, M., Moreno, T., Pandolfi, M., Amato, F., Reche, C., Bouso, L., àlvarez-Pedrerol, M., Alastuey, A., Sunyer, J. and Querol, X. (2014) Child Exposure to Indoor and Outdoor Air Pollutants in Schools in Barcelona, Spain. Environment International, 69, 200-212.
[20] Ritz, B. and Wilhelm, M. (2008) Ambient Air Pollution and Adverse Birth Outcomes: Methodologic Issues in an Emerging Field. Basic & Clinical Pharmacology & Toxicology, 102, 182-190.
https://doi.org/10.1111/j.1742-7843.2007.00161.x
[21] Darrow, L.A., Klein, M., Flanders, W.D., Waller, L.A., Correa, A., Marcus, M., Mulholland, J.A., Russell, A.G. and Tolbert, P.E. (2009) Ambient Air Pollution and Preterm Birth: A Time-Series Analysis. Epidemiology, 20, 689-698.
https://doi.org/10.1097/EDE.0b013e3181a7128f
[22] Shah, P.S. and Balkhair, T. (2011) Knowledge Synthesis Group on Determinants of Preterm/LBW births, Air Pollution and Birth Outcomes: A Systematic Review. Environment International, 37, 498-516.
[23] Deguen, S., Petit, C., Delbarre, A., Kihal, W., Padilla, C., Benmarhnia, T., Lapostolle, A., Chauvin, P. and Zmirou-Navier, D. (2016) Correction: Neighbourhood Characteristics and Long-Term Air Pollution Levels Modify the Association between the Short-Term Nitrogen Dioxide Concentrations and All-Cause Mortality in Paris. PLoS ONE, 11, e0150875.
https://doi.org/10.1371/journal.pone.0150875
[24] Wahida, K.-T., Padilla, C.M., Denis, Z.-N., Olivier, B., Géraldine, L.N., Philippe, Q. and Séverine, D. (2016) A Conceptual Framework for the Assessment of Cumulative Exposure to Air Pollution at a Fine Spatial Scale. International Journal of Environmental Research and Public Health, 13, 319.
https://doi.org/10.3390/ijerph13030319
[25] Junger, W.L. and Ponce de Leon, A. (2015) Imputation of Missing Data in Time Series for Air Pollutants. Atmospheric Environment, 102, 96-104.
[26] European Commission, Standards—Air Quality—Environment—European Commission (n.d.).
http://ec.europa.eu/environment/air/quality/standards.htm

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.