diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 10:23:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-03 10:23:16 +0100 |
commit | 75d436be311fff523148dbb078d4c8336740dea5 (patch) | |
tree | d004bfd2e0dc552e21be9a09317c7f883c7217a4 /tests/testthat/print_mmkin_biphasic_mixed.txt | |
parent | b69d55795c77725f5eaa4c99f51f5e1083665872 (diff) |
More work to try to pass tests on R-devel winbuilder
Diffstat (limited to 'tests/testthat/print_mmkin_biphasic_mixed.txt')
-rw-r--r-- | tests/testthat/print_mmkin_biphasic_mixed.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/testthat/print_mmkin_biphasic_mixed.txt b/tests/testthat/print_mmkin_biphasic_mixed.txt deleted file mode 100644 index 712c813a..00000000 --- a/tests/testthat/print_mmkin_biphasic_mixed.txt +++ /dev/null @@ -1,26 +0,0 @@ -Kinetic model fitted by nonlinear regression to each dataset -Structural model: -d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 * - time)) / (g * exp(-k1 * time) + (1 - g) * exp(-k2 * time))) - * parent -d_m1/dt = + f_parent_to_m1 * ((k1 * g * exp(-k1 * time) + k2 * (1 - g) - * exp(-k2 * time)) / (g * exp(-k1 * time) + (1 - g) * - exp(-k2 * time))) * parent - k_m1 * m1 - -Data: -507 observations of 2 variable(s) grouped in 15 datasets - -<mmkin> object -Status of individual fits: - - dataset -model 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 - DFOP-SFO OK OK OK OK OK OK OK OK OK OK OK OK OK OK OK - -OK: No warnings - -Mean fitted parameters: - parent_0 log_k_m1 f_parent_qlogis log_k1 log_k2 - 100.648 -5.380 -0.093 -2.736 -4.534 - g_qlogis - -0.142 |