Exposures in Finland: Difference between revisions

From Opasnet
Jump to navigation Jump to search
(→‎Answer: objects.get used)
Line 44: Line 44:
; 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}
[http://en.opasnet.org/en-opwiki/index.php/Special:R-tools?id=SXD46CcsFO9WaKs5 Default run}


<rcode name="calculations" label="Initiate variables">
<rcode name="calculations" label="Initiate variables">
Line 51: Line 51:


data <- tidy(opbase.data("Op_en5918"))
data <- tidy(opbase.data("Op_en5918"))
data <- data[ , !colnames(data) %in% c("Obs", "Exposure.metric", "Age", "Description")] # Remove redundant columns.
colnames(data)[colnames(data) == "Exposed.fraction"] <- "Exposed.fractionResult"
colnames(data)[colnames(data) == "Exposed.fraction"] <- "Exposed.fractionResult"
colnames(data)[colnames(data) == "Exposure"] <- "ExposureResult"
colnames(data)[colnames(data) == "Exposure"] <- "ExposureResult"
colnames(data)[colnames(data) == "Background.exposure"] <- "Background.ExposureResult"
colnames(data)[colnames(data) == "Background.exposure"] <- "Background.ExposureResult"
data


Exposure <- Ovariable(
Exposure <- Ovariable(

Revision as of 17:17, 4 February 2013



Question

What are typical exposure levels of common pollutants in Finland?

Answer

+ Show code

Default run

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=SXD46CcsFO9WaKs5 Default run}

+ Show code

Dependencies

Data

Part of data from op_fi:Seturi/altistus

Exposures in Finland: Difference between revisions(-)
ObsPollutantExposure.routeUnitExposure.metricGroupAgeExposed.fractionExposureBackground.exposureDescription
1Indoor radonInhalationBq /m3Whole population1100 (95 - 105) 5 (4 - 9)
2PM2.5Inhalationµg /m3Whole population17 (6 - 8)3
3Chlorination byproductsIngestionµg /LUsers of chlorinated surface water0.44611 (488.8 - 733.2)0

Formula

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>