diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 10:31:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-28 10:31:16 +0200 |
commit | 4c868d65be04c8ee3fedc89d28d0e7d8c5da05e0 (patch) | |
tree | 6aa3123f7b722bcffdbdc06c06abe867726c8b91 /NAMESPACE | |
parent | 0e9220c6b9132602a3d69e4be582a02da8b07822 (diff) |
Rename 'convergence' method to 'status'
The reason is that it is misleading in the case of saem.mmkin objects,
because convergence is not really checked there.
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -13,10 +13,6 @@ S3method(aw,mmkin) S3method(aw,multistart) S3method(best,default) 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) @@ -44,9 +40,6 @@ S3method(plot,mixed.mmkin) S3method(plot,mkinfit) 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) @@ -59,12 +52,18 @@ S3method(print,multistart) S3method(print,nafta) S3method(print,nlme.mmkin) S3method(print,saem.mmkin) +S3method(print,status.mhmkin) +S3method(print,status.mmkin) +S3method(print,status.multistart) S3method(print,summary.mkinfit) S3method(print,summary.mmkin) S3method(print,summary.nlme.mmkin) S3method(print,summary.saem.mmkin) S3method(residuals,mkinfit) S3method(saem,mmkin) +S3method(status,mmkin) +S3method(status,multistart) +S3method(status,multistart.saem.mmkin) S3method(summary,mkinfit) S3method(summary,mmkin) S3method(summary,nlme.mmkin) @@ -87,7 +86,6 @@ export(add_err) export(aw) export(backtransform_odeparms) export(best) -export(convergence) export(create_deg_func) export(endpoints) export(f_time_norm_focus) @@ -138,6 +136,7 @@ export(saemix_model) export(set_nd_nq) export(set_nd_nq_focus) export(sigma_twocomp) +export(status) export(transform_odeparms) export(which.best) import(deSolve) |