diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 09:07:04 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 09:07:04 +0200 |
commit | 3c5b2596daef4ed0ee5c38a7141fdf48dbe7c070 (patch) | |
tree | af1228baf8b057fd183f8cf6e3ecaa9495b7f030 /tests/testthat/setup_script.R | |
parent | 06df20703a9390692ab1ece3ae1702a71fff05ae (diff) |
Reduced sfo model for multistart.saem.mkin tests
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r-- | tests/testthat/setup_script.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R index 4de2674f..777c998a 100644 --- a/tests/testthat/setup_script.R +++ b/tests/testthat/setup_script.R @@ -183,6 +183,7 @@ nlme_biphasic <- suppressWarnings(nlme(mmkin_biphasic)) # saemix sfo_saem_1 <- saem(mmkin_sfo_1, quiet = TRUE, transformations = "saemix") +sfo_saem_1_reduced <- update(sfo_saem_1, no_random_effect = "parent_0") dfop_saemix_1 <- saem(mmkin_dfop_1, quiet = TRUE, transformations = "mkin", no_random_effect = "parent_0") |