From d3df16102c5ed4bf9182b4f1893561e99eaed166 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 3 Apr 2012 05:17:54 +0000 Subject: - 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 --- man/mkinfit.Rd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'man') 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 -- cgit v1.2.1