ea_conc: Exposure assessment from concentration data

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Parametric modelling of exposure concentration from (possibly left-censored) concentration data.

Usage

1
2
3
4
5
6
ea_conc(x, d, data,
        model = c("gamma", "g",
                  "lognorm", "ln",
                  "weibull", "w",
                  "invgauss", "ig"),
        ...)

Arguments

x

The observed concentrations.

d

A vector indicating if the observations were left-censored (1) or not (0).

data

An optional data frame, containing the variables in the model. If not found in data, the variables are taken from the environment from which ea_count is called.

model

A character string naming the concentration model. See details below.

...

Arguments to be passed to mle

Details

Distributions available:

Value

An object of class "ea".

Author(s)

brechtdv@gmail.com

References

See Also

ea_count, for modelling exposure from count data
ea_presence, for modelling exposure from presence/absence data

Examples

1
ea_conc(x = x, d = d, data = giardia, model = "weibull")

brechtdv/QMRA documentation built on May 13, 2019, 5:06 a.m.