diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,8 @@ S3method(aw,mmkin) S3method(confint,mkinfit) S3method(f_time_norm_focus,mkindsg) S3method(f_time_norm_focus,numeric) +S3method(intervals,nlmixr.mmkin) +S3method(intervals,saem.mmkin) S3method(loftest,mkinfit) S3method(logLik,mkinfit) S3method(lrtest,mkinfit) @@ -61,6 +63,7 @@ export(endpoints) export(f_time_norm_focus) export(get_deg_func) export(ilr) +export(intervals) export(invilr) export(invtffm0) export(loftest) @@ -112,6 +115,7 @@ importFrom(dplyr,"%>%") importFrom(grDevices,dev.cur) importFrom(lmtest,lrtest) importFrom(methods,signature) +importFrom(nlme,intervals) importFrom(nlmixr,nlmixr) importFrom(nlmixr,tableControl) importFrom(parallel,detectCores) |