aboutsummaryrefslogtreecommitdiff
path: root/man/mkinstart.Rd
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
commit1718d434efae26de02754c6622c43f4dc9e624b9 (patch)
treec2dafe942f65e94cd43e1ba17933b667f284d154 /man/mkinstart.Rd
parent2b244ef7d3cbebaaa653d8c8ac87090e34525f7a (diff)
Update kinfit and mkin to the latest version published on BerliOS.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man/mkinstart.Rd')
-rw-r--r--man/mkinstart.Rd38
1 files changed, 38 insertions, 0 deletions
diff --git a/man/mkinstart.Rd b/man/mkinstart.Rd
new file mode 100644
index 0000000..ec1204f
--- /dev/null
+++ b/man/mkinstart.Rd
@@ -0,0 +1,38 @@
+\name{mkinstart}
+\alias{mkinstart}
+\title{
+ Generate starting parameters for optimisations
+}
+\description{
+ This function is supposed to analyse a kinetic model and kinetic data in
+ order to generate suitable starting parameters for fitting the model.
+ It does not do anything really useful at the moment.
+}
+\usage{
+mkinstart(model, data, mode = "auto")
+}
+\arguments{
+ \item{model}{
+ A kinetic model of class \code{\link{mkinmod}}.
+}
+ \item{data}{
+ Kinetic data in wide format suitable for fitting with \code{\link{mkinfit}}.
+}
+ \item{mode}{
+ How the starting parameters should be generated. At the moment, only
+ "auto" is supported, which internally uses \code{\link{kinfit}}.
+}
+}
+\details{
+%% ~~ If necessary, more details than the description above ~~
+}
+\value{
+ A named vector of starting parameters.
+}
+\author{
+ Johannes Ranke
+}
+\examples{
+
+}
+\keyword{ manip }

Contact - Imprint