From bbb74d4f60033899cd5cdd36aa70f157bc52209e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Nov 2019 12:19:03 +0100 Subject: Fix bug in yesterdays release, add methods for BIC --- docs/articles/web_only/FOCUS_Z.html | 34 ++------------------- .../figure-html/FOCUS_2006_Z_fits_1-1.png | Bin 84962 -> 85185 bytes .../figure-html/FOCUS_2006_Z_fits_10-1.png | Bin 127841 -> 128361 bytes .../figure-html/FOCUS_2006_Z_fits_11-1.png | Bin 127069 -> 127413 bytes .../figure-html/FOCUS_2006_Z_fits_11a-1.png | Bin 95832 -> 95903 bytes .../figure-html/FOCUS_2006_Z_fits_2-1.png | Bin 85657 -> 85869 bytes .../figure-html/FOCUS_2006_Z_fits_3-1.png | Bin 85239 -> 85461 bytes .../figure-html/FOCUS_2006_Z_fits_5-1.png | Bin 101416 -> 102008 bytes .../figure-html/FOCUS_2006_Z_fits_6-1.png | Bin 128185 -> 128536 bytes .../figure-html/FOCUS_2006_Z_fits_7-1.png | Bin 127782 -> 128135 bytes .../figure-html/FOCUS_2006_Z_fits_9-1.png | Bin 107730 -> 108179 bytes docs/articles/web_only/NAFTA_examples.html | 27 ++++++++-------- docs/articles/web_only/benchmarks.html | 25 +++++++-------- docs/articles/web_only/compiled_models.html | 13 ++++---- 14 files changed, 37 insertions(+), 62 deletions(-) (limited to 'docs/articles/web_only') 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 @@

Example evaluation of FOCUS dataset Z

Johannes Ranke

-

2019-09-19

+

2019-11-01

@@ -244,36 +244,7 @@
plot_sep(m.Z.mkin.1)

summary(m.Z.mkin.1, data = FALSE)$cov.unscaled
-
##                            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
+
## NULL

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.

Z.mkin.3 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE),
                     Z1 = mkinsub("SFO", "Z2", sink = FALSE),
@@ -358,6 +329,7 @@