diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-06 07:37:29 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-06 07:37:29 +0000 |
commit | ddbb670efc25dc528d56a01ac6551411d6e24762 (patch) | |
tree | 617da684c6ac4d32a7a8789f39c35347c7bef080 /vignettes/examples.Rnw | |
parent | a0421f67c70c9857d96bfcd7fc0069efa7d83b37 (diff) |
Update of the vignettes
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@140 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'vignettes/examples.Rnw')
-rw-r--r-- | vignettes/examples.Rnw | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vignettes/examples.Rnw b/vignettes/examples.Rnw index 4897f7c..f876d14 100644 --- a/vignettes/examples.Rnw +++ b/vignettes/examples.Rnw @@ -20,6 +20,7 @@ \SweaveOpts{engine=R, eps=FALSE, keep.source = TRUE}
<<setup, echo = FALSE, results = hide>>=
options(prompt = "R> ")
+options(width = 70)
options(SweaveHooks = list(
cex = function() par(cex.lab = 1.3, cex.axis = 1.3)))
@
@@ -44,6 +45,7 @@ University of Bremen\\ \tableofcontents
+
\textbf{Key words}: Kinetics, FOCUS, nonlinear optimisation
\section{Kinetic evaluations for parent compounds}
@@ -247,7 +249,7 @@ summary(m.L3.DFOP, data = FALSE) @
Here, a look to the model plot, the confidence intervals of the parameters
-and the correlation matrix suggest that the paramter estimates are reliable, and
+and the correlation matrix suggest that the parameter estimates are reliable, and
the DFOP model can be used as the best-fit model based on the $\chi^2$ error
level criterion for laboratory data L3.
|