aboutsummaryrefslogtreecommitdiff
path: root/docs/articles/web_only/FOCUS_Z.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-11-01 12:19:03 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-11-01 12:19:03 +0100
commitbbb74d4f60033899cd5cdd36aa70f157bc52209e (patch)
treeca0f620ba0ffd59ff242071260d2346e4ca254ff /docs/articles/web_only/FOCUS_Z.html
parent70e48e8360875f22970174d409c46cb3f076fa99 (diff)
Fix bug in yesterdays release, add methods for BIC
Diffstat (limited to 'docs/articles/web_only/FOCUS_Z.html')
-rw-r--r--docs/articles/web_only/FOCUS_Z.html34
1 files changed, 3 insertions, 31 deletions
diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html
index 5ea0b256..14234785 100644
--- a/docs/articles/web_only/FOCUS_Z.html
+++ b/docs/articles/web_only/FOCUS_Z.html
@@ -90,7 +90,7 @@
<h1>Example evaluation of FOCUS dataset Z</h1>
<h4 class="author">Johannes Ranke</h4>
- <h4 class="date">2019-09-19</h4>
+ <h4 class="date">2019-11-01</h4>
<div class="hidden name"><code>FOCUS_Z.Rmd</code></div>
@@ -244,36 +244,7 @@
<div class="sourceCode" id="cb41"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb41-1" title="1"><span class="kw"><a href="../../reference/plot.mkinfit.html">plot_sep</a></span>(m.Z.mkin<span class="fl">.1</span>)</a></code></pre></div>
<p><img src="FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_7-1.png" width="700"></p>
<div class="sourceCode" id="cb42"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb42-1" title="1"><span class="kw"><a href="https://rdrr.io/r/base/summary.html">summary</a></span>(m.Z.mkin<span class="fl">.1</span>, <span class="dt">data =</span> <span class="ot">FALSE</span>)<span class="op">$</span>cov.unscaled</a></code></pre></div>
-<pre><code>## Z0_0 log_k_Z0_Z1 log_k_Z1_Z2 log_k_Z2_sink
-## Z0_0 3.8375e+00 5.4918e-03 3.0584e-02 1.2969e-01
-## log_k_Z0_Z1 5.4918e-03 2.7613e-03 -1.8820e-04 2.6634e-04
-## log_k_Z1_Z2 3.0584e-02 -1.8820e-04 3.3807e-03 3.2177e-03
-## log_k_Z2_sink 1.2969e-01 2.6634e-04 3.2177e-03 3.4256e-02
-## log_k_Z2_Z3_free -2.4223e-02 -2.6169e-04 -1.1845e-03 -8.1134e-03
-## log_k_Z3_free_sink -6.5467e-02 -4.0815e-04 -3.2978e-03 -3.6010e-02
-## log_k_Z3_free_bound -6.0659e-02 -4.4768e-04 -3.0588e-03 -3.9074e-02
-## log_k_Z3_bound_free 5.2844e-01 4.5458e-03 7.9800e-03 4.6274e-02
-## sigma 2.0366e-10 -3.4658e-10 8.9910e-11 -2.5946e-10
-## log_k_Z2_Z3_free log_k_Z3_free_sink
-## Z0_0 -2.4223e-02 -6.5467e-02
-## log_k_Z0_Z1 -2.6169e-04 -4.0815e-04
-## log_k_Z1_Z2 -1.1845e-03 -3.2978e-03
-## log_k_Z2_sink -8.1134e-03 -3.6010e-02
-## log_k_Z2_Z3_free 1.5500e-02 2.1583e-02
-## log_k_Z3_free_sink 2.1583e-02 7.5705e-02
-## log_k_Z3_free_bound 2.5836e-02 1.1964e-01
-## log_k_Z3_bound_free 5.2534e-02 2.9441e-01
-## sigma 1.3063e-10 3.4170e-10
-## log_k_Z3_free_bound log_k_Z3_bound_free sigma
-## Z0_0 -6.0659e-02 5.2844e-01 2.0366e-10
-## log_k_Z0_Z1 -4.4768e-04 4.5458e-03 -3.4658e-10
-## log_k_Z1_Z2 -3.0588e-03 7.9800e-03 8.9910e-11
-## log_k_Z2_sink -3.9074e-02 4.6274e-02 -2.5946e-10
-## log_k_Z2_Z3_free 2.5836e-02 5.2534e-02 1.3063e-10
-## log_k_Z3_free_sink 1.1964e-01 2.9441e-01 3.4170e-10
-## log_k_Z3_free_bound 6.5902e-01 5.4737e+00 -6.7704e-10
-## log_k_Z3_bound_free 5.4737e+00 2.8722e+08 7.2421e-02
-## sigma -6.7704e-10 7.2421e-02 1.4170e-01</code></pre>
+<pre><code>## NULL</code></pre>
<p>Therefore, a further stepwise model building is performed starting from the stage of parent and two metabolites, starting from the assumption that the model fit for the parent compound can be improved by using the SFORB model.</p>
<div class="sourceCode" id="cb44"><pre class="sourceCode r"><code class="sourceCode r"><a class="sourceLine" id="cb44-1" title="1">Z.mkin<span class="fl">.3</span> &lt;-<span class="st"> </span><span class="kw"><a href="../../reference/mkinmod.html">mkinmod</a></span>(<span class="dt">Z0 =</span> <span class="kw"><a href="../../reference/mkinsub.html">mkinsub</a></span>(<span class="st">"SFORB"</span>, <span class="st">"Z1"</span>, <span class="dt">sink =</span> <span class="ot">FALSE</span>),</a>
<a class="sourceLine" id="cb44-2" title="2"> <span class="dt">Z1 =</span> <span class="kw"><a href="../../reference/mkinsub.html">mkinsub</a></span>(<span class="st">"SFO"</span>, <span class="st">"Z2"</span>, <span class="dt">sink =</span> <span class="ot">FALSE</span>),</a>
@@ -358,6 +329,7 @@
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
+
<div id="tocnav">
<h2 class="hasAnchor">
<a href="#tocnav" class="anchor"></a>Contents</h2>

Contact - Imprint