aboutsummaryrefslogtreecommitdiff
path: root/R/intervals.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-02-09 12:19:14 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-02-09 12:19:14 +0100
commitd8f31d1323998f33d07535f55c81be380d93ca45 (patch)
treeef0e614878397974bb4040e146fb116bb4ee40c5 /R/intervals.R
parent0fa8a770812775d697717ad723f7f61fb04b7fef (diff)
Adapt saemix interface to saemix 3.0 on CRAN
Diffstat (limited to 'R/intervals.R')
-rw-r--r--R/intervals.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/intervals.R b/R/intervals.R
index e2d342f0..8ab2b7ec 100644
--- a/R/intervals.R
+++ b/R/intervals.R
@@ -10,6 +10,7 @@ nlme::intervals
#' @param backtransform In case the model was fitted with mkin transformations,
#' should we backtransform the parameters where a one to one correlation
#' between transformed and backtransformed parameters exists?
+#' @param \dots For compatibility with the generic method
#' @return An object with 'intervals.saem.mmkin' and 'intervals.lme' in the
#' class attribute
#' @export
@@ -101,6 +102,7 @@ intervals.saem.mmkin <- function(object, level = 0.95, backtransform = TRUE, ...
#' @param level The confidence level.
#' @param backtransform Should we backtransform the parameters where a one to
#' one correlation between transformed and backtransformed parameters exists?
+#' @param \dots For compatibility with the generic method
#' @importFrom nlme intervals
#' @return An object with 'intervals.saem.mmkin' and 'intervals.lme' in the
#' class attribute

Contact - Imprint