diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
commit | 569a5790c2f8cca4dc6d8c5a53bd3b7a9f65441f (patch) | |
tree | 38591f104527a1570dc25af0769444398c4395bb /NAMESPACE | |
parent | cba325aa66d36e210499b42a9761e3e90fc3d5fe (diff) |
More work on multistart
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,7 @@ S3method(nlme,mmkin) S3method(nobs,mkinfit) S3method(parms,mkinfit) S3method(parms,mmkin) +S3method(parms,saem.mmkin) S3method(plot,mixed.mmkin) S3method(plot,mkinfit) S3method(plot,mmkin) @@ -46,6 +47,7 @@ S3method(print,mkinds) S3method(print,mkindsg) S3method(print,mkinmod) S3method(print,mmkin) +S3method(print,multistart) S3method(print,nafta) S3method(print,nlme.mmkin) S3method(print,saem.mmkin) @@ -57,6 +59,7 @@ S3method(residuals,mkinfit) S3method(saem,mmkin) S3method(summary,mkinfit) S3method(summary,mmkin) +S3method(summary,multistart.saem.mmkin) S3method(summary,nlme.mmkin) S3method(summary,saem.mmkin) S3method(update,mkinfit) |