From b703ee38ffc8877be843cf5a557dd9c32c54f977 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 17:15:12 +0200 Subject: Summary method for mmkin objects Also, add a method for gathering convergence information and a method for gathering information on ill-defined parameters --- NAMESPACE | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index c5a4a389..96cd92e4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1