DWIRboot {EnviroPRA2}R Documentation

Chemical intake by Drinking Water by bootstrap

Description

Estimates the chemical Intake rate by Drinking Water [mg/Kg*day]

Usage

DWIRboot(n, CW, IRW, EF, BW, ED, AT)

Arguments

n

Output vector length

CW

Chemical concentrtion in water [mg/L]

IRW

Water Ingestion Rate [L/Day]

EF

Exposure frequency [day/yr]

BW

Body weight [Kg]

ED

Exposure duration [yr]

AT

Averaging time [day] (Note that for No carcinogenic effects AT should be equal to 365*ED)

Value

Chemical intake rate by drinking water I [mg/Kg*day] - Object class "numeric"

Author(s)

F. Barrio-Parra

Examples

# Carcinogenic effects

c <- rnorm( n= 10, mean = 250, sd = 15 )

b <- rnorm( n= 100, mean = 20, sd = 5 )

DWIRboot (n = 1000, CW=c, IR=1.5, EF = 300, ED = 24, BW = b)

[Package EnviroPRA2 version 1.0.1 Index]