diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-07 16:19:54 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-07 16:19:54 +0100 |
commit | 904ba9668eb76eaae4960e2188134e8c88da07ee (patch) | |
tree | 31498997575ebcc7544d81a71f991bf127be3a41 /NEWS.md | |
parent | 97f71fc3d086bd447ab3e4d19abf32bb3114085b (diff) |
Fix parplot for the case of failed multistart runs
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ - 'R/illparms.R': Also check if confidence intervals for slope parameters in covariate models include zero. Only implemented for fits obtained with the saemix backend. +- 'R/parplot.R': Make the function work also in the case that some of the multistart runs failed. + # mkin 1.2.1 (2022-11-19) - '{data,R}/ds_mixed.rda': Include the test data in the package instead of generating it in 'tests/testthat/setup_script.R'. Refactor the generating code to make it consistent and update tests. |