diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 17:15:12 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 17:43:16 +0200 |
commit | b703ee38ffc8877be843cf5a557dd9c32c54f977 (patch) | |
tree | 4da8adf610a1e431f514efc256f44bb7abdec4ca /NAMESPACE | |
parent | ad6ef5013dce7ef1ef9bbcadbd278b71da9b6f72 (diff) |
Summary method for mmkin objects
Also, add a method for gathering convergence information
and a method for gathering information on ill-defined parameters
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,8 +6,11 @@ S3method(BIC,mmkin) S3method(aw,mkinfit) S3method(aw,mmkin) S3method(confint,mkinfit) +S3method(convergence,mmkin) S3method(f_time_norm_focus,mkindsg) S3method(f_time_norm_focus,numeric) +S3method(illparms,mkinfit) +S3method(illparms,mmkin) S3method(intervals,saem.mmkin) S3method(loftest,mkinfit) S3method(logLik,mkinfit) @@ -24,6 +27,8 @@ S3method(plot,mixed.mmkin) S3method(plot,mkinfit) S3method(plot,mmkin) S3method(plot,nafta) +S3method(print,convergence.mmkin) +S3method(print,illparms.mmkin) S3method(print,mixed.mmkin) S3method(print,mkinds) S3method(print,mkindsg) @@ -33,11 +38,13 @@ S3method(print,nafta) S3method(print,nlme.mmkin) S3method(print,saem.mmkin) 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(summary,mkinfit) +S3method(summary,mmkin) S3method(summary,nlme.mmkin) S3method(summary,saem.mmkin) S3method(update,mkinfit) @@ -53,10 +60,12 @@ export(SFORB.solution) export(add_err) export(aw) export(backtransform_odeparms) +export(convergence) export(create_deg_func) export(endpoints) export(f_time_norm_focus) export(get_deg_func) +export(illparms) export(ilr) export(intervals) export(invilr) |