diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-29 20:23:17 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-29 20:23:17 +0100 |
commit | aaa4cab7e0c7212f91147a9789af54b97fe342ca (patch) | |
tree | 44605b8b650f032a035dbe5cd7ba6512b351a666 /tests/testthat/test_mhmkin.R | |
parent | 61b9a4046582da5cf88bd3c04d0d6ca77adc3405 (diff) |
Complete starting values in summary for saem.mmkin fits
Also update tests to the changes in mhmkin (see NEWS)
Diffstat (limited to 'tests/testthat/test_mhmkin.R')
-rw-r--r-- | tests/testthat/test_mhmkin.R | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testthat/test_mhmkin.R b/tests/testthat/test_mhmkin.R index 93333ac1..e2339f28 100644 --- a/tests/testthat/test_mhmkin.R +++ b/tests/testthat/test_mhmkin.R @@ -46,14 +46,4 @@ test_that("Multiple hierarchical kinetic models can be fitted and diagnosed", { print(fits_synth_const), "print_fits_synth_const.txt") - hfits_no_ranef_auto <- update(hfits, no_random_effect = "auto", auto_ranef_threshold = 2) - - expect_known_output( - print(hfits_no_ranef_auto), - "print_hfits_synth_no_ranef_auto.txt") - - expect_known_output( - print(illparms(hfits_no_ranef_auto)), - "illparms_hfits_synth_no_ranef_auto.txt") - }) |