Training exposure: Difference between revisions
Jump to navigation
Jump to search
(works better) |
(data and formula combined in ovariable) |
||
Line 24: | Line 24: | ||
> | > | ||
library(xtable) | |||
out <- op_baseGetData("opasnet_base", "Op_en5674") | out <- op_baseGetData("opasnet_base", "Op_en5674") | ||
colnames(out)[colnames(out) == "obs.1"] <- "Row" | colnames(out)[colnames(out) == "obs.1"] <- "Row" | ||
out <- tidy(out , direction = "wide") | out <- tidy(out , direction = "wide") | ||
print(out) | print(out) | ||
out <- make.ovariable(out) | colnames(out)[colnames(out) == "result"] <- "Result" | ||
out <- make.ovariable( | |||
data = out, | |||
formula = formula.Op_en5674, | |||
dependencies = dependencies.Op_en5674) | |||
cat("Computed training exposures.\n") | cat("Computed training exposures.\n") | ||
print(out) | print(out) | ||
print(formula.Op_en5674(dependencies.Op_en5674)) | #print(formula.Op_en5674(dependencies.Op_en5674)) | ||
cat("Computed training exposures.\n") | #cat("Computed training exposures.\n") | ||
</rcode> | </rcode> |
Revision as of 06:30, 13 May 2012
Moderator:Jouni (see all) |
This page is a stub. You may improve it into a full page. |
Upload data
|
Question
What is the exposure in the Training assessment?
Answer
Obs | Year | Unit | Result | Description |
---|---|---|---|---|
1 | 2012 | ug/m3 | 1 - 2 | |
2 | 2020 | ug/m3 | 10 - 11 |
Rationale
Formula
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>