diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 14:08:13 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 15:20:53 +0100 |
commit | a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52 (patch) | |
tree | a9ecf25af6657e70d8f1faabd88fb6e2f6334b07 /R/sigma_twocomp.R | |
parent | b4582fc7d3f1d395bfd9d870137b705469d9eab2 (diff) |
Improve README, introductory vignette and some other docsv1.0.3
Also bump version to 1.0.3.
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)) |