diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-04-03 05:17:54 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2012-04-03 05:17:54 +0000 |
commit | d3df16102c5ed4bf9182b4f1893561e99eaed166 (patch) | |
tree | 2ac5629d27dd6fc97e64a3ed627da6a0baa77694 /man/mkinfit.Rd | |
parent | fff1fc581da5b4ff935ebd4d7ded02f750472fdc (diff) |
- Separated model prediction out into a separate function
- Created separate functions for parameter transformations (not documented yet)
- Fitting of analytical models works
- SFO_SFO model works, complex models do not at the moment
- summary.mkinfit not operational at the moment
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@21 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man/mkinfit.Rd')
-rw-r--r-- | man/mkinfit.Rd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 24dcb83..17e0a11 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -34,11 +34,9 @@ mkinfit(mkinmod, observed, \code{\link{modFit}}. } \item{parms.ini}{ - A named vector if initial values for the parameters, including parameters to + A named vector of initial values for the parameters, including parameters to be optimised and potentially also fixed parameters as indicated by \code{fixed_parms}. - The default is to set the initial values to 0.1. The setting of the initial values for - the parameters has a strong impart on performance and it lies in the responsibilty of the - user to set sensible initial values. + If set to "auto", initial values for rate constants are set to default values. } \item{state.ini}{ A named vector of initial values for the state variables of the model. In case the |