From 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 27 Sep 2021 20:10:01 +0200 Subject: intervals() methods, more DFOP/tc variants --- NAMESPACE | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index aa40b570..aa3899ac 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1