aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-06 12:39:34 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-06 12:39:34 +0100
commitfcf06c40ec314e91ad3fdae3392f008509d70b2e (patch)
tree0cc2744b474e4829b00e1a5d5688a8a268c7bec7 /NAMESPACE
parent092abe8ffc71e634ae95a460380b6a4f57027684 (diff)
Make saemix an S3 generic in this package
This commit also defined saemix.mmkin for mmkin row objects. This works fine, but if we set the class of the returned object to c("saemix.mmkin", "saemix"), it is not an S4 class any more which make it impossible to use saemix functions on it.
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE5
1 files changed, 2 insertions, 3 deletions
diff --git a/NAMESPACE b/NAMESPACE
index ef5b72e7..33f3dec0 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -28,6 +28,7 @@ S3method(print,nlme.mmkin)
S3method(print,summary.mkinfit)
S3method(print,summary.nlme.mmkin)
S3method(residuals,mkinfit)
+S3method(saemix,mmkin)
S3method(summary,mkinfit)
S3method(summary,nlme.mmkin)
S3method(update,mkinfit)
@@ -76,6 +77,7 @@ export(parms)
export(plot_err)
export(plot_res)
export(plot_sep)
+export(saemix)
export(saemix_data)
export(saemix_model)
export(sigma_twocomp)
@@ -94,8 +96,6 @@ importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(pkgbuild,has_compiler)
importFrom(purrr,map_dfr)
-importFrom(saemix,saemixData)
-importFrom(saemix,saemixModel)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,aggregate)
@@ -123,6 +123,5 @@ importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,shapiro.test)
importFrom(stats,update)
-importFrom(stats,var)
importFrom(utils,getFromNamespace)
importFrom(utils,write.table)

Contact - Imprint