detection_mafart: Detection limit of the Mafart model

Description Usage Arguments Value Examples

View source: R/detection_limits.R

Description

Calculation of the detection limit for the Mafart model

Usage

1
detection_mafart(pars, temperature, limit)

Arguments

pars

list defining the model parameters according to the rules defined in the bioinactivation package.

temperature

numerical value that describes the temperature at which the detection limit will be calculated

limit

numerical value describing the maximum number of log-reductions that can be identified in the experiment limit = logDL - logN0, where DL is the detection limit.

Value

Numerical value that indicates the limit of detection for that temperature for the Mafart model

Examples

1
2
3
4
5
6
 
pars <- list(temp_ref = 55,
        z = 5.18 ,
        p = 0.99 ,
        delta_ref = 11.96)
detection_mafart( pars, temperature = 57, limit=7)

bioOED documentation built on Aug. 7, 2019, 5:03 p.m.