Exposures in Finland: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Calculations: now code uses objects.put) |
||
Line 37: | Line 37: | ||
===Calculations=== | ===Calculations=== | ||
; Huom! Päivitin tätä koodia sen jälkeen kun raportoin virheestä ei lipsu vaan särkyi. Senhetkinen koodi löytyy [http://en.opasnet.org/en-opwiki/index.php?title=Exposures_in_Finland&oldid=28123] | |||
; Note! The ovariables are NOT updated by updating the data table. You have to also re-run this initiation code. | ; Note! The ovariables are NOT updated by updating the data table. You have to also re-run this initiation code. | ||
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=q5z9YayubD5KjRPt Default run} | |||
<rcode name="calculations" label="Initiate variables"> | <rcode name="calculations" label="Initiate variables"> | ||
Line 57: | Line 61: | ||
"Background.ExposureResult" | "Background.ExposureResult" | ||
)], | )], | ||
save = | save = FALSE | ||
) | ) | ||
Line 66: | Line 70: | ||
"Background.ExposureResult" | "Background.ExposureResult" | ||
)], | )], | ||
save = | save = FALSE | ||
) | ) | ||
Line 75: | Line 79: | ||
"ExposureResult" | "ExposureResult" | ||
)], | )], | ||
save = | save = FALSE | ||
) | ) | ||
cat("Ovariables Exposure, Exposed.Fraction, and Background.Exposure saved. page_indent = Op_en5918, code_name = calculations\n") | objects.put(Exposure, Exposed.Fraction, Background.Exposure) | ||
cat("Ovariables Exposure, Exposed.Fraction, and Background.Exposure saved. Save the key.\n") # page_indent = Op_en5918, code_name = calculations\n") | |||
print(xtable(EvalOutput(Exposure, N = 1)@output), type = 'html') | print(xtable(EvalOutput(Exposure, N = 1)@output), type = 'html') | ||
Line 85: | Line 91: | ||
</rcode> | </rcode> | ||
=== Dependencies === | === Dependencies === |
Revision as of 16:58, 4 February 2013
Moderator:Nobody (see all) Click here to sign up. |
This page is a stub. You may improve it into a full page. |
Upload data
|
Question
What are typical exposure levels of common pollutants in Finland?
Answer
Rationale
Calculations
- Huom! Päivitin tätä koodia sen jälkeen kun raportoin virheestä ei lipsu vaan särkyi. Senhetkinen koodi löytyy [1]
- Note! The ovariables are NOT updated by updating the data table. You have to also re-run this initiation code.
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=q5z9YayubD5KjRPt Default run}
Dependencies
Data
Part of data from op_fi:Seturi/altistus
Obs | Pollutant | Exposure.route | Unit | Exposure.metric | Group | Age | Exposed.fraction | Exposure | Background.exposure | Description |
---|---|---|---|---|---|---|---|---|---|---|
1 | Indoor radon | Inhalation | Bq /m3 | Whole population | 1 | 100 (95 - 105) | 5 (4 - 9) | |||
2 | PM2.5 | Inhalation | µg /m3 | Whole population | 1 | 7 (6 - 8) | 3 | |||
3 | Chlorination byproducts | Ingestion | µg /L | Users of chlorinated surface water | 0.44 | 611 (488.8 - 733.2) | 0 |
Formula
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>