Exposures in Finland: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(first draft)
 
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Exposure]]
[[Category:Exposure]]
[[Category:Code under inspection]]
{{variable|moderator=|stub=Yes}}
{{variable|moderator=|stub=Yes}}


== Question ==
== Question ==


What are typical exposure levels of common pollutants in Finland?


== Answer ==
== Answer ==


<rcode graphics="1">
<rcode graphics=1 embed=1>


library(OpasnetUtils) # A package with Opasnet functionalities
library(OpasnetUtils) # A package with Opasnet functionalities
Line 13: Line 15:
library(ggplot2)      # A package with fancy graph formats
library(ggplot2)      # A package with fancy graph formats


objects.latest("Op_en5917", "calculations") # Get the latest ovariables from code calculations on page Op_en5917.
objects.latest("Op_en5918", "initiate") # Get the latest ovariables from code calculations on page Op_en5918.


diseaseRisk <- EvalOutput(diseaseRisk)
oprint(summary(EvalOutput(Exposure)))
 
oprint(summary(EvalOutput(Background.Exposure)))
print(xtable(diseaseRisk@output), type = 'html') # Show a result table
oprint(summary(EvalOutput(Exposed.Fraction)))
 
ggplot(diseaseRisk@output, # Show a bar chart
aes(x = Disease, y = diseaseRiskResult, fill = Response.metric)) +
geom_bar(position="dodge") +
theme_grey(base_size = 24) +
theme(axis.text.x = element_text(angle = 90, hjust = 1))


</rcode>
</rcode>


[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=k5weJWB1RvHUj4Ms Default run]
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=omESTjcynyHQlhGM Default run]


== Rationale ==
== Rationale ==
Line 33: Line 29:
===Calculations===
===Calculations===


<rcode name="calculations" label="Initiate variable">
<rcode name="initiate" label="Initiate variables">
library(OpasnetUtils)
library(OpasnetUtils)
library(xtable)
library(xtable)


diseaseRisk <- Ovariable("diseaseRisk", ddata = "Op_en5917", getddata = FALSE, save = TRUE)
exposure.fiRaw <- Ovariable("exposure.fiRaw", ddata = "Op_en5918", getddata = FALSE)
 
Exposure <- Ovariable(
name = "Exposure",
dependencies = data.frame(Name = "exposure.fiRaw", Ident = "Op_en5918/initiate"),
formula = function(...) {
out <- exposure.fiRaw@output
out <- out[out$Observation == "Exposure" , colnames(out) != "Observation"]
colnames(out)[colnames(out) == "exposure.fiRawResult"] <- "Result"
return(out)
}
)
 
Exposed.Fraction <- Ovariable(
name = "Exposed.Fraction",
dependencies = data.frame(Name = "exposure.fiRaw", Ident = "Op_en5918/initiate"),
formula = function(...) {
out <- exposure.fiRaw@output
out <- out[out$Observation == "Exposed.fraction" , colnames(out) != "Observation"]
colnames(out)[colnames(out) == "exposure.fiRawResult"] <- "Result"
return(out)
}
)
 
Background.Exposure <- Ovariable(
name = "Background.Exposure",
dependencies = data.frame(Name = "exposure.fiRaw", Ident = "Op_en5918/initiate"),
formula = function(...) {
out <- exposure.fiRaw@output
out <- out[out$Observation == "Background.exposure" , colnames(out) != "Observation"]
colnames(out)[colnames(out) == "exposure.fiRawResult"] <- "Result"
return(out)
}
)


cat("Ovariable diseaseRisk saved. page_indent = Op_en5917, code_name = calculations\n")
objects.store(exposure.fiRaw, Exposure, Exposed.Fraction, Background.Exposure)


print(xtable(EvalOutput(diseaseRisk, N = 1)@output), type = 'html')
cat("Ovariables exposure.fiRaw, Exposure, Exposed.Fraction, and Background.Exposure saved. page_indent = Op_en5918, code_name = initiate\n")


</rcode>
</rcode>
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=jwkBUNYMc4bIqak2 Default run]


=== Dependencies ===
=== Dependencies ===
Line 51: Line 78:
===Data===
===Data===


