Health impacts of waterborne microbes: Difference between revisions

From Opasnet
Jump to navigation Jump to search
m (→‎RCode: Exposure -> exposure)
Line 138: Line 138:
library(OpasnetUtils)
library(OpasnetUtils)


Exposure <- Ovariable("Exposure",  
exposure <- Ovariable("exposure",  
                       dependencies = data.frame(
                       dependencies = data.frame(
                         Name = c("TreatedConcentration", "RawConsumption"),
                         Name = c("TreatedConcentration", "RawConsumption"),
Line 148: Line 148:
)
)


objects.store(Exposure)
objects.store(exposure)
cat("Ovariable Exposure saved. \n")
cat("Ovariable exposure saved. \n")


</rcode>
</rcode>

Revision as of 05:16, 19 July 2019



Question

What are the health impacts of waterborne microbes in drinking water?

Answer

Rationale

Data

Health impacts of waterborne microbes depends on the following parameters:

Calculations

RCode

Daily cold tap water use of Finns

+ Show code

+ Show code

Log decrease of concentration of microbes in drinking water due to water treatment

+ Show code

Pathogen concentration in drinking water

+ Show code

The amount of pathogens an average water consumer is exposed to in a day

+ Show code

See also