diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 14:23:16 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 14:23:16 +0100 |
commit | 6464d3999338d34c081f360694dbc0bc0abf68cb (patch) | |
tree | 750c7196b3b7e3f995f72e62c77a3978ddca5994 /NAMESPACE | |
parent | a52d76a13f36c112e27383af1cac3f98b1bbed0a (diff) |
Add plot method for saem.mmkin objects
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ S3method(plot,mkinfit) S3method(plot,mmkin) S3method(plot,nafta) S3method(plot,nlme.mmkin) +S3method(plot,saem.mmkin) S3method(print,mkinds) S3method(print,mkinmod) S3method(print,mmkin) @@ -98,6 +99,7 @@ importFrom(parallel,mclapply) importFrom(parallel,parLapply) importFrom(pkgbuild,has_compiler) importFrom(purrr,map_dfr) +importFrom(saemix,psi) importFrom(stats,AIC) importFrom(stats,BIC) importFrom(stats,aggregate) |