aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/synthetic_data_for_UBA_2014.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-21 22:49:26 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-21 22:49:26 +0200
commite81b7444f869508a5000acc6f696eab7e35e5778 (patch)
tree72efcd29cfa0df9f46290fbb1de708c57edda36c /docs/reference/synthetic_data_for_UBA_2014.html
parentaed80b602afbe8c22ba601bf236dda22bc39187c (diff)
Quote percent signs in Rhelp files
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/reference/synthetic_data_for_UBA_2014.html')
-rw-r--r--docs/reference/synthetic_data_for_UBA_2014.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/synthetic_data_for_UBA_2014.html b/docs/reference/synthetic_data_for_UBA_2014.html
index f23b77b0..eb5b8c65 100644
--- a/docs/reference/synthetic_data_for_UBA_2014.html
+++ b/docs/reference/synthetic_data_for_UBA_2014.html
@@ -249,7 +249,7 @@ Compare also the code in the example section to see the degradation models." />
<span class='co'># d_rep = data.frame(lapply(d_long, rep, each = 2))</span>
<span class='co'># d_rep$value = rnorm(length(d_rep$value), d_rep$value, sdfunc(d_rep$value))</span>
<span class='co'>#</span>
-<span class='co'># d_rep[d_rep$time == 0 &amp; d_rep$name </span>
+<span class='co'># d_rep[d_rep$time == 0 &amp; d_rep$name %in% c("M1", "M2"), "value"] &lt;- 0</span>
<span class='co'># d_NA &lt;- transform(d_rep, value = ifelse(value &lt; LOD, NA, value))</span>
<span class='co'># d_NA$value &lt;- round(d_NA$value, 1)</span>
<span class='co'># return(d_NA)</span>
@@ -282,8 +282,8 @@ Compare also the code in the example section to see the degradation models." />
<span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)
<span class='fu'><a href='plot.mkinfit.html'>plot_sep</a></span>(<span class='no'>fit</span>)</div><div class='img'><img src='synthetic_data_for_UBA_2014-1.png' alt='' width='700' height='433' /></div><div class='input'> <span class='fu'><a href='https://rdrr.io/r/base/summary.html'>summary</a></span>(<span class='no'>fit</span>)</div><div class='output co'>#&gt; mkin version used for fitting: 0.9.49.6
#&gt; R version used for fitting: 3.6.1
-#&gt; Date of fit: Mon Oct 21 22:46:31 2019
-#&gt; Date of summary: Mon Oct 21 22:46:31 2019
+#&gt; Date of fit: Mon Oct 21 22:49:25 2019
+#&gt; Date of summary: Mon Oct 21 22:49:25 2019
#&gt;
#&gt; Equations:
#&gt; d_parent/dt = - k_parent * parent
@@ -292,7 +292,7 @@ Compare also the code in the example section to see the degradation models." />
#&gt;
#&gt; Model predictions using solution type deSolve
#&gt;
-#&gt; Fitted using 847 model solutions performed in 2.45 s
+#&gt; Fitted using 847 model solutions performed in 2.43 s
#&gt;
#&gt; Error model: Constant variance
#&gt;

Contact - Imprint