From 6441a9f35d66f2c4d38c0036f99cd8f509d76f3b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Nov 2020 21:24:13 +0100 Subject: More work on f_time_norm_focus --- R/saem.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'R/saem.R') diff --git a/R/saem.R b/R/saem.R index 408e62e8..3376d3c6 100644 --- a/R/saem.R +++ b/R/saem.R @@ -1,3 +1,5 @@ +utils::globalVariables(c("predicted", "std")) + #' Fit nonlinear mixed models with SAEM #' #' This function uses [saemix::saemix()] as a backend for fitting nonlinear mixed -- cgit v1.2.1