diff options
Diffstat (limited to 'docs/articles/web_only/FOCUS_Z.html')
-rw-r--r-- | docs/articles/web_only/FOCUS_Z.html | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html index 3427afb6..ccbfcc86 100644 --- a/docs/articles/web_only/FOCUS_Z.html +++ b/docs/articles/web_only/FOCUS_Z.html @@ -68,9 +68,6 @@ <li> <a href="../../articles/web_only/NAFTA_examples.html">Example evaluation of NAFTA SOP Attachment examples</a> </li> - <li> - <a href="../../articles/web_only/benchmarks.html">Some benchmark timings</a> - </li> </ul> </li> <li> @@ -100,10 +97,10 @@ <h1 data-toc-skip>Example evaluation of FOCUS dataset Z</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2020-05-14</h4> + <h4 class="date">2020-05-27</h4> - <small class="dont-index">Source: <a href="http://github.com/jranke/mkin/blob/master/vignettes/web_only/FOCUS_Z.rmd"><code>vignettes/web_only/FOCUS_Z.rmd</code></a></small> - <div class="hidden name"><code>FOCUS_Z.rmd</code></div> + <small class="dont-index">Source: <a href="http://github.com/jranke/mkin/blob/master/vignettes/web_only/FOCUS_Z.Rmd"><code>vignettes/web_only/FOCUS_Z.Rmd</code></a></small> + <div class="hidden name"><code>FOCUS_Z.Rmd</code></div> </div> @@ -216,25 +213,25 @@ <div class="sourceCode" id="cb33"><html><body><pre class="r"><span class="fu"><a href="../../reference/plot.mkinfit.html">plot_sep</a></span>(<span class="no">m.Z.FOCUS</span>)</pre></body></html></div> <p><img src="FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_6-1.png" width="700"></p> <div class="sourceCode" id="cb34"><html><body><pre class="r"><span class="fu"><a href="https://rdrr.io/r/base/summary.html">summary</a></span>(<span class="no">m.Z.FOCUS</span>, <span class="kw">data</span> <span class="kw">=</span> <span class="fl">FALSE</span>)$<span class="no">bpar</span></pre></body></html></div> -<pre><code>## Estimate se_notrans t value Pr(>t) Lower Upper -## Z0_0 96.838721 1.994275 48.5584 4.0283e-42 92.826878 100.850563 -## k_Z0 2.215400 0.118459 18.7019 1.0414e-23 1.989462 2.466998 -## k_Z1 0.478301 0.028257 16.9267 6.2411e-22 0.424705 0.538662 -## k_Z2 0.451623 0.042138 10.7176 1.6313e-14 0.374336 0.544867 -## k_Z3 0.058694 0.015246 3.8499 1.7804e-04 0.034809 0.098967 -## f_Z2_to_Z3 0.471510 0.058352 8.0804 9.6640e-11 0.357775 0.588283 -## sigma 3.984431 0.383402 10.3923 4.5575e-14 3.213126 4.755736</code></pre> +<pre><code>## Estimate se_notrans t value Pr(>t) Lower Upper +## Z0_0 96.840695 1.994285 48.5591 4.0254e-42 92.828744 100.85265 +## k_Z0 2.215467 0.118463 18.7018 1.0417e-23 1.989524 2.46707 +## k_Z1 0.478325 0.028259 16.9265 6.2441e-22 0.424725 0.53869 +## k_Z2 0.451638 0.042139 10.7177 1.6309e-14 0.374346 0.54489 +## k_Z3 0.058692 0.015245 3.8498 1.7807e-04 0.034806 0.09897 +## f_Z2_to_Z3 0.471484 0.058348 8.0805 9.6599e-11 0.357736 0.58827 +## sigma 3.984431 0.383402 10.3923 4.5576e-14 3.213126 4.75574</code></pre> <div class="sourceCode" id="cb36"><html><body><pre class="r"><span class="fu"><a href="../../reference/endpoints.html">endpoints</a></span>(<span class="no">m.Z.FOCUS</span>)</pre></body></html></div> <pre><code>## $ff ## Z2_Z3 Z2_sink -## 0.47151 0.52849 +## 0.47148 0.52852 ## ## $distimes ## DT50 DT90 -## Z0 0.31288 1.0394 -## Z1 1.44919 4.8141 -## Z2 1.53479 5.0985 -## Z3 11.80955 39.2305</code></pre> +## Z0 0.31287 1.0393 +## Z1 1.44911 4.8138 +## Z2 1.53474 5.0983 +## Z3 11.80989 39.2316</code></pre> <p>This fit corresponds to the final result chosen in Appendix 7 of the FOCUS report. Confidence intervals returned by mkin are based on internally transformed parameters, however.</p> </div> <div id="using-the-sforb-model" class="section level1"> @@ -313,11 +310,11 @@ ## ## $SFORB ## Z0_b1 Z0_b2 Z3_b1 Z3_b2 -## 2.4471358 0.0075126 0.0800073 0.0000000 +## 2.4471337 0.0075125 0.0800071 0.0000000 ## ## $distimes ## DT50 DT90 DT50_Z0_b1 DT50_Z0_b2 DT50_Z3_b1 DT50_Z3_b2 -## Z0 0.3043 1.1848 0.28325 92.265 NA NA +## Z0 0.3043 1.1848 0.28325 92.266 NA NA ## Z1 1.5148 5.0320 NA NA NA NA ## Z2 1.6414 5.4526 NA NA NA NA ## Z3 NA NA NA NA 8.6636 Inf</code></pre> |