aboutsummaryrefslogtreecommitdiff
path: root/R/transform_odeparms.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-07 12:03:40 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-07 14:55:21 +0100
commit7035cde3a53781721fe15a8893fdf328c789bdd2 (patch)
treea1e4929faf9d645caedc0ed4dcc5036252497c63 /R/transform_odeparms.R
parent77c248ca40b82ec00a756cd82f12968131f78959 (diff)
Remove nlmixr interface for release of mkin 1.1.0
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see https://github.com/nlmixrdevelopment/nlmixr/issues/596 and https://github.com/r-hub/rhub/issues/512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined).
Diffstat (limited to 'R/transform_odeparms.R')
-rw-r--r--R/transform_odeparms.R6
1 files changed, 1 insertions, 5 deletions
diff --git a/R/transform_odeparms.R b/R/transform_odeparms.R
index 174e7c2d..bf988331 100644
--- a/R/transform_odeparms.R
+++ b/R/transform_odeparms.R
@@ -230,11 +230,7 @@ backtransform_odeparms <- function(transparms, mkinmod,
if(transform_fractions) {
if (any(grepl("qlogis", names(trans_f)))) {
f_tmp <- plogis(trans_f)
- if (any(grepl("_tffm0_.*_qlogis$", names(f_tmp)))) {
- parms[f_names] <- invtffm0(f_tmp)
- } else {
- parms[f_names] <- f_tmp
- }
+ parms[f_names] <- f_tmp
} else {
f_tmp <- invilr(trans_f)
if (spec[[box]]$sink) {

Contact - Imprint