diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-17 13:58:34 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-17 13:58:34 +0200 |
commit | 05baf3bf92cba127fd2319b779db78be86170e5e (patch) | |
tree | 98b0c8c63badd2421afa5ebaf12530290ac9c571 /NAMESPACE | |
parent | 28197d5fcbaf85b39f4c032b8180d68b6f6a01b3 (diff) |
Let backtransform_odeparms handle nlmixr formation fractions
Also adapt summary.nlmixr.mmkin to correctly handle the way
formation fractions are translated to nlmixr
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,7 @@ export(f_time_norm_focus) export(get_deg_func) export(ilr) export(invilr) +export(invtffm0) export(loftest) export(logistic.solution) export(lrtest) @@ -101,6 +102,7 @@ export(saem) export(saemix_data) export(saemix_model) export(sigma_twocomp) +export(tffm0) export(transform_odeparms) import(deSolve) import(graphics) |