Health impacts of waterborne microbes: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 145: Line 145:
                       formula = function(...){
                       formula = function(...){
                         out <- TreatedConcentration * RawConsumption
                         out <- TreatedConcentration * RawConsumption
                         colnames(out@output)[colnames(out@output) == "Pathogen"] <- "Exposure_agent
                         colnames(out@output)[colnames(out@output) == "Pathogen"] <- "Exposure_agent"
                         return(out)
                         return(out)
                       }
                       }

Revision as of 08:01, 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