diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 10:52:55 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 10:52:55 +0100 |
commit | 25fef221d589b5eebe32829633372d785e750d2a (patch) | |
tree | 2afd5b929e7d6a12cee19bada564a7905129dea0 /tests/testthat/setup_script.R | |
parent | 107ddb89a4a6e0e15d9f82eafcf9eebecf4904ba (diff) |
Test print method for mixed.mmkin
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 be4e4658..81f9248d 100644 --- a/tests/testthat/setup_script.R +++ b/tests/testthat/setup_script.R @@ -154,6 +154,7 @@ ds_biphasic <- lapply(ds_biphasic_mean, function(ds) { mmkin_sfo_1 <- mmkin("SFO", ds_sfo, quiet = TRUE, error_model = "tc") sfo_saemix_1 <- saem(mmkin_sfo_1, quiet = TRUE, transformations = "saemix") mmkin_biphasic <- mmkin(list("DFOP-SFO" = DFOP_SFO), ds_biphasic, quiet = TRUE) +mmkin_biphasic_mixed <- mixed(mmkin_biphasic) nlme_biphasic <- nlme(mmkin_biphasic) saem_biphasic_m <- saem(mmkin_biphasic, transformations = "mkin", quiet = TRUE) saem_biphasic_s <- saem(mmkin_biphasic, transformations = "saemix", quiet = TRUE) |