aboutsummaryrefslogtreecommitdiff
path: root/R/nlme.mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-14 15:41:56 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-14 15:41:56 +0100
commit3cddc58e6fcdd5341b354dc5b5f784ec8190f62b (patch)
tree8303617316a207e3e4ed7c1b554abf0ed77e3d39 /R/nlme.mmkin.R
parent72ef221369df14a527c2751c002b5cf3db29520d (diff)
Reduce check time for CRAN, releasev1.1.0
Diffstat (limited to 'R/nlme.mmkin.R')
-rw-r--r--R/nlme.mmkin.R7
1 files changed, 3 insertions, 4 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R
index b6b6c830..09cb84b8 100644
--- a/R/nlme.mmkin.R
+++ b/R/nlme.mmkin.R
@@ -59,12 +59,11 @@ get_deg_func <- function() {
#' @examples
#' ds <- lapply(experimental_data_for_UBA_2019[6:10],
#' function(x) subset(x$data[c("name", "time", "value")], name == "parent"))
-#' f <- mmkin(c("SFO", "DFOP"), ds, quiet = TRUE, cores = 1)
-#' library(nlme)
-#' f_nlme_sfo <- nlme(f["SFO", ])
#'
#' \dontrun{
-#'
+#' f <- mmkin(c("SFO", "DFOP"), ds, quiet = TRUE, cores = 1)
+#' library(nlme)
+#' f_nlme_sfo <- nlme(f["SFO", ])
#' f_nlme_dfop <- nlme(f["DFOP", ])
#' anova(f_nlme_sfo, f_nlme_dfop)
#' print(f_nlme_dfop)

Contact - Imprint