diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-13 21:24:13 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-13 21:24:13 +0100 |
commit | 6441a9f35d66f2c4d38c0036f99cd8f509d76f3b (patch) | |
tree | 452f80a89016e89e8113e17d251f988ece1f86d2 /R | |
parent | 572e435b2394ef7092a78d0eebbbeda88b66a0a8 (diff) |
More work on f_time_norm_focus
Diffstat (limited to 'R')
-rw-r--r-- | R/saem.R | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |