diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 17:05:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 17:05:19 +0100 |
commit | 11c7f26dd6c532d977d9875f3c16952c7bba37ca (patch) | |
tree | 03393f3e63f1db688166e82fff7a8d16bb239154 /R/sigma_twocomp.R | |
parent | c4f327e62f19c0a3fc77a538f7cf0c2c619019d8 (diff) | |
parent | a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52 (diff) |
Merge branch 'master' into saemix
Diffstat (limited to 'R/sigma_twocomp.R')
-rw-r--r-- | R/sigma_twocomp.R | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/R/sigma_twocomp.R b/R/sigma_twocomp.R index e7f4368b..eee742bb 100644 --- a/R/sigma_twocomp.R +++ b/R/sigma_twocomp.R @@ -23,6 +23,11 @@ #' #' Rocke, David M. and Lorenzato, Stefan (1995) A two-component model for #' measurement error in analytical chemistry. Technometrics 37(2), 176-184. +#' +#' Ranke J and Meinecke S (2019) Error Models for the Kinetic Evaluation of Chemical +#' Degradation Data. *Environments* 6(12) 124 +#' \doi{10.3390/environments6120124}. +#' #' @examples #' times <- c(0, 1, 3, 7, 14, 28, 60, 90, 120) #' d_pred <- data.frame(time = times, parent = 100 * exp(- 0.03 * times)) |