diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-02 13:11:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-02 13:11:43 +0200 |
commit | e4dc404220b9a867d73d5aa11f7d52673c8a67db (patch) | |
tree | 94880701666c7c8f6aede78fbbf81d13653c54de | |
parent | 1d0e04865871632d60f8717238908fa4842357e2 (diff) |
Internal parameter transformations are optional
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,8 +73,8 @@ or the package vignettes referenced from the internally using the `modFit` function from the `FME` package, which uses the least-squares Levenberg-Marquardt algorithm from `minpack.lm` per default. -* Kinetic rate constants and kinetic formation fractions are transformed - internally using +* By default, kinetic rate constants and kinetic formation fractions are + transformed internally using [`transform_odeparms`](http://kinfit.r-forge.r-project.org/mkin_static/transform_odeparms.html) so their estimators can more reasonably be expected to follow a normal distribution. This has the side effect that no constraints |