diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 22:29:37 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 22:29:37 +0200 |
commit | 6c85446cfe1a2d4592b35cc4b1bac9400771ea07 (patch) | |
tree | b44381dc171b8d7ef46d6e429162461e34276d8c | |
parent | 553d4b763a79f880e9de138a78de624abb15754e (diff) |
Explanatory comment
-rw-r--r-- | tests/testthat/test_mixed.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index 8f4f3ae3..4488f2e2 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -10,6 +10,7 @@ test_that("Print methods work", { test_that("nlme results are reproducible to some degree", { + # Round error model parameters as they are not rounded in the summary dfop_nlme_1$modelStruct$varStruct$const <- signif(dfop_nlme_1$modelStruct$varStruct$const, 4) dfop_nlme_1$modelStruct$varStruct$prop <- |