Part of data from [[:op_fi:Seturi/altistus]]
The data from [[:op_fi:Seturi/altistus]]


<t2b index="Exposure,Exposure.route,Unit,Exposure.metric,Group,Age,Observation"  
<t2b index="Exposure.agent,Exposure.route,Unit,Exposure.metric,Population,Age,Observation"  
Locations="Exposed.fraction,Result,Background.exposure,Description" unit="-">
Locations="Exposed.fraction,Exposure,Background.exposure" desc="Description" unit="-">
Indoor radon|Inhalation|Bq /m3||Whole population||1|100 (95 - 105)| 5 (4 - 9)|
Indoor radon|Inhalation|Bq /m3|-|Whole population||1|100 (95 - 105)| 5 (4 - 9)|  
PM2.5|Inhalation|µg /m3||Whole population||1|7 (6 - 8)|3|
PM2.5|Inhalation|µg /m3|-|Whole population||1|7 (6 - 8)|3|
Chlorination byproducts|Ingestion|µg /L||Users of chlorinated surface water||0.44|611 (488.8 - 733.2)|0|
Chlorination byproducts|Ingestion|µg /L|-|People using chlorinated surface water||0.44|611 (488.8 - 733.2)|0|
Outdoor noise|Hearing|dB|Lden(dB)|Whole population||0.144|59|0|Background exposure marked as zero, because data missing, <59 dB
Arsenic|Ingestion|µg /L|-|People using water from bore wells||0.19; 0.01; 0.04 |0.998|0.14|
Arsenic|Ingestion|µg /L|Moderately exposed|People using wellwater in Pirkanmaa||0.267|2.5|0.14|
Arsenic|Ingestion|µg /L|Little exposed|People using wellwater in Pirkanmaa||0.667|0.14|0.14|
Arsenic|Ingestion|µg /L|Much exposed|People using wellwater in Pirkanmaa||0.066|34.79|0.14|
Environmental tobacco smoke|Inhalation|Yes/no|-|Whole population||0.12; 0.178; 0.265|1|0|
Environmental tobacco smoke|Inhalation|Yes/no|-|Whole population|>21|0.12; 0.178; 0.265|1|0|
Environmental tobacco smoke|Inhalation|Yes/no|-|Whole population|<14|0.01; 0.03; 0.07|1|0|
Environmental tobacco smoke|Inhalation|Yes/no|-|Whole population|<2|0.01; 0.03; 0.07|1|0|
Environmental tobacco smoke|Inhalation|Yes/no|-|Whole population|<3|0.01; 0.03; 0.07|1|0|
Formaldehyde|Inhalation|µg /m3|-|Whole population|<14|0.05; 0.12; 0.2|56.7|40|
Formaldehyde|Inhalation|µg /m3|-|Whole population||1|20; 27; 50|1|
Formaldehyde|Inhalation|µg /m3|-|Population at working age||0.03|15; 150; 500|1|
Outdoor ozone|Inhalation|µg /m3|-|Whole population||1|7.07|0|Toinen arvio altistuneista 0.626; Exposure as SOMO35/365 (2580/365), background 70 taken already into account
Dampness damage|Inhalation||-|Whole population||0.05; 0.15; 0.33|1|0|
Work noise|Hearing|dB|LAeq8h(dB)|Population at working age||0.327|0|80|Exposure marked zero, because data is missing
Work noise|Hearing|dB|Moderate noise exposed|Population at working age||0.057|80; 85| 0|Background exposure marked as zero, because data missing
Work noise|Hearing|dB|Loud noise exposed|Population at working age||0.053|85; 100| 0|Background exposure marked as zero, because data missing. Exposure is >85.
Wood dust at work|Inhalation|mg /m3|-|Population at working age||0.0185|0|0|Exposure marked zero, because data is missing
Hitsaushuurut työssä|Inhalation||-|Population at working age||0.01| 0|0|Exposure marked zero, because data is missing
Diesel smoke at work|Inhalation||-|Population at working age||0.01|0|0|Exposure and background exposure marked zero, because data is missing
Dusts, fumes, and chemicals at work|Inhalation||-|Population at working age|15-64|0.26|0|0|Exposure and background exposure marked zero, because data is missing
Quatzdust|Inhalation|mg /m3|-|Population at working age||0.01996|0.02; 0.04; 0.1|0|
Dioxin|Ingestion|pg /kg /d|-|Whole population||0.05; 0.595; 0.76|1.42; 2.65; 3.89|0|
Benzene|Inhalation|ug /m3|-|Whole population||1|1; 3; 5|0|
Benzene|Inhalation||-|Population at working age||0.001|10; 100; 960|3|
Asbest at work|Inhalation||-|Population at working age||0.001|0.01; 0.05; 0.1|0|
Methylmercury|Ingestion|mg /kg /d|-|Whole population|<1|0.95| 0|0|Exposure and background exposure marked zero, because data is missing
Lead|Kaikki reitit|ug /L|-|Whole population||0; 0.009; 0.018|50; 63; 100|0|
Solvents at work|Inhalation, iho||Perceived problem very large or large|Population at working age||0.185|1|0|
Irritating chamicals at work|Iho||Perceived problem very large or large|Population at working age||0.185|1|0|
Gases at work|Inhalation||Perceived problem very large or large|Population at working age||0.135|1|0|
Dust at work|Inhalation||Perceived problem very large or large|Population at working age||0.321|1|0|
Fluoride|Ingestion|mg /L|-|People living in Southern Finland using water with fluoride|<14|1|1|0|Background exposure marked as zero, because data missing, exposure >1
Road traffic noise|Hearing|dB|LAeq24h, exposure 40-45 dB|Whole population||0.042|40; 45|0|Background exposure marked as zero, because data missing
Road traffic noise|Hearing|dB|LAeq24h, exposure 45-50 dB|Whole population||0.042|45; 50|0|Background exposure marked as zero, because data missing
Road traffic noise|Hearing|dB|LAeq24h, exposure 50-55 dB|Whole population||0.042|50; 55|0|Background exposure marked as zero, because data missing
Road traffic noise|Hearing|dB|LAeq24h, exposure 55-60 dB|Whole population||0.042|55; 60|0|Background exposure marked as zero, because data missing
Road traffic noise|Hearing|dB|LAeq24h, exposure 60-65 dB|Whole population||0.017|60; 65|0|Background exposure marked as zero, because data missing
Road traffic noise|Hearing|dB|LAeq24h, exposure >65 dB|Whole population||0.008|65|0|Background exposure marked as zero, because data missing, >65dB
Street traffic noise|Hearing|dB|LAeq07-22, exposure 40-45 dB|Whole population||0.056|40; 45|0|Background exposure marked as zero, because data missing
Street traffic noise|Hearing|dB|LAeq07-22, exposure 45-50 dB|Whole population||0.056|45; 50|0|Background exposure marked as zero, because data missing
Street traffic noise|Hearing|dB|LAeq07-22, exposure 50-55 dB|Whole population||0.056|50; 55|0|Background exposure marked as zero, because data missing
Street traffic noise|Hearing|dB|LAeq07-22, exposure 55-60 dB|Whole population||0.056|55; 60|0|Background exposure marked as zero, because data missing
Street traffic noise|Hearing|dB|LAeq07-22, exposure 60-65 dB|Whole population||0.007|60; 65|0|Background exposure marked as zero, because data missing
Street traffic noise|Hearing|dB|LAeq07-22, exposure >65 dB|Whole population||0.001|65|0|Background exposure marked as zero, because data missing >65dB
Railroad noise|Hearing|dB|LAeq07-22, exposure 40-45 dB|Whole population||0.0007|40; 45|0|Background exposure marked as zero, because data missing
Railroad noise|Hearing|dB|LAeq07-22, exposure 45-50 dB|Whole population||0.0007|45; 50|0|Background exposure marked as zero, because data missing
Railroad noise|Hearing|dB|LAeq07-22, exposure 50-55 dB|Whole population||0.0007|50; 55|0|Background exposure marked as zero, because data missing
Railroad noise|Hearing|dB|LAeq07-22, exposure 55-60 dB|Whole population||0.0071|55; 60|0|Background exposure marked as zero, because data missing
Railroad noise|Hearing|dB|LAeq07-22, exposure 60-65 dB|Whole population||0.0018|60; 65|0|Background exposure marked as zero, because data missing
Railroad noise|Hearing|dB|LAeq07-22, exposure >65 dB|Whole population||0.0003|65|0|Background exposure marked as zero, because data missing >65dB
Civil air traffic noise|Hearing|dB|Lden, exposure 45-50 dB|Whole population||0.0004|45; 50|0|Background exposure marked as zero, because data missing
Civil air traffic noise|Hearing|dB|Lden, exposure 50-55 dB|Whole population||0.0004|50; 55|0|Background exposure marked as zero, because data missing
Civil air traffic noise|Hearing|dB|Lden, exposure 55-60 dB|Whole population||0.0004|55; 60|0|Background exposure marked as zero, because data missing
Civil air traffic noise|Hearing|dB|Lden, exposure 60-65 dB|Whole population||0.0004|60; 65|0|Background exposure marked as zero, because data missing
Civil air traffic noise|Hearing|dB|Lden, exposure >65 dB|Whole population||0|65|0|Background exposure marked as zero, because data missing, >65dB
Airforce noise|Hearing|dB|Lden, exposure 45-50 dB|Whole population||0.0004|45; 50|0|Background exposure marked as zero, because data missing
Airforce noise|Hearing|dB|Lden, exposure 50-55 dB|Whole population||0.0004|50; 55|0|Background exposure marked as zero, because data missing
Airforce noise|Hearing|dB|Lden, exposure 55-60 dB|Whole population||0.0004|55; 60|0|Background exposure marked as zero, because data missing
Airforce noise|Hearing|dB|Lden, exposure 60-65 dB|Whole population||0.0003|60; 65|0|Background exposure marked as zero, because data missing
Airforce noise|Hearing|dB|Lden, exposure >65 dB|Whole population||0|65|0|Background exposure marked as zero, because data missing, >65dB
Other outdoor noise|Hearing|dB|LAeq07-22, exposure 40-45 dB|Whole population||0.0018|40; 45|0|Background exposure marked as zero, because data missing
Other outdoor noise|Hearing|dB|LAeq07-22, exposure 45-50 dB|Whole population||0.0018|45; 50|0|Background exposure marked as zero, because data missing
Other outdoor noise|Hearing|dB|LAeq07-22, exposure 50-55 dB|Whole population||0.0018|50; 55|0|Background exposure marked as zero, because data missing
Other outdoor noise|Hearing|dB|LAeq07-22, exposure 55-60 dB|Whole population||0.0018|55; 60|0|Background exposure marked as zero, because data missing
Other outdoor noise|Hearing|dB|LAeq07-22, exposure 60-65 dB|Whole population||0.0003|60; 65|0|Background exposure marked as zero, because data missing
Other outdoor noise|Hearing|dB|LAeq07-22, exposure >65 dB|Whole population||0.0001|65|0|Background exposure marked as zero, because data missing, >65dB
</t2b>
</t2b>
=== Formula ===


==See also==
==See also==
* [[Population of Finland]]


==Keywords==
==Keywords==
Line 73: Line 167:


{{mfiles}}
{{mfiles}}
{{publication
| authors        =
| title          =
| explanation    =
| publishingyear =
| urn            =
| reference      =
}}

Latest revision as of 07:22, 18 June 2015



Question

What are typical exposure levels of common pollutants in Finland?

Answer

+ Show code

Default run

Rationale

Calculations

+ Show code

Dependencies

Data

The data from op_fi:Seturi/altistus

Exposures in Finland: Difference between revisions(-)
ObsExposure.agentExposure.routeUnitExposure.metricPopulationAgeExposed.fractionExposureBackground.exposureDescription
1Indoor radonInhalationBq /m3-Whole population1100 (95 - 105) 5 (4 - 9)
2PM2.5Inhalationµg /m3-Whole population17 (6 - 8)3
3Chlorination byproductsIngestionµg /L-People using chlorinated surface water0.44611 (488.8 - 733.2)0
4Outdoor noiseHearingdBLden(dB)Whole population0.144590Background exposure marked as zero, because data missing, <59 dB
5ArsenicIngestionµg /L-People using water from bore wells0.19; 0.01; 0.04 0.9980.14
6ArsenicIngestionµg /LModerately exposedPeople using wellwater in Pirkanmaa0.2672.50.14
7ArsenicIngestionµg /LLittle exposedPeople using wellwater in Pirkanmaa0.6670.140.14
8ArsenicIngestionµg /LMuch exposedPeople using wellwater in Pirkanmaa0.06634.790.14
9Environmental tobacco smokeInhalationYes/no-Whole population0.12; 0.178; 0.26510
10Environmental tobacco smokeInhalationYes/no-Whole population>210.12; 0.178; 0.26510
11Environmental tobacco smokeInhalationYes/no-Whole population<140.01; 0.03; 0.0710
12Environmental tobacco smokeInhalationYes/no-Whole population<20.01; 0.03; 0.0710
13Environmental tobacco smokeInhalationYes/no-Whole population<30.01; 0.03; 0.0710
14FormaldehydeInhalationµg /m3-Whole population<140.05; 0.12; 0.256.740
15FormaldehydeInhalationµg /m3-Whole population120; 27; 501
16FormaldehydeInhalationµg /m3-Population at working age0.0315; 150; 5001
17Outdoor ozoneInhalationµg /m3-Whole population17.070Toinen arvio altistuneista 0.626; Exposure as SOMO35/365 (2580/365), background 70 taken already into account
18Dampness damageInhalation-Whole population0.05; 0.15; 0.3310
19Work noiseHearingdBLAeq8h(dB)Population at working age0.327080Exposure marked zero, because data is missing
20Work noiseHearingdBModerate noise exposedPopulation at working age0.05780; 85 0Background exposure marked as zero, because data missing
21Work noiseHearingdBLoud noise exposedPopulation at working age0.05385; 100 0Background exposure marked as zero, because data missing. Exposure is >85.
22Wood dust at workInhalationmg /m3-Population at working age0.018500Exposure marked zero, because data is missing
23Hitsaushuurut työssäInhalation-Population at working age0.01 00Exposure marked zero, because data is missing
24Diesel smoke at workInhalation-Population at working age0.0100Exposure and background exposure marked zero, because data is missing
25Dusts, fumes, and chemicals at workInhalation-Population at working age15-640.2600Exposure and background exposure marked zero, because data is missing
26QuatzdustInhalationmg /m3-Population at working age0.019960.02; 0.04; 0.10
27DioxinIngestionpg /kg /d-Whole population0.05; 0.595; 0.761.42; 2.65; 3.890
28BenzeneInhalationug /m3-Whole population11; 3; 50
29BenzeneInhalation-Population at working age0.00110; 100; 9603
30Asbest at workInhalation-Population at working age0.0010.01; 0.05; 0.10
31MethylmercuryIngestionmg /kg /d-Whole population<10.95 00Exposure and background exposure marked zero, because data is missing
32LeadKaikki reititug /L-Whole population0; 0.009; 0.01850; 63; 1000
33Solvents at workInhalation, ihoPerceived problem very large or largePopulation at working age0.18510
34Irritating chamicals at workIhoPerceived problem very large or largePopulation at working age0.18510
35Gases at workInhalationPerceived problem very large or largePopulation at working age0.13510
36Dust at workInhalationPerceived problem very large or largePopulation at working age0.32110
37FluorideIngestionmg /L-People living in Southern Finland using water with fluoride<14110Background exposure marked as zero, because data missing, exposure >1
38Road traffic noiseHearingdBLAeq24h, exposure 40-45 dBWhole population0.04240; 450Background exposure marked as zero, because data missing
39Road traffic noiseHearingdBLAeq24h, exposure 45-50 dBWhole population0.04245; 500Background exposure marked as zero, because data missing
40Road traffic noiseHearingdBLAeq24h, exposure 50-55 dBWhole population0.04250; 550Background exposure marked as zero, because data missing
41Road traffic noiseHearingdBLAeq24h, exposure 55-60 dBWhole population0.04255; 600Background exposure marked as zero, because data missing
42Road traffic noiseHearingdBLAeq24h, exposure 60-65 dBWhole population0.01760; 650Background exposure marked as zero, because data missing
43Road traffic noiseHearingdBLAeq24h, exposure >65 dBWhole population0.008650Background exposure marked as zero, because data missing, >65dB
44Street traffic noiseHearingdBLAeq07-22, exposure 40-45 dBWhole population0.05640; 450Background exposure marked as zero, because data missing
45Street traffic noiseHearingdBLAeq07-22, exposure 45-50 dBWhole population0.05645; 500Background exposure marked as zero, because data missing
46Street traffic noiseHearingdBLAeq07-22, exposure 50-55 dBWhole population0.05650; 550Background exposure marked as zero, because data missing
47Street traffic noiseHearingdBLAeq07-22, exposure 55-60 dBWhole population0.05655; 600Background exposure marked as zero, because data missing
48Street traffic noiseHearingdBLAeq07-22, exposure 60-65 dBWhole population0.00760; 650Background exposure marked as zero, because data missing
49Street traffic noiseHearingdBLAeq07-22, exposure >65 dBWhole population0.001650Background exposure marked as zero, because data missing >65dB
50Railroad noiseHearingdBLAeq07-22, exposure 40-45 dBWhole population0.000740; 450Background exposure marked as zero, because data missing
51Railroad noiseHearingdBLAeq07-22, exposure 45-50 dBWhole population0.000745; 500Background exposure marked as zero, because data missing
52Railroad noiseHearingdBLAeq07-22, exposure 50-55 dBWhole population0.000750; 550Background exposure marked as zero, because data missing
53Railroad noiseHearingdBLAeq07-22, exposure 55-60 dBWhole population0.007155; 600Background exposure marked as zero, because data missing
54Railroad noiseHearingdBLAeq07-22, exposure 60-65 dBWhole population0.001860; 650Background exposure marked as zero, because data missing
55Railroad noiseHearingdBLAeq07-22, exposure >65 dBWhole population0.0003650Background exposure marked as zero, because data missing >65dB
56Civil air traffic noiseHearingdBLden, exposure 45-50 dBWhole population0.000445; 500Background exposure marked as zero, because data missing
57Civil air traffic noiseHearingdBLden, exposure 50-55 dBWhole population0.000450; 550Background exposure marked as zero, because data missing
58Civil air traffic noiseHearingdBLden, exposure 55-60 dBWhole population0.000455; 600Background exposure marked as zero, because data missing
59Civil air traffic noiseHearingdBLden, exposure 60-65 dBWhole population0.000460; 650Background exposure marked as zero, because data missing
60Civil air traffic noiseHearingdBLden, exposure >65 dBWhole population0650Background exposure marked as zero, because data missing, >65dB
61Airforce noiseHearingdBLden, exposure 45-50 dBWhole population0.000445; 500Background exposure marked as zero, because data missing
62Airforce noiseHearingdBLden, exposure 50-55 dBWhole population0.000450; 550Background exposure marked as zero, because data missing
63Airforce noiseHearingdBLden, exposure 55-60 dBWhole population0.000455; 600Background exposure marked as zero, because data missing
64Airforce noiseHearingdBLden, exposure 60-65 dBWhole population0.000360; 650Background exposure marked as zero, because data missing
65Airforce noiseHearingdBLden, exposure >65 dBWhole population0650Background exposure marked as zero, because data missing, >65dB
66Other outdoor noiseHearingdBLAeq07-22, exposure 40-45 dBWhole population0.001840; 450Background exposure marked as zero, because data missing
67Other outdoor noiseHearingdBLAeq07-22, exposure 45-50 dBWhole population0.001845; 500Background exposure marked as zero, because data missing
68Other outdoor noiseHearingdBLAeq07-22, exposure 50-55 dBWhole population0.001850; 550Background exposure marked as zero, because data missing
69Other outdoor noiseHearingdBLAeq07-22, exposure 55-60 dBWhole population0.001855; 600Background exposure marked as zero, because data missing
70Other outdoor noiseHearingdBLAeq07-22, exposure 60-65 dBWhole population0.000360; 650Background exposure marked as zero, because data missing
71Other outdoor noiseHearingdBLAeq07-22, exposure >65 dBWhole population0.0001650Background exposure marked as zero, because data missing, >65dB

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>