aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-10-15 10:25:48 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-10-15 10:25:48 +0200
commit954f7514144a281b73e9b47ac88a6b13e8799f31 (patch)
treed3ec236753e99bf352cf3c015a8f326380ba82d3 /NAMESPACE
parenteb2d15fce17fd5c83ab2e06820d90c63dd802818 (diff)
Reintroduce saemix helper functions
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 7231cd46..0a04d6c3 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -72,6 +72,8 @@ export(parms)
export(plot_err)
export(plot_res)
export(plot_sep)
+export(saemix_data)
+export(saemix_model)
export(sigma_twocomp)
export(transform_odeparms)
import(deSolve)
@@ -88,6 +90,8 @@ 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)
@@ -112,5 +116,6 @@ 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