diff options
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 4897f7c5..f876d14a 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.
|