From d8f31d1323998f33d07535f55c81be380d93ca45 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 9 Feb 2022 12:19:14 +0100 Subject: Adapt saemix interface to saemix 3.0 on CRAN --- R/intervals.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'R/intervals.R') 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 -- cgit v1.2.1