diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 21:45:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 21:45:30 +0200 |
commit | a8ff8bed72dc537fe70cf2995ea769d3f519f877 (patch) | |
tree | 781e776ea30c95392c0e96df7e42ae7709d32cb3 /tests/testthat/print_dfop_nlme_1.txt | |
parent | 92bd47bf45cebe660c5e7f392a4ee19f704d8a19 (diff) |
Change DFOP mixed model data in tests, updates
Diffstat (limited to 'tests/testthat/print_dfop_nlme_1.txt')
-rw-r--r-- | tests/testthat/print_dfop_nlme_1.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/testthat/print_dfop_nlme_1.txt b/tests/testthat/print_dfop_nlme_1.txt index 1092821d..435ff409 100644 --- a/tests/testthat/print_dfop_nlme_1.txt +++ b/tests/testthat/print_dfop_nlme_1.txt @@ -8,17 +8,23 @@ d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 * Data: 270 observations of 1 variable(s) grouped in 15 datasets -Log-likelihood: -612 +Log-likelihood: -695 Fixed effects: list(parent_0 ~ 1, log_k1 ~ 1, log_k2 ~ 1, g_qlogis ~ 1) parent_0 log_k1 log_k2 g_qlogis - 100.1 -2.7 -4.1 -0.5 + 100.1 -2.7 -4.1 -0.4 Random effects: Formula: list(parent_0 ~ 1, log_k1 ~ 1, log_k2 ~ 1, g_qlogis ~ 1) Level: ds Structure: Diagonal parent_0 log_k1 log_k2 g_qlogis Residual -StdDev: 0.4 0.3 0.2 0.2 2 +StdDev: 2 0.3 0.2 0.2 1 +Variance function: + Structure: Constant plus proportion of variance covariate + Formula: ~fitted(.) + Parameter estimates: + const prop + 0.92275475 -0.04804649 |