diff options
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) |