my_D0_filter2: my_D0_filter

View source: R/my_D0_filter2.R

my_D0_filter2R Documentation

my_D0_filter

Description

Calculates equivalent dose for specified D0 thresholds. Estimates are then plotted against chosen D0 thresholds and the point of intersect is estimated using linear regression between the two points containing the intersect.

Usage

my_D0_filter2(data, minD0, method = "CAM", error.mode = "propagate", ...)

Arguments

data

3-column data frame containing (in order) De, De.error and D0 features. Alternatively you can specify colnames or column numbers of said features (see De/De.error/D0).

minD0

Vector of D0 thresholds.

method

Method of estimating central tendency in equivalent dose analysis. Currently supported are "CAM" (default) and "ADM".

...

Arguments passed to CAM or ADM. For example one might be interested in specifying "log" or "sigmab" in the CAM procedure or "sigma_m" in the ADM procedure.

De/De.error/D0

Column names of relevant variables in the OSL dataset. Selects the first three columns by default.

Value

Returns a dataframe of equivalent doses and D0 thresholds along with intersect coordinate(s) and error estimates.


IMHarly/justapackage documentation built on March 25, 2024, 8:10 p.m.