From 7094934f1061563725f6caa8723dc3e23c8ca677 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 16 Nov 2022 11:30:06 +0100 Subject: Update online docs --- docs/dev/articles/mkin.html | 81 ++++++++++++++----------- docs/dev/articles/web_only/saem_benchmarks.html | 24 ++++---- 2 files changed, 57 insertions(+), 48 deletions(-) (limited to 'docs/dev/articles') diff --git a/docs/dev/articles/mkin.html b/docs/dev/articles/mkin.html index 6bfb63bc..27e532af 100644 --- a/docs/dev/articles/mkin.html +++ b/docs/dev/articles/mkin.html @@ -34,7 +34,7 @@ mkin - 1.1.0 + 1.2.0 @@ -44,7 +44,7 @@ Functions and data
  • - Example evaluation of FOCUS Example Dataset Z + Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models +
  • +
  • + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -72,7 +78,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -103,7 +112,7 @@

    Introduction to mkin

    Johannes Ranke

    -

    Last change 15 February 2021 (rebuilt 2022-02-28)

    +

    Last change 15 February 2021 (rebuilt 2022-11-16)

    Source: vignettes/mkin.rmd @@ -118,34 +127,34 @@

    In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The R add-on package mkin implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.

    -library("mkin", quietly = TRUE)
    -# Define the kinetic model
    -m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"),
    -                         M1 = mkinsub("SFO", "M2"),
    -                         M2 = mkinsub("SFO"),
    -                         use_of_ff = "max", quiet = TRUE)
    -
    -
    -# Produce model predictions using some arbitrary parameters
    -sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120)
    -d_SFO_SFO_SFO <- mkinpredict(m_SFO_SFO_SFO,
    -  c(k_parent = 0.03,
    -    f_parent_to_M1 = 0.5, k_M1 = log(2)/100,
    -    f_M1_to_M2 = 0.9, k_M2 = log(2)/50),
    -  c(parent = 100, M1 = 0, M2 = 0),
    -  sampling_times)
    -
    -# Generate a dataset by adding normally distributed errors with
    -# standard deviation 3, for two replicates at each sampling time
    -d_SFO_SFO_SFO_err <- add_err(d_SFO_SFO_SFO, reps = 2,
    -                             sdfunc = function(x) 3,
    -                             n = 1, seed = 123456789 )
    -
    -# Fit the model to the dataset
    -f_SFO_SFO_SFO <- mkinfit(m_SFO_SFO_SFO, d_SFO_SFO_SFO_err[[1]], quiet = TRUE)
    -
    -# Plot the results separately for parent and metabolites
    -plot_sep(f_SFO_SFO_SFO, lpos = c("topright", "bottomright", "bottomright"))
    +library("mkin", quietly = TRUE) +# Define the kinetic model +m_SFO_SFO_SFO <- mkinmod(parent = mkinsub("SFO", "M1"), + M1 = mkinsub("SFO", "M2"), + M2 = mkinsub("SFO"), + use_of_ff = "max", quiet = TRUE) + + +# Produce model predictions using some arbitrary parameters +sampling_times = c(0, 1, 3, 7, 14, 28, 60, 90, 120) +d_SFO_SFO_SFO <- mkinpredict(m_SFO_SFO_SFO, + c(k_parent = 0.03, + f_parent_to_M1 = 0.5, k_M1 = log(2)/100, + f_M1_to_M2 = 0.9, k_M2 = log(2)/50), + c(parent = 100, M1 = 0, M2 = 0), + sampling_times) + +# Generate a dataset by adding normally distributed errors with +# standard deviation 3, for two replicates at each sampling time +d_SFO_SFO_SFO_err <- add_err(d_SFO_SFO_SFO, reps = 2, + sdfunc = function(x) 3, + n = 1, seed = 123456789 ) + +# Fit the model to the dataset +f_SFO_SFO_SFO <- mkinfit(m_SFO_SFO_SFO, d_SFO_SFO_SFO_err[[1]], quiet = TRUE) + +# Plot the results separately for parent and metabolites +plot_sep(f_SFO_SFO_SFO, lpos = c("topright", "bottomright", "bottomright"))

    @@ -224,10 +233,10 @@

    Ranke, J. 2021. ‘mkin‘: Kinetic Evaluation of Chemical Degradation Data. https://CRAN.R-project.org/package=mkin.

    -

    Ranke, J., and R. Lehmann. 2012. “Parameter Reliability in Kinetic Evaluation of Environmental Metabolism Data - Assessment and the Influence of Model Specification.” In SETAC World 20-24 May. Berlin.

    +

    Ranke, J., and R. Lehmann. 2012. “Parameter Reliability in Kinetic Evaluation of Environmental Metabolism Data - Assessment and the Influence of Model Specification.” In SETAC World 20-24 May. Berlin. https://jrwb.de/posters/Poster_SETAC_2012_Kinetic_parameter_uncertainty_model_parameterization_Lehmann_Ranke.pdf.

    -

    ———. 2015. “To T-Test or Not to T-Test, That Is the Question.” In XV Symposium on Pesticide Chemistry 2-4 September 2015. Piacenza. http://chem.uft.uni-bremen.de/ranke/posters/piacenza_2015.pdf.

    +

    ———. 2015. “To T-Test or Not to T-Test, That Is the Question.” In XV Symposium on Pesticide Chemistry 2-4 September 2015. Piacenza. https://jrwb.de/posters/piacenza_2015.pdf.

    Ranke, Johannes, and Stefan Meinecke. 2019. “Error Models for the Kinetic Evaluation of Chemical Degradation Data.” Environments 6 (12). https://doi.org/10.3390/environments6120124.

    @@ -262,7 +271,7 @@

    -

    Site built with pkgdown 2.0.2.

    +

    Site built with pkgdown 2.0.6.

    diff --git a/docs/dev/articles/web_only/saem_benchmarks.html b/docs/dev/articles/web_only/saem_benchmarks.html index e54bc38c..afff038f 100644 --- a/docs/dev/articles/web_only/saem_benchmarks.html +++ b/docs/dev/articles/web_only/saem_benchmarks.html @@ -112,7 +112,7 @@

    Benchmark timings for saem.mmkin

    Johannes Ranke

    -

    Last change 14 November 2022 (rebuilt 2022-11-15)

    +

    Last change 14 November 2022 (rebuilt 2022-11-16)

    Source: vignettes/web_only/saem_benchmarks.rmd @@ -309,10 +309,10 @@ Linux 1.2.0 3.2 -2.11 -4.632 -4.264 -4.93 +2.156 +4.647 +4.296 +4.951

    Two-component error fits for SFO, DFOP, SFORB and HS.

    @@ -332,10 +332,10 @@ Linux 1.2.0 3.2 -5.602 -7.373 -7.815 -7.831 +5.645 +7.415 +7.848 +7.967
    @@ -357,8 +357,8 @@ Linux 1.2.0 3.2 -24.014 -749.699 +24.182 +783.932 @@ -379,7 +379,7 @@ Linux 1.2.0 3.2 -1249.834 +1322.5 -- cgit v1.2.1 From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/articles/FOCUS_D.html | 411 ++--- .../articles/FOCUS_D_files/figure-html/plot-1.png | Bin 79176 -> 79834 bytes .../FOCUS_D_files/figure-html/plot_2-1.png | Bin 24025 -> 24334 bytes docs/dev/articles/FOCUS_L.html | 84 +- docs/dev/articles/index.html | 2 +- docs/dev/articles/mkin.html | 4 +- docs/dev/articles/twa.html | 41 +- docs/dev/articles/web_only/FOCUS_Z.html | 402 ++--- .../figure-html/FOCUS_2006_Z_fits_1-1.png | Bin 66640 -> 66689 bytes .../figure-html/FOCUS_2006_Z_fits_10-1.png | Bin 106038 -> 105896 bytes .../figure-html/FOCUS_2006_Z_fits_11-1.png | Bin 105042 -> 104793 bytes .../figure-html/FOCUS_2006_Z_fits_11a-1.png | Bin 75626 -> 75230 bytes .../figure-html/FOCUS_2006_Z_fits_11b-1.png | Bin 35744 -> 36314 bytes .../figure-html/FOCUS_2006_Z_fits_2-1.png | Bin 66640 -> 66689 bytes .../figure-html/FOCUS_2006_Z_fits_3-1.png | Bin 66424 -> 66448 bytes .../figure-html/FOCUS_2006_Z_fits_5-1.png | Bin 80520 -> 80373 bytes .../figure-html/FOCUS_2006_Z_fits_6-1.png | Bin 105149 -> 105210 bytes .../figure-html/FOCUS_2006_Z_fits_7-1.png | Bin 104479 -> 104538 bytes .../figure-html/FOCUS_2006_Z_fits_9-1.png | Bin 88890 -> 88801 bytes docs/dev/articles/web_only/NAFTA_examples.html | 1611 ++++++++++---------- .../NAFTA_examples_files/figure-html/p10-1.png | Bin 78793 -> 79758 bytes .../NAFTA_examples_files/figure-html/p11-1.png | Bin 75470 -> 76315 bytes .../NAFTA_examples_files/figure-html/p12a-1.png | Bin 80755 -> 81697 bytes .../NAFTA_examples_files/figure-html/p12b-1.png | Bin 69885 -> 70800 bytes .../NAFTA_examples_files/figure-html/p13-1.png | Bin 77126 -> 78121 bytes .../NAFTA_examples_files/figure-html/p14-1.png | Bin 79693 -> 80656 bytes .../NAFTA_examples_files/figure-html/p15a-1.png | Bin 75945 -> 76925 bytes .../NAFTA_examples_files/figure-html/p15b-1.png | Bin 78004 -> 78968 bytes .../NAFTA_examples_files/figure-html/p16-1.png | Bin 93075 -> 93950 bytes .../NAFTA_examples_files/figure-html/p5a-1.png | Bin 81521 -> 82665 bytes .../NAFTA_examples_files/figure-html/p5b-1.png | Bin 79783 -> 80721 bytes .../NAFTA_examples_files/figure-html/p6-1.png | Bin 81974 -> 83052 bytes .../NAFTA_examples_files/figure-html/p7-1.png | Bin 101606 -> 102568 bytes .../NAFTA_examples_files/figure-html/p8-1.png | Bin 91429 -> 92407 bytes .../NAFTA_examples_files/figure-html/p9a-1.png | Bin 77612 -> 78605 bytes .../NAFTA_examples_files/figure-html/p9b-1.png | Bin 75129 -> 76240 bytes docs/dev/articles/web_only/benchmarks.html | 55 +- docs/dev/articles/web_only/compiled_models.html | 25 +- docs/dev/articles/web_only/dimethenamid_2018.html | 50 +- docs/dev/articles/web_only/multistart.html | 13 +- .../figure-html/unnamed-chunk-3-1.png | Bin 59586 -> 64470 bytes .../figure-html/unnamed-chunk-4-1.png | Bin 55154 -> 58448 bytes .../figure-html/unnamed-chunk-5-1.png | Bin 21455 -> 21853 bytes .../figure-html/unnamed-chunk-6-1.png | Bin 54302 -> 52343 bytes docs/dev/articles/web_only/saem_benchmarks.html | 85 +- 45 files changed, 1468 insertions(+), 1315 deletions(-) (limited to 'docs/dev/articles') diff --git a/docs/dev/articles/FOCUS_D.html b/docs/dev/articles/FOCUS_D.html index a35a255a..a7617d55 100644 --- a/docs/dev/articles/FOCUS_D.html +++ b/docs/dev/articles/FOCUS_D.html @@ -20,6 +20,8 @@ + +
    +
    @@ -112,207 +123,207 @@

    This is just a very simple vignette showing how to fit a degradation model for a parent compound with one transformation product using mkin. After loading the library we look at the data. We have observed concentrations in the column named value at the times specified in column time for the two observed variables named parent and m1.

    -library(mkin, quietly = TRUE)
    -print(FOCUS_2006_D)
    -
    ##      name time  value
    -## 1  parent    0  99.46
    -## 2  parent    0 102.04
    -## 3  parent    1  93.50
    -## 4  parent    1  92.50
    -## 5  parent    3  63.23
    -## 6  parent    3  68.99
    -## 7  parent    7  52.32
    -## 8  parent    7  55.13
    -## 9  parent   14  27.27
    -## 10 parent   14  26.64
    -## 11 parent   21  11.50
    -## 12 parent   21  11.64
    -## 13 parent   35   2.85
    -## 14 parent   35   2.91
    -## 15 parent   50   0.69
    -## 16 parent   50   0.63
    -## 17 parent   75   0.05
    -## 18 parent   75   0.06
    -## 19 parent  100     NA
    -## 20 parent  100     NA
    -## 21 parent  120     NA
    -## 22 parent  120     NA
    -## 23     m1    0   0.00
    -## 24     m1    0   0.00
    -## 25     m1    1   4.84
    -## 26     m1    1   5.64
    -## 27     m1    3  12.91
    -## 28     m1    3  12.96
    -## 29     m1    7  22.97
    -## 30     m1    7  24.47
    -## 31     m1   14  41.69
    -## 32     m1   14  33.21
    -## 33     m1   21  44.37
    -## 34     m1   21  46.44
    -## 35     m1   35  41.22
    -## 36     m1   35  37.95
    -## 37     m1   50  41.19
    -## 38     m1   50  40.01
    -## 39     m1   75  40.09
    -## 40     m1   75  33.85
    -## 41     m1  100  31.04
    -## 42     m1  100  33.13
    -## 43     m1  120  25.15
    -## 44     m1  120  33.31
    +library(mkin, quietly = TRUE) +print(FOCUS_2006_D)
    +
    ##      name time  value
    +## 1  parent    0  99.46
    +## 2  parent    0 102.04
    +## 3  parent    1  93.50
    +## 4  parent    1  92.50
    +## 5  parent    3  63.23
    +## 6  parent    3  68.99
    +## 7  parent    7  52.32
    +## 8  parent    7  55.13
    +## 9  parent   14  27.27
    +## 10 parent   14  26.64
    +## 11 parent   21  11.50
    +## 12 parent   21  11.64
    +## 13 parent   35   2.85
    +## 14 parent   35   2.91
    +## 15 parent   50   0.69
    +## 16 parent   50   0.63
    +## 17 parent   75   0.05
    +## 18 parent   75   0.06
    +## 19 parent  100     NA
    +## 20 parent  100     NA
    +## 21 parent  120     NA
    +## 22 parent  120     NA
    +## 23     m1    0   0.00
    +## 24     m1    0   0.00
    +## 25     m1    1   4.84
    +## 26     m1    1   5.64
    +## 27     m1    3  12.91
    +## 28     m1    3  12.96
    +## 29     m1    7  22.97
    +## 30     m1    7  24.47
    +## 31     m1   14  41.69
    +## 32     m1   14  33.21
    +## 33     m1   21  44.37
    +## 34     m1   21  46.44
    +## 35     m1   35  41.22
    +## 36     m1   35  37.95
    +## 37     m1   50  41.19
    +## 38     m1   50  40.01
    +## 39     m1   75  40.09
    +## 40     m1   75  33.85
    +## 41     m1  100  31.04
    +## 42     m1  100  33.13
    +## 43     m1  120  25.15
    +## 44     m1  120  33.31

    Next we specify the degradation model: The parent compound degrades with simple first-order kinetics (SFO) to one metabolite named m1, which also degrades with SFO kinetics.

    The call to mkinmod returns a degradation model. The differential equations represented in R code can be found in the character vector $diffs of the mkinmod object. If a C compiler (gcc) is installed and functional, the differential equation model will be compiled from auto-generated C code.

    -SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
    -
    ## Temporary DLL for differentials generated and loaded
    +SFO_SFO <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
    +
    ## Temporary DLL for differentials generated and loaded
    -print(SFO_SFO$diffs)
    -
    ##                                                    parent 
    -##                          "d_parent = - k_parent * parent" 
    -##                                                        m1 
    -## "d_m1 = + f_parent_to_m1 * k_parent * parent - k_m1 * m1"
    +print(SFO_SFO$diffs)
    +
    ##                                                    parent 
    +##                          "d_parent = - k_parent * parent" 
    +##                                                        m1 
    +## "d_m1 = + f_parent_to_m1 * k_parent * parent - k_m1 * m1"

    We do the fitting without progress report (quiet = TRUE).

    -fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE)
    -
    ## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE): Observations with value
    -## of zero were removed from the data
    +fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE)
    +
    ## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE): Observations with value
    +## of zero were removed from the data

    A plot of the fit including a residual plot for both observed variables is obtained using the plot_sep method for mkinfit objects, which shows separate graphs for all compounds and their residuals.

    -plot_sep(fit, lpos = c("topright", "bottomright"))
    +plot_sep(fit, lpos = c("topright", "bottomright"))

    Confidence intervals for the parameter estimates are obtained using the mkinparplot function.

    +mkinparplot(fit)

    A comprehensive report of the results is obtained using the summary method for mkinfit objects.

    -summary(fit)
    -
    ## mkin version used for fitting:    1.0.3.9000 
    -## R version used for fitting:       4.0.3 
    -## Date of fit:     Mon Feb 15 17:13:36 2021 
    -## Date of summary: Mon Feb 15 17:13:37 2021 
    -## 
    -## Equations:
    -## d_parent/dt = - k_parent * parent
    -## d_m1/dt = + f_parent_to_m1 * k_parent * parent - k_m1 * m1
    -## 
    -## Model predictions using solution type analytical 
    -## 
    -## Fitted using 401 model solutions performed in 0.161 s
    -## 
    -## Error model: Constant variance 
    -## 
    -## Error model algorithm: OLS 
    -## 
    -## Starting values for parameters to be optimised:
    -##                   value   type
    -## parent_0       100.7500  state
    -## k_parent         0.1000 deparm
    -## k_m1             0.1001 deparm
    -## f_parent_to_m1   0.5000 deparm
    -## 
    -## Starting values for the transformed parameters actually optimised:
    -##                      value lower upper
    -## parent_0        100.750000  -Inf   Inf
    -## log_k_parent     -2.302585  -Inf   Inf
    -## log_k_m1         -2.301586  -Inf   Inf
    -## f_parent_qlogis   0.000000  -Inf   Inf
    -## 
    -## Fixed parameter values:
    -##      value  type
    -## m1_0     0 state
    -## 
    -## 
    -## Warning(s): 
    -## Observations with value of zero were removed from the data
    -## 
    -## Results:
    -## 
    -##        AIC      BIC    logLik
    -##   204.4486 212.6365 -97.22429
    -## 
    -## Optimised, transformed parameters with symmetric confidence intervals:
    -##                 Estimate Std. Error   Lower    Upper
    -## parent_0        99.60000    1.57000 96.4000 102.8000
    -## log_k_parent    -2.31600    0.04087 -2.3990  -2.2330
    -## log_k_m1        -5.24700    0.13320 -5.5180  -4.9770
    -## f_parent_qlogis  0.05792    0.08926 -0.1237   0.2395
    -## sigma            3.12600    0.35850  2.3960   3.8550
    -## 
    -## Parameter correlation:
    -##                   parent_0 log_k_parent   log_k_m1 f_parent_qlogis      sigma
    -## parent_0         1.000e+00    5.174e-01 -1.688e-01      -5.471e-01 -1.172e-06
    -## log_k_parent     5.174e-01    1.000e+00 -3.263e-01      -5.426e-01 -8.483e-07
    -## log_k_m1        -1.688e-01   -3.263e-01  1.000e+00       7.478e-01  8.205e-07
    -## f_parent_qlogis -5.471e-01   -5.426e-01  7.478e-01       1.000e+00  1.305e-06
    -## sigma           -1.172e-06   -8.483e-07  8.205e-07       1.305e-06  1.000e+00
    -## 
    -## Backtransformed parameters:
    -## Confidence intervals for internally transformed parameters are asymmetric.
    -## t-test (unrealistically) based on the assumption of normal distribution
    -## for estimators of untransformed parameters.
    -##                 Estimate t value    Pr(>t)     Lower     Upper
    -## parent_0       99.600000  63.430 2.298e-36 96.400000 1.028e+02
    -## k_parent        0.098700  24.470 4.955e-23  0.090820 1.073e-01
    -## k_m1            0.005261   7.510 6.165e-09  0.004012 6.898e-03
    -## f_parent_to_m1  0.514500  23.070 3.104e-22  0.469100 5.596e-01
    -## sigma           3.126000   8.718 2.235e-10  2.396000 3.855e+00
    -## 
    -## FOCUS Chi2 error levels in percent:
    -##          err.min n.optim df
    -## All data   6.398       4 15
    -## parent     6.459       2  7
    -## m1         4.690       2  8
    -## 
    -## Resulting formation fractions:
    -##                 ff
    -## parent_m1   0.5145
    -## parent_sink 0.4855
    -## 
    -## Estimated disappearance times:
    -##           DT50   DT90
    -## parent   7.023  23.33
    -## m1     131.761 437.70
    -## 
    -## Data:
    -##  time variable observed predicted   residual
    -##     0   parent    99.46  99.59848 -1.385e-01
    -##     0   parent   102.04  99.59848  2.442e+00
    -##     1   parent    93.50  90.23787  3.262e+00
    -##     1   parent    92.50  90.23787  2.262e+00
    -##     3   parent    63.23  74.07319 -1.084e+01
    -##     3   parent    68.99  74.07319 -5.083e+00
    -##     7   parent    52.32  49.91207  2.408e+00
    -##     7   parent    55.13  49.91207  5.218e+00
    -##    14   parent    27.27  25.01258  2.257e+00
    -##    14   parent    26.64  25.01258  1.627e+00
    -##    21   parent    11.50  12.53462 -1.035e+00
    -##    21   parent    11.64  12.53462 -8.946e-01
    -##    35   parent     2.85   3.14787 -2.979e-01
    -##    35   parent     2.91   3.14787 -2.379e-01
    -##    50   parent     0.69   0.71624 -2.624e-02
    -##    50   parent     0.63   0.71624 -8.624e-02
    -##    75   parent     0.05   0.06074 -1.074e-02
    -##    75   parent     0.06   0.06074 -7.382e-04
    -##     1       m1     4.84   4.80296  3.704e-02
    -##     1       m1     5.64   4.80296  8.370e-01
    -##     3       m1    12.91  13.02400 -1.140e-01
    -##     3       m1    12.96  13.02400 -6.400e-02
    -##     7       m1    22.97  25.04476 -2.075e+00
    -##     7       m1    24.47  25.04476 -5.748e-01
    -##    14       m1    41.69  36.69003  5.000e+00
    -##    14       m1    33.21  36.69003 -3.480e+00
    -##    21       m1    44.37  41.65310  2.717e+00
    -##    21       m1    46.44  41.65310  4.787e+00
    -##    35       m1    41.22  43.31313 -2.093e+00
    -##    35       m1    37.95  43.31313 -5.363e+00
    -##    50       m1    41.19  41.21832 -2.832e-02
    -##    50       m1    40.01  41.21832 -1.208e+00
    -##    75       m1    40.09  36.44704  3.643e+00
    -##    75       m1    33.85  36.44704 -2.597e+00
    -##   100       m1    31.04  31.98162 -9.416e-01
    -##   100       m1    33.13  31.98162  1.148e+00
    -##   120       m1    25.15  28.78984 -3.640e+00
    -##   120       m1    33.31  28.78984  4.520e+00
    +summary(fit) +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:04 2022 
    +## Date of summary: Thu Nov 24 08:12:05 2022 
    +## 
    +## Equations:
    +## d_parent/dt = - k_parent * parent
    +## d_m1/dt = + f_parent_to_m1 * k_parent * parent - k_m1 * m1
    +## 
    +## Model predictions using solution type analytical 
    +## 
    +## Fitted using 401 model solutions performed in 0.152 s
    +## 
    +## Error model: Constant variance 
    +## 
    +## Error model algorithm: OLS 
    +## 
    +## Starting values for parameters to be optimised:
    +##                   value   type
    +## parent_0       100.7500  state
    +## k_parent         0.1000 deparm
    +## k_m1             0.1001 deparm
    +## f_parent_to_m1   0.5000 deparm
    +## 
    +## Starting values for the transformed parameters actually optimised:
    +##                      value lower upper
    +## parent_0        100.750000  -Inf   Inf
    +## log_k_parent     -2.302585  -Inf   Inf
    +## log_k_m1         -2.301586  -Inf   Inf
    +## f_parent_qlogis   0.000000  -Inf   Inf
    +## 
    +## Fixed parameter values:
    +##      value  type
    +## m1_0     0 state
    +## 
    +## 
    +## Warning(s): 
    +## Observations with value of zero were removed from the data
    +## 
    +## Results:
    +## 
    +##        AIC      BIC    logLik
    +##   204.4486 212.6365 -97.22429
    +## 
    +## Optimised, transformed parameters with symmetric confidence intervals:
    +##                 Estimate Std. Error   Lower    Upper
    +## parent_0        99.60000    1.57000 96.4000 102.8000
    +## log_k_parent    -2.31600    0.04087 -2.3990  -2.2330
    +## log_k_m1        -5.24700    0.13320 -5.5180  -4.9770
    +## f_parent_qlogis  0.05792    0.08926 -0.1237   0.2395
    +## sigma            3.12600    0.35850  2.3960   3.8550
    +## 
    +## Parameter correlation:
    +##                   parent_0 log_k_parent   log_k_m1 f_parent_qlogis      sigma
    +## parent_0         1.000e+00    5.174e-01 -1.688e-01      -5.471e-01 -1.172e-06
    +## log_k_parent     5.174e-01    1.000e+00 -3.263e-01      -5.426e-01 -8.483e-07
    +## log_k_m1        -1.688e-01   -3.263e-01  1.000e+00       7.478e-01  8.205e-07
    +## f_parent_qlogis -5.471e-01   -5.426e-01  7.478e-01       1.000e+00  1.305e-06
    +## sigma           -1.172e-06   -8.483e-07  8.205e-07       1.305e-06  1.000e+00
    +## 
    +## Backtransformed parameters:
    +## Confidence intervals for internally transformed parameters are asymmetric.
    +## t-test (unrealistically) based on the assumption of normal distribution
    +## for estimators of untransformed parameters.
    +##                 Estimate t value    Pr(>t)     Lower     Upper
    +## parent_0       99.600000  63.430 2.298e-36 96.400000 1.028e+02
    +## k_parent        0.098700  24.470 4.955e-23  0.090820 1.073e-01
    +## k_m1            0.005261   7.510 6.165e-09  0.004012 6.898e-03
    +## f_parent_to_m1  0.514500  23.070 3.104e-22  0.469100 5.596e-01
    +## sigma           3.126000   8.718 2.235e-10  2.396000 3.855e+00
    +## 
    +## FOCUS Chi2 error levels in percent:
    +##          err.min n.optim df
    +## All data   6.398       4 15
    +## parent     6.459       2  7
    +## m1         4.690       2  8
    +## 
    +## Resulting formation fractions:
    +##                 ff
    +## parent_m1   0.5145
    +## parent_sink 0.4855
    +## 
    +## Estimated disappearance times:
    +##           DT50   DT90
    +## parent   7.023  23.33
    +## m1     131.761 437.70
    +## 
    +## Data:
    +##  time variable observed predicted   residual
    +##     0   parent    99.46  99.59848 -1.385e-01
    +##     0   parent   102.04  99.59848  2.442e+00
    +##     1   parent    93.50  90.23787  3.262e+00
    +##     1   parent    92.50  90.23787  2.262e+00
    +##     3   parent    63.23  74.07319 -1.084e+01
    +##     3   parent    68.99  74.07319 -5.083e+00
    +##     7   parent    52.32  49.91207  2.408e+00
    +##     7   parent    55.13  49.91207  5.218e+00
    +##    14   parent    27.27  25.01258  2.257e+00
    +##    14   parent    26.64  25.01258  1.627e+00
    +##    21   parent    11.50  12.53462 -1.035e+00
    +##    21   parent    11.64  12.53462 -8.946e-01
    +##    35   parent     2.85   3.14787 -2.979e-01
    +##    35   parent     2.91   3.14787 -2.379e-01
    +##    50   parent     0.69   0.71624 -2.624e-02
    +##    50   parent     0.63   0.71624 -8.624e-02
    +##    75   parent     0.05   0.06074 -1.074e-02
    +##    75   parent     0.06   0.06074 -7.382e-04
    +##     1       m1     4.84   4.80296  3.704e-02
    +##     1       m1     5.64   4.80296  8.370e-01
    +##     3       m1    12.91  13.02400 -1.140e-01
    +##     3       m1    12.96  13.02400 -6.400e-02
    +##     7       m1    22.97  25.04476 -2.075e+00
    +##     7       m1    24.47  25.04476 -5.748e-01
    +##    14       m1    41.69  36.69003  5.000e+00
    +##    14       m1    33.21  36.69003 -3.480e+00
    +##    21       m1    44.37  41.65310  2.717e+00
    +##    21       m1    46.44  41.65310  4.787e+00
    +##    35       m1    41.22  43.31313 -2.093e+00
    +##    35       m1    37.95  43.31313 -5.363e+00
    +##    50       m1    41.19  41.21832 -2.832e-02
    +##    50       m1    40.01  41.21832 -1.208e+00
    +##    75       m1    40.09  36.44704  3.643e+00
    +##    75       m1    33.85  36.44704 -2.597e+00
    +##   100       m1    31.04  31.98162 -9.416e-01
    +##   100       m1    33.13  31.98162  1.148e+00
    +##   120       m1    25.15  28.78984 -3.640e+00
    +##   120       m1    33.31  28.78984  4.520e+00
    @@ -63,11 +63,14 @@ Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -75,7 +78,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -106,7 +112,7 @@

    Example evaluation of FOCUS Laboratory Data L1 to L3

    Johannes Ranke

    -

    Last change 18 May 2022 (rebuilt 2022-09-16)

    +

    Last change 18 May 2022 (rebuilt 2022-11-24)

    Source: vignettes/FOCUS_L.rmd @@ -132,17 +138,17 @@
     m.L1.SFO <- mkinfit("SFO", FOCUS_2006_L1_mkin, quiet = TRUE)
     summary(m.L1.SFO)
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:35 2022 
    -## Date of summary: Fri Sep 16 10:31:35 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:09 2022 
    +## Date of summary: Thu Nov 24 08:12:09 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - k_parent * parent
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 133 model solutions performed in 0.032 s
    +## Fitted using 133 model solutions performed in 0.033 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -238,17 +244,17 @@
     
    ## Warning in sqrt(1/diag(V)): NaNs produced
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
     ## doubtful
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:36 2022 
    -## Date of summary: Fri Sep 16 10:31:36 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:09 2022 
    +## Date of summary: Thu Nov 24 08:12:09 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 369 model solutions performed in 0.081 s
    +## Fitted using 369 model solutions performed in 0.091 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -350,17 +356,17 @@
     

     summary(m.L2.FOMC, data = FALSE)
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:36 2022 
    -## Date of summary: Fri Sep 16 10:31:36 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:10 2022 
    +## Date of summary: Thu Nov 24 08:12:10 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 239 model solutions performed in 0.049 s
    +## Fitted using 239 model solutions performed in 0.048 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -431,10 +437,10 @@
     

     summary(m.L2.DFOP, data = FALSE)
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:37 2022 
    -## Date of summary: Fri Sep 16 10:31:37 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:10 2022 
    +## Date of summary: Thu Nov 24 08:12:10 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
    @@ -443,7 +449,7 @@
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 581 model solutions performed in 0.132 s
    +## Fitted using 581 model solutions performed in 0.13 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -537,10 +543,10 @@
     

    We can extract the summary and plot for e.g. the DFOP fit, using square brackets for indexing which will result in the use of the summary and plot functions working on mkinfit objects.

     summary(mm.L3[["DFOP", 1]])
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:37 2022 
    -## Date of summary: Fri Sep 16 10:31:38 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:11 2022 
    +## Date of summary: Thu Nov 24 08:12:11 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
    @@ -549,7 +555,7 @@
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 376 model solutions performed in 0.079 s
    +## Fitted using 376 model solutions performed in 0.078 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -650,17 +656,17 @@
     

    The \(\chi^2\) error level of 3.3% as well as the plot suggest that the SFO model fits very well. The error level at which the \(\chi^2\) test passes is slightly lower for the FOMC model. However, the difference appears negligible.

     summary(mm.L4[["SFO", 1]], data = FALSE)
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:38 2022 
    -## Date of summary: Fri Sep 16 10:31:38 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:12 2022 
    +## Date of summary: Thu Nov 24 08:12:12 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - k_parent * parent
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 142 model solutions performed in 0.03 s
    +## Fitted using 142 model solutions performed in 0.029 s
     ## 
     ## Error model: Constant variance 
     ## 
    @@ -715,17 +721,17 @@
     ## parent  106  352
     summary(mm.L4[["FOMC", 1]], data = FALSE)
    -
    ## mkin version used for fitting:    1.1.2 
    -## R version used for fitting:       4.2.1 
    -## Date of fit:     Fri Sep 16 10:31:38 2022 
    -## Date of summary: Fri Sep 16 10:31:38 2022 
    +
    ## mkin version used for fitting:    1.2.2 
    +## R version used for fitting:       4.2.2 
    +## Date of fit:     Thu Nov 24 08:12:12 2022 
    +## Date of summary: Thu Nov 24 08:12:12 2022 
     ## 
     ## Equations:
     ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
     ## 
     ## Model predictions using solution type analytical 
     ## 
    -## Fitted using 224 model solutions performed in 0.045 s
    +## Fitted using 224 model solutions performed in 0.044 s
     ## 
     ## Error model: Constant variance 
     ## 
    diff --git a/docs/dev/articles/index.html b/docs/dev/articles/index.html
    index 395b5f7c..e04302ef 100644
    --- a/docs/dev/articles/index.html
    +++ b/docs/dev/articles/index.html
    @@ -17,7 +17,7 @@
           
           
             mkin
    -        1.2.0
    +        1.2.2
           
         
     
    diff --git a/docs/dev/articles/mkin.html b/docs/dev/articles/mkin.html
    index 27e532af..df4df718 100644
    --- a/docs/dev/articles/mkin.html
    +++ b/docs/dev/articles/mkin.html
    @@ -34,7 +34,7 @@
           
           
             mkin
    -        1.2.0
    +        1.2.2
           
         
     
    @@ -112,7 +112,7 @@
           

    Introduction to mkin

    Johannes Ranke

    -

    Last change 15 February 2021 (rebuilt 2022-11-16)

    +

    Last change 15 February 2021 (rebuilt 2022-11-24)

    Source: vignettes/mkin.rmd diff --git a/docs/dev/articles/twa.html b/docs/dev/articles/twa.html index 30eeb5a6..673d753a 100644 --- a/docs/dev/articles/twa.html +++ b/docs/dev/articles/twa.html @@ -20,6 +20,8 @@ + +
    +
    @@ -141,10 +152,10 @@

    \[f_\textrm{twa} = \frac{1}{t} \left( \frac{1}{k_1} \left( 1 - e^{- k_1 t_b} \right) + \frac{e^{- k_1 t_b}}{k_2} \left( 1 - e^{- k_2 (t - t_b)} \right) \right) \]

    -

    Note that a method for calculating maximum moving window time weighted average concentrations for a model fitted by ‘mkinfit’ or from parent decline model parameters is included in the max_twa_parent() function. If the same is needed for metabolites, the function pfm::max_twa() from the ‘pfm’ package can be used.

    +

    Note that a method for calculating maximum moving window time weighted average concentrations for a model fitted by ‘mkinfit’ or from parent decline model parameters is included in the max_twa_parent() function. If the same is needed for metabolites, the function pfm::max_twa() from the ‘pfm’ package can be used.

    -

    FOCUS Work Group on Degradation Kinetics. 2014. Generic Guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in Eu Registration. 1.1 ed. http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics.

    +

    FOCUS Work Group on Degradation Kinetics. 2014. Generic Guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in Eu Registration. 1.1 ed. http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics.

    @@ -158,11 +169,13 @@
    -

    Site built with pkgdown 1.6.1.

    +

    +

    Site built with pkgdown 2.0.6.

    @@ -171,5 +184,7 @@ + + diff --git a/docs/dev/articles/web_only/FOCUS_Z.html b/docs/dev/articles/web_only/FOCUS_Z.html index 694b33ca..eec1ba66 100644 --- a/docs/dev/articles/web_only/FOCUS_Z.html +++ b/docs/dev/articles/web_only/FOCUS_Z.html @@ -20,6 +20,8 @@ + +
    +
    -

    Wissenschaftlicher Berater, Kronacher Str. 12, 79639 Grenzach-Wyhlen, Germany
    Privatdozent at the University of Bremen

    -
    -

    -The data

    +

    Wissenschaftlicher Berater, Kronacher Str. 12, 79639 Grenzach-Wyhlen, Germany
    Privatdozent at the University of Bremen

    +
    +

    The data +

    The following code defines the example dataset from Appendix 7 to the FOCUS kinetics report (FOCUS Work Group on Degradation Kinetics 2014, 354).

    -library(mkin, quietly = TRUE)
    -LOD = 0.5
    -FOCUS_2006_Z = data.frame(
    -  t = c(0, 0.04, 0.125, 0.29, 0.54, 1, 2, 3, 4, 7, 10, 14, 21,
    -        42, 61, 96, 124),
    -  Z0 = c(100, 81.7, 70.4, 51.1, 41.2, 6.6, 4.6, 3.9, 4.6, 4.3, 6.8,
    -         2.9, 3.5, 5.3, 4.4, 1.2, 0.7),
    -  Z1 = c(0, 18.3, 29.6, 46.3, 55.1, 65.7, 39.1, 36, 15.3, 5.6, 1.1,
    -         1.6, 0.6, 0.5 * LOD, NA, NA, NA),
    -  Z2 = c(0, NA, 0.5 * LOD, 2.6, 3.8, 15.3, 37.2, 31.7, 35.6, 14.5,
    -         0.8, 2.1, 1.9, 0.5 * LOD, NA, NA, NA),
    -  Z3 = c(0, NA, NA, NA, NA, 0.5 * LOD, 9.2, 13.1, 22.3, 28.4, 32.5,
    -         25.2, 17.2, 4.8, 4.5, 2.8, 4.4))
    -
    -FOCUS_2006_Z_mkin <- mkin_wide_to_long(FOCUS_2006_Z)
    +library(mkin, quietly = TRUE) +LOD = 0.5 +FOCUS_2006_Z = data.frame( + t = c(0, 0.04, 0.125, 0.29, 0.54, 1, 2, 3, 4, 7, 10, 14, 21, + 42, 61, 96, 124), + Z0 = c(100, 81.7, 70.4, 51.1, 41.2, 6.6, 4.6, 3.9, 4.6, 4.3, 6.8, + 2.9, 3.5, 5.3, 4.4, 1.2, 0.7), + Z1 = c(0, 18.3, 29.6, 46.3, 55.1, 65.7, 39.1, 36, 15.3, 5.6, 1.1, + 1.6, 0.6, 0.5 * LOD, NA, NA, NA), + Z2 = c(0, NA, 0.5 * LOD, 2.6, 3.8, 15.3, 37.2, 31.7, 35.6, 14.5, + 0.8, 2.1, 1.9, 0.5 * LOD, NA, NA, NA), + Z3 = c(0, NA, NA, NA, NA, 0.5 * LOD, 9.2, 13.1, 22.3, 28.4, 32.5, + 25.2, 17.2, 4.8, 4.5, 2.8, 4.4)) + +FOCUS_2006_Z_mkin <- mkin_wide_to_long(FOCUS_2006_Z)
    -
    -

    -Parent and one metabolite

    +
    +

    Parent and one metabolite +

    The next step is to set up the models used for the kinetic analysis. As the simultaneous fit of parent and the first metabolite is usually straightforward, Step 1 (SFO for parent only) is skipped here. We start with the model 2a, with formation and decline of metabolite Z1 and the pathway from parent directly to sink included (default in mkin).

    -Z.2a <- mkinmod(Z0 = mkinsub("SFO", "Z1"),
    -                Z1 = mkinsub("SFO"))
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.2a <- mkinmod(Z0 = mkinsub("SFO", "Z1"), + Z1 = mkinsub("SFO"))
    +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.2a <- mkinfit(Z.2a, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.2a, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.2a <- mkinfit(Z.2a, FOCUS_2006_Z_mkin, quiet = TRUE)
    +
    ## Warning in mkinfit(Z.2a, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.2a)
    +plot_sep(m.Z.2a)

    -summary(m.Z.2a, data = FALSE)$bpar
    -
    ##            Estimate se_notrans t value     Pr(>t)    Lower    Upper
    -## Z0_0       97.01488   3.301084 29.3888 3.2971e-21 91.66556 102.3642
    -## k_Z0        2.23601   0.207078 10.7979 3.3309e-11  1.95303   2.5600
    -## k_Z1        0.48212   0.063265  7.6207 2.8154e-08  0.40341   0.5762
    -## f_Z0_to_Z1  1.00000   0.094764 10.5525 5.3560e-11  0.00000   1.0000
    -## sigma       4.80411   0.635638  7.5579 3.2592e-08  3.52677   6.0815
    +summary(m.Z.2a, data = FALSE)$bpar
    +
    ##            Estimate se_notrans t value     Pr(>t)    Lower    Upper
    +## Z0_0       97.01488   3.301084 29.3888 3.2971e-21 91.66556 102.3642
    +## k_Z0        2.23601   0.207078 10.7979 3.3309e-11  1.95303   2.5600
    +## k_Z1        0.48212   0.063265  7.6207 2.8154e-08  0.40341   0.5762
    +## f_Z0_to_Z1  1.00000   0.094764 10.5525 5.3560e-11  0.00000   1.0000
    +## sigma       4.80411   0.635638  7.5579 3.2592e-08  3.52677   6.0815

    As obvious from the parameter summary (the component of the summary), the kinetic rate constant from parent compound Z to sink is very small and the t-test for this parameter suggests that it is not significantly different from zero. This suggests, in agreement with the analysis in the FOCUS kinetics report, to simplify the model by removing the pathway to sink.

    A similar result can be obtained when formation fractions are used in the model formulation:

    -Z.2a.ff <- mkinmod(Z0 = mkinsub("SFO", "Z1"),
    -                   Z1 = mkinsub("SFO"),
    -                   use_of_ff = "max")
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.2a.ff <- mkinmod(Z0 = mkinsub("SFO", "Z1"), + Z1 = mkinsub("SFO"), + use_of_ff = "max")
    +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.2a.ff <- mkinfit(Z.2a.ff, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.2a.ff, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.2a.ff <- mkinfit(Z.2a.ff, FOCUS_2006_Z_mkin, quiet = TRUE)
    +
    ## Warning in mkinfit(Z.2a.ff, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.2a.ff)
    +plot_sep(m.Z.2a.ff)

    -summary(m.Z.2a.ff, data = FALSE)$bpar
    -
    ##            Estimate se_notrans t value     Pr(>t)    Lower    Upper
    -## Z0_0       97.01488   3.301084 29.3888 3.2971e-21 91.66556 102.3642
    -## k_Z0        2.23601   0.207078 10.7979 3.3309e-11  1.95303   2.5600
    -## k_Z1        0.48212   0.063265  7.6207 2.8154e-08  0.40341   0.5762
    -## f_Z0_to_Z1  1.00000   0.094764 10.5525 5.3560e-11  0.00000   1.0000
    -## sigma       4.80411   0.635638  7.5579 3.2592e-08  3.52677   6.0815
    +summary(m.Z.2a.ff, data = FALSE)$bpar
    +
    ##            Estimate se_notrans t value     Pr(>t)    Lower    Upper
    +## Z0_0       97.01488   3.301084 29.3888 3.2971e-21 91.66556 102.3642
    +## k_Z0        2.23601   0.207078 10.7979 3.3309e-11  1.95303   2.5600
    +## k_Z1        0.48212   0.063265  7.6207 2.8154e-08  0.40341   0.5762
    +## f_Z0_to_Z1  1.00000   0.094764 10.5525 5.3560e-11  0.00000   1.0000
    +## sigma       4.80411   0.635638  7.5579 3.2592e-08  3.52677   6.0815

    Here, the ilr transformed formation fraction fitted in the model takes a very large value, and the backtransformed formation fraction from parent Z to Z1 is practically unity. Here, the covariance matrix used for the calculation of confidence intervals is not returned as the model is overparameterised.

    A simplified model is obtained by removing the pathway to the sink.

    In the following, we use the parameterisation with formation fractions in order to be able to compare with the results in the FOCUS guidance, and as it makes it easier to use parameters obtained in a previous fit when adding a further metabolite.

    -Z.3 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE),
    -               Z1 = mkinsub("SFO"), use_of_ff = "max")
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.3 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE), + Z1 = mkinsub("SFO"), use_of_ff = "max")
    +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.3 <- mkinfit(Z.3, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.3, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.3 <- mkinfit(Z.3, FOCUS_2006_Z_mkin, quiet = TRUE)
    +
    ## Warning in mkinfit(Z.3, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.3)
    +plot_sep(m.Z.3)

    -summary(m.Z.3, data = FALSE)$bpar
    -
    ##       Estimate se_notrans t value     Pr(>t)    Lower    Upper
    -## Z0_0  97.01488   2.597342  37.352 2.0106e-24 91.67597 102.3538
    -## k_Z0   2.23601   0.146904  15.221 9.1477e-15  1.95354   2.5593
    -## k_Z1   0.48212   0.041727  11.554 4.8268e-12  0.40355   0.5760
    -## sigma  4.80411   0.620208   7.746 1.6110e-08  3.52925   6.0790
    +summary(m.Z.3, data = FALSE)$bpar
    +
    ##       Estimate se_notrans t value     Pr(>t)    Lower    Upper
    +## Z0_0  97.01488   2.597342  37.352 2.0106e-24 91.67597 102.3538
    +## k_Z0   2.23601   0.146904  15.221 9.1477e-15  1.95354   2.5593
    +## k_Z1   0.48212   0.041727  11.554 4.8268e-12  0.40355   0.5760
    +## sigma  4.80411   0.620208   7.746 1.6110e-08  3.52925   6.0790

    As there is only one transformation product for Z0 and no pathway to sink, the formation fraction is internally fixed to unity.

    -
    -

    -Metabolites Z2 and Z3

    +
    +

    Metabolites Z2 and Z3 +

    As suggested in the FOCUS report, the pathway to sink was removed for metabolite Z1 as well in the next step. While this step appears questionable on the basis of the above results, it is followed here for the purpose of comparison. Also, in the FOCUS report, it is assumed that there is additional empirical evidence that Z1 quickly and exclusively hydrolyses to Z2.

    -Z.5 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE),
    -               Z1 = mkinsub("SFO", "Z2", sink = FALSE),
    -               Z2 = mkinsub("SFO"), use_of_ff = "max")
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.5 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO"), use_of_ff = "max")
    +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.5 <- mkinfit(Z.5, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.5, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.5 <- mkinfit(Z.5, FOCUS_2006_Z_mkin, quiet = TRUE)
    +
    ## Warning in mkinfit(Z.5, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.5)
    +plot_sep(m.Z.5)

    Finally, metabolite Z3 is added to the model. We use the optimised differential equation parameter values from the previous fit in order to accelerate the optimization.

    -Z.FOCUS <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE),
    -                   Z1 = mkinsub("SFO", "Z2", sink = FALSE),
    -                   Z2 = mkinsub("SFO", "Z3"),
    -                   Z3 = mkinsub("SFO"),
    -                   use_of_ff = "max")
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.FOCUS <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO", "Z3"), + Z3 = mkinsub("SFO"), + use_of_ff = "max") +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.FOCUS <- mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin,
    -                     parms.ini = m.Z.5$bparms.ode,
    -                     quiet = TRUE)
    -
    ## Warning in mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin, parms.ini = m.Z.5$bparms.ode, :
    -## Observations with value of zero were removed from the data
    -
    ## Warning in mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin, parms.ini = m.Z.5$bparms.ode, : Optimisation did not converge:
    -## false convergence (8)
    +m.Z.FOCUS <- mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin, + parms.ini = m.Z.5$bparms.ode, + quiet = TRUE) +
    ## Warning in mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin, parms.ini = m.Z.5$bparms.ode, :
    +## Observations with value of zero were removed from the data
    +
    ## Warning in mkinfit(Z.FOCUS, FOCUS_2006_Z_mkin, parms.ini = m.Z.5$bparms.ode, : Optimisation did not converge:
    +## false convergence (8)
    -plot_sep(m.Z.FOCUS)
    +plot_sep(m.Z.FOCUS)

    -summary(m.Z.FOCUS, data = FALSE)$bpar
    -
    ##             Estimate se_notrans t value     Pr(>t)     Lower      Upper
    -## Z0_0       96.838822   1.994274 48.5584 4.0280e-42 92.826981 100.850664
    -## k_Z0        2.215393   0.118458 18.7019 1.0413e-23  1.989456   2.466989
    -## k_Z1        0.478305   0.028258 16.9266 6.2418e-22  0.424708   0.538666
    -## k_Z2        0.451627   0.042139 10.7176 1.6314e-14  0.374339   0.544872
    -## k_Z3        0.058692   0.015245  3.8499 1.7803e-04  0.034808   0.098965
    -## f_Z2_to_Z3  0.471502   0.058351  8.0805 9.6608e-11  0.357769   0.588274
    -## sigma       3.984431   0.383402 10.3923 4.5575e-14  3.213126   4.755736
    +summary(m.Z.FOCUS, data = FALSE)$bpar +
    ##             Estimate se_notrans t value     Pr(>t)     Lower      Upper
    +## Z0_0       96.838822   1.994274 48.5584 4.0280e-42 92.826981 100.850664
    +## k_Z0        2.215393   0.118458 18.7019 1.0413e-23  1.989456   2.466989
    +## k_Z1        0.478305   0.028258 16.9266 6.2418e-22  0.424708   0.538666
    +## k_Z2        0.451627   0.042139 10.7176 1.6314e-14  0.374339   0.544872
    +## k_Z3        0.058692   0.015245  3.8499 1.7803e-04  0.034808   0.098965
    +## f_Z2_to_Z3  0.471502   0.058351  8.0805 9.6608e-11  0.357769   0.588274
    +## sigma       3.984431   0.383402 10.3923 4.5575e-14  3.213126   4.755736
    -endpoints(m.Z.FOCUS)
    -
    ## $ff
    -##   Z2_Z3 Z2_sink 
    -##  0.4715  0.5285 
    -## 
    -## $distimes
    -##        DT50    DT90
    -## Z0  0.31288  1.0394
    -## Z1  1.44917  4.8141
    -## Z2  1.53478  5.0984
    -## Z3 11.80986 39.2315
    +endpoints(m.Z.FOCUS) +
    ## $ff
    +##   Z2_Z3 Z2_sink 
    +##  0.4715  0.5285 
    +## 
    +## $distimes
    +##        DT50    DT90
    +## Z0  0.31288  1.0394
    +## Z1  1.44917  4.8141
    +## Z2  1.53478  5.0984
    +## Z3 11.80986 39.2315

    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.

    -
    -

    -Using the SFORB model

    +
    +

    Using the SFORB model +

    As the FOCUS report states, there is a certain tailing of the time course of metabolite Z3. Also, the time course of the parent compound is not fitted very well using the SFO model, as residues at a certain low level remain.

    Therefore, an additional model is offered here, using the single first-order reversible binding (SFORB) model for metabolite Z3. As expected, the \(\chi^2\) error level is lower for metabolite Z3 using this model and the graphical fit for Z3 is improved. However, the covariance matrix is not returned.

    -Z.mkin.1 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE),
    -                    Z1 = mkinsub("SFO", "Z2", sink = FALSE),
    -                    Z2 = mkinsub("SFO", "Z3"),
    -                    Z3 = mkinsub("SFORB"))
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.mkin.1 <- mkinmod(Z0 = mkinsub("SFO", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO", "Z3"), + Z3 = mkinsub("SFORB"))
    +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.mkin.1 <- mkinfit(Z.mkin.1, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.mkin.1, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.mkin.1 <- mkinfit(Z.mkin.1, FOCUS_2006_Z_mkin, quiet = TRUE)
    +
    ## Warning in mkinfit(Z.mkin.1, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.mkin.1)
    +plot_sep(m.Z.mkin.1)

    -summary(m.Z.mkin.1, data = FALSE)$cov.unscaled
    -
    ## NULL
    +summary(m.Z.mkin.1, data = FALSE)$cov.unscaled +
    ## 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),
    -                    Z2 = mkinsub("SFO"))
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.mkin.3 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO")) +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.mkin.3 <- mkinfit(Z.mkin.3, FOCUS_2006_Z_mkin, quiet = TRUE)
    -
    ## Warning in mkinfit(Z.mkin.3, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    -## value of zero were removed from the data
    +m.Z.mkin.3 <- mkinfit(Z.mkin.3, FOCUS_2006_Z_mkin, quiet = TRUE) +
    ## Warning in mkinfit(Z.mkin.3, FOCUS_2006_Z_mkin, quiet = TRUE): Observations with
    +## value of zero were removed from the data
    -plot_sep(m.Z.mkin.3)
    +plot_sep(m.Z.mkin.3)

    This results in a much better representation of the behaviour of the parent compound Z0.

    Finally, Z3 is added as well. These models appear overparameterised (no covariance matrix returned) if the sink for Z1 is left in the models.

    -Z.mkin.4 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE),
    -                    Z1 = mkinsub("SFO", "Z2", sink = FALSE),
    -                    Z2 = mkinsub("SFO", "Z3"),
    -                    Z3 = mkinsub("SFO"))
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.mkin.4 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO", "Z3"), + Z3 = mkinsub("SFO")) +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.mkin.4 <- mkinfit(Z.mkin.4, FOCUS_2006_Z_mkin,
    -                      parms.ini = m.Z.mkin.3$bparms.ode,
    -                      quiet = TRUE)
    -
    ## Warning in mkinfit(Z.mkin.4, FOCUS_2006_Z_mkin, parms.ini = m.Z.mkin.
    -## 3$bparms.ode, : Observations with value of zero were removed from the data
    +m.Z.mkin.4 <- mkinfit(Z.mkin.4, FOCUS_2006_Z_mkin, + parms.ini = m.Z.mkin.3$bparms.ode, + quiet = TRUE) +
    ## Warning in mkinfit(Z.mkin.4, FOCUS_2006_Z_mkin, parms.ini =
    +## m.Z.mkin.3$bparms.ode, : Observations with value of zero were removed from the
    +## data
    -plot_sep(m.Z.mkin.4)
    +plot_sep(m.Z.mkin.4)

    The error level of the fit, but especially of metabolite Z3, can be improved if the SFORB model is chosen for this metabolite, as this model is capable of representing the tailing of the metabolite decline phase.

    -Z.mkin.5 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE),
    -                    Z1 = mkinsub("SFO", "Z2", sink = FALSE),
    -                    Z2 = mkinsub("SFO", "Z3"),
    -                    Z3 = mkinsub("SFORB"))
    -
    ## Temporary DLL for differentials generated and loaded
    +Z.mkin.5 <- mkinmod(Z0 = mkinsub("SFORB", "Z1", sink = FALSE), + Z1 = mkinsub("SFO", "Z2", sink = FALSE), + Z2 = mkinsub("SFO", "Z3"), + Z3 = mkinsub("SFORB")) +
    ## Temporary DLL for differentials generated and loaded
    -m.Z.mkin.5 <- mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin,
    -                      parms.ini = m.Z.mkin.4$bparms.ode[1:4],
    -                      quiet = TRUE)
    -
    ## Warning in mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, parms.ini = m.Z.mkin.
    -## 4$bparms.ode[1:4], : Observations with value of zero were removed from the data
    +m.Z.mkin.5 <- mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, + parms.ini = m.Z.mkin.4$bparms.ode[1:4], + quiet = TRUE) +
    ## Warning in mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, parms.ini =
    +## m.Z.mkin.4$bparms.ode[1:4], : Observations with value of zero were removed from
    +## the data
    -plot_sep(m.Z.mkin.5)
    +plot_sep(m.Z.mkin.5)

    The summary view of the backtransformed parameters shows that we get no confidence intervals due to overparameterisation. As the optimized is excessively small, it seems reasonable to fix it to zero.

    -m.Z.mkin.5a <- mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin,
    -                       parms.ini = c(m.Z.mkin.5$bparms.ode[1:7],
    -                                     k_Z3_bound_free = 0),
    -                       fixed_parms = "k_Z3_bound_free",
    -                       quiet = TRUE)
    -
    ## Warning in mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, parms.ini = c(m.Z.mkin.
    -## 5$bparms.ode[1:7], : Observations with value of zero were removed from the data
    +m.Z.mkin.5a <- mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, + parms.ini = c(m.Z.mkin.5$bparms.ode[1:7], + k_Z3_bound_free = 0), + fixed_parms = "k_Z3_bound_free", + quiet = TRUE) +
    ## Warning in mkinfit(Z.mkin.5, FOCUS_2006_Z_mkin, parms.ini =
    +## c(m.Z.mkin.5$bparms.ode[1:7], : Observations with value of zero were removed
    +## from the data
    -plot_sep(m.Z.mkin.5a)
    +plot_sep(m.Z.mkin.5a)

    As expected, the residual plots for Z0 and Z3 are more random than in the case of the all SFO model for which they were shown above. In conclusion, the model is proposed as the best-fit model for the dataset from Appendix 7 of the FOCUS report.

    A graphical representation of the confidence intervals can finally be obtained.

    -mkinparplot(m.Z.mkin.5a)
    +mkinparplot(m.Z.mkin.5a)

    The endpoints obtained with this model are

    -endpoints(m.Z.mkin.5a)
    -
    ## $ff
    -## Z0_free   Z2_Z3 Z2_sink Z3_free 
    -## 1.00000 0.53656 0.46344 1.00000 
    -## 
    -## $SFORB
    -##     Z0_b1     Z0_b2     Z3_b1     Z3_b2 
    -## 2.4471322 0.0075125 0.0800069 0.0000000 
    -## 
    -## $distimes
    -##      DT50   DT90 DT50back DT50_Z0_b1 DT50_Z0_b2 DT50_Z3_b1 DT50_Z3_b2
    -## Z0 0.3043 1.1848  0.35666    0.28325     92.266         NA         NA
    -## Z1 1.5148 5.0320       NA         NA         NA         NA         NA
    -## Z2 1.6414 5.4526       NA         NA         NA         NA         NA
    -## Z3     NA     NA       NA         NA         NA     8.6636        Inf
    +endpoints(m.Z.mkin.5a) +
    ## $ff
    +## Z0_free   Z2_Z3 Z2_sink Z3_free 
    +## 1.00000 0.53656 0.46344 1.00000 
    +## 
    +## $SFORB
    +##     Z0_b1     Z0_b2      Z0_g     Z3_b1     Z3_b2      Z3_g 
    +## 2.4471322 0.0075125 0.9519862 0.0800069 0.0000000 0.9347820 
    +## 
    +## $distimes
    +##      DT50   DT90 DT50back DT50_Z0_b1 DT50_Z0_b2 DT50_Z3_b1 DT50_Z3_b2
    +## Z0 0.3043 1.1848  0.35666    0.28325     92.266         NA         NA
    +## Z1 1.5148 5.0320       NA         NA         NA         NA         NA
    +## Z2 1.6414 5.4526       NA         NA         NA         NA         NA
    +## Z3     NA     NA       NA         NA         NA     8.6636        Inf

    It is clear the degradation rate of Z3 towards the end of the experiment is very low as DT50_Z3_b2 (the second Eigenvalue of the system of two differential equations representing the SFORB system for Z3, corresponding to the slower rate constant of the DFOP model) is reported to be infinity. However, this appears to be a feature of the data.

    -
    -

    -References

    +
    +

    References +

    -

    FOCUS Work Group on Degradation Kinetics. 2014. Generic Guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in Eu Registration. 1.1 ed. http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics.

    +

    FOCUS Work Group on Degradation Kinetics. 2014. Generic Guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in Eu Registration. 1.1 ed. http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics.

    @@ -385,11 +399,13 @@
    -

    Site built with pkgdown 1.6.1.

    +

    +

    Site built with pkgdown 2.0.6.

    @@ -398,5 +414,7 @@ + + diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_1-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_1-1.png index 2213c446..be652d31 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_1-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_1-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_10-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_10-1.png index 61b04d3a..bc6efaf7 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_10-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_10-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11-1.png index 409f1203..55c1b645 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11a-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11a-1.png index 4d6820cd..8e63cd04 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11a-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11a-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11b-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11b-1.png index 2e504961..3902e059 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11b-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_11b-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_2-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_2-1.png index 2213c446..be652d31 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_2-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_2-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_3-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_3-1.png index 7ab743af..59524035 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_3-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_3-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_5-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_5-1.png index 2e0dce77..d95cac25 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_5-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_5-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_6-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_6-1.png index 458299c1..cb333a1c 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_6-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_6-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_7-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_7-1.png index eb833066..d87105fb 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_7-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_7-1.png differ diff --git a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_9-1.png b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_9-1.png index e7501cbb..db807f14 100644 Binary files a/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_9-1.png and b/docs/dev/articles/web_only/FOCUS_Z_files/figure-html/FOCUS_2006_Z_fits_9-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples.html b/docs/dev/articles/web_only/NAFTA_examples.html index b9784415..a054d4a1 100644 --- a/docs/dev/articles/web_only/NAFTA_examples.html +++ b/docs/dev/articles/web_only/NAFTA_examples.html @@ -20,6 +20,8 @@ + +
    +
    -
    -

    -Introduction

    +
    +

    Introduction +

    In this document, the example evaluations provided in Attachment 1 to the SOP of US EPA for using the NAFTA guidance (US EPA 2015) are repeated using mkin. The original evaluations reported in the attachment were performed using PestDF in version 0.8.4. Note that PestDF 0.8.13 is the version distributed at the US EPA website today (2019-02-26).

    The datasets are now distributed with the mkin package.

    -
    -

    -Examples where DFOP did not converge with PestDF 0.8.4

    +
    +

    Examples where DFOP did not converge with PestDF 0.8.4 +

    In attachment 1, it is reported that the DFOP model does not converge for these datasets when PestDF 0.8.4 was used. For all four datasets, the DFOP model can be fitted with mkin (see below). The negative half-life given by PestDF 0.8.4 for these fits appears to be the result of a bug. The results for the other two models (SFO and IORE) are the same.

    -
    -

    -Example on page 5, upper panel

    +
    +

    Example on page 5, upper panel +

    -p5a <- nafta(NAFTA_SOP_Attachment[["p5a"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p5a <- nafta(NAFTA_SOP_Attachment[["p5a"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p5a)
    +plot(p5a)

    -print(p5a)
    -
    ## Sums of squares:
    -##       SFO      IORE      DFOP 
    -## 465.21753  56.27506  32.06401 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 64.4304
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)  Lower   Upper
    -## parent_0  95.8401 4.67e-21 92.245 99.4357
    -## k_parent   0.0102 3.92e-12  0.009  0.0117
    -## sigma      4.8230 3.81e-06  3.214  6.4318
    -## 
    -## $IORE
    -##                Estimate Pr(>t)    Lower    Upper
    -## parent_0       1.01e+02     NA 9.91e+01 1.02e+02
    -## k__iore_parent 1.54e-05     NA 4.08e-06 5.84e-05
    -## N_parent       2.57e+00     NA 2.25e+00 2.89e+00
    -## sigma          1.68e+00     NA 1.12e+00 2.24e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower    Upper
    -## parent_0 9.99e+01 1.41e-26 98.8116 101.0810
    -## k1       2.67e-02 5.05e-06  0.0243   0.0295
    -## k2       2.26e-12 5.00e-01  0.0000      Inf
    -## g        6.47e-01 3.67e-06  0.6248   0.6677
    -## sigma    1.27e+00 8.91e-06  0.8395   1.6929
    -## 
    -## 
    -## DTx values:
    -##      DT50     DT90 DT50_rep
    -## SFO  67.7 2.25e+02 6.77e+01
    -## IORE 58.2 1.07e+03 3.22e+02
    -## DFOP 55.5 5.59e+11 3.07e+11
    -## 
    -## Representative half-life:
    -## [1] 321.51
    +print(p5a)
    +
    ## Sums of squares:
    +##       SFO      IORE      DFOP 
    +## 465.21753  56.27506  32.06401 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 64.4304
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)  Lower   Upper
    +## parent_0  95.8401 4.67e-21 92.245 99.4357
    +## k_parent   0.0102 3.92e-12  0.009  0.0117
    +## sigma      4.8230 3.81e-06  3.214  6.4318
    +## 
    +## $IORE
    +##                Estimate Pr(>t)    Lower    Upper
    +## parent_0       1.01e+02     NA 9.91e+01 1.02e+02
    +## k__iore_parent 1.54e-05     NA 4.08e-06 5.84e-05
    +## N_parent       2.57e+00     NA 2.25e+00 2.89e+00
    +## sigma          1.68e+00     NA 1.12e+00 2.24e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower    Upper
    +## parent_0 9.99e+01 1.41e-26 98.8116 101.0810
    +## k1       2.67e-02 5.05e-06  0.0243   0.0295
    +## k2       2.26e-12 5.00e-01  0.0000      Inf
    +## g        6.47e-01 3.67e-06  0.6248   0.6677
    +## sigma    1.27e+00 8.91e-06  0.8395   1.6929
    +## 
    +## 
    +## DTx values:
    +##      DT50     DT90 DT50_rep
    +## SFO  67.7 2.25e+02 6.77e+01
    +## IORE 58.2 1.07e+03 3.22e+02
    +## DFOP 55.5 5.59e+11 3.07e+11
    +## 
    +## Representative half-life:
    +## [1] 321.51
    -
    -

    -Example on page 5, lower panel

    +
    +

    Example on page 5, lower panel +

    -p5b <- nafta(NAFTA_SOP_Attachment[["p5b"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p5b <- nafta(NAFTA_SOP_Attachment[["p5b"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p5b)
    +plot(p5b)

    -print(p5b)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 94.81123 10.10936  7.55871 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 11.77879
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0   96.497 2.32e-24 94.85271 98.14155
    -## k_parent    0.008 3.42e-14  0.00737  0.00869
    -## sigma       2.295 1.22e-05  1.47976  3.11036
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower    Upper
    -## parent_0       9.85e+01 1.17e-28 9.79e+01 9.92e+01
    -## k__iore_parent 1.53e-04 6.50e-03 7.21e-05 3.26e-04
    -## N_parent       1.94e+00 5.88e-13 1.76e+00 2.12e+00
    -## sigma          7.49e-01 1.63e-05 4.82e-01 1.02e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0 9.84e+01 1.24e-27 97.8078 98.9187
    -## k1       1.55e-02 4.10e-04  0.0143  0.0167
    -## k2       8.63e-12 5.00e-01  0.0000     Inf
    -## g        6.89e-01 2.92e-03  0.6626  0.7142
    -## sigma    6.48e-01 2.38e-05  0.4147  0.8813
    -## 
    -## 
    -## DTx values:
    -##      DT50     DT90 DT50_rep
    -## SFO  86.6 2.88e+02 8.66e+01
    -## IORE 85.5 7.17e+02 2.16e+02
    -## DFOP 83.6 1.32e+11 8.04e+10
    -## 
    -## Representative half-life:
    -## [1] 215.87
    +print(p5b)
    +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 94.81123 10.10936  7.55871 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 11.77879
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0   96.497 2.32e-24 94.85271 98.14155
    +## k_parent    0.008 3.42e-14  0.00737  0.00869
    +## sigma       2.295 1.22e-05  1.47976  3.11036
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower    Upper
    +## parent_0       9.85e+01 1.17e-28 9.79e+01 9.92e+01
    +## k__iore_parent 1.53e-04 6.50e-03 7.21e-05 3.26e-04
    +## N_parent       1.94e+00 5.88e-13 1.76e+00 2.12e+00
    +## sigma          7.49e-01 1.63e-05 4.82e-01 1.02e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0 9.84e+01 1.24e-27 97.8078 98.9187
    +## k1       1.55e-02 4.10e-04  0.0143  0.0167
    +## k2       8.63e-12 5.00e-01  0.0000     Inf
    +## g        6.89e-01 2.92e-03  0.6626  0.7142
    +## sigma    6.48e-01 2.38e-05  0.4147  0.8813
    +## 
    +## 
    +## DTx values:
    +##      DT50     DT90 DT50_rep
    +## SFO  86.6 2.88e+02 8.66e+01
    +## IORE 85.5 7.17e+02 2.16e+02
    +## DFOP 83.6 1.32e+11 8.04e+10
    +## 
    +## Representative half-life:
    +## [1] 215.87
    -
    -

    -Example on page 6

    +
    +

    Example on page 6 +

    -p6 <- nafta(NAFTA_SOP_Attachment[["p6"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p6 <- nafta(NAFTA_SOP_Attachment[["p6"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p6)
    +plot(p6)

    -print(p6)
    -
    ## Sums of squares:
    -##       SFO      IORE      DFOP 
    -## 188.45361  51.00699  42.46931 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 58.39888
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0  94.7759 7.29e-24 92.3478 97.2039
    -## k_parent   0.0179 8.02e-16  0.0166  0.0194
    -## sigma      3.0696 3.81e-06  2.0456  4.0936
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower    Upper
    -## parent_0       97.12446 2.63e-26 95.62461 98.62431
    -## k__iore_parent  0.00252 1.95e-03  0.00134  0.00472
    -## N_parent        1.49587 4.07e-13  1.33896  1.65279
    -## sigma           1.59698 5.05e-06  1.06169  2.13227
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0 9.66e+01 1.57e-25 95.3476 97.8979
    -## k1       2.55e-02 7.33e-06  0.0233  0.0278
    -## k2       3.22e-11 5.00e-01  0.0000     Inf
    -## g        8.61e-01 7.55e-06  0.8314  0.8867
    -## sigma    1.46e+00 6.93e-06  0.9661  1.9483
    -## 
    -## 
    -## DTx values:
    -##      DT50     DT90 DT50_rep
    -## SFO  38.6 1.28e+02 3.86e+01
    -## IORE 34.0 1.77e+02 5.32e+01
    -## DFOP 34.1 1.01e+10 2.15e+10
    -## 
    -## Representative half-life:
    -## [1] 53.17
    +print(p6)
    +
    ## Sums of squares:
    +##       SFO      IORE      DFOP 
    +## 188.45361  51.00699  42.46931 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 58.39888
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0  94.7759 7.29e-24 92.3478 97.2039
    +## k_parent   0.0179 8.02e-16  0.0166  0.0194
    +## sigma      3.0696 3.81e-06  2.0456  4.0936
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower    Upper
    +## parent_0       97.12446 2.63e-26 95.62461 98.62431
    +## k__iore_parent  0.00252 1.95e-03  0.00134  0.00472
    +## N_parent        1.49587 4.07e-13  1.33896  1.65279
    +## sigma           1.59698 5.05e-06  1.06169  2.13227
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0 9.66e+01 1.57e-25 95.3476 97.8979
    +## k1       2.55e-02 7.33e-06  0.0233  0.0278
    +## k2       3.22e-11 5.00e-01  0.0000     Inf
    +## g        8.61e-01 7.55e-06  0.8314  0.8867
    +## sigma    1.46e+00 6.93e-06  0.9661  1.9483
    +## 
    +## 
    +## DTx values:
    +##      DT50     DT90 DT50_rep
    +## SFO  38.6 1.28e+02 3.86e+01
    +## IORE 34.0 1.77e+02 5.32e+01
    +## DFOP 34.1 1.01e+10 2.15e+10
    +## 
    +## Representative half-life:
    +## [1] 53.17
    -
    -

    -Example on page 7

    +
    +

    Example on page 7 +

    -p7 <- nafta(NAFTA_SOP_Attachment[["p7"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p7 <- nafta(NAFTA_SOP_Attachment[["p7"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p7)
    +plot(p7)

    -print(p7)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 3661.661 3195.030 3174.145 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 3334.194
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 96.41796 4.80e-53 93.32245 99.51347
    -## k_parent  0.00735 7.64e-21  0.00641  0.00843
    -## sigma     7.94557 1.83e-15  6.46713  9.42401
    -## 
    -## $IORE
    -##                Estimate Pr(>t)    Lower    Upper
    -## parent_0       9.92e+01     NA 9.55e+01 1.03e+02
    -## k__iore_parent 1.60e-05     NA 1.45e-07 1.77e-03
    -## N_parent       2.45e+00     NA 1.35e+00 3.54e+00
    -## sigma          7.42e+00     NA 6.04e+00 8.80e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower    Upper
    -## parent_0 9.89e+01 9.44e-49 95.4640 102.2573
    -## k1       1.81e-02 1.75e-01  0.0116   0.0281
    -## k2       3.63e-10 5.00e-01  0.0000      Inf
    -## g        6.06e-01 2.19e-01  0.4826   0.7178
    -## sigma    7.40e+00 2.97e-15  6.0201   8.7754
    -## 
    -## 
    -## DTx values:
    -##      DT50     DT90 DT50_rep
    -## SFO  94.3 3.13e+02 9.43e+01
    -## IORE 96.7 1.51e+03 4.55e+02
    -## DFOP 96.4 3.77e+09 1.91e+09
    -## 
    -## Representative half-life:
    -## [1] 454.55
    +print(p7)
    +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 3661.661 3195.030 3174.145 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 3334.194
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 96.41796 4.80e-53 93.32245 99.51347
    +## k_parent  0.00735 7.64e-21  0.00641  0.00843
    +## sigma     7.94557 1.83e-15  6.46713  9.42401
    +## 
    +## $IORE
    +##                Estimate Pr(>t)    Lower    Upper
    +## parent_0       9.92e+01     NA 9.55e+01 1.03e+02
    +## k__iore_parent 1.60e-05     NA 1.45e-07 1.77e-03
    +## N_parent       2.45e+00     NA 1.35e+00 3.54e+00
    +## sigma          7.42e+00     NA 6.04e+00 8.80e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower    Upper
    +## parent_0 9.89e+01 9.44e-49 95.4640 102.2573
    +## k1       1.81e-02 1.75e-01  0.0116   0.0281
    +## k2       3.63e-10 5.00e-01  0.0000      Inf
    +## g        6.06e-01 2.19e-01  0.4826   0.7178
    +## sigma    7.40e+00 2.97e-15  6.0201   8.7754
    +## 
    +## 
    +## DTx values:
    +##      DT50     DT90 DT50_rep
    +## SFO  94.3 3.13e+02 9.43e+01
    +## IORE 96.7 1.51e+03 4.55e+02
    +## DFOP 96.4 3.77e+09 1.91e+09
    +## 
    +## Representative half-life:
    +## [1] 454.55
    -
    -

    -Examples where the representative half-life deviates from the observed DT50

    -
    -

    -Example on page 8

    +
    +

    Examples where the representative half-life deviates from the observed DT50 +

    +
    +

    Example on page 8 +

    For this dataset, the IORE fit does not converge when the default starting values used by mkin for the IORE model are used. Therefore, a lower value for the rate constant is used here.

    -p8 <- nafta(NAFTA_SOP_Attachment[["p8"]], parms.ini = c(k__iore_parent = 1e-3))
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p8 <- nafta(NAFTA_SOP_Attachment[["p8"]], parms.ini = c(k__iore_parent = 1e-3))
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p8)
    +plot(p8)

    -print(p8)
    -
    ## Sums of squares:
    -##       SFO      IORE      DFOP 
    -## 1996.9408  444.9237  547.5616 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 477.4924
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 88.16549 6.53e-29 83.37344 92.95754
    -## k_parent  0.00803 1.67e-13  0.00674  0.00957
    -## sigma     7.44786 4.17e-10  5.66209  9.23363
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower    Upper
    -## parent_0       9.77e+01 7.03e-35 9.44e+01 1.01e+02
    -## k__iore_parent 6.14e-05 3.20e-02 2.12e-05 1.78e-04
    -## N_parent       2.27e+00 4.23e-18 2.00e+00 2.54e+00
    -## sigma          3.52e+00 5.36e-10 2.67e+00 4.36e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 95.70619 8.99e-32 91.87941 99.53298
    -## k1        0.02500 5.25e-04  0.01422  0.04394
    -## k2        0.00273 6.84e-03  0.00125  0.00597
    -## g         0.58835 2.84e-06  0.36595  0.77970
    -## sigma     3.90001 6.94e-10  2.96260  4.83741
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  86.3  287     86.3
    -## IORE 53.4  668    201.0
    -## DFOP 55.6  517    253.0
    -## 
    -## Representative half-life:
    -## [1] 201.03
    +print(p8)
    +
    ## Sums of squares:
    +##       SFO      IORE      DFOP 
    +## 1996.9408  444.9237  547.5616 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 477.4924
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 88.16549 6.53e-29 83.37344 92.95754
    +## k_parent  0.00803 1.67e-13  0.00674  0.00957
    +## sigma     7.44786 4.17e-10  5.66209  9.23363
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower    Upper
    +## parent_0       9.77e+01 7.03e-35 9.44e+01 1.01e+02
    +## k__iore_parent 6.14e-05 3.20e-02 2.12e-05 1.78e-04
    +## N_parent       2.27e+00 4.23e-18 2.00e+00 2.54e+00
    +## sigma          3.52e+00 5.36e-10 2.67e+00 4.36e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 95.70619 8.99e-32 91.87941 99.53298
    +## k1        0.02500 5.25e-04  0.01422  0.04394
    +## k2        0.00273 6.84e-03  0.00125  0.00597
    +## g         0.58835 2.84e-06  0.36595  0.77970
    +## sigma     3.90001 6.94e-10  2.96260  4.83741
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  86.3  287     86.3
    +## IORE 53.4  668    201.0
    +## DFOP 55.6  517    253.0
    +## 
    +## Representative half-life:
    +## [1] 201.03
    -
    -

    -Examples where SFO was not selected for an abiotic study

    -
    -

    -Example on page 9, upper panel

    +
    +

    Examples where SFO was not selected for an abiotic study +

    +
    +

    Example on page 9, upper panel +

    -p9a <- nafta(NAFTA_SOP_Attachment[["p9a"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p9a <- nafta(NAFTA_SOP_Attachment[["p9a"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p9a)
    +plot(p9a)

    -print(p9a)
    -
    ## Sums of squares:
    -##       SFO      IORE      DFOP 
    -## 839.35238  88.57064   9.93363 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 105.5678
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0  88.1933 3.06e-12 79.9447 96.4419
    -## k_parent   0.0409 2.07e-07  0.0324  0.0516
    -## sigma      7.2429 3.92e-05  4.4768 10.0090
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower    Upper
    -## parent_0       9.89e+01 1.12e-16 9.54e+01 1.02e+02
    -## k__iore_parent 1.93e-05 1.13e-01 3.49e-06 1.06e-04
    -## N_parent       2.91e+00 1.45e-09 2.50e+00 3.32e+00
    -## sigma          2.35e+00 5.31e-05 1.45e+00 3.26e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)  Lower  Upper
    -## parent_0 9.85e+01 2.54e-20 97.390 99.672
    -## k1       1.38e-01 3.52e-05  0.131  0.146
    -## k2       9.02e-13 5.00e-01  0.000    Inf
    -## g        6.52e-01 8.13e-06  0.642  0.661
    -## sigma    7.88e-01 6.13e-02  0.481  1.095
    -## 
    -## 
    -## DTx values:
    -##      DT50     DT90 DT50_rep
    -## SFO  16.9 5.63e+01 1.69e+01
    -## IORE 11.6 3.37e+02 1.01e+02
    -## DFOP 10.5 1.38e+12 7.69e+11
    -## 
    -## Representative half-life:
    -## [1] 101.43
    +print(p9a)
    +
    ## Sums of squares:
    +##       SFO      IORE      DFOP 
    +## 839.35238  88.57064   9.93363 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 105.5678
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0  88.1933 3.06e-12 79.9447 96.4419
    +## k_parent   0.0409 2.07e-07  0.0324  0.0516
    +## sigma      7.2429 3.92e-05  4.4768 10.0090
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower    Upper
    +## parent_0       9.89e+01 1.12e-16 9.54e+01 1.02e+02
    +## k__iore_parent 1.93e-05 1.13e-01 3.49e-06 1.06e-04
    +## N_parent       2.91e+00 1.45e-09 2.50e+00 3.32e+00
    +## sigma          2.35e+00 5.31e-05 1.45e+00 3.26e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)  Lower  Upper
    +## parent_0 9.85e+01 2.54e-20 97.390 99.672
    +## k1       1.38e-01 3.52e-05  0.131  0.146
    +## k2       9.02e-13 5.00e-01  0.000    Inf
    +## g        6.52e-01 8.13e-06  0.642  0.661
    +## sigma    7.88e-01 6.13e-02  0.481  1.095
    +## 
    +## 
    +## DTx values:
    +##      DT50     DT90 DT50_rep
    +## SFO  16.9 5.63e+01 1.69e+01
    +## IORE 11.6 3.37e+02 1.01e+02
    +## DFOP 10.5 1.38e+12 7.69e+11
    +## 
    +## Representative half-life:
    +## [1] 101.43

    In this example, the residuals of the SFO indicate a lack of fit of this model, so even if it was an abiotic experiment, the data do not suggest a simple exponential decline.

    -
    -

    -Example on page 9, lower panel

    +
    +

    Example on page 9, lower panel +

    -p9b <- nafta(NAFTA_SOP_Attachment[["p9b"]])
    -
    ## Warning in sqrt(diag(covar)): NaNs produced
    -
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    -
    ## Warning in sqrt(1/diag(V)): NaNs produced
    -
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    -## doubtful
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p9b <- nafta(NAFTA_SOP_Attachment[["p9b"]])
    +
    ## Warning in sqrt(diag(covar)): NaNs produced
    +
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    +
    ## Warning in sqrt(1/diag(V)): NaNs produced
    +
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    +## doubtful
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p9b)
    +plot(p9b)

    -print(p9b)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 35.64867 23.22334 35.64867 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 28.54188
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)  Lower   Upper
    -## parent_0  94.7123 2.15e-19 93.178 96.2464
    -## k_parent   0.0389 4.47e-14  0.037  0.0408
    -## sigma      1.5957 1.28e-04  0.932  2.2595
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)   Lower  Upper
    -## parent_0         93.863 2.32e-18 92.4565 95.269
    -## k__iore_parent    0.127 1.85e-02  0.0504  0.321
    -## N_parent          0.711 1.88e-05  0.4843  0.937
    -## sigma             1.288 1.76e-04  0.7456  1.830
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0  94.7123 1.61e-16 93.1355 96.2891
    -## k1         0.0389 1.08e-04  0.0266  0.0569
    -## k2         0.0389 2.23e-04  0.0255  0.0592
    -## g          0.5256      NaN      NA      NA
    -## sigma      1.5957 2.50e-04  0.9135  2.2779
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  17.8 59.2     17.8
    -## IORE 18.4 49.2     14.8
    -## DFOP 17.8 59.2     17.8
    -## 
    -## Representative half-life:
    -## [1] 14.8
    +print(p9b) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 35.64867 23.22334 35.64867 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 28.54188
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)  Lower   Upper
    +## parent_0  94.7123 2.15e-19 93.178 96.2464
    +## k_parent   0.0389 4.47e-14  0.037  0.0408
    +## sigma      1.5957 1.28e-04  0.932  2.2595
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)   Lower  Upper
    +## parent_0         93.863 2.32e-18 92.4565 95.269
    +## k__iore_parent    0.127 1.85e-02  0.0504  0.321
    +## N_parent          0.711 1.88e-05  0.4843  0.937
    +## sigma             1.288 1.76e-04  0.7456  1.830
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0  94.7123 1.61e-16 93.1355 96.2891
    +## k1         0.0389 1.08e-04  0.0266  0.0569
    +## k2         0.0389 2.23e-04  0.0255  0.0592
    +## g          0.5256      NaN      NA      NA
    +## sigma      1.5957 2.50e-04  0.9135  2.2779
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  17.8 59.2     17.8
    +## IORE 18.4 49.2     14.8
    +## DFOP 17.8 59.2     17.8
    +## 
    +## Representative half-life:
    +## [1] 14.8

    Here, mkin gives a longer slow DT50 for the DFOP model (17.8 days) than PestDF (13.5 days). Presumably, this is related to the fact that PestDF gives a negative value for the proportion of the fast degradation which should be between 0 and 1, inclusive. This parameter is called f in PestDF and g in mkin. In mkin, it is restricted to the interval from 0 to 1.

    -
    -

    -Example on page 10

    +
    +

    Example on page 10 +

    -p10 <- nafta(NAFTA_SOP_Attachment[["p10"]])
    -
    ## Warning in sqrt(diag(covar)): NaNs produced
    -
    ## Warning in sqrt(1/diag(V)): NaNs produced
    -
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    -## doubtful
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p10 <- nafta(NAFTA_SOP_Attachment[["p10"]])
    +
    ## Warning in sqrt(diag(covar)): NaNs produced
    +
    ## Warning in sqrt(1/diag(V)): NaNs produced
    +
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    +## doubtful
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p10)
    +plot(p10)

    -print(p10)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 899.4089 336.4348 899.4089 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 413.4841
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)   Lower    Upper
    -## parent_0 101.7315 6.42e-11 91.9259 111.5371
    -## k_parent   0.0495 1.70e-07  0.0404   0.0607
    -## sigma      8.0152 1.28e-04  4.6813  11.3491
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)  Lower   Upper
    -## parent_0          96.86 3.32e-12 90.848 102.863
    -## k__iore_parent     2.96 7.91e-02  0.687  12.761
    -## N_parent           0.00 5.00e-01 -0.372   0.372
    -## sigma              4.90 1.77e-04  2.837   6.968
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower    Upper
    -## parent_0 101.7315 1.41e-09 91.6534 111.8097
    -## k1         0.0495 6.58e-03  0.0303   0.0809
    -## k2         0.0495 2.60e-03  0.0410   0.0598
    -## g          0.4487 5.00e-01      NA       NA
    -## sigma      8.0152 2.50e-04  4.5886  11.4418
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  14.0 46.5    14.00
    -## IORE 16.4 29.4     8.86
    -## DFOP 14.0 46.5    14.00
    -## 
    -## Representative half-life:
    -## [1] 8.86
    +print(p10) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 899.4089 336.4348 899.4089 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 413.4841
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)   Lower    Upper
    +## parent_0 101.7315 6.42e-11 91.9259 111.5371
    +## k_parent   0.0495 1.70e-07  0.0404   0.0607
    +## sigma      8.0152 1.28e-04  4.6813  11.3491
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)  Lower   Upper
    +## parent_0          96.86 3.32e-12 90.848 102.863
    +## k__iore_parent     2.96 7.91e-02  0.687  12.761
    +## N_parent           0.00 5.00e-01 -0.372   0.372
    +## sigma              4.90 1.77e-04  2.837   6.968
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower    Upper
    +## parent_0 101.7315 1.41e-09 91.6534 111.8097
    +## k1         0.0495 6.58e-03  0.0303   0.0809
    +## k2         0.0495 2.60e-03  0.0410   0.0598
    +## g          0.4487 5.00e-01      NA       NA
    +## sigma      8.0152 2.50e-04  4.5886  11.4418
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  14.0 46.5    14.00
    +## IORE 16.4 29.4     8.86
    +## DFOP 14.0 46.5    14.00
    +## 
    +## Representative half-life:
    +## [1] 8.86

    Here, a value below N is given for the IORE model, because the data suggests a faster decline towards the end of the experiment, which appears physically rather unlikely in the case of a photolysis study. It seems PestDF does not constrain N to values above zero, thus the slight difference in IORE model parameters between PestDF and mkin.

    -
    -

    -The DT50 was not observed during the study

    -
    -

    -Example on page 11

    +
    +

    The DT50 was not observed during the study +

    +
    +

    Example on page 11 +

    -p11 <- nafta(NAFTA_SOP_Attachment[["p11"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p11 <- nafta(NAFTA_SOP_Attachment[["p11"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p11)
    +plot(p11)

    -print(p11)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 579.6805 204.7932 144.7783 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 251.6944
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 96.15820 4.83e-13 90.24934 1.02e+02
    -## k_parent  0.00321 4.71e-05  0.00222 4.64e-03
    -## sigma     6.43473 1.28e-04  3.75822 9.11e+00
    -## 
    -## $IORE
    -##                Estimate Pr(>t)    Lower    Upper
    -## parent_0       1.05e+02     NA 9.90e+01 1.10e+02
    -## k__iore_parent 3.11e-17     NA 1.35e-20 7.18e-14
    -## N_parent       8.36e+00     NA 6.62e+00 1.01e+01
    -## sigma          3.82e+00     NA 2.21e+00 5.44e+00
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 1.05e+02 9.47e-13  99.9990 109.1224
    -## k1       4.41e-02 5.95e-03   0.0296   0.0658
    -## k2       9.94e-13 5.00e-01   0.0000      Inf
    -## g        3.22e-01 1.45e-03   0.2814   0.3650
    -## sigma    3.22e+00 3.52e-04   1.8410   4.5906
    -## 
    -## 
    -## DTx values:
    -##          DT50     DT90 DT50_rep
    -## SFO  2.16e+02 7.18e+02 2.16e+02
    -## IORE 9.73e+02 1.37e+08 4.11e+07
    -## DFOP 3.07e+11 1.93e+12 6.98e+11
    -## 
    -## Representative half-life:
    -## [1] 41148170
    +print(p11)
    +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 579.6805 204.7932 144.7783 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 251.6944
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 96.15820 4.83e-13 90.24934 1.02e+02
    +## k_parent  0.00321 4.71e-05  0.00222 4.64e-03
    +## sigma     6.43473 1.28e-04  3.75822 9.11e+00
    +## 
    +## $IORE
    +##                Estimate Pr(>t)    Lower    Upper
    +## parent_0       1.05e+02     NA 9.90e+01 1.10e+02
    +## k__iore_parent 3.11e-17     NA 1.35e-20 7.18e-14
    +## N_parent       8.36e+00     NA 6.62e+00 1.01e+01
    +## sigma          3.82e+00     NA 2.21e+00 5.44e+00
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 1.05e+02 9.47e-13  99.9990 109.1224
    +## k1       4.41e-02 5.95e-03   0.0296   0.0658
    +## k2       9.94e-13 5.00e-01   0.0000      Inf
    +## g        3.22e-01 1.45e-03   0.2814   0.3650
    +## sigma    3.22e+00 3.52e-04   1.8410   4.5906
    +## 
    +## 
    +## DTx values:
    +##          DT50     DT90 DT50_rep
    +## SFO  2.16e+02 7.18e+02 2.16e+02
    +## IORE 9.73e+02 1.37e+08 4.11e+07
    +## DFOP 3.07e+11 1.93e+12 6.98e+11
    +## 
    +## Representative half-life:
    +## [1] 41148170

    In this case, the DFOP fit reported for PestDF resulted in a negative value for the slower rate constant, which is not possible in mkin. The other results are in agreement.

    -
    -

    -N is less than 1 and the DFOP rate constants are like the SFO rate constant

    +
    +

    N is less than 1 and the DFOP rate constants are like the SFO rate constant +

    In the following three examples, the same results are obtained with mkin as reported for PestDF. As in the case on page 10, the N values below 1 are deemed unrealistic and appear to be the result of an overparameterisation.

    -
    -

    -Example on page 12, upper panel

    +
    +

    Example on page 12, upper panel +

    -p12a <- nafta(NAFTA_SOP_Attachment[["p12a"]])
    -
    ## Warning in summary.mkinfit(x): Could not calculate correlation; no covariance
    -## matrix
    -
    ## Warning in sqrt(diag(covar)): NaNs produced
    -
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    -
    ## Warning in sqrt(1/diag(V)): NaNs produced
    -
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    -## doubtful
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p12a <- nafta(NAFTA_SOP_Attachment[["p12a"]])
    +
    ## Warning in summary.mkinfit(x): Could not calculate correlation; no covariance
    +## matrix
    +
    ## Warning in sqrt(diag(covar)): NaNs produced
    +
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    +
    ## Warning in sqrt(1/diag(V)): NaNs produced
    +
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    +## doubtful
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p12a)
    +plot(p12a)

    -print(p12a)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 695.4440 220.0685 695.4440 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 270.4679
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)  Lower   Upper
    -## parent_0  100.521 8.75e-12 92.461 108.581
    -## k_parent    0.124 3.61e-08  0.104   0.148
    -## sigma       7.048 1.28e-04  4.116   9.980
    -## 
    -## $IORE
    -##                Estimate Pr(>t) Lower Upper
    -## parent_0         96.823     NA    NA    NA
    -## k__iore_parent    2.436     NA    NA    NA
    -## N_parent          0.263     NA    NA    NA
    -## sigma             3.965     NA    NA    NA
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower   Upper
    -## parent_0  100.521 2.74e-10 92.2366 108.805
    -## k1          0.124 2.53e-05  0.0908   0.170
    -## k2          0.124 2.52e-02  0.0456   0.339
    -## g           0.793      NaN      NA      NA
    -## sigma       7.048 2.50e-04  4.0349  10.061
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  5.58 18.5     5.58
    -## IORE 6.49 13.2     3.99
    -## DFOP 5.58 18.5     5.58
    -## 
    -## Representative half-life:
    -## [1] 3.99
    +print(p12a)
    +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 695.4440 220.0685 695.4440 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 270.4679
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)  Lower   Upper
    +## parent_0  100.521 8.75e-12 92.461 108.581
    +## k_parent    0.124 3.61e-08  0.104   0.148
    +## sigma       7.048 1.28e-04  4.116   9.980
    +## 
    +## $IORE
    +##                Estimate Pr(>t) Lower Upper
    +## parent_0         96.823     NA    NA    NA
    +## k__iore_parent    2.436     NA    NA    NA
    +## N_parent          0.263     NA    NA    NA
    +## sigma             3.965     NA    NA    NA
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower   Upper
    +## parent_0  100.521 2.74e-10 92.2366 108.805
    +## k1          0.124 2.53e-05  0.0908   0.170
    +## k2          0.124 2.52e-02  0.0456   0.339
    +## g           0.793      NaN      NA      NA
    +## sigma       7.048 2.50e-04  4.0349  10.061
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  5.58 18.5     5.58
    +## IORE 6.49 13.2     3.99
    +## DFOP 5.58 18.5     5.58
    +## 
    +## Representative half-life:
    +## [1] 3.99
    -
    -

    -Example on page 12, lower panel

    +
    +

    Example on page 12, lower panel +

    -p12b <- nafta(NAFTA_SOP_Attachment[["p12b"]])
    -
    ## Warning in qt(alpha/2, rdf): NaNs produced
    -
    ## Warning in qt(1 - alpha/2, rdf): NaNs produced
    -
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    -
    ## Warning in pt(abs(tval), rdf, lower.tail = FALSE): NaNs produced
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p12b <- nafta(NAFTA_SOP_Attachment[["p12b"]])
    +
    ## Warning in qt(alpha/2, rdf): NaNs produced
    +
    ## Warning in qt(1 - alpha/2, rdf): NaNs produced
    +
    ## Warning in sqrt(diag(covar_notrans)): NaNs produced
    +
    ## Warning in pt(abs(tval), rdf, lower.tail = FALSE): NaNs produced
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p12b)
    +plot(p12b)

    -print(p12b)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 58.90242 19.06353 58.90242 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 51.51756
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate  Pr(>t)   Lower    Upper
    -## parent_0  97.6840 0.00039 85.9388 109.4292
    -## k_parent   0.0589 0.00261  0.0431   0.0805
    -## sigma      3.4323 0.04356 -1.2377   8.1023
    -## 
    -## $IORE
    -##                Estimate Pr(>t)     Lower  Upper
    -## parent_0         95.523 0.0055 74.539157 116.51
    -## k__iore_parent    0.333 0.1433  0.000717 154.57
    -## N_parent          0.568 0.0677 -0.989464   2.13
    -## sigma             1.953 0.0975 -5.893100   9.80
    -## 
    -## $DFOP
    -##          Estimate Pr(>t) Lower Upper
    -## parent_0  97.6840    NaN   NaN   NaN
    -## k1         0.0589    NaN    NA    NA
    -## k2         0.0589    NaN    NA    NA
    -## g          0.6473    NaN    NA    NA
    -## sigma      3.4323    NaN   NaN   NaN
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  11.8 39.1    11.80
    -## IORE 12.9 31.4     9.46
    -## DFOP 11.8 39.1    11.80
    -## 
    -## Representative half-life:
    -## [1] 9.46
    +print(p12b) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 58.90242 19.06353 58.90242 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 51.51756
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate  Pr(>t)   Lower    Upper
    +## parent_0  97.6840 0.00039 85.9388 109.4292
    +## k_parent   0.0589 0.00261  0.0431   0.0805
    +## sigma      3.4323 0.04356 -1.2377   8.1023
    +## 
    +## $IORE
    +##                Estimate Pr(>t)     Lower  Upper
    +## parent_0         95.523 0.0055 74.539157 116.51
    +## k__iore_parent    0.333 0.1433  0.000717 154.57
    +## N_parent          0.568 0.0677 -0.989464   2.13
    +## sigma             1.953 0.0975 -5.893100   9.80
    +## 
    +## $DFOP
    +##          Estimate Pr(>t) Lower Upper
    +## parent_0  97.6840    NaN   NaN   NaN
    +## k1         0.0589    NaN    NA    NA
    +## k2         0.0589    NaN    NA    NA
    +## g          0.6473    NaN    NA    NA
    +## sigma      3.4323    NaN   NaN   NaN
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  11.8 39.1    11.80
    +## IORE 12.9 31.4     9.46
    +## DFOP 11.8 39.1    11.80
    +## 
    +## Representative half-life:
    +## [1] 9.46
    -
    -

    -Example on page 13

    +
    +

    Example on page 13 +

    -p13 <- nafta(NAFTA_SOP_Attachment[["p13"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p13 <- nafta(NAFTA_SOP_Attachment[["p13"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p13)
    +plot(p13)

    -print(p13)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 174.5971 142.3951 174.5971 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 172.131
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 92.73500 5.99e-17 89.61936 95.85065
    -## k_parent  0.00258 2.42e-09  0.00223  0.00299
    -## sigma     3.41172 7.07e-05  2.05455  4.76888
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower  Upper
    -## parent_0        91.6016 6.34e-16 88.53086 94.672
    -## k__iore_parent   0.0396 2.36e-01  0.00207  0.759
    -## N_parent         0.3541 1.46e-01 -0.35153  1.060
    -## sigma            3.0811 9.64e-05  1.84296  4.319
    -## 
    -## $DFOP
    -##          Estimate Pr(>t)    Lower    Upper
    -## parent_0 92.73500     NA 8.95e+01 95.92118
    -## k1        0.00258     NA 4.14e-04  0.01611
    -## k2        0.00258     NA 1.74e-03  0.00383
    -## g         0.16452     NA 0.00e+00  1.00000
    -## sigma     3.41172     NA 2.02e+00  4.79960
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO   269  892      269
    -## IORE  261  560      169
    -## DFOP  269  892      269
    -## 
    -## Representative half-life:
    -## [1] 168.51
    +print(p13) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 174.5971 142.3951 174.5971 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 172.131
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 92.73500 5.99e-17 89.61936 95.85065
    +## k_parent  0.00258 2.42e-09  0.00223  0.00299
    +## sigma     3.41172 7.07e-05  2.05455  4.76888
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower  Upper
    +## parent_0        91.6016 6.34e-16 88.53086 94.672
    +## k__iore_parent   0.0396 2.36e-01  0.00207  0.759
    +## N_parent         0.3541 1.46e-01 -0.35153  1.060
    +## sigma            3.0811 9.64e-05  1.84296  4.319
    +## 
    +## $DFOP
    +##          Estimate Pr(>t)    Lower    Upper
    +## parent_0 92.73500     NA 8.95e+01 95.92118
    +## k1        0.00258     NA 4.14e-04  0.01611
    +## k2        0.00258     NA 1.74e-03  0.00383
    +## g         0.16452     NA 0.00e+00  1.00000
    +## sigma     3.41172     NA 2.02e+00  4.79960
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO   269  892      269
    +## IORE  261  560      169
    +## DFOP  269  892      269
    +## 
    +## Representative half-life:
    +## [1] 168.51
    -
    -

    -DT50 not observed in the study and DFOP problems in PestDF

    +
    +

    DT50 not observed in the study and DFOP problems in PestDF +

    -p14 <- nafta(NAFTA_SOP_Attachment[["p14"]])
    -
    ## Warning in sqrt(diag(covar)): NaNs produced
    -
    ## Warning in sqrt(1/diag(V)): NaNs produced
    -
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    -## doubtful
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p14 <- nafta(NAFTA_SOP_Attachment[["p14"]])
    +
    ## Warning in sqrt(diag(covar)): NaNs produced
    +
    ## Warning in sqrt(1/diag(V)): NaNs produced
    +
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    +## doubtful
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p14)
    +plot(p14)

    -print(p14)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 48.43249 28.67746 27.26248 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 32.83337
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 99.47124 2.06e-30 98.42254 1.01e+02
    -## k_parent  0.00279 3.75e-15  0.00256 3.04e-03
    -## sigma     1.55616 3.81e-06  1.03704 2.08e+00
    -## 
    -## $IORE
    -##                Estimate Pr(>t) Lower Upper
    -## parent_0       1.00e+02     NA   NaN   NaN
    -## k__iore_parent 9.44e-08     NA   NaN   NaN
    -## N_parent       3.31e+00     NA   NaN   NaN
    -## sigma          1.20e+00     NA 0.796   1.6
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 1.00e+02 2.96e-28 99.40280 101.2768
    -## k1       9.53e-03 1.20e-01  0.00638   0.0143
    -## k2       6.08e-12 5.00e-01  0.00000      Inf
    -## g        3.98e-01 2.19e-01  0.30481   0.4998
    -## sigma    1.17e+00 7.68e-06  0.77406   1.5610
    -## 
    -## 
    -## DTx values:
    -##          DT50     DT90 DT50_rep
    -## SFO  2.48e+02 8.25e+02 2.48e+02
    -## IORE 4.34e+02 2.22e+04 6.70e+03
    -## DFOP 3.05e+10 2.95e+11 1.14e+11
    -## 
    -## Representative half-life:
    -## [1] 6697.44
    +print(p14) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 48.43249 28.67746 27.26248 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 32.83337
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 99.47124 2.06e-30 98.42254 1.01e+02
    +## k_parent  0.00279 3.75e-15  0.00256 3.04e-03
    +## sigma     1.55616 3.81e-06  1.03704 2.08e+00
    +## 
    +## $IORE
    +##                Estimate Pr(>t) Lower Upper
    +## parent_0       1.00e+02     NA   NaN   NaN
    +## k__iore_parent 9.44e-08     NA   NaN   NaN
    +## N_parent       3.31e+00     NA   NaN   NaN
    +## sigma          1.20e+00     NA 0.796   1.6
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 1.00e+02 2.96e-28 99.40280 101.2768
    +## k1       9.53e-03 1.20e-01  0.00638   0.0143
    +## k2       6.08e-12 5.00e-01  0.00000      Inf
    +## g        3.98e-01 2.19e-01  0.30481   0.4998
    +## sigma    1.17e+00 7.68e-06  0.77406   1.5610
    +## 
    +## 
    +## DTx values:
    +##          DT50     DT90 DT50_rep
    +## SFO  2.48e+02 8.25e+02 2.48e+02
    +## IORE 4.34e+02 2.22e+04 6.70e+03
    +## DFOP 3.05e+10 2.95e+11 1.14e+11
    +## 
    +## Representative half-life:
    +## [1] 6697.44

    The slower rate constant reported by PestDF is negative, which is not physically realistic, and not possible in mkin. The other fits give the same results in mkin and PestDF.

    -
    -

    -N is less than 1 and DFOP fraction parameter is below zero

    +
    +

    N is less than 1 and DFOP fraction parameter is below zero +

    -p15a <- nafta(NAFTA_SOP_Attachment[["p15a"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p15a <- nafta(NAFTA_SOP_Attachment[["p15a"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p15a)
    +plot(p15a)

    -print(p15a)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 245.5248 135.0132 245.5248 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 165.9335
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower   Upper
    -## parent_0 97.96751 2.00e-15 94.32049 101.615
    -## k_parent  0.00952 4.93e-09  0.00824   0.011
    -## sigma     4.18778 1.28e-04  2.44588   5.930
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)  Lower  Upper
    -## parent_0         95.874 2.94e-15 92.937 98.811
    -## k__iore_parent    0.629 2.11e-01  0.044  8.982
    -## N_parent          0.000 5.00e-01 -0.642  0.642
    -## sigma             3.105 1.78e-04  1.795  4.416
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 97.96751 2.85e-13 94.21913 101.7159
    -## k1        0.00952 6.28e-02  0.00250   0.0363
    -## k2        0.00952 1.27e-04  0.00646   0.0140
    -## g         0.21241 5.00e-01  0.00000   1.0000
    -## sigma     4.18778 2.50e-04  2.39747   5.9781
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  72.8  242     72.8
    -## IORE 76.3  137     41.3
    -## DFOP 72.8  242     72.8
    -## 
    -## Representative half-life:
    -## [1] 41.33
    +print(p15a) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 245.5248 135.0132 245.5248 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 165.9335
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower   Upper
    +## parent_0 97.96751 2.00e-15 94.32049 101.615
    +## k_parent  0.00952 4.93e-09  0.00824   0.011
    +## sigma     4.18778 1.28e-04  2.44588   5.930
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)  Lower  Upper
    +## parent_0         95.874 2.94e-15 92.937 98.811
    +## k__iore_parent    0.629 2.11e-01  0.044  8.982
    +## N_parent          0.000 5.00e-01 -0.642  0.642
    +## sigma             3.105 1.78e-04  1.795  4.416
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 97.96751 2.85e-13 94.21913 101.7159
    +## k1        0.00952 6.28e-02  0.00250   0.0363
    +## k2        0.00952 1.27e-04  0.00646   0.0140
    +## g         0.21241 5.00e-01  0.00000   1.0000
    +## sigma     4.18778 2.50e-04  2.39747   5.9781
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  72.8  242     72.8
    +## IORE 76.3  137     41.3
    +## DFOP 72.8  242     72.8
    +## 
    +## Representative half-life:
    +## [1] 41.33
    -p15b <- nafta(NAFTA_SOP_Attachment[["p15b"]])
    -
    ## Warning in sqrt(diag(covar)): NaNs produced
    -
    ## Warning in sqrt(1/diag(V)): NaNs produced
    -
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    -## doubtful
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The half-life obtained from the IORE model may be used
    +p15b <- nafta(NAFTA_SOP_Attachment[["p15b"]]) +
    ## Warning in sqrt(diag(covar)): NaNs produced
    +
    ## Warning in sqrt(1/diag(V)): NaNs produced
    +
    ## Warning in cov2cor(ans$covar): diag(.) had 0 or NA entries; non-finite result is
    +## doubtful
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The half-life obtained from the IORE model may be used
    -plot(p15b)
    +plot(p15b)

    -print(p15b)
    -
    ## Sums of squares:
    -##       SFO      IORE      DFOP 
    -## 106.91629  68.55574 106.91629 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 84.25618
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)    Lower    Upper
    -## parent_0 1.01e+02 3.06e-17 98.31594 1.03e+02
    -## k_parent 4.86e-03 2.48e-10  0.00435 5.42e-03
    -## sigma    2.76e+00 1.28e-04  1.61402 3.91e+00
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower  Upper
    -## parent_0          99.83 1.81e-16 97.51349 102.14
    -## k__iore_parent     0.38 3.22e-01  0.00352  41.05
    -## N_parent           0.00 5.00e-01 -1.07696   1.08
    -## sigma              2.21 2.57e-04  1.23245   3.19
    -## 
    -## $DFOP
    -##          Estimate Pr(>t)    Lower    Upper
    -## parent_0 1.01e+02     NA 9.82e+01 1.04e+02
    -## k1       4.86e-03     NA 8.63e-04 2.73e-02
    -## k2       4.86e-03     NA 3.21e-03 7.35e-03
    -## g        1.88e-01     NA       NA       NA
    -## sigma    2.76e+00     NA 1.58e+00 3.94e+00
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO   143  474    143.0
    -## IORE  131  236     71.2
    -## DFOP  143  474    143.0
    -## 
    -## Representative half-life:
    -## [1] 71.18
    +print(p15b) +
    ## Sums of squares:
    +##       SFO      IORE      DFOP 
    +## 106.91629  68.55574 106.91629 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 84.25618
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)    Lower    Upper
    +## parent_0 1.01e+02 3.06e-17 98.31594 1.03e+02
    +## k_parent 4.86e-03 2.48e-10  0.00435 5.42e-03
    +## sigma    2.76e+00 1.28e-04  1.61402 3.91e+00
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower  Upper
    +## parent_0          99.83 1.81e-16 97.51349 102.14
    +## k__iore_parent     0.38 3.22e-01  0.00352  41.05
    +## N_parent           0.00 5.00e-01 -1.07696   1.08
    +## sigma              2.21 2.57e-04  1.23245   3.19
    +## 
    +## $DFOP
    +##          Estimate Pr(>t)    Lower    Upper
    +## parent_0 1.01e+02     NA 9.82e+01 1.04e+02
    +## k1       4.86e-03     NA 8.63e-04 2.73e-02
    +## k2       4.86e-03     NA 3.21e-03 7.35e-03
    +## g        1.88e-01     NA       NA       NA
    +## sigma    2.76e+00     NA 1.58e+00 3.94e+00
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO   143  474    143.0
    +## IORE  131  236     71.2
    +## DFOP  143  474    143.0
    +## 
    +## Representative half-life:
    +## [1] 71.18

    In mkin, only the IORE fit is affected (deemed unrealistic), as the fraction parameter of the DFOP model is restricted to the interval between 0 and 1 in mkin. The SFO fits give the same results for both mkin and PestDF.

    -
    -

    -The DFOP fraction parameter is greater than 1

    +
    +

    The DFOP fraction parameter is greater than 1 +

    -p16 <- nafta(NAFTA_SOP_Attachment[["p16"]])
    -
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    -
    ## The representative half-life of the IORE model is longer than the one corresponding
    -
    ## to the terminal degradation rate found with the DFOP model.
    -
    ## The representative half-life obtained from the DFOP model may be used
    +p16 <- nafta(NAFTA_SOP_Attachment[["p16"]])
    +
    ## The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
    +
    ## The representative half-life of the IORE model is longer than the one corresponding
    +
    ## to the terminal degradation rate found with the DFOP model.
    +
    ## The representative half-life obtained from the DFOP model may be used
    -plot(p16)
    +plot(p16)

    -print(p16)
    -
    ## Sums of squares:
    -##      SFO     IORE     DFOP 
    -## 3831.804 2062.008 1550.980 
    -## 
    -## Critical sum of squares for checking the SFO model:
    -## [1] 2247.348
    -## 
    -## Parameters:
    -## $SFO
    -##          Estimate   Pr(>t)  Lower Upper
    -## parent_0   71.953 2.33e-13 60.509 83.40
    -## k_parent    0.159 4.86e-05  0.102  0.25
    -## sigma      11.302 1.25e-08  8.308 14.30
    -## 
    -## $IORE
    -##                Estimate   Pr(>t)    Lower    Upper
    -## parent_0       8.74e+01 2.48e-16 7.72e+01 97.52972
    -## k__iore_parent 4.55e-04 2.16e-01 3.48e-05  0.00595
    -## N_parent       2.70e+00 1.21e-08 1.99e+00  3.40046
    -## sigma          8.29e+00 1.61e-08 6.09e+00 10.49062
    -## 
    -## $DFOP
    -##          Estimate   Pr(>t)   Lower  Upper
    -## parent_0  88.5333 7.40e-18 79.9836 97.083
    -## k1        18.8461 5.00e-01  0.0000    Inf
    -## k2         0.0776 1.41e-05  0.0518  0.116
    -## g          0.4733 1.41e-09  0.3674  0.582
    -## sigma      7.1902 2.11e-08  5.2785  9.102
    -## 
    -## 
    -## DTx values:
    -##      DT50 DT90 DT50_rep
    -## SFO  4.35 14.4     4.35
    -## IORE 1.48 32.1     9.67
    -## DFOP 0.67 21.4     8.93
    -## 
    -## Representative half-life:
    -## [1] 8.93
    +print(p16) +
    ## Sums of squares:
    +##      SFO     IORE     DFOP 
    +## 3831.804 2062.008 1550.980 
    +## 
    +## Critical sum of squares for checking the SFO model:
    +## [1] 2247.348
    +## 
    +## Parameters:
    +## $SFO
    +##          Estimate   Pr(>t)  Lower Upper
    +## parent_0   71.953 2.33e-13 60.509 83.40
    +## k_parent    0.159 4.86e-05  0.102  0.25
    +## sigma      11.302 1.25e-08  8.308 14.30
    +## 
    +## $IORE
    +##                Estimate   Pr(>t)    Lower    Upper
    +## parent_0       8.74e+01 2.48e-16 7.72e+01 97.52972
    +## k__iore_parent 4.55e-04 2.16e-01 3.48e-05  0.00595
    +## N_parent       2.70e+00 1.21e-08 1.99e+00  3.40046
    +## sigma          8.29e+00 1.61e-08 6.09e+00 10.49062
    +## 
    +## $DFOP
    +##          Estimate   Pr(>t)   Lower  Upper
    +## parent_0  88.5333 7.40e-18 79.9836 97.083
    +## k1        18.8461 5.00e-01  0.0000    Inf
    +## k2         0.0776 1.41e-05  0.0518  0.116
    +## g          0.4733 1.41e-09  0.3674  0.582
    +## sigma      7.1902 2.11e-08  5.2785  9.102
    +## 
    +## 
    +## DTx values:
    +##      DT50 DT90 DT50_rep
    +## SFO  4.35 14.4     4.35
    +## IORE 1.48 32.1     9.67
    +## DFOP 0.67 21.4     8.93
    +## 
    +## Representative half-life:
    +## [1] 8.93

    In PestDF, the DFOP fit seems to have stuck in a local minimum, as mkin finds a solution with a much lower \(\chi^2\) error level. As the half-life from the slower rate constant of the DFOP model is larger than the IORE derived half-life, the NAFTA recommendation obtained with mkin is to use the DFOP representative half-life of 8.9 days.

    -
    -

    -Conclusions

    +
    +

    Conclusions +

    The results obtained with mkin deviate from the results obtained with PestDF either in cases where one of the interpretive rules would apply, i.e. the IORE parameter N is less than one or the DFOP k values obtained with PestDF are equal to the SFO k values, or in cases where the DFOP model did not converge, which often lead to negative rate constants returned by PestDF.

    Therefore, mkin appears to suitable for kinetic evaluations according to the NAFTA guidance.

    -
    -

    -References

    +
    +

    References +

    US EPA. 2015. “Standard Operating Procedure for Using the NAFTA Guidance to Calculate Representative Half-Life Values and Characterizing Pesticide Degradation.”

    @@ -1016,11 +1027,13 @@
    -

    Site built with pkgdown 1.6.1.

    +

    +

    Site built with pkgdown 2.0.6.

    @@ -1029,5 +1042,7 @@ + + diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p10-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p10-1.png index f5420ce8..75611a70 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p10-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p10-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p11-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p11-1.png index 0ae4bd9f..55466e47 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p11-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p11-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12a-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12a-1.png index 57a48119..d3143afa 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12a-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12a-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12b-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12b-1.png index c42d45f0..3387ca69 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12b-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p12b-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p13-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p13-1.png index 52dea51e..62a135f2 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p13-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p13-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p14-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p14-1.png index ca1f29be..ae4d83a4 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p14-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p14-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15a-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15a-1.png index f69e6d3b..b6faeff9 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15a-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15a-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15b-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15b-1.png index 71fcd257..6b9ba98c 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15b-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p15b-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p16-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p16-1.png index 820501a3..72df855b 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p16-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p16-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5a-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5a-1.png index e264d2ea..391dfb95 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5a-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5a-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5b-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5b-1.png index e5b656a4..db90244b 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5b-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p5b-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p6-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p6-1.png index c9664c77..a33372e8 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p6-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p6-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p7-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p7-1.png index a81f814c..d64ea98d 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p7-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p7-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p8-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p8-1.png index 75d72e7c..5cd6c806 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p8-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p8-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9a-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9a-1.png index 3ce13a97..61359ea6 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9a-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9a-1.png differ diff --git a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9b-1.png b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9b-1.png index e2cf2f83..85790b1e 100644 Binary files a/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9b-1.png and b/docs/dev/articles/web_only/NAFTA_examples_files/figure-html/p9b-1.png differ diff --git a/docs/dev/articles/web_only/benchmarks.html b/docs/dev/articles/web_only/benchmarks.html index 5c7aa3dc..b37ac926 100644 --- a/docs/dev/articles/web_only/benchmarks.html +++ b/docs/dev/articles/web_only/benchmarks.html @@ -34,7 +34,7 @@ mkin - 1.2.0 + 1.2.2
    @@ -112,7 +112,7 @@

    Benchmark timings for mkin

    Johannes Ranke

    -

    Last change 14 July 2022 (rebuilt 2022-11-15)

    +

    Last change 14 July 2022 (rebuilt 2022-11-24)

    Source: vignettes/web_only/benchmarks.rmd @@ -351,8 +351,16 @@ Ryzen 7 1700 4.2.2 1.2.0 -2.129 -3.784 +2.140 +3.774 + + +Linux +Ryzen 7 1700 +4.2.2 +1.2.2 +2.187 +3.851 @@ -530,9 +538,18 @@ Ryzen 7 1700 4.2.2 1.2.0 -1.559 -6.097 -2.841 +1.554 +6.193 +2.843 + + +Linux +Ryzen 7 1700 +4.2.2 +1.2.2 +1.585 +6.335 +3.003 @@ -764,12 +781,24 @@ Ryzen 7 1700 4.2.2 1.2.0 -0.911 -1.328 -1.519 -2.986 -1.957 -2.769 +0.913 +1.345 +1.539 +3.011 +1.987 +2.802 + + +Linux +Ryzen 7 1700 +4.2.2 +1.2.2 +0.935 +1.381 +1.551 +3.209 +1.976 +3.013 diff --git a/docs/dev/articles/web_only/compiled_models.html b/docs/dev/articles/web_only/compiled_models.html index ade86bc5..e9d80420 100644 --- a/docs/dev/articles/web_only/compiled_models.html +++ b/docs/dev/articles/web_only/compiled_models.html @@ -34,7 +34,7 @@ mkin - 1.2.0 + 1.2.2
    @@ -78,7 +78,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -109,7 +112,7 @@

    Performance benefit by using compiled model definitions in mkin

    Johannes Ranke

    -

    2022-11-01

    +

    2022-11-24

    Source: vignettes/web_only/compiled_models.rmd @@ -167,10 +170,10 @@ print("R package rbenchmark is not available") }
    ##                    test replications relative elapsed
    -## 4            analytical            1    1.000   0.186
    -## 3     deSolve, compiled            1    1.656   0.308
    -## 2      Eigenvalue based            1    2.102   0.391
    -## 1 deSolve, not compiled            1   38.968   7.248
    +## 4 analytical 1 1.000 0.221 +## 3 deSolve, compiled 1 1.561 0.345 +## 2 Eigenvalue based 1 1.932 0.427 +## 1 deSolve, not compiled 1 33.629 7.432

    We see that using the compiled model is by more than a factor of 10 faster than using deSolve without compiled code.

    @@ -197,10 +200,10 @@ }
    ## Temporary DLL for differentials generated and loaded
    ##                    test replications relative elapsed
    -## 2     deSolve, compiled            1    1.000   0.452
    -## 1 deSolve, not compiled            1   29.431  13.303
    -

    Here we get a performance benefit of a factor of 29 using the version of the differential equation model compiled from C code!

    -

    This vignette was built with mkin 1.2.0 on

    +## 2 deSolve, compiled 1 1.000 0.482 +## 1 deSolve, not compiled 1 27.865 13.431 +

    Here we get a performance benefit of a factor of 28 using the version of the differential equation model compiled from C code!

    +

    This vignette was built with mkin 1.2.2 on

    ## R version 4.2.2 (2022-10-31)
     ## Platform: x86_64-pc-linux-gnu (64-bit)
     ## Running under: Debian GNU/Linux 11 (bullseye)
    diff --git a/docs/dev/articles/web_only/dimethenamid_2018.html b/docs/dev/articles/web_only/dimethenamid_2018.html index 60f1ab5a..ec7f54d8 100644 --- a/docs/dev/articles/web_only/dimethenamid_2018.html +++ b/docs/dev/articles/web_only/dimethenamid_2018.html @@ -34,7 +34,7 @@ mkin - 1.1.2 + 1.2.2
    @@ -63,11 +63,14 @@ Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
  • - Example evaluation of FOCUS Example Dataset Z + Short demo of the multistart method
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Example evaluation of FOCUS Example Dataset Z +
  • Calculation of time weighted average concentrations with mkin
  • @@ -75,7 +78,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -106,7 +112,7 @@

    Example evaluations of the dimethenamid data from 2018

    Johannes Ranke

    -

    Last change 1 July 2022, built on 16 Sep 2022

    +

    Last change 1 July 2022, built on 24 Nov 2022

    Source: vignettes/web_only/dimethenamid_2018.rmd @@ -366,7 +372,7 @@ DFOP tc more iterations 665.88 663.80 ) print(AIC_parent_saemix_methods_defaults)
        is     gq    lin 
    -668.27 718.36 666.49 
    +669.77 669.36 670.95
    @@ -437,7 +443,7 @@ DFOP tc more iterations 665.88 663.80 -
    R version 4.2.1 (2022-06-23)
    +
    R version 4.2.2 (2022-10-31)
     Platform: x86_64-pc-linux-gnu (64-bit)
     Running under: Debian GNU/Linux 11 (bullseye)
     
    @@ -457,24 +463,24 @@ attached base packages:
     [1] stats     graphics  grDevices utils     datasets  methods   base     
     
     other attached packages:
    -[1] nlme_3.1-158 mkin_1.1.2   knitr_1.39  
    +[1] saemix_3.2   npde_3.2     nlme_3.1-160 mkin_1.2.2   knitr_1.41  
     
     loaded via a namespace (and not attached):
    - [1] deSolve_1.33       zoo_1.8-10         tidyselect_1.1.2   xfun_0.31         
    - [5] bslib_0.4.0        purrr_0.3.4        lattice_0.20-45    colorspace_2.0-3  
    - [9] vctrs_0.4.1        generics_0.1.3     htmltools_0.5.3    yaml_2.3.5        
    -[13] utf8_1.2.2         rlang_1.0.4        pkgdown_2.0.6      saemix_3.1        
    -[17] jquerylib_0.1.4    pillar_1.8.0       glue_1.6.2         DBI_1.1.3         
    -[21] lifecycle_1.0.1    stringr_1.4.0      munsell_0.5.0      gtable_0.3.0      
    -[25] ragg_1.2.2         memoise_2.0.1      evaluate_0.15      npde_3.2          
    -[29] fastmap_1.1.0      lmtest_0.9-40      parallel_4.2.1     fansi_1.0.3       
    -[33] highr_0.9          KernSmooth_2.23-20 scales_1.2.0       cachem_1.0.6      
    -[37] desc_1.4.1         jsonlite_1.8.0     systemfonts_1.0.4  fs_1.5.2          
    -[41] textshaping_0.3.6  gridExtra_2.3      ggplot2_3.3.6      digest_0.6.29     
    -[45] stringi_1.7.8      dplyr_1.0.9        grid_4.2.1         rprojroot_2.0.3   
    -[49] cli_3.3.0          tools_4.2.1        magrittr_2.0.3     sass_0.4.2        
    -[53] tibble_3.1.8       pkgconfig_2.0.3    assertthat_0.2.1   rmarkdown_2.14.3  
    -[57] mclust_5.4.10      R6_2.5.1           compiler_4.2.1    
    + [1] deSolve_1.34 zoo_1.8-11 tidyselect_1.2.0 xfun_0.35 + [5] bslib_0.4.1 purrr_0.3.5 lattice_0.20-45 colorspace_2.0-3 + [9] vctrs_0.5.1 generics_0.1.3 htmltools_0.5.3 yaml_2.3.6 +[13] utf8_1.2.2 rlang_1.0.6 pkgdown_2.0.6 jquerylib_0.1.4 +[17] pillar_1.8.1 glue_1.6.2 DBI_1.1.3 lifecycle_1.0.3 +[21] stringr_1.4.1 munsell_0.5.0 gtable_0.3.1 ragg_1.2.4 +[25] codetools_0.2-18 memoise_2.0.1 evaluate_0.18 fastmap_1.1.0 +[29] lmtest_0.9-40 parallel_4.2.2 fansi_1.0.3 highr_0.9 +[33] scales_1.2.1 cachem_1.0.6 desc_1.4.2 jsonlite_1.8.3 +[37] systemfonts_1.0.4 fs_1.5.2 textshaping_0.3.6 gridExtra_2.3 +[41] ggplot2_3.4.0 digest_0.6.30 stringi_1.7.8 dplyr_1.0.10 +[45] grid_4.2.2 rprojroot_2.0.3 cli_3.4.1 tools_4.2.2 +[49] magrittr_2.0.3 sass_0.4.3 tibble_3.1.8 pkgconfig_2.0.3 +[53] assertthat_0.2.1 rmarkdown_2.18 R6_2.5.1 mclust_6.0.0 +[57] compiler_4.2.2

    References diff --git a/docs/dev/articles/web_only/multistart.html b/docs/dev/articles/web_only/multistart.html index 50a57d1b..fd05f340 100644 --- a/docs/dev/articles/web_only/multistart.html +++ b/docs/dev/articles/web_only/multistart.html @@ -34,7 +34,7 @@ mkin - 1.2.0 + 1.2.2

    @@ -78,7 +78,10 @@ Example evaluation of NAFTA SOP Attachment examples
  • - Some benchmark timings + Benchmark timings for mkin +
  • +
  • + Benchmark timings for saem.mmkin
  • @@ -109,7 +112,7 @@

    Short demo of the multistart method

    Johannes Ranke

    -

    Last change 26 September 2022 (rebuilt 2022-11-01)

    +

    Last change 26 September 2022 (rebuilt 2022-11-24)

    Source: vignettes/web_only/multistart.rmd @@ -163,8 +166,8 @@
    ## Data: 155 observations of 1 variable(s) grouped in 6 datasets
     ## 
     ##                            npar    AIC    BIC     Lik Chisq Df Pr(>Chisq)
    -## best(f_saem_reduced_multi)    9 663.64 661.77 -322.82                    
    -## f_saem_full                  10 668.27 666.19 -324.13     0  1          1
    +## best(f_saem_reduced_multi) 9 663.69 661.82 -322.85 +## f_saem_full 10 669.77 667.69 -324.89 0 1 1

    While AIC and BIC are lower for the reduced model, the likelihood ratio test does not indicate a significant difference between the fits.

    diff --git a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-3-1.png b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-3-1.png index 79543765..13bdb94b 100644 Binary files a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-3-1.png and b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-4-1.png b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-4-1.png index 4466d437..56147ae2 100644 Binary files a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-4-1.png and b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-5-1.png b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-5-1.png index 3dd36f91..f0b89dba 100644 Binary files a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-5-1.png and b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-6-1.png b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-6-1.png index 3963e993..c57c247f 100644 Binary files a/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-6-1.png and b/docs/dev/articles/web_only/multistart_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/docs/dev/articles/web_only/saem_benchmarks.html b/docs/dev/articles/web_only/saem_benchmarks.html index afff038f..66f4b075 100644 --- a/docs/dev/articles/web_only/saem_benchmarks.html +++ b/docs/dev/articles/web_only/saem_benchmarks.html @@ -34,7 +34,7 @@ mkin - 1.2.0 + 1.2.2 @@ -112,7 +112,7 @@

    Benchmark timings for saem.mmkin

    Johannes Ranke

    -

    Last change 14 November 2022 (rebuilt 2022-11-16)

    +

    Last change 14 November 2022 (rebuilt 2022-11-24)

    Source: vignettes/web_only/saem_benchmarks.rmd @@ -304,16 +304,28 @@ t3 t4 - + + Ryzen 7 1700 Linux 1.2.0 3.2 -2.156 -4.647 -4.296 -4.951 - +2.140 +4.626 +4.328 +4.998 + + +Ryzen 7 1700 +Linux +1.2.2 +3.2 +2.427 +4.550 +4.217 +4.851 + +

    Two-component error fits for SFO, DFOP, SFORB and HS.

    @@ -327,16 +339,28 @@ - + + - - - - - + + + + + + + + + + + + + + + +
    t7 t8
    Ryzen 7 1700 Linux 1.2.0 3.25.6457.4157.8487.967
    5.6787.4418.0007.980
    Ryzen 7 1700Linux1.2.23.25.3527.2018.1748.401
    @@ -352,14 +376,24 @@ t9 t10 - + + Ryzen 7 1700 Linux 1.2.0 3.2 -24.182 -783.932 - +24.465 +800.266 + + +Ryzen 7 1700 +Linux +1.2.2 +3.2 +25.193 +798.580 + +
    @@ -374,13 +408,22 @@ saemix t11 - + + Ryzen 7 1700 Linux 1.2.0 3.2 -1322.5 - +1289.198 + + +Ryzen 7 1700 +Linux +1.2.2 +3.2 +1312.445 + +
    -- cgit v1.2.1 From 24eb77216700cf8b2f2bde3abad84c1f83f9e32a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Jan 2023 06:22:04 +0100 Subject: Prebuilt PDF vignettes, summary_listing --- docs/dev/articles/2022_wp_1.1_dmta_parent.html | 2177 ++++++++++++++++++++ .../figure-html/convergence-saem-dfop-const-1.png | Bin 0 -> 128154 bytes .../figure-html/convergence-saem-dfop-tc-1.png | Bin 0 -> 109761 bytes .../convergence-saem-dfop-tc-no-ranef-k2-1.png | Bin 0 -> 123528 bytes .../figure-html/convergence-saem-fomc-const-1.png | Bin 0 -> 100169 bytes .../figure-html/convergence-saem-fomc-tc-1.png | Bin 0 -> 93007 bytes .../figure-html/convergence-saem-hs-const-1.png | Bin 0 -> 129829 bytes .../figure-html/convergence-saem-hs-tc-1.png | Bin 0 -> 98778 bytes .../figure-html/convergence-saem-sfo-const-1.png | Bin 0 -> 75641 bytes .../figure-html/convergence-saem-sfo-tc-1.png | Bin 0 -> 62897 bytes .../figure-html/multistart-full-par-1.png | Bin 0 -> 71232 bytes .../figure-html/multistart-reduced-par-1.png | Bin 0 -> 66297 bytes .../multistart-reduced-par-llquant-1.png | Bin 0 -> 58713 bytes .../plot-saem-dfop-tc-no-ranef-k2-1.png | Bin 0 -> 159042 bytes docs/dev/articles/index.html | 6 +- 15 files changed, 2181 insertions(+), 2 deletions(-) create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent.html create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-const-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-no-ranef-k2-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-const-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-tc-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-const-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-tc-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-const-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-tc-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-full-par-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-llquant-1.png create mode 100644 docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/plot-saem-dfop-tc-no-ranef-k2-1.png (limited to 'docs/dev/articles') diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent.html b/docs/dev/articles/2022_wp_1.1_dmta_parent.html new file mode 100644 index 00000000..61bb81d3 --- /dev/null +++ b/docs/dev/articles/2022_wp_1.1_dmta_parent.html @@ -0,0 +1,2177 @@ + + + + + + + +Work package 1.1: Testing hierarchical parent degradation kinetics with residue data on dimethenamid and dimethenamid-P • mkin + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + + + + +
    +

    Introduction +

    +

    The purpose of this document is to demonstrate how nonlinear +hierarchical models (NLHM) based on the parent degradation models SFO, +FOMC, DFOP and HS can be fitted with the mkin package.

    +

    The mkin package is used in version 1.2.2. It contains the test data +and the functions used in the evaluations. The saemix +package is used as a backend for fitting the NLHM, but is also loaded to +make the convergence plot function available.

    +

    This document is processed with the knitr package, which +also provides the kable function that is used to improve +the display of tabular data in R markdown documents. For parallel +processing, the parallel package is used.

    +
    +library(mkin)
    +library(knitr)
    +library(saemix)
    +library(parallel)
    +n_cores <- detectCores()
    +if (Sys.info()["sysname"] == "Windows") {
    +  cl <- makePSOCKcluster(n_cores)
    +} else {
    +  cl <- makeForkCluster(n_cores)
    +}
    +
    +

    Preprocessing of test data +

    +

    The test data are available in the mkin package as an object of class +mkindsg (mkin dataset group) under the identifier +dimethenamid_2018. The following preprocessing steps are +still necessary:

    +
      +
    • The data available for the enantiomer dimethenamid-P (DMTAP) are +renamed to have the same substance name as the data for the racemic +mixture dimethenamid (DMTA). The reason for this is that no difference +between their degradation behaviour was identified in the EU risk +assessment.
    • +
    • The data for transformation products and unnecessary columns are +discarded
    • +
    • The observation times of each dataset are multiplied with the +corresponding normalisation factor also available in the dataset, in +order to make it possible to describe all datasets with a single set of +parameters that are independent of temperature
    • +
    • Finally, datasets observed in the same soil (Elliot 1 +and Elliot 2) are combined, resulting in dimethenamid +(DMTA) data from six soils.
    • +
    +

    The following commented R code performs this preprocessing.

    +
    +# Apply a function to each of the seven datasets in the mkindsg object to create a list
    +dmta_ds <- lapply(1:7, function(i) {
    +  ds_i <- dimethenamid_2018$ds[[i]]$data                     # Get a dataset
    +  ds_i[ds_i$name == "DMTAP", "name"] <-  "DMTA"              # Rename DMTAP to DMTA
    +  ds_i <- subset(ds_i, name == "DMTA", c("name", "time", "value")) # Select data
    +  ds_i$time <- ds_i$time * dimethenamid_2018$f_time_norm[i]  # Normalise time
    +  ds_i                                                       # Return the dataset
    +})
    +
    +# Use dataset titles as names for the list elements
    +names(dmta_ds) <- sapply(dimethenamid_2018$ds, function(ds) ds$title)
    +
    +# Combine data for Elliot soil to obtain a named list with six elements
    +dmta_ds[["Elliot"]] <- rbind(dmta_ds[["Elliot 1"]], dmta_ds[["Elliot 2"]]) #
    +dmta_ds[["Elliot 1"]] <- NULL
    +dmta_ds[["Elliot 2"]] <- NULL
    +

    The following tables show the 6 datasets.

    +
    +for (ds_name in names(dmta_ds)) {
    +    print(kable(mkin_long_to_wide(dmta_ds[[ds_name]]),
    +      caption = paste("Dataset", ds_name),
    +      label = paste0("tab:", ds_name), booktabs = TRUE))
    +    cat("\n\\clearpage\n")
    +}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset Calke
    timeDMTA
    095.8
    098.7
    1460.5
    3039.1
    5915.2
    1204.8
    1204.6
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset Borstel
    timeDMTA
    0.000000100.5
    0.00000099.6
    1.94129591.9
    1.94129591.3
    6.79453481.8
    6.79453482.1
    13.58906769.1
    13.58906768.0
    27.17813551.4
    27.17813551.4
    56.29756527.6
    56.29756526.8
    86.38764315.7
    86.38764315.3
    115.5070737.9
    115.5070738.1
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset Flaach
    timeDMTA
    0.000000096.5
    0.000000096.8
    0.000000097.0
    0.623385682.9
    0.623385686.7
    0.623385687.4
    1.870156772.8
    1.870156769.9
    1.870156771.9
    4.363698951.4
    4.363698952.9
    4.363698948.6
    8.727397928.5
    8.727397927.3
    8.727397927.5
    13.091096814.8
    13.091096813.4
    13.091096814.4
    17.45479577.7
    17.45479577.3
    17.45479578.1
    26.18219362.0
    26.18219361.5
    26.18219361.9
    34.90959151.3
    34.90959151.0
    34.90959151.1
    43.63698930.9
    43.63698930.7
    43.63698930.7
    52.36438720.6
    52.36438720.4
    52.36438720.5
    74.80626740.4
    74.80626740.3
    74.80626740.3
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset BBA 2.2
    timeDMTA
    0.000000098.09
    0.000000098.77
    0.767892293.52
    0.767892292.03
    2.303676588.39
    2.303676587.18
    5.375245269.38
    5.375245271.06
    10.750490445.21
    10.750490446.81
    16.125735530.54
    16.125735530.07
    21.500980721.60
    21.500980720.41
    32.25147119.10
    32.25147119.70
    43.00196146.58
    43.00196146.31
    53.75245183.47
    53.75245183.52
    64.50294213.40
    64.50294213.67
    91.37916801.62
    91.37916801.62
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset BBA 2.3
    timeDMTA
    0.000000099.33
    0.000000097.44
    0.673393893.73
    0.673393893.77
    2.020181487.84
    2.020181489.82
    4.713756571.61
    4.713756571.42
    9.427513145.60
    9.427513145.42
    14.141269631.12
    14.141269631.68
    18.855026223.20
    18.855026224.13
    28.28253939.43
    28.28253939.82
    37.71005237.08
    37.71005238.64
    47.13756544.41
    47.13756544.78
    56.56507854.92
    56.56507855.08
    80.13386122.13
    80.13386122.23
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Dataset Elliot
    timeDMTA
    0.00000097.5
    0.000000100.7
    1.22847886.4
    1.22847888.5
    3.68543569.8
    3.68543577.1
    8.59934959.0
    8.59934954.2
    17.19869731.3
    17.19869733.5
    25.79804619.6
    25.79804620.9
    34.39739513.3
    34.39739515.8
    51.5960926.7
    51.5960928.7
    68.7947898.8
    68.7947898.7
    103.1921846.0
    103.1921844.4
    146.1889283.3
    146.1889282.8
    223.5830661.4
    223.5830661.8
    0.00000093.4
    0.000000103.2
    1.22847889.2
    1.22847886.6
    3.68543578.2
    3.68543578.1
    8.59934955.6
    8.59934953.0
    17.19869733.7
    17.19869733.2
    25.79804620.9
    25.79804619.9
    34.39739518.2
    34.39739512.7
    51.5960927.8
    51.5960929.0
    68.79478911.4
    68.7947899.0
    103.1921843.9
    103.1921844.4
    146.1889282.6
    146.1889283.4
    223.5830662.0
    223.5830661.7
    +
    +
    +
    +

    Separate evaluations +

    +

    In order to obtain suitable starting parameters for the NLHM fits, +separate fits of the four models to the data for each soil are generated +using the mmkin function from the mkin +package. In a first step, constant variance is assumed. Convergence is +checked with the status function.

    +
    +deg_mods <- c("SFO", "FOMC", "DFOP", "HS")
    +f_sep_const <- mmkin(
    +  deg_mods,
    +  dmta_ds,
    +  error_model = "const",
    +  quiet = TRUE)
    +
    +status(f_sep_const) |> kable()
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CalkeBorstelFlaachBBA 2.2BBA 2.3Elliot
    SFOOKOKOKOKOKOK
    FOMCOKOKOKOKOKOK
    DFOPOKOKOKOKOKOK
    HSOKOKOKCOKOK
    +

    In the table above, OK indicates convergence, and C indicates failure +to converge. All separate fits with constant variance converged, with +the sole exception of the HS fit to the BBA 2.2 data. To prepare for +fitting NLHM using the two-component error model, the separate fits are +updated assuming two-component error.

    +
    +f_sep_tc <- update(f_sep_const, error_model = "tc")
    +status(f_sep_tc) |> kable()
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CalkeBorstelFlaachBBA 2.2BBA 2.3Elliot
    SFOOKOKOKOKOKOK
    FOMCOKOKOKOKCOK
    DFOPOKOKCOKCOK
    HSOKCOKOKOKOK
    +

    Using the two-component error model, the one fit that did not +converge with constant variance did converge, but other non-SFO fits +failed to converge.

    +
    +
    +

    Hierarchichal model fits +

    +

    The following code fits eight versions of hierarchical models to the +data, using SFO, FOMC, DFOP and HS for the parent compound, and using +either constant variance or two-component error for the error model. The +default parameter distribution model in mkin allows for variation of all +degradation parameters across the assumed population of soils. In other +words, each degradation parameter is associated with a random effect as +a first step. The mhmkin function makes it possible to fit +all eight versions in parallel (given a sufficient number of computing +cores being available) to save execution time.

    +

    Convergence plots and summaries for these fits are shown in the +appendix.

    +
    +f_saem <- mhmkin(list(f_sep_const, f_sep_tc), transformations = "saemix")
    +

    The output of the status function shows that all fits +terminated successfully.

    +
    +status(f_saem) |> kable()
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    consttc
    SFOOKOK
    FOMCOKOK
    DFOPOKOK
    HSOKOK
    +

    The AIC and BIC values show that the biphasic models DFOP and HS give +the best fits.

    +
    +anova(f_saem) |> kable(digits = 1)
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    nparAICBICLik
    SFO const5796.3795.3-393.2
    SFO tc6798.3797.1-393.2
    FOMC const7734.2732.7-360.1
    FOMC tc8720.4718.8-352.2
    DFOP const9711.8710.0-346.9
    HS const9714.0712.1-348.0
    DFOP tc10665.5663.4-322.8
    HS tc10667.1665.0-323.6
    +

    The DFOP model is preferred here, as it has a better mechanistic +basis for batch experiments with constant incubation conditions. Also, +it shows the lowest AIC and BIC values in the first set of fits when +combined with the two-component error model. Therefore, the DFOP model +was selected for further refinements of the fits with the aim to make +the model fully identifiable.

    +
    +

    Parameter identifiability based on the Fisher Information +Matrix +

    +

    Using the illparms function, ill-defined statistical +model parameters such as standard deviations of the degradation +parameters in the population and error model parameters can be +found.

    +
    +illparms(f_saem) |> kable()
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    consttc
    SFOb.1
    FOMCsd(DMTA_0)
    DFOPsd(k2)sd(k2)
    HSsd(tb)
    +

    According to the illparms function, the fitted standard +deviation of the second kinetic rate constant k2 is +ill-defined in both DFOP fits. This suggests that different values would +be obtained for this standard deviation when using different starting +values.

    +

    The thus identified overparameterisation is addressed by removing the +random effect for k2 from the parameter model.

    +
    +f_saem_dfop_tc_no_ranef_k2 <- update(f_saem[["DFOP", "tc"]],
    +  no_random_effect = "k2")
    +

    For the resulting fit, it is checked whether there are still +ill-defined parameters,

    +
    +illparms(f_saem_dfop_tc_no_ranef_k2)
    +

    which is not the case. Below, the refined model is compared with the +previous best model. The model without random effect for k2 +is a reduced version of the previous model. Therefore, the models are +nested and can be compared using the likelihood ratio test. This is +achieved with the argument test = TRUE to the +anova function.

    +
    +anova(f_saem[["DFOP", "tc"]], f_saem_dfop_tc_no_ranef_k2, test = TRUE) |>
    +  kable(format.args = list(digits = 4))
    + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    nparAICBICLikChisqDfPr(>Chisq)
    f_saem_dfop_tc_no_ranef_k29663.8661.9-322.9NANANA
    f_saem[[“DFOP”, “tc”]]10665.5663.4-322.80.280910.5961
    +

    The AIC and BIC criteria are lower after removal of the ill-defined +random effect for k2. The p value of the likelihood ratio +test is much greater than 0.05, indicating that the model with the +higher likelihood (here the model with random effects for all +degradation parameters f_saem[["DFOP", "tc"]]) does not fit +significantly better than the model with the lower likelihood (the +reduced model f_saem_dfop_tc_no_ranef_k2).

    +

    Therefore, AIC, BIC and likelihood ratio test suggest the use of the +reduced model.

    +

    The convergence of the fit is checked visually.

    +
    +Convergence plot for the NLHM DFOP fit with two-component error and without a random effect on 'k2'

    +Convergence plot for the NLHM DFOP fit with two-component error and +without a random effect on ‘k2’ +

    +
    +

    All parameters appear to have converged to a satisfactory degree. The +final fit is plotted using the plot method from the mkin package.

    +
    +plot(f_saem_dfop_tc_no_ranef_k2)
    +
    +Plot of the final NLHM DFOP fit

    +Plot of the final NLHM DFOP fit +

    +
    +

    Finally, a summary report of the fit is produced.

    +
    +summary(f_saem_dfop_tc_no_ranef_k2)
    +
    saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:13 2023 
    +Date of summary: Thu Jan  5 08:19:13 2023 
    +
    +Equations:
    +d_DMTA/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
    +           time)) / (g * exp(-k1 * time) + (1 - g) * exp(-k2 * time)))
    +           * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 4.075 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Two-component variance function 
    +
    +Starting values for degradation parameters:
    +   DMTA_0        k1        k2         g 
    +98.759266  0.087034  0.009933  0.930827 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k1 k2 g
    +DMTA_0  98.76  0  0 0
    +k1       0.00  1  0 0
    +k2       0.00  0  1 0
    +g        0.00  0  0 1
    +
    +Starting values for error model parameters:
    +a.1 b.1 
    +  1   1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  663.8 661.9 -322.9
    +
    +Optimised parameters:
    +               est.     lower     upper
    +DMTA_0    98.228939 96.285869 100.17201
    +k1         0.064063  0.033477   0.09465
    +k2         0.008297  0.005824   0.01077
    +g          0.953821  0.914328   0.99331
    +a.1        1.068479  0.869538   1.26742
    +b.1        0.029424  0.022406   0.03644
    +SD.DMTA_0  2.030437  0.404824   3.65605
    +SD.k1      0.594692  0.256660   0.93272
    +SD.g       1.006754  0.361327   1.65218
    +
    +Correlation: 
    +   DMTA_0  k1      k2     
    +k1  0.0218                
    +k2  0.0556  0.0355        
    +g  -0.0516 -0.0284 -0.2800
    +
    +Random effects:
    +            est.  lower  upper
    +SD.DMTA_0 2.0304 0.4048 3.6560
    +SD.k1     0.5947 0.2567 0.9327
    +SD.g      1.0068 0.3613 1.6522
    +
    +Variance model:
    +       est.   lower   upper
    +a.1 1.06848 0.86954 1.26742
    +b.1 0.02942 0.02241 0.03644
    +
    +Estimated disappearance times:
    +      DT50 DT90 DT50back DT50_k1 DT50_k2
    +DMTA 11.45 41.4    12.46   10.82   83.54
    +
    +
    +

    Alternative check of parameter identifiability +

    +

    The parameter check used in the illparms function is +based on a quadratic approximation of the likelihood surface near its +optimum, which is calculated using the Fisher Information Matrix (FIM). +An alternative way to check parameter identifiability based on a +multistart approach has recently been implemented in mkin.

    +

    The graph below shows boxplots of the parameters obtained in 50 runs +of the saem algorithm with different parameter combinations, sampled +from the range of the parameters obtained for the individual datasets +fitted separately using nonlinear regression.

    +
    +f_saem_dfop_tc_multi <- multistart(f_saem[["DFOP", "tc"]], n = 50, cores = 15)
    +
    +par(mar = c(6.1, 4.1, 2.1, 2.1))
    +parplot(f_saem_dfop_tc_multi, lpos = "bottomright", ylim = c(0.3, 10), las = 2)
    +
    +Scaled parameters from the multistart runs, full model

    +Scaled parameters from the multistart runs, full model +

    +
    +

    The graph clearly confirms the lack of identifiability of the +variance of k2 in the full model. The overparameterisation +of the model also indicates a lack of identifiability of the variance of +parameter g.

    +

    The parameter boxplots of the multistart runs with the reduced model +shown below indicate that all runs give similar results, regardless of +the starting parameters.

    +
    +f_saem_dfop_tc_no_ranef_k2_multi <- multistart(f_saem_dfop_tc_no_ranef_k2,
    +  n = 50, cores = 15)
    +
    +par(mar = c(6.1, 4.1, 2.1, 2.1))
    +parplot(f_saem_dfop_tc_no_ranef_k2_multi, ylim = c(0.5, 2), las = 2,
    +  lpos = "bottomright")
    +
    +Scaled parameters from the multistart runs, reduced model

    +Scaled parameters from the multistart runs, reduced model +

    +
    +

    When only the parameters of the top 25% of the fits are shown (based +on a feature introduced in mkin 1.2.2 currently under development), the +scatter is even less as shown below.

    +
    +par(mar = c(6.1, 4.1, 2.1, 2.1))
    +parplot(f_saem_dfop_tc_no_ranef_k2_multi, ylim = c(0.5, 2), las = 2, llquant = 0.25,
    +  lpos = "bottomright")
    +
    +Scaled parameters from the multistart runs, reduced model, fits with the top 25\% likelihood values

    +Scaled parameters from the multistart runs, reduced model, fits with the +top 25% likelihood values +

    +
    +
    +
    +
    +

    Conclusions +

    +

    Fitting the four parent degradation models SFO, FOMC, DFOP and HS as +part of hierarchical model fits with two different error models and +normal distributions of the transformed degradation parameters works +without technical problems. The biphasic models DFOP and HS gave the +best fit to the data, but the default parameter distribution model was +not fully identifiable. Removing the random effect for the second +kinetic rate constant of the DFOP model resulted in a reduced model that +was fully identifiable and showed the lowest values for the model +selection criteria AIC and BIC. The reliability of the identification of +all model parameters was confirmed using multiple starting values.

    +
    +
    +

    Appendix +

    +
    +

    Hierarchical model fit listings +

    + +Hierarchical mkin fit of the SFO model with error model const + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:06 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - k_DMTA * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 1.09 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Constant variance 
    +
    +Starting values for degradation parameters:
    + DMTA_0  k_DMTA 
    +97.2953  0.0566 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k_DMTA
    +DMTA_0   97.3      0
    +k_DMTA    0.0      1
    +
    +Starting values for error model parameters:
    +a.1 
    +  1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  796.3 795.3 -393.2
    +
    +Optimised parameters:
    +              est.    lower   upper
    +DMTA_0    97.28130 95.71113 98.8515
    +k_DMTA     0.05665  0.02909  0.0842
    +a.1        2.66442  2.35579  2.9731
    +SD.DMTA_0  1.54776  0.15447  2.9411
    +SD.k_DMTA  0.60690  0.26248  0.9513
    +
    +Correlation: 
    +       DMTA_0
    +k_DMTA 0.0168
    +
    +Random effects:
    +            est.  lower  upper
    +SD.DMTA_0 1.5478 0.1545 2.9411
    +SD.k_DMTA 0.6069 0.2625 0.9513
    +
    +Variance model:
    +     est. lower upper
    +a.1 2.664 2.356 2.973
    +
    +Estimated disappearance times:
    +      DT50  DT90
    +DMTA 12.24 40.65
    +
    +
    +

    + +Hierarchical mkin fit of the SFO model with error model tc + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:07 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - k_DMTA * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 2.441 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Two-component variance function 
    +
    +Starting values for degradation parameters:
    +  DMTA_0   k_DMTA 
    +96.99175  0.05603 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k_DMTA
    +DMTA_0  96.99      0
    +k_DMTA   0.00      1
    +
    +Starting values for error model parameters:
    +a.1 b.1 
    +  1   1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  798.3 797.1 -393.2
    +
    +Optimised parameters:
    +               est.     lower    upper
    +DMTA_0    97.271822 95.703157 98.84049
    +k_DMTA     0.056638  0.029110  0.08417
    +a.1        2.660081  2.230398  3.08976
    +b.1        0.001665 -0.006911  0.01024
    +SD.DMTA_0  1.545520  0.145035  2.94601
    +SD.k_DMTA  0.606422  0.262274  0.95057
    +
    +Correlation: 
    +       DMTA_0
    +k_DMTA 0.0169
    +
    +Random effects:
    +            est.  lower  upper
    +SD.DMTA_0 1.5455 0.1450 2.9460
    +SD.k_DMTA 0.6064 0.2623 0.9506
    +
    +Variance model:
    +        est.     lower   upper
    +a.1 2.660081  2.230398 3.08976
    +b.1 0.001665 -0.006911 0.01024
    +
    +Estimated disappearance times:
    +      DT50  DT90
    +DMTA 12.24 40.65
    +
    +
    +

    + +Hierarchical mkin fit of the FOMC model with error model const + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:06 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - (alpha/beta) * 1/((time/beta) + 1) * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 1.156 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Constant variance 
    +
    +Starting values for degradation parameters:
    + DMTA_0   alpha    beta 
    + 98.292   9.909 156.341 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 alpha beta
    +DMTA_0  98.29     0    0
    +alpha    0.00     1    0
    +beta     0.00     0    1
    +
    +Starting values for error model parameters:
    +a.1 
    +  1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  734.2 732.7 -360.1
    +
    +Optimised parameters:
    +              est.   lower   upper
    +DMTA_0     98.3435 96.9033  99.784
    +alpha       7.2007  2.5889  11.812
    +beta      112.8746 34.8816 190.868
    +a.1         2.0459  1.8054   2.286
    +SD.DMTA_0   1.4795  0.2717   2.687
    +SD.alpha    0.6396  0.1509   1.128
    +SD.beta     0.6874  0.1587   1.216
    +
    +Correlation: 
    +      DMTA_0  alpha  
    +alpha -0.1125        
    +beta  -0.1227  0.3632
    +
    +Random effects:
    +            est.  lower upper
    +SD.DMTA_0 1.4795 0.2717 2.687
    +SD.alpha  0.6396 0.1509 1.128
    +SD.beta   0.6874 0.1587 1.216
    +
    +Variance model:
    +     est. lower upper
    +a.1 2.046 1.805 2.286
    +
    +Estimated disappearance times:
    +      DT50  DT90 DT50back
    +DMTA 11.41 42.53     12.8
    +
    +
    +

    + +Hierarchical mkin fit of the FOMC model with error model tc + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:07 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - (alpha/beta) * 1/((time/beta) + 1) * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 2.729 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Two-component variance function 
    +
    +Starting values for degradation parameters:
    +DMTA_0  alpha   beta 
    +98.772  4.663 92.597 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 alpha beta
    +DMTA_0  98.77     0    0
    +alpha    0.00     1    0
    +beta     0.00     0    1
    +
    +Starting values for error model parameters:
    +a.1 b.1 
    +  1   1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  720.4 718.8 -352.2
    +
    +Optimised parameters:
    +              est.    lower     upper
    +DMTA_0    98.99136 97.26011 100.72261
    +alpha      5.86312  2.57485   9.15138
    +beta      88.55571 29.20889 147.90254
    +a.1        1.51063  1.24384   1.77741
    +b.1        0.02824  0.02040   0.03609
    +SD.DMTA_0  1.57436 -0.04867   3.19739
    +SD.alpha   0.59871  0.17132   1.02611
    +SD.beta    0.72994  0.22849   1.23139
    +
    +Correlation: 
    +      DMTA_0  alpha  
    +alpha -0.1363        
    +beta  -0.1414  0.2542
    +
    +Random effects:
    +            est.    lower upper
    +SD.DMTA_0 1.5744 -0.04867 3.197
    +SD.alpha  0.5987  0.17132 1.026
    +SD.beta   0.7299  0.22849 1.231
    +
    +Variance model:
    +       est.  lower   upper
    +a.1 1.51063 1.2438 1.77741
    +b.1 0.02824 0.0204 0.03609
    +
    +Estimated disappearance times:
    +      DT50 DT90 DT50back
    +DMTA 11.11 42.6    12.82
    +
    +
    +

    + +Hierarchical mkin fit of the DFOP model with error model const + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:07 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
    +           time)) / (g * exp(-k1 * time) + (1 - g) * exp(-k2 * time)))
    +           * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 2.007 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Constant variance 
    +
    +Starting values for degradation parameters:
    +  DMTA_0       k1       k2        g 
    +98.64383  0.09211  0.02999  0.76814 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k1 k2 g
    +DMTA_0  98.64  0  0 0
    +k1       0.00  1  0 0
    +k2       0.00  0  1 0
    +g        0.00  0  0 1
    +
    +Starting values for error model parameters:
    +a.1 
    +  1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC BIC logLik
    +  711.8 710 -346.9
    +
    +Optimised parameters:
    +               est.     lower    upper
    +DMTA_0    98.092481 96.573898 99.61106
    +k1         0.062499  0.030336  0.09466
    +k2         0.009065 -0.005133  0.02326
    +g          0.948967  0.862079  1.03586
    +a.1        1.821671  1.604774  2.03857
    +SD.DMTA_0  1.677785  0.472066  2.88350
    +SD.k1      0.634962  0.270788  0.99914
    +SD.k2      1.033498 -0.205994  2.27299
    +SD.g       1.710046  0.428642  2.99145
    +
    +Correlation: 
    +   DMTA_0  k1      k2     
    +k1  0.0246                
    +k2  0.0491  0.0953        
    +g  -0.0552 -0.0889 -0.4795
    +
    +Random effects:
    +           est.   lower  upper
    +SD.DMTA_0 1.678  0.4721 2.8835
    +SD.k1     0.635  0.2708 0.9991
    +SD.k2     1.033 -0.2060 2.2730
    +SD.g      1.710  0.4286 2.9914
    +
    +Variance model:
    +     est. lower upper
    +a.1 1.822 1.605 2.039
    +
    +Estimated disappearance times:
    +      DT50 DT90 DT50back DT50_k1 DT50_k2
    +DMTA 11.79 42.8    12.88   11.09   76.46
    +
    +
    +

    + +Hierarchical mkin fit of the DFOP model with error model tc + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:08 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
    +           time)) / (g * exp(-k1 * time) + (1 - g) * exp(-k2 * time)))
    +           * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 3.033 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Two-component variance function 
    +
    +Starting values for degradation parameters:
    +   DMTA_0        k1        k2         g 
    +98.759266  0.087034  0.009933  0.930827 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k1 k2 g
    +DMTA_0  98.76  0  0 0
    +k1       0.00  1  0 0
    +k2       0.00  0  1 0
    +g        0.00  0  0 1
    +
    +Starting values for error model parameters:
    +a.1 b.1 
    +  1   1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC   BIC logLik
    +  665.5 663.4 -322.8
    +
    +Optimised parameters:
    +               est.     lower     upper
    +DMTA_0    98.377019 96.447952 100.30609
    +k1         0.064843  0.034607   0.09508
    +k2         0.008895  0.006368   0.01142
    +g          0.949696  0.903815   0.99558
    +a.1        1.065241  0.865754   1.26473
    +b.1        0.029340  0.022336   0.03634
    +SD.DMTA_0  2.007754  0.387982   3.62753
    +SD.k1      0.580473  0.250286   0.91066
    +SD.k2      0.006105 -4.920337   4.93255
    +SD.g       1.097149  0.412779   1.78152
    +
    +Correlation: 
    +   DMTA_0  k1      k2     
    +k1  0.0235                
    +k2  0.0595  0.0424        
    +g  -0.0470 -0.0278 -0.2731
    +
    +Random effects:
    +              est.   lower  upper
    +SD.DMTA_0 2.007754  0.3880 3.6275
    +SD.k1     0.580473  0.2503 0.9107
    +SD.k2     0.006105 -4.9203 4.9325
    +SD.g      1.097149  0.4128 1.7815
    +
    +Variance model:
    +       est.   lower   upper
    +a.1 1.06524 0.86575 1.26473
    +b.1 0.02934 0.02234 0.03634
    +
    +Estimated disappearance times:
    +      DT50  DT90 DT50back DT50_k1 DT50_k2
    +DMTA 11.36 41.32    12.44   10.69   77.92
    +
    +
    +

    + +Hierarchical mkin fit of the HS model with error model const + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:07 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - ifelse(time <= tb, k1, k2) * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 2.004 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Constant variance 
    +
    +Starting values for degradation parameters:
    +  DMTA_0       k1       k2       tb 
    +97.82176  0.06931  0.02997 11.13945 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k1 k2 tb
    +DMTA_0  97.82  0  0  0
    +k1       0.00  1  0  0
    +k2       0.00  0  1  0
    +tb       0.00  0  0  1
    +
    +Starting values for error model parameters:
    +a.1 
    +  1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +  AIC   BIC logLik
    +  714 712.1   -348
    +
    +Optimised parameters:
    +              est.    lower    upper
    +DMTA_0    98.16102 96.47747 99.84456
    +k1         0.07876  0.05261  0.10491
    +k2         0.02227  0.01706  0.02747
    +tb        13.99089 -7.40049 35.38228
    +a.1        1.82305  1.60700  2.03910
    +SD.DMTA_0  1.88413  0.56204  3.20622
    +SD.k1      0.34292  0.10482  0.58102
    +SD.k2      0.19851  0.01718  0.37985
    +SD.tb      1.68168  0.58064  2.78272
    +
    +Correlation: 
    +   DMTA_0  k1      k2     
    +k1  0.0142                
    +k2  0.0001 -0.0025        
    +tb  0.0165 -0.1256 -0.0301
    +
    +Random effects:
    +            est.   lower  upper
    +SD.DMTA_0 1.8841 0.56204 3.2062
    +SD.k1     0.3429 0.10482 0.5810
    +SD.k2     0.1985 0.01718 0.3798
    +SD.tb     1.6817 0.58064 2.7827
    +
    +Variance model:
    +     est. lower upper
    +a.1 1.823 1.607 2.039
    +
    +Estimated disappearance times:
    +      DT50  DT90 DT50back DT50_k1 DT50_k2
    +DMTA 8.801 67.91    20.44   8.801   31.13
    +
    +
    +

    + +Hierarchical mkin fit of the HS model with error model tc + +
    
    +saemix version used for fitting:      3.2 
    +mkin version used for pre-fitting:  1.2.2 
    +R version used for fitting:         4.2.2 
    +Date of fit:     Thu Jan  5 08:19:08 2023 
    +Date of summary: Thu Jan  5 08:20:11 2023 
    +
    +Equations:
    +d_DMTA/dt = - ifelse(time <= tb, k1, k2) * DMTA
    +
    +Data:
    +155 observations of 1 variable(s) grouped in 6 datasets
    +
    +Model predictions using solution type analytical 
    +
    +Fitted in 3.287 s
    +Using 300, 100 iterations and 9 chains
    +
    +Variance model: Two-component variance function 
    +
    +Starting values for degradation parameters:
    +  DMTA_0       k1       k2       tb 
    +98.45190  0.07525  0.02576 19.19375 
    +
    +Fixed degradation parameter values:
    +None
    +
    +Starting values for random effects (square root of initial entries in omega):
    +       DMTA_0 k1 k2 tb
    +DMTA_0  98.45  0  0  0
    +k1       0.00  1  0  0
    +k2       0.00  0  1  0
    +tb       0.00  0  0  1
    +
    +Starting values for error model parameters:
    +a.1 b.1 
    +  1   1 
    +
    +Results:
    +
    +Likelihood computed by importance sampling
    +    AIC BIC logLik
    +  667.1 665 -323.6
    +
    +Optimised parameters:
    +              est.    lower    upper
    +DMTA_0    97.76570 95.81350 99.71791
    +k1         0.05855  0.03080  0.08630
    +k2         0.02337  0.01664  0.03010
    +tb        31.09638 29.38289 32.80987
    +a.1        1.08835  0.88590  1.29080
    +b.1        0.02964  0.02257  0.03671
    +SD.DMTA_0  2.04877  0.42607  3.67147
    +SD.k1      0.59166  0.25621  0.92711
    +SD.k2      0.30698  0.09561  0.51835
    +SD.tb      0.01274 -0.10914  0.13462
    +
    +Correlation: 
    +   DMTA_0  k1      k2     
    +k1  0.0160                
    +k2 -0.0070 -0.0024        
    +tb -0.0668 -0.0103 -0.2013
    +
    +Random effects:
    +             est.    lower  upper
    +SD.DMTA_0 2.04877  0.42607 3.6715
    +SD.k1     0.59166  0.25621 0.9271
    +SD.k2     0.30698  0.09561 0.5183
    +SD.tb     0.01274 -0.10914 0.1346
    +
    +Variance model:
    +       est.   lower   upper
    +a.1 1.08835 0.88590 1.29080
    +b.1 0.02964 0.02257 0.03671
    +
    +Estimated disappearance times:
    +      DT50  DT90 DT50back DT50_k1 DT50_k2
    +DMTA 11.84 51.71    15.57   11.84   29.66
    +
    +
    +

    +
    +
    +

    Hierarchical model convergence plots +

    +
    +Convergence plot for the NLHM SFO fit with constant variance

    +Convergence plot for the NLHM SFO fit with constant variance +

    +
    +
    +Convergence plot for the NLHM SFO fit with two-component error

    +Convergence plot for the NLHM SFO fit with two-component error +

    +
    +
    +Convergence plot for the NLHM FOMC fit with constant variance

    +Convergence plot for the NLHM FOMC fit with constant variance +

    +
    +
    +Convergence plot for the NLHM FOMC fit with two-component error

    +Convergence plot for the NLHM FOMC fit with two-component error +

    +
    +
    +Convergence plot for the NLHM DFOP fit with constant variance

    +Convergence plot for the NLHM DFOP fit with constant variance +

    +
    +
    +Convergence plot for the NLHM DFOP fit with two-component error

    +Convergence plot for the NLHM DFOP fit with two-component error +

    +
    +
    +Convergence plot for the NLHM HS fit with constant variance

    +Convergence plot for the NLHM HS fit with constant variance +

    +
    +
    +Convergence plot for the NLHM HS fit with two-component error

    +Convergence plot for the NLHM HS fit with two-component error +

    +
    +
    +
    +

    Session info +

    +
    R version 4.2.2 Patched (2022-11-10 r83330)
    +Platform: x86_64-pc-linux-gnu (64-bit)
    +Running under: Debian GNU/Linux bookworm/sid
    +
    +Matrix products: default
    +BLAS:   /usr/lib/x86_64-linux-gnu/openblas-serial/libblas.so.3
    +LAPACK: /usr/lib/x86_64-linux-gnu/openblas-serial/libopenblas-r0.3.21.so
    +
    +locale:
    + [1] LC_CTYPE=de_DE.UTF-8       LC_NUMERIC=C              
    + [3] LC_TIME=de_DE.UTF-8        LC_COLLATE=de_DE.UTF-8    
    + [5] LC_MONETARY=de_DE.UTF-8    LC_MESSAGES=de_DE.UTF-8   
    + [7] LC_PAPER=de_DE.UTF-8       LC_NAME=C                 
    + [9] LC_ADDRESS=C               LC_TELEPHONE=C            
    +[11] LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=C       
    +
    +attached base packages:
    +[1] parallel  stats     graphics  grDevices utils     datasets  methods  
    +[8] base     
    +
    +other attached packages:
    +[1] saemix_3.2 npde_3.3   knitr_1.41 mkin_1.2.2
    +
    +loaded via a namespace (and not attached):
    + [1] deSolve_1.34      zoo_1.8-11        tidyselect_1.2.0  xfun_0.35        
    + [5] bslib_0.4.2       purrr_1.0.0       lattice_0.20-45   colorspace_2.0-3 
    + [9] vctrs_0.5.1       generics_0.1.3    htmltools_0.5.4   yaml_2.3.6       
    +[13] utf8_1.2.2        rlang_1.0.6       pkgdown_2.0.7     jquerylib_0.1.4  
    +[17] pillar_1.8.1      glue_1.6.2        DBI_1.1.3         lifecycle_1.0.3  
    +[21] stringr_1.5.0     munsell_0.5.0     gtable_0.3.1      ragg_1.2.4       
    +[25] codetools_0.2-18  memoise_2.0.1     evaluate_0.19     fastmap_1.1.0    
    +[29] lmtest_0.9-40     fansi_1.0.3       highr_0.9         scales_1.2.1     
    +[33] cachem_1.0.6      desc_1.4.2        jsonlite_1.8.4    systemfonts_1.0.4
    +[37] fs_1.5.2          textshaping_0.3.6 gridExtra_2.3     ggplot2_3.4.0    
    +[41] digest_0.6.31     stringi_1.7.8     dplyr_1.0.10      grid_4.2.2       
    +[45] rprojroot_2.0.3   cli_3.5.0         tools_4.2.2       magrittr_2.0.3   
    +[49] sass_0.4.4        tibble_3.1.8      pkgconfig_2.0.3   assertthat_0.2.1 
    +[53] rmarkdown_2.19    R6_2.5.1          mclust_6.0.0      nlme_3.1-161     
    +[57] compiler_4.2.2   
    +
    +
    +
    + + + +
    + + + +
    + +
    +

    +

    Site built with pkgdown 2.0.7.

    +
    + +
    +
    + + + + + + + + diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-const-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-const-1.png new file mode 100644 index 00000000..4f87b956 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-const-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-1.png new file mode 100644 index 00000000..58825300 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-no-ranef-k2-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-no-ranef-k2-1.png new file mode 100644 index 00000000..17defde1 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-dfop-tc-no-ranef-k2-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-const-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-const-1.png new file mode 100644 index 00000000..b802acc6 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-const-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-tc-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-tc-1.png new file mode 100644 index 00000000..2d6427d5 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-fomc-tc-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-const-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-const-1.png new file mode 100644 index 00000000..f15137d0 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-const-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-tc-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-tc-1.png new file mode 100644 index 00000000..322668f0 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-hs-tc-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-const-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-const-1.png new file mode 100644 index 00000000..4ceb281f Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-const-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-tc-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-tc-1.png new file mode 100644 index 00000000..07383871 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/convergence-saem-sfo-tc-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-full-par-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-full-par-1.png new file mode 100644 index 00000000..cf4b058e Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-full-par-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-1.png new file mode 100644 index 00000000..d9ed8685 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-llquant-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-llquant-1.png new file mode 100644 index 00000000..45dd7eb4 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/multistart-reduced-par-llquant-1.png differ diff --git a/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/plot-saem-dfop-tc-no-ranef-k2-1.png b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/plot-saem-dfop-tc-no-ranef-k2-1.png new file mode 100644 index 00000000..5a3bd434 Binary files /dev/null and b/docs/dev/articles/2022_wp_1.1_dmta_parent_files/figure-html/plot-saem-dfop-tc-no-ranef-k2-1.png differ diff --git a/docs/dev/articles/index.html b/docs/dev/articles/index.html index e04302ef..cd0e315f 100644 --- a/docs/dev/articles/index.html +++ b/docs/dev/articles/index.html @@ -90,7 +90,9 @@

    All vignettes

    -
    Example evaluation of FOCUS Example Dataset D
    +
    Work package 1.1: Testing hierarchical parent degradation kinetics with residue data on dimethenamid and dimethenamid-P
    +
    +
    Example evaluation of FOCUS Example Dataset D
    Example evaluation of FOCUS Laboratory Data L1 to L3
    @@ -122,7 +124,7 @@
    -

    Site built with pkgdown 2.0.6.

    +

    Site built with pkgdown 2.0.7.

    -- cgit v1.2.1 From 9aa186eaf43d3c86a99fd08c310cefbc5dfe0612 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 28 Jan 2023 17:40:31 +0100 Subject: Build online HTML versions of prebuilt vignettes Also, give some structure to the menu for selecting articles --- docs/dev/articles/index.html | 41 +- docs/dev/articles/prebuilt/2022_cyan_pathway.html | 5623 ++++++++++++++++++++ .../figure-html/unnamed-chunk-11-1.png | Bin 0 -> 363943 bytes .../figure-html/unnamed-chunk-12-1.png | Bin 0 -> 365867 bytes .../figure-html/unnamed-chunk-13-1.png | Bin 0 -> 363662 bytes .../figure-html/unnamed-chunk-17-1.png | Bin 0 -> 378667 bytes .../figure-html/unnamed-chunk-18-1.png | Bin 0 -> 372548 bytes .../figure-html/unnamed-chunk-19-1.png | Bin 0 -> 373913 bytes .../figure-html/unnamed-chunk-6-1.png | Bin 0 -> 373737 bytes .../figure-html/unnamed-chunk-7-1.png | Bin 0 -> 373913 bytes docs/dev/articles/prebuilt/2022_dmta_parent.html | 2204 ++++++++ .../figure-html/convergence-saem-dfop-const-1.png | Bin 0 -> 130847 bytes .../figure-html/convergence-saem-dfop-tc-1.png | Bin 0 -> 116026 bytes .../convergence-saem-dfop-tc-no-ranef-k2-1.png | Bin 0 -> 128564 bytes .../figure-html/convergence-saem-fomc-const-1.png | Bin 0 -> 101690 bytes .../figure-html/convergence-saem-fomc-tc-1.png | Bin 0 -> 97397 bytes .../figure-html/convergence-saem-hs-const-1.png | Bin 0 -> 132456 bytes .../figure-html/convergence-saem-hs-tc-1.png | Bin 0 -> 102390 bytes .../figure-html/convergence-saem-sfo-const-1.png | Bin 0 -> 76259 bytes .../figure-html/convergence-saem-sfo-tc-1.png | Bin 0 -> 64271 bytes .../figure-html/multistart-full-par-1.png | Bin 0 -> 72048 bytes .../figure-html/multistart-reduced-par-1.png | Bin 0 -> 66652 bytes .../multistart-reduced-par-llquant-1.png | Bin 0 -> 59486 bytes .../plot-saem-dfop-tc-no-ranef-k2-1.png | Bin 0 -> 158323 bytes docs/dev/articles/prebuilt/2022_dmta_pathway.html | 2022 +++++++ .../saem-sforb-path-1-tc-reduced-convergence-1.png | Bin 0 -> 160921 bytes .../figure-html/unnamed-chunk-2-1.png | Bin 0 -> 108560 bytes .../figure-html/unnamed-chunk-3-1.png | Bin 0 -> 403164 bytes .../figure-html/unnamed-chunk-4-1.png | Bin 0 -> 403636 bytes .../figure-html/unnamed-chunk-5-1.png | Bin 0 -> 393985 bytes .../figure-html/unnamed-chunk-6-1.png | Bin 0 -> 400319 bytes .../figure-html/unnamed-chunk-7-1.png | Bin 0 -> 403164 bytes 32 files changed, 9880 insertions(+), 10 deletions(-) create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway.html create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-11-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-12-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-13-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-17-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-18-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-19-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-6-1.png create mode 100644 docs/dev/articles/prebuilt/2022_cyan_pathway_files/figure-html/unnamed-chunk-7-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent.html create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-dfop-const-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-dfop-tc-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-dfop-tc-no-ranef-k2-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-fomc-const-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-fomc-tc-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-hs-const-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-hs-tc-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-sfo-const-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/convergence-saem-sfo-tc-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/multistart-full-par-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/multistart-reduced-par-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/multistart-reduced-par-llquant-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_parent_files/figure-html/plot-saem-dfop-tc-no-ranef-k2-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway.html create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/saem-sforb-path-1-tc-reduced-convergence-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-2-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-3-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-4-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-5-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-6-1.png create mode 100644 docs/dev/articles/prebuilt/2022_dmta_pathway_files/figure-html/unnamed-chunk-7-1.png (limited to 'docs/dev/articles') diff --git a/docs/dev/articles/index.html b/docs/dev/articles/index.html index cd0e315f..b9571a60 100644 --- a/docs/dev/articles/index.html +++ b/docs/dev/articles/index.html @@ -23,7 +23,7 @@