aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-06-23 17:02:20 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-06-23 17:02:20 +0200
commit8f015900156981ecc2f1f6a1d5a078277ef3f454 (patch)
treec755575c81315c3b9b09de473b8f818e27f69425
parentd9577db290a7fb8944d9a79af59ae90fc00a3eaa (diff)
Test log parameters by default when deriving saemix starting parameters
-rw-r--r--R/saem.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/saem.R b/R/saem.R
index 5daf4be8..9db2c04a 100644
--- a/R/saem.R
+++ b/R/saem.R
@@ -115,7 +115,7 @@ saem <- function(object, ...) UseMethod("saem")
saem.mmkin <- function(object,
transformations = c("mkin", "saemix"),
degparms_start = numeric(),
- test_log_parms = FALSE,
+ test_log_parms = TRUE,
conf.level = 0.6,
solution_type = "auto",
nbiter.saemix = c(300, 100),

Contact - Imprint