Difference between revisions of "ERFs of environmental pollutants"

From Testiwiki
Jump to: navigation, search
m
Line 9: Line 9:
  
 
Relevant results [http://fi.opasnet.org/fi_wiki/index.php/Special:R-tools?id=myX1meJgAn8N1twP here] (in Finnish).
 
Relevant results [http://fi.opasnet.org/fi_wiki/index.php/Special:R-tools?id=myX1meJgAn8N1twP here] (in Finnish).
 +
 +
<rcode>
 +
library(OpasnetUtils) # A package with Opasnet functionalities
 +
library(xtable)      # A package with table formats
 +
library(ggplot2)      # A package with fancy graph formats
 +
 +
objects.get("7QUpp5PzOdzDSvX8")
 +
 +
# objects.latest("Op_en5918", "calculations") # Get the latest ovariables from code calculations on page Op_en5918.
 +
 +
ERF <- EvalOutput(ERF, N = 3)
 +
 +
print(xtable(ERF@output), type = 'html')
 +
 +
ggplot(ERF@output, # Show a bar chart
 +
aes(x = Health.impact, y = ERFResult)) +
 +
geom_bar(position="dodge") +
 +
theme_grey(base_size = 24) +
 +
theme(axis.text.x = element_text(angle = 90, hjust = 1))
 +
 +
</rcode>
  
 
==Rationale==
 
==Rationale==
 +
 +
===Calculations===
 +
 +
<rcode>
 +
library(OpasnetUtils)
 +
library(xtable)
 +
library(ggplot2)
 +
 +
ERF <- Ovariable("ERF", ddata = "Op_en5827")
 +
ERF@data <- ERF@data[colnames(ERF@data) != "Obs"]
 +
 +
objects.put(ERF)
 +
 +
cat("Ovariable ERF saved. Save the key for further use.\n")
 +
 +
ERF <- EvalOutput(ERF, N = 3)
 +
 +
print(xtable(ERF@output), type = 'html') # Show a result table
 +
 +
</rcode>
  
 
===Data===
 
===Data===
  
<t2b index="Pollution,Healh impact,Group,Age,Sex,Response metric,ERF Parameter,Observation"  
+
<t2b index="Pollution,Health.impact,Group,Age,Sex,Response.metric,ERF.Parameter,Observation"  
 
Locations="Unit,Result,Description" unit="nro">
 
Locations="Unit,Result,Description" unit="nro">
 
Indoor air radon|Lung cancer|Whole population|||Incidences|RR|m3 /Bq|1.0005; 1.0016; 1.0031|
 
Indoor air radon|Lung cancer|Whole population|||Incidences|RR|m3 /Bq|1.0005; 1.0016; 1.0031|
Outdoor PM2.5|Lung cancer|Whole population|||Incidences|RR|m3 /µg|1.04; 1.14; 1.23|
+
PM2.5|Lung cancer|Whole population|||Incidences|RR|m3 /µg|1.04; 1.14; 1.23|Outdoor air
Outdoor PM2.5|Heart and respitory diseases|Whole population|||Incidences|RR||1.03; 1.09; 1.16|
+
PM2.5|Cardiopulmonary|Whole population|||Incidences|RR||1.03; 1.09; 1.16|Outdoor air
Outdoor PM2.5|Total mortality|Whole population|||Mortality|RR||1.0014; 1.0062; 1.011|
+
PM2.5|All causes|Whole population|||Mortality|RR||1.0014; 1.0062; 1.011|Outdoor air
Byproducts from chlorinating|Bladder cancer|People using chlorinated surface water|||Incidences|RR|L /µg|1.00053; 1.0039; 1.00722|
+
Chlorination byproducts|Bladder cancer|People using chlorinated surface water|||Incidences|RR|L /µg|1.00053; 1.0039; 1.00722|
Byproducts from chlorinating|Bladder cancer|People using chlorinated surface water|||Incidences|RR|L /net rev|1; 1.000029; 1.000072|
+
Chlorination byproducts|Bladder cancer|People using chlorinated surface water|||Incidences|RR|L /net rev|1; 1.000029; 1.000072|
 
Arsenic|Bladder cancer|People using water from bore wells|||Incidences|RR|L /ug|1; 1.002; 1.006|
 
Arsenic|Bladder cancer|People using water from bore wells|||Incidences|RR|L /ug|1; 1.002; 1.006|
 
Arsenic|BLadder cancer|People using wellwater in Pirkanmaa|||Incidences|RR|L /ug|0.999; 1.002; 1.006|
 
Arsenic|BLadder cancer|People using wellwater in Pirkanmaa|||Incidences|RR|L /ug|0.999; 1.002; 1.006|

Revision as of 18:52, 4 February 2013

Question

What are the exposures? relevant to environmental health?

Answer

Relevant results here (in Finnish).

+ Show code

Rationale

Calculations

+ Show code

Data

Difference between revisions of "ERFs of environmental pollutants"(nro)
ObsPollutionHealth.impactGroupAgeSexResponse.metricERF.ParameterUnitResultDescription
1Indoor air radonLung cancerWhole populationIncidencesRRm3 /Bq1.0005; 1.0016; 1.0031
2PM2.5Lung cancerWhole populationIncidencesRRm3 /µg1.04; 1.14; 1.23Outdoor air
3PM2.5CardiopulmonaryWhole populationIncidencesRR1.03; 1.09; 1.16Outdoor air
4PM2.5All causesWhole populationMortalityRR1.0014; 1.0062; 1.011Outdoor air
5Chlorination byproductsBladder cancerPeople using chlorinated surface waterIncidencesRRL /µg1.00053; 1.0039; 1.00722
6Chlorination byproductsBladder cancerPeople using chlorinated surface waterIncidencesRRL /net rev1; 1.000029; 1.000072
7ArsenicBladder cancerPeople using water from bore wellsIncidencesRRL /ug1; 1.002; 1.006
8ArsenicBLadder cancerPeople using wellwater in PirkanmaaIncidencesRRL /ug0.999; 1.002; 1.006
9Surrounding's tobacco smokeLung cancerWhole populationIncidencesRRYes/No1.13; 1.21; 1.30
10Surrounding's todacco smokeCoronary heart diseaseWhole populationMortalityRRYes/No1.19; 1.27; 1.36
11Surrounding's tobacco smokeAsthmaWhole population>21IncidencesRRYes/No1.19; 1.97; 3.25
12Surrounding's tobacco smokeAsthmaWhole population<14IncidencesRRYes/No1.24; 1.32; 1.41
13Surrounding's tobacco smokeLung infectionsWhole population<2IncidencesRRYes/No1.55; 1.42; 1.69
14Surrounding's tobacco smokeMiddle ear inflammationWhole population<3IncidencesRRYes/No1.38; 1.21; 1.56
15FormaldehydeAsthmaWhole population<14IncidencesRRm3 /µg1.0140743178
16Dampness damageAsthmaWhole populationIncidencesRR1.23; 1.37; 1.53
17Dampness damageChronic obstructive pulmonary diseaseWhole populationIncidencesRR1.38; 1.5; 1.86
18Dampness damageUpper airway symptomsWhole populationIncidencesRR1.44; 1.7; 2
19FluorideFluoroosiPeople living in Southern Finland using water with fluoride0-14IncidencesUR 0.125
20Outdoor ozoneTotal mortalityWhole populationMortalityRRm3 /ug1.000099955; 1.000299596; 1.000399282
21LeadDecreation of IQ (less than 70 points)Whole populationIncidencesUR 0.025
22LeadIncreased bloodpressureWhole populationIncidencesUR 0.025
23DioxinCancerWhole populationIncidencesURkg /d /pg0.000032; 0.000035; 0.00016
24FormaldehydeNose-pharynx cancersWhole populationIncidencesURm3 /ug0.000013
25Formaldehyde at workNose-pharynx cancersPopulation at working ageIncidencesURm3 /ug0.000013
26BenzeneLeukemiaWhole populationIncidencesURm3 /ug0.000005
27Benzene at workLeukemiaPopulation at working ageIncidencesURm3 /ug0.000005
28QuatzdustSilicosisPopulation at working ageIncidencesURm3 /mg0.125; 0.125; 0.25
29Asbest at workLung cancer and mesotheliomaPeople at working ageIncidencesUR 0.01; 0.05; 0.1
30Noise at workHearing damagePeople at working ageIncidencesUR 570Medium noise (80-85 dB)
31Noise at workHearing damagePeople at working ageIncidencesUR 1320Loud noise (>85 dB)
32Outdoor ozoneMild decreasing on general funtioningWhole populationIncidencesURm3 /ug0.044; 0.115; 0.186

--# : Check some translations (chlorinating, surrounding's tobacco smoke, fluorosis, dampness damage,Nose-pharynx cancers, Mild decreasing on general funtioning) --Heta 18:43, 12 October 2012 (EEST)

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>