diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-09-06 15:12:26 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-09-06 15:12:26 +0200 |
commit | e18ea5ffeac34aa260e6fb1f7bd805fbbb57f1e6 (patch) | |
tree | ac2d11dcfa02b1cdb2c400e9bf07e80146bb51a3 /README.md | |
parent | 2218c64869a37927b793b88da77c4c90c9307535 (diff) |
Adapt the IRLS instructions to current version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ and at [R-Forge](http://kinfit.r-forge.r-project.org/mkin_static/index.html). (see below) is calculated for each observed variable. * Iteratively reweighted least squares fitting is implemented in a similar way as in KinGUII and CAKE (see below). Simply add the argument - `reweight = "obs"` to your call to `mkinfit` and a separate variance + `reweight.method = "obs"` to your call to `mkinfit` and a separate variance componenent for each of the observed variables will be optimised in a second stage after the primary optimisation algorithm has converged. * When a metabolite decline phase is not described well by SFO kinetics, |