aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2013-11-13 22:09:41 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2013-11-13 22:09:41 +0100
commitd8dbf2ad866fb9d34cd1100000b9c116219ecef6 (patch)
treeeaf5c9a1d334472e9a862da22ce76a15f12fc3eb /R
parent8f1bae2142b37a0ff6b8989b2d1569686937f68e (diff)
Add possibility to control more mkinfit arguments from the GUI
Diffstat (limited to 'R')
-rw-r--r--R/mkinfit.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R
index d04d1ea6..3e47479f 100644
--- a/R/mkinfit.R
+++ b/R/mkinfit.R
@@ -281,6 +281,8 @@ mkinfit <- function(mkinmod, observed,
fit$rtol <- rtol
fit$weight.ini <- weight.ini
fit$reweight.method <- reweight.method
+ fit$reweight.tol <- reweight.tol
+ fit$reweight.max.iter <- reweight.max.iter
# Return all backtransformed parameters for summary
fit$bparms.optim <- bparms.optim

Contact - Imprint