diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 10:25:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-10-15 10:25:48 +0200 |
commit | 954f7514144a281b73e9b47ac88a6b13e8799f31 (patch) | |
tree | d3ec236753e99bf352cf3c015a8f326380ba82d3 /NAMESPACE | |
parent | eb2d15fce17fd5c83ab2e06820d90c63dd802818 (diff) |
Reintroduce saemix helper functions
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |