diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
commit | 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a (patch) | |
tree | 70f86619437fb8f1bc1f144b847fc4dacbcba128 /NAMESPACE | |
parent | 047d048b89e167fb354b45cd7c6b719b9f4cdd28 (diff) |
intervals() methods, more DFOP/tc variants
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) |