aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/setup_script.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-26 09:07:04 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-26 09:07:04 +0200
commit3c5b2596daef4ed0ee5c38a7141fdf48dbe7c070 (patch)
treeaf1228baf8b057fd183f8cf6e3ecaa9495b7f030 /tests/testthat/setup_script.R
parent06df20703a9390692ab1ece3ae1702a71fff05ae (diff)
Reduced sfo model for multistart.saem.mkin tests
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r--tests/testthat/setup_script.R1
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")

Contact - Imprint