aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-09 09:51:06 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-09 09:51:06 +0100
commit72ef221369df14a527c2751c002b5cf3db29520d (patch)
tree2a42de4ee8ad6ecc8ad8e00569cbd06f35712390 /README.html
parent48a532256cfe466f082c191956535045e85ea929 (diff)
Fix link to saem.mmkin from README
Thanks to Uwe Ligges for spotting this inmidst of a lot of ambiguous URL check results.
Diffstat (limited to 'README.html')
-rw-r--r--README.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.html b/README.html
index 68c11a37..dc5bbcb9 100644
--- a/README.html
+++ b/README.html
@@ -254,6 +254,7 @@ if (window.hljs) {
+
<style type="text/css">
.main-container {
max-width: 940px;
@@ -275,6 +276,9 @@ button.code-folding-btn:focus {
summary {
display: list-item;
}
+details > summary > p:only-child {
+ display: inline;
+}
pre code {
padding: 0;
}
@@ -403,7 +407,7 @@ pre code {
<li>By default, kinetic rate constants and kinetic formation fractions are transformed internally using <a href="https://pkgdown.jrwb.de/mkin/reference/transform_odeparms.html"><code>transform_odeparms</code></a> so their estimators can more reasonably be expected to follow a normal distribution.</li>
<li>When parameter estimates are backtransformed to match the model definition, confidence intervals calculated from standard errors are also backtransformed to the correct scale, and will not include meaningless values like negative rate constants or formation fractions adding up to more than 1, which cannot occur in a single experiment with a single defined radiolabel position.</li>
<li>When a metabolite decline phase is not described well by SFO kinetics, SFORB kinetics can be used for the metabolite. Mathematically, the SFORB model is equivalent to the DFOP model used by other tools for biphasic metabolite curves. However, the SFORB model has the advantage that there is a mechanistic interpretation of the model parameters.</li>
-<li>Nonlinear mixed-effects models can be created from fits of the same degradation model to different datasets for the same compound by using the <a href="https://pkgdown.jrwb.de/mkin/reference/nlme.mmkin.html">nlme.mmkin</a> method. Note that the convergence of the nlme fits depends on the quality of the data. Convergence is better for simple models and data for many groups (e.g. soils).</li>
+<li>Nonlinear mixed-effects models can be created from fits of the same degradation model to different datasets for the same compound by using the <a href="https://pkgdown.jrwb.de/mkin/reference/nlme.mmkin.html">nlme.mmkin</a> and <a href="https://pkgdown.jrwb.de/mkin/reference/saem.html">saem.mmkin</a> and methods. Note that the convergence of the nlme fits depends on the quality of the data. Convergence is better for simple models and data for many groups (e.g. soils). The saem method uses the <code>saemix</code> package as a backend. Analytical solutions suitable for use with this package have been implemented for parent only models and the most important models including one metabolite (SFO-SFO and DFOP-SFO). Fitting other models with <code>saem.mmkin</code>, while it makes use of the compiled ODE models that mkin provides, has longer run times (at least six minutes on my system).</li>
</ul>
</div>
<div id="performance" class="section level3">

Contact - Imprint