aboutsummaryrefslogtreecommitdiff
path: root/vignettes/mkin.html
diff options
context:
space:
mode:
Diffstat (limited to 'vignettes/mkin.html')
-rw-r--r--vignettes/mkin.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/vignettes/mkin.html b/vignettes/mkin.html
index 54605dfc..f9704eda 100644
--- a/vignettes/mkin.html
+++ b/vignettes/mkin.html
@@ -236,14 +236,8 @@ div.tocify {
<div id="abstract" class="section level1">
<h1>Abstract</h1>
<p>In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The <code>R</code> add-on package <code>mkin</code> <span class="citation">(Ranke 2016)</span> implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.</p>
-<pre class="r"><code>require(mkin)</code></pre>
-<pre><code>## Loading required package: mkin</code></pre>
-<pre><code>## Loading required package: minpack.lm</code></pre>
-<pre><code>## Loading required package: rootSolve</code></pre>
-<pre><code>## Loading required package: inline</code></pre>
-<pre><code>## Loading required package: methods</code></pre>
-<pre><code>## Loading required package: parallel</code></pre>
-<pre class="r"><code>m_SFO_SFO_SFO &lt;- mkinmod(parent = mkinsub(&quot;SFO&quot;, &quot;M1&quot;),
+<pre class="r"><code>require(mkin)
+m_SFO_SFO_SFO &lt;- mkinmod(parent = mkinsub(&quot;SFO&quot;, &quot;M1&quot;),
M1 = mkinsub(&quot;SFO&quot;, &quot;M2&quot;),
M2 = mkinsub(&quot;SFO&quot;),
use_of_ff = &quot;max&quot;, quiet = TRUE)

Contact - Imprint