sea: Applies Simple Effect Additivity to get a baseline mixture...

Usage Arguments Details Value Author(s) Examples

View source: R/sea.R

Usage

1
sea(dose, LET, ratios, E, coeff, ...)

Arguments

dose

Numeric vector corresponding to the sum dose in cGy.

LET

Numeric vector of all LET values, must be length n.

ratios

Numeric vector of all dose ratios, must be length n.

E

Vector of DER functions taking dose and LET as arguments.

...

Optional arguments to DER functions in E.

Details

Corresponding elements of ratios, LET should be associated with the same DER.

Value

Numeric vector representing the estimated Harderian Gland prevalence from a SEA mixture DER constructed from the given DER parameters.

Author(s)

Edward Greg Huang <eghuang@berkeley.edu>

Examples

1
2
sea(.01 * 0:40, c(70, 195), c(1/2, 1/2), n = 2)
sea(.01 * 0:70, c(0.4, 195), c(4/7, 3/7))

eghuang/synergy documentation built on Dec. 31, 2019, 8:55 a.m.