diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-28 16:34:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-28 16:34:57 +0200 |
commit | 3529f5ff498d7d054c7b1911ddfc4b242902b85d (patch) | |
tree | 4c642bfddcc68e353fe75e8037d39ad8f269d56e /NAMESPACE | |
parent | 75f361bed527b91bec205c5452add13247760d61 (diff) |
Fix handling of multistart fits with failures
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,8 @@ S3method(aw,multistart) S3method(confint,mkinfit) S3method(convergence,mhmkin) S3method(convergence,mmkin) +S3method(convergence,multistart) +S3method(convergence,multistart.saem.mmkin) S3method(f_time_norm_focus,mkindsg) S3method(f_time_norm_focus,numeric) S3method(illparms,mhmkin) @@ -42,6 +44,7 @@ S3method(plot,mmkin) S3method(plot,nafta) S3method(print,convergence.mhmkin) S3method(print,convergence.mmkin) +S3method(print,convergence.multistart) S3method(print,illparms.mhmkin) S3method(print,illparms.mmkin) S3method(print,mhmkin) |