| detection_peleg | R Documentation |
Calculation of the detection limit for the Peleg model
detection_peleg(pars, temperature, limit)
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. |
Numerical value that indicates the limit of detection for that temperature for the Peleg model
pars <- list(temp_crit = 56.95,
k_b = 0.58 ,
n = 1 )
detection_peleg( pars, temperature = 57, limit=7)