diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:34:52 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:38:29 +0100 |
commit | f99bdd8697c3bfbd432a320774a4692fd0e1241a (patch) | |
tree | f2f03f30d3fa3f25780f21611ec407b7a90ad2eb /tests/testthat/print_nlme_biphasic.txt | |
parent | d28ce9f8ad6f9573e403ebd8eb637ecd5e5b0e02 (diff) |
Make saemix and corresponding tests optional
Address release critical check and test issues
Diffstat (limited to 'tests/testthat/print_nlme_biphasic.txt')
-rw-r--r-- | tests/testthat/print_nlme_biphasic.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testthat/print_nlme_biphasic.txt b/tests/testthat/print_nlme_biphasic.txt index 98895d3a..f86bda76 100644 --- a/tests/testthat/print_nlme_biphasic.txt +++ b/tests/testthat/print_nlme_biphasic.txt @@ -11,19 +11,19 @@ d_m1/dt = + f_parent_to_m1 * ((k1 * g * exp(-k1 * time) + k2 * (1 - g) Data: 509 observations of 2 variable(s) grouped in 15 datasets -Log-likelihood: -1343 +Log-likelihood: -1329 Fixed effects: list(parent_0 ~ 1, log_k_m1 ~ 1, f_parent_qlogis ~ 1, log_k1 ~ 1, log_k2 ~ 1, g_qlogis ~ 1) parent_0 log_k_m1 f_parent_qlogis log_k1 log_k2 - 100.37 -6.23 -0.08 -3.22 -4.10 + 100.43 -5.34 -0.08 -2.90 -4.34 g_qlogis - -0.10 + -0.19 Random effects: Formula: list(parent_0 ~ 1, log_k_m1 ~ 1, f_parent_qlogis ~ 1, log_k1 ~ 1, log_k2 ~ 1, g_qlogis ~ 1) Level: ds Structure: Diagonal parent_0 log_k_m1 f_parent_qlogis log_k1 log_k2 g_qlogis Residual -StdDev: 1 2e-04 0.3 0.7 0.8 0.3 3 +StdDev: 1 0.1 0.3 0.6 0.5 0.3 3 |