diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-23 17:02:20 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-06-23 17:02:20 +0200 |
| commit | 8f015900156981ecc2f1f6a1d5a078277ef3f454 (patch) | |
| tree | c755575c81315c3b9b09de473b8f818e27f69425 | |
| parent | d9577db290a7fb8944d9a79af59ae90fc00a3eaa (diff) | |
Test log parameters by default when deriving saemix starting parameters
| -rw-r--r-- | R/saem.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |
