diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-14 20:03:42 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-14 20:03:42 +0100 |
commit | 21ad91256dc29423bd905de5c298fd23862b1f3b (patch) | |
tree | 225e2f69ed75b96e5528bcf7b8f25eb3864b75da /NEWS.md | |
parent | 0db7df4bf632a013099b17d5e817a7dc7146c394 (diff) |
Automatic starting parameters for saem.mmkin
For the case of mkin transformations. This gives faster convergence,
and appears to avoid problems with numeric ODE solutions
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ - 'R/saem.R': 'logLik', 'update' and 'anova' methods for 'saem.mmkin' objects. +- 'R/saem.R': Automatic estimation of start parameters for random effects for the case of mkin transformations, nicely improving convergence and reducing problems with iterative ODE solutions. + - 'R/status.R': New generic to show status information for fit array objects with methods for 'mmkin', 'mhmkin' and 'multistart' objects. - 'R/summary.mmkin.R': Summary method for mmkin objects. |