diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-06 18:30:32 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-06 18:30:32 +0100 | 
| commit | 48c463680b51fa767b4cd7bd62865f192d0354ac (patch) | |
| tree | 5b66eb08a7fd5e29fb7e6d3a9a8258ccdcaea73e /NAMESPACE | |
| parent | 2ee20b257e34210e2d1f044431f3bfe059c9c5e7 (diff) | |
Reintroduce interface to saemix
Also after the upgrade from buster to bullseye of my local system, some
test results for saemix have changed.
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -30,11 +30,15 @@ S3method(print,mkinmod)  S3method(print,mmkin)  S3method(print,nafta)  S3method(print,nlme.mmkin) +S3method(print,saem.mmkin)  S3method(print,summary.mkinfit)  S3method(print,summary.nlme.mmkin) +S3method(print,summary.saem.mmkin)  S3method(residuals,mkinfit) +S3method(saem,mmkin)  S3method(summary,mkinfit)  S3method(summary,nlme.mmkin) +S3method(summary,saem.mmkin)  S3method(update,mkinfit)  S3method(update,mmkin)  S3method(update,nlme.mmkin) @@ -86,6 +90,9 @@ export(parms)  export(plot_err)  export(plot_res)  export(plot_sep) +export(saem) +export(saemix_data) +export(saemix_model)  export(sigma_twocomp)  export(transform_odeparms)  import(deSolve) @@ -126,5 +133,6 @@ importFrom(stats,residuals)  importFrom(stats,rnorm)  importFrom(stats,shapiro.test)  importFrom(stats,update) +importFrom(stats,vcov)  importFrom(utils,getFromNamespace)  importFrom(utils,write.table) | 
