diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2013-11-13 22:09:41 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2013-11-13 22:09:41 +0100 |
commit | d8dbf2ad866fb9d34cd1100000b9c116219ecef6 (patch) | |
tree | eaf5c9a1d334472e9a862da22ce76a15f12fc3eb /R | |
parent | 8f1bae2142b37a0ff6b8989b2d1569686937f68e (diff) |
Add possibility to control more mkinfit arguments from the GUI
Diffstat (limited to 'R')
-rw-r--r-- | R/mkinfit.R | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R index d04d1ea..3e47479 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
|