From 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 27 Sep 2021 20:10:01 +0200 Subject: intervals() methods, more DFOP/tc variants --- vignettes/web_only/dimethenamid_2018.R | 116 ---------- vignettes/web_only/dimethenamid_2018.html | 244 ++++++++++++++++++--- vignettes/web_only/dimethenamid_2018.rmd | 147 ++++++++++--- .../f_parent_nlmixr_saem_dfop_const-1.png | Bin 87338 -> 96984 bytes .../figure-html/f_parent_nlmixr_saem_dfop_tc-1.png | Bin 81506 -> 83994 bytes .../f_parent_nlmixr_saem_dfop_tc_10k-1.png | Bin 0 -> 82918 bytes .../f_parent_nlmixr_saem_dfop_tc_10k-2.png | Bin 0 -> 82918 bytes .../f_parent_nlmixr_saem_dfop_tc_1k-1.png | Bin 0 -> 81506 bytes ...f_parent_nlmixr_saem_dfop_tc_manymoreiter-1.png | Bin 0 -> 83761 bytes .../f_parent_nlmixr_saem_sfo_const-1.png | Bin 72547 -> 74354 bytes .../figure-html/f_parent_nlmixr_saem_sfo_tc-1.png | Bin 73363 -> 76153 bytes .../figure-html/f_parent_saemix_dfop_tc_10k-1.png | Bin 0 -> 30184 bytes .../f_parent_saemix_dfop_tc_manymoreiter-1.png | Bin 0 -> 30819 bytes .../figure-html/f_parent_saemix_dfop_tc_mkin-1.png | Bin 0 -> 32242 bytes .../f_parent_saemix_dfop_tc_mkin_10k-1.png | Bin 0 -> 29137 bytes 15 files changed, 327 insertions(+), 180 deletions(-) delete mode 100644 vignettes/web_only/dimethenamid_2018.R create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-2.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_1k-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_manymoreiter-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_10k-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_manymoreiter-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin-1.png create mode 100644 vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin_10k-1.png (limited to 'vignettes/web_only') diff --git a/vignettes/web_only/dimethenamid_2018.R b/vignettes/web_only/dimethenamid_2018.R deleted file mode 100644 index 2c01bc14..00000000 --- a/vignettes/web_only/dimethenamid_2018.R +++ /dev/null @@ -1,116 +0,0 @@ -## ---- include = FALSE--------------------------------------------------------- -require(knitr) -options(digits = 5) -opts_chunk$set( - comment = "", - tidy = FALSE, - cache = TRUE -) - -## ----saemix_control----------------------------------------------------------- -library(saemix) -saemix_control <- saemixControl(nbiter.saemix = c(800, 200), nb.chains = 15, - print = FALSE, save = FALSE, save.graphs = FALSE, displayProgress = FALSE) - -## ----f_parent_saemix_sfo_const, results = 'hide', dependson = "saemix_control"---- -f_parent_saemix_sfo_const <- mkin::saem(f_parent_mkin_const["SFO", ], quiet = TRUE, - control = saemix_control, transformations = "saemix") -plot(f_parent_saemix_sfo_const$so, plot.type = "convergence") - -## ----f_parent_saemix_sfo_tc, results = 'hide', dependson = "saemix_control"---- -f_parent_saemix_sfo_tc <- mkin::saem(f_parent_mkin_tc["SFO", ], quiet = TRUE, - control = saemix_control, transformations = "saemix") -plot(f_parent_saemix_sfo_tc$so, plot.type = "convergence") - -## ----f_parent_saemix_dfop_const, results = 'hide', dependson = "saemix_control"---- -f_parent_saemix_dfop_const <- mkin::saem(f_parent_mkin_const["DFOP", ], quiet = TRUE, - control = saemix_control, transformations = "saemix") -plot(f_parent_saemix_dfop_const$so, plot.type = "convergence") - -## ----f_parent_saemix_dfop_tc, results = 'hide', dependson = "saemix_control"---- -f_parent_saemix_dfop_tc <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE, - control = saemix_control, transformations = "saemix") -plot(f_parent_saemix_dfop_tc$so, plot.type = "convergence") - -## ----AIC_parent_saemix-------------------------------------------------------- -compare.saemix( - f_parent_saemix_sfo_const$so, - f_parent_saemix_sfo_tc$so, - f_parent_saemix_dfop_const$so, - f_parent_saemix_dfop_tc$so) - -## ----AIC_parent_saemix_methods------------------------------------------------ -f_parent_saemix_dfop_tc$so <- - llgq.saemix(f_parent_saemix_dfop_tc$so) -AIC(f_parent_saemix_dfop_tc$so) -AIC(f_parent_saemix_dfop_tc$so, method = "gq") -AIC(f_parent_saemix_dfop_tc$so, method = "lin") - -## ----f_parent_nlmixr_focei, results = "hide", message = FALSE, warning = FALSE---- -library(nlmixr) -f_parent_nlmixr_focei_sfo_const <- nlmixr(f_parent_mkin_const["SFO", ], est = "focei") -f_parent_nlmixr_focei_sfo_tc <- nlmixr(f_parent_mkin_tc["SFO", ], est = "focei") -f_parent_nlmixr_focei_dfop_const <- nlmixr(f_parent_mkin_const["DFOP", ], est = "focei") -f_parent_nlmixr_focei_dfop_tc<- nlmixr(f_parent_mkin_tc["DFOP", ], est = "focei") - -## ----AIC_parent_nlmixr_focei-------------------------------------------------- -aic_nlmixr_focei <- sapply( - list(f_parent_nlmixr_focei_sfo_const$nm, f_parent_nlmixr_focei_sfo_tc$nm, - f_parent_nlmixr_focei_dfop_const$nm, f_parent_nlmixr_focei_dfop_tc$nm), - AIC) - -## ----AIC_parent_nlme_rep------------------------------------------------------ -aic_nlme <- sapply( - list(f_parent_nlme_sfo_const, NA, f_parent_nlme_sfo_tc, f_parent_nlme_dfop_tc), - function(x) if (is.na(x[1])) NA else AIC(x)) -aic_nlme_nlmixr_focei <- data.frame( - "Degradation model" = c("SFO", "SFO", "DFOP", "DFOP"), - "Error model" = rep(c("constant variance", "two-component"), 2), - "AIC (nlme)" = aic_nlme, - "AIC (nlmixr with FOCEI)" = aic_nlmixr_focei, - check.names = FALSE -) - -## ----nlmixr_saem_control------------------------------------------------------ -nlmixr_saem_control <- saemControl(logLik = TRUE, - nBurn = 800, nEm = 200, nmc = 15) - -## ----f_parent_nlmixr_saem_sfo_const, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"---- -f_parent_nlmixr_saem_sfo_const <- nlmixr(f_parent_mkin_const["SFO", ], est = "saem", - control = nlmixr_saem_control) -traceplot(f_parent_nlmixr_saem_sfo_const$nm) - -## ----f_parent_nlmixr_saem_sfo_tc, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"---- -f_parent_nlmixr_saem_sfo_tc <- nlmixr(f_parent_mkin_tc["SFO", ], est = "saem", - control = nlmixr_saem_control) -traceplot(f_parent_nlmixr_saem_sfo_tc$nm) - -## ----f_parent_nlmixr_saem_dfop_const, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"---- -f_parent_nlmixr_saem_dfop_const <- nlmixr(f_parent_mkin_const["DFOP", ], est = "saem", - control = nlmixr_saem_control) -traceplot(f_parent_nlmixr_saem_dfop_const$nm) - -## ----f_parent_nlmixr_saem_dfop_tc, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"---- -f_parent_nlmixr_saem_dfop_tc <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem", - control = nlmixr_saem_control) -traceplot(f_parent_nlmixr_saem_dfop_tc$nm) - -## ----AIC_parent_nlmixr_saem--------------------------------------------------- -AIC(f_parent_nlmixr_saem_sfo_const$nm, f_parent_nlmixr_saem_sfo_tc$nm, - f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm) - -## ----AIC_all------------------------------------------------------------------ -AIC_all <- data.frame( - check.names = FALSE, - "Degradation model" = c("SFO", "SFO", "DFOP", "DFOP"), - "Error model" = c("const", "tc", "const", "tc"), - nlme = c(AIC(f_parent_nlme_sfo_const), AIC(f_parent_nlme_sfo_tc), NA, AIC(f_parent_nlme_dfop_tc)), - nlmixr_focei = sapply(list(f_parent_nlmixr_focei_sfo_const$nm, f_parent_nlmixr_focei_sfo_tc$nm, - f_parent_nlmixr_focei_dfop_const$nm, f_parent_nlmixr_focei_dfop_tc$nm), AIC), - saemix = sapply(list(f_parent_saemix_sfo_const$so, f_parent_saemix_sfo_tc$so, - f_parent_saemix_dfop_const$so, f_parent_saemix_dfop_tc$so), AIC), - nlmixr_saem = sapply(list(f_parent_nlmixr_saem_sfo_const$nm, f_parent_nlmixr_saem_sfo_tc$nm, - f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm), AIC) -) -kable(AIC_all) - diff --git a/vignettes/web_only/dimethenamid_2018.html b/vignettes/web_only/dimethenamid_2018.html index a92a720d..95e41c71 100644 --- a/vignettes/web_only/dimethenamid_2018.html +++ b/vignettes/web_only/dimethenamid_2018.html @@ -1591,7 +1591,7 @@ div.tocify {

Example evaluations of the dimethenamid data from 2018

Johannes Ranke

-

Last change 17 September 2021, built on 17 Sep 2021

+

Last change 27 September 2021, built on 27 Sep 2021

@@ -1648,14 +1648,14 @@ f_parent_mkin_tc <- mmkin(c("SFO", "DFOP"), dmta_ds,

Instead of taking a model selection decision for each of the individual fits, we fit nonlinear mixed-effects models (using different fitting algorithms as implemented in different packages) and do model selection using all available data at the same time. In order to make sure that these decisions are not unduly influenced by the type of algorithm used, by implementation details or by the use of wrong control parameters, we compare the model selection results obtained with different R packages, with different algorithms and checking control parameters.

nlme

-

The nlme package was the first R extension providing facilities to fit nonlinear mixed-effects models. We would like to do model selection from all four combinations of degradation models and error models based on the AIC. However, fitting the DFOP model with constant variance and using default control parameters results in an error, signalling that the maximum number of 50 iterations was reached, potentially indicating overparameterisation. However, the algorithm converges when the two-component error model is used in combination with the DFOP model. This can be explained by the fact that the smaller residues observed at later sampling times get more weight when using the two-component error model which will counteract the tendency of the algorithm to try parameter combinations unsuitable for fitting these data.

+

The nlme package was the first R extension providing facilities to fit nonlinear mixed-effects models. We would like to do model selection from all four combinations of degradation models and error models based on the AIC. However, fitting the DFOP model with constant variance and using default control parameters results in an error, signalling that the maximum number of 50 iterations was reached, potentially indicating overparameterisation. Nevertheless, the algorithm converges when the two-component error model is used in combination with the DFOP model. This can be explained by the fact that the smaller residues observed at later sampling times get more weight when using the two-component error model which will counteract the tendency of the algorithm to try parameter combinations unsuitable for fitting these data.

library(nlme)
 f_parent_nlme_sfo_const <- nlme(f_parent_mkin_const["SFO", ])
 # f_parent_nlme_dfop_const <- nlme(f_parent_mkin_const["DFOP", ])
 f_parent_nlme_sfo_tc <- nlme(f_parent_mkin_tc["SFO", ])
 f_parent_nlme_dfop_tc <- nlme(f_parent_mkin_tc["DFOP", ])

Note that a certain degree of overparameterisation is also indicated by a warning obtained when fitting DFOP with the two-component error model (‘false convergence’ in the ‘LME step’ in iteration 3). However, as this warning does not occur in later iterations, and specifically not in the last of the 6 iterations, we can ignore this warning.

-

The model comparison function of the nlme package can directly be applied to these fits showing a much lower AIC for the DFOP model fitted with the two-component error model. Also, the likelihood ratio test indicates that this difference is significant. as the p-value is below 0.0001.

+

The model comparison function of the nlme package can directly be applied to these fits showing a much lower AIC for the DFOP model fitted with the two-component error model. Also, the likelihood ratio test indicates that this difference is significant as the p-value is below 0.0001.

anova(
   f_parent_nlme_sfo_const, f_parent_nlme_sfo_tc, f_parent_nlme_dfop_tc
 )
@@ -1684,6 +1684,8 @@ anova(f_parent_nlme_dfop_tc, f_parent_nlme_dfop_tc_logchol)

The corresponding SAEM fits of the four combinations of degradation and error models are fitted below. As there is no convergence criterion implemented in the saemix package, the convergence plots need to be manually checked for every fit. As we will compare the SAEM implementation of saemix to the results obtained using the nlmixr package later, we define control settings that work well for all the parent data fits shown in this vignette.

library(saemix)
 saemix_control <- saemixControl(nbiter.saemix = c(800, 300), nb.chains = 15,
+    print = FALSE, save = FALSE, save.graphs = FALSE, displayProgress = FALSE)
+saemix_control_10k <- saemixControl(nbiter.saemix = c(10000, 1000), nb.chains = 15,
     print = FALSE, save = FALSE, save.graphs = FALSE, displayProgress = FALSE)

The convergence plot for the SFO model using constant variance is shown below.

f_parent_saemix_sfo_const <- mkin::saem(f_parent_mkin_const["SFO", ], quiet = TRUE,
@@ -1695,31 +1697,57 @@ plot(f_parent_saemix_sfo_const$so, plot.type = "convergence")

-

When fitting the DFOP model with constant variance, parameter convergence is not as unambiguous (see the failure of nlme with the default number of iterations above). Therefore, the number of iterations in the first phase of the algorithm was increased, leading to visually satisfying convergence.

+

When fitting the DFOP model with constant variance (see below), parameter convergence is not as unambiguous.

f_parent_saemix_dfop_const <- mkin::saem(f_parent_mkin_const["DFOP", ], quiet = TRUE,
   control = saemix_control, transformations = "saemix")
 plot(f_parent_saemix_dfop_const$so, plot.type = "convergence")

-

The same applies in the case where the DFOP model is fitted with the two-component error model. Convergence of the variance of k2 is enhanced by using the two-component error, it remains more or less stable already after 200 iterations of the first phase.

+

This is improved when the DFOP model is fitted with the two-component error model. Convergence of the variance of k2 is enhanced, it remains more or less stable already after 200 iterations of the first phase.

f_parent_saemix_dfop_tc <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE,
   control = saemix_control, transformations = "saemix")
 plot(f_parent_saemix_dfop_tc$so, plot.type = "convergence")
-

The four combinations and including the variations of the DFOP/tc combination can be compared using the model comparison function from the saemix package:

-
compare.saemix(
+

+

We also check if using many more iterations (10 000 for the first and 1000 for the second phase) improve the result in a significant way. The AIC values obtained are compared further below.

+
f_parent_saemix_dfop_tc_10k <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE,
+  control = saemix_control_10k, transformations = "saemix")
+plot(f_parent_saemix_dfop_tc_10k$so, plot.type = "convergence")
+

+

An alternative way to fit DFOP in combination with the two-component error model is to use the model formulation with transformed parameters as used per default in mkin.

+
f_parent_saemix_dfop_tc_mkin <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE,
+  control = saemix_control, transformations = "mkin")
+plot(f_parent_saemix_dfop_tc_mkin$so, plot.type = "convergence")
+

+

As the convergence plots do not clearly indicate that the algorithm has converged, we again use a much larger number of iterations, which leads to satisfactory convergence (see below).

+
f_parent_saemix_dfop_tc_mkin_10k <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE,
+  control = saemix_control_10k, transformations = "mkin")
+plot(f_parent_saemix_dfop_tc_mkin_10k$so, plot.type = "convergence")
+

+

The four combinations (SFO/const, SFO/tc, DFOP/const and DFOP/tc), including the variations of the DFOP/tc combination can be compared using the model comparison function of the saemix package:

+
AIC_parent_saemix <- saemix::compare.saemix(
   f_parent_saemix_sfo_const$so,
   f_parent_saemix_sfo_tc$so,
   f_parent_saemix_dfop_const$so,
-  f_parent_saemix_dfop_tc$so)
+ f_parent_saemix_dfop_tc$so, + f_parent_saemix_dfop_tc_10k$so, + f_parent_saemix_dfop_tc_mkin$so, + f_parent_saemix_dfop_tc_mkin_10k$so)
Likelihoods calculated by importance sampling
-
     AIC    BIC
-1 796.37 795.33
-2 798.37 797.13
-3 713.16 711.28
-4 666.10 664.01
-

As in the case of nlme fits, the DFOP model fitted with two-component error (number 4) gives the lowest AIC. Using more iterations and/or more chains does not have a large influence on the final AIC (not shown).

+
rownames(AIC_parent_saemix) <- c(
+  "SFO const", "SFO tc", "DFOP const", "DFOP tc", "DFOP tc more iterations",
+  "DFOP tc mkintrans", "DFOP tc mkintrans more iterations")
+print(AIC_parent_saemix)
+
                                     AIC    BIC
+SFO const                         796.37 795.33
+SFO tc                            798.37 797.13
+DFOP const                        713.16 711.28
+DFOP tc                           666.10 664.01
+DFOP tc more iterations           666.15 664.06
+DFOP tc mkintrans                 682.26 680.17
+DFOP tc mkintrans more iterations 666.12 664.04
+

As in the case of nlme fits, the DFOP model fitted with two-component error (number 4) gives the lowest AIC. Using a much larger number of iterations does not improve the fit a lot. When the mkin transformations are used instead of the saemix transformations, this large number of iterations leads to a goodness of fit that is comparable to the result obtained with saemix transformations.

In order to check the influence of the likelihood calculation algorithms implemented in saemix, the likelihood from Gaussian quadrature is added to the best fit, and the AIC values obtained from the three methods are compared.

f_parent_saemix_dfop_tc$so <-
-  llgq.saemix(f_parent_saemix_dfop_tc$so)
+  saemix::llgq.saemix(f_parent_saemix_dfop_tc$so)
 AIC_parent_saemix_methods <- c(
   is = AIC(f_parent_saemix_dfop_tc$so, method = "is"),
   gq = AIC(f_parent_saemix_dfop_tc$so, method = "gq"),
@@ -1755,40 +1783,60 @@ aic_nlme_nlmixr_focei <- data.frame(
   check.names = FALSE
 )

Secondly, we use the SAEM estimation routine and check the convergence plots. The control parameters also used for the saemix fits are defined beforehand.

-
nlmixr_saem_control <- saemControl(logLik = TRUE,
-  nBurn = 1000, nEm = 300, nmc = 15)
+
nlmixr_saem_control_800 <- saemControl(logLik = TRUE,
+  nBurn = 800, nEm = 300, nmc = 15)
+nlmixr_saem_control_1000 <- saemControl(logLik = TRUE,
+  nBurn = 1000, nEm = 300, nmc = 15)
+nlmixr_saem_control_10k <- saemControl(logLik = TRUE,
+  nBurn = 10000, nEm = 1000, nmc = 15)

The we fit SFO with constant variance

f_parent_nlmixr_saem_sfo_const <- nlmixr(f_parent_mkin_const["SFO", ], est = "saem",
   control = nlmixr_saem_control)
 traceplot(f_parent_nlmixr_saem_sfo_const$nm)
-

+

and SFO with two-component error.

f_parent_nlmixr_saem_sfo_tc <- nlmixr(f_parent_mkin_tc["SFO", ], est = "saem",
-  control = nlmixr_saem_control)
+  control = nlmixr_saem_control_800)
 traceplot(f_parent_nlmixr_saem_sfo_tc$nm)
-

+

For DFOP with constant variance, the convergence plots show considerable instability of the fit, which indicates overparameterisation which was already observed earlier for this model combination.

f_parent_nlmixr_saem_dfop_const <- nlmixr(f_parent_mkin_const["DFOP", ], est = "saem",
-  control = nlmixr_saem_control)
+  control = nlmixr_saem_control_800)
 traceplot(f_parent_nlmixr_saem_dfop_const$nm)
-

+

For DFOP with two-component error, a less erratic convergence is seen.

f_parent_nlmixr_saem_dfop_tc <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem",
-  control = nlmixr_saem_control)
+  control = nlmixr_saem_control_800)
 traceplot(f_parent_nlmixr_saem_dfop_tc$nm)
+

+

To check if an increase in the number of iterations improves the fit, we repeat the fit with 1000 iterations for the burn in phase and 300 iterations for the second phase.

+
f_parent_nlmixr_saem_dfop_tc_1000 <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem",
+  control = nlmixr_saem_control_1000)
+traceplot(f_parent_nlmixr_saem_dfop_tc_1000$nm)

-

The AIC values are internally calculated using Gaussian quadrature. For an unknown reason, the AIC value obtained for the DFOP fit using constant error is given as Infinity.

+

Here the fit looks very similar, but we will see below that it shows a higher AIC than the fit with 800 iterations in the burn in phase. Next we choose 10 000 iterations for the burn in phase and 1000 iterations for the second phase for comparison with saemix.

+
f_parent_nlmixr_saem_dfop_tc_10k <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem",
+  control = nlmixr_saem_control_10k)
+traceplot(f_parent_nlmixr_saem_dfop_tc_10k$nm)
+

+

In the above convergence plot, the time course of ‘eta.DMTA_0’ and ‘log_k2’ indicate a false convergence.

+

The AIC values are internally calculated using Gaussian quadrature.

AIC(f_parent_nlmixr_saem_sfo_const$nm, f_parent_nlmixr_saem_sfo_tc$nm,
-  f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm)
-
                                   df    AIC
-f_parent_nlmixr_saem_sfo_const$nm   5 798.68
-f_parent_nlmixr_saem_sfo_tc$nm      6 808.88
-f_parent_nlmixr_saem_dfop_const$nm  9 815.95
-f_parent_nlmixr_saem_dfop_tc$nm    10 669.57
+ f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm, + f_parent_nlmixr_saem_dfop_tc_1000$nm, + f_parent_nlmixr_saem_dfop_tc_10k$nm) +
                                     df    AIC
+f_parent_nlmixr_saem_sfo_const$nm     5 798.69
+f_parent_nlmixr_saem_sfo_tc$nm        6 810.33
+f_parent_nlmixr_saem_dfop_const$nm    9 736.00
+f_parent_nlmixr_saem_dfop_tc$nm      10 664.85
+f_parent_nlmixr_saem_dfop_tc_1000$nm 10 669.57
+f_parent_nlmixr_saem_dfop_tc_10k$nm  10    Inf
+

We can see that again, the DFOP/tc model shows the best goodness of fit. However, increasing the number of burn-in iterations from 800 to 1000 results in a higher AIC. If we further increase the number of iterations to 10 000 (burn-in) and 1000 (second phase), the AIC cannot be calculated for the nlmixr/saem fit, supporting that the fit did not converge properly.

Comparison

-

The following table gives the AIC values obtained with the three packages.

+

The following table gives the AIC values obtained with the three packages using the same control parameters (800 iterations burn-in, 300 iterations second phase, 15 chains).

AIC_all <- data.frame(
   check.names = FALSE,
   "Degradation model" = c("SFO", "SFO", "DFOP", "DFOP"),
@@ -1820,7 +1868,7 @@ kable(AIC_all)
796.60 796.62 796.37 -798.68 +798.69 SFO @@ -1828,7 +1876,7 @@ kable(AIC_all) 798.60 798.61 798.37 -808.88 +810.33 DFOP @@ -1836,7 +1884,7 @@ kable(AIC_all) NA 750.91 713.16 -815.95 +736.00 DFOP @@ -1844,10 +1892,136 @@ kable(AIC_all) 671.91 666.60 666.10 -669.57 +664.85 +
intervals(f_parent_saemix_dfop_tc)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+            lower       est.      upper
+DMTA_0 96.2802274 98.2761977 100.272168
+k1      0.0339753  0.0645487   0.095122
+k2      0.0058977  0.0088887   0.011880
+g       0.9064373  0.9514417   0.996446
+
+ Random effects:
+              lower     est.   upper
+sd(DMTA_0)  0.44404 2.102366 3.76069
+sd(k1)      0.25433 0.589731 0.92514
+sd(k2)     -0.33139 0.099797 0.53099
+sd(g)       0.39606 1.092234 1.78841
+
+ 
+       lower     est.    upper
+a.1 0.863644 1.063021 1.262398
+b.1 0.022555 0.029599 0.036643
+
intervals(f_parent_saemix_dfop_tc)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+            lower       est.      upper
+DMTA_0 96.2802274 98.2761977 100.272168
+k1      0.0339753  0.0645487   0.095122
+k2      0.0058977  0.0088887   0.011880
+g       0.9064373  0.9514417   0.996446
+
+ Random effects:
+              lower     est.   upper
+sd(DMTA_0)  0.44404 2.102366 3.76069
+sd(k1)      0.25433 0.589731 0.92514
+sd(k2)     -0.33139 0.099797 0.53099
+sd(g)       0.39606 1.092234 1.78841
+
+ 
+       lower     est.    upper
+a.1 0.863644 1.063021 1.262398
+b.1 0.022555 0.029599 0.036643
+
intervals(f_parent_saemix_dfop_tc_10k)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+            lower       est.      upper
+DMTA_0 96.3027896 98.2641150 100.225440
+k1      0.0338214  0.0644055   0.094990
+k2      0.0058857  0.0087896   0.011693
+g       0.9086138  0.9521421   0.995670
+
+ Random effects:
+              lower    est.   upper
+sd(DMTA_0)  0.41448 2.05327 3.69206
+sd(k1)      0.25507 0.59132 0.92758
+sd(k2)     -0.36781 0.09016 0.54813
+sd(g)       0.38585 1.06994 1.75402
+
+ 
+       lower     est.    upper
+a.1 0.866273 1.066115 1.265957
+b.1 0.022501 0.029541 0.036581
+
intervals(f_parent_saemix_dfop_tc_mkin_10k)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+            lower       est.      upper
+DMTA_0 96.3021306 98.2736091 100.245088
+k1      0.0401701  0.0645140   0.103611
+k2      0.0064706  0.0089398   0.012351
+g       0.8817692  0.9511605   0.980716
+
+ Random effects:
+                lower     est.   upper
+sd(DMTA_0)    0.42392 2.068018 3.71212
+sd(log_k1)    0.25440 0.589877 0.92536
+sd(log_k2)   -0.38431 0.084334 0.55298
+sd(g_qlogis)  0.39107 1.077303 1.76353
+
+ 
+       lower     est.    upper
+a.1 0.865291 1.064897 1.264504
+b.1 0.022491 0.029526 0.036561
+
intervals(f_parent_nlmixr_saem_dfop_tc)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+            lower       est.      upper
+DMTA_0 96.3059406 98.2990616 100.292183
+k1      0.0402306  0.0648255   0.104456
+k2      0.0067864  0.0093097   0.012771
+g       0.8769017  0.9505258   0.981067
+
+ Random effects:
+             lower     est. upper
+sd(DMTA_0)      NA 1.724654    NA
+sd(log_k1)      NA 0.592808    NA
+sd(log_k2)      NA 0.010741    NA
+sd(g_qlogis)    NA 1.087349    NA
+
+ 
+          lower     est. upper
+sigma_low    NA 1.081809    NA
+rsd_high     NA 0.032051    NA
+
intervals(f_parent_nlmixr_saem_dfop_tc_10k)
+
Approximate 95% confidence intervals
+
+ Fixed effects:
+           lower       est.     upper
+DMTA_0 96.426510 97.8987836 99.371057
+k1      0.040006  0.0644407  0.103799
+k2      0.006748  0.0092476  0.012673
+g       0.879251  0.9511399  0.981147
+
+ Random effects:
+             lower       est. upper
+sd(DMTA_0)      NA 3.7049e-04    NA
+sd(log_k1)      NA 5.9221e-01    NA
+sd(log_k2)      NA 3.8628e-07    NA
+sd(g_qlogis)    NA 1.0694e+00    NA
+
+ 
+          lower     est. upper
+sigma_low    NA 1.082343    NA
+rsd_high     NA 0.034895    NA
diff --git a/vignettes/web_only/dimethenamid_2018.rmd b/vignettes/web_only/dimethenamid_2018.rmd index 7679edc4..ae93984d 100644 --- a/vignettes/web_only/dimethenamid_2018.rmd +++ b/vignettes/web_only/dimethenamid_2018.rmd @@ -1,7 +1,7 @@ --- title: Example evaluations of the dimethenamid data from 2018 author: Johannes Ranke -date: Last change 17 September 2021, built on `r format(Sys.Date(), format = "%d %b %Y")` +date: Last change 27 September 2021, built on `r format(Sys.Date(), format = "%d %b %Y")` output: html_document: toc: true @@ -18,6 +18,8 @@ vignette: > ```{r, include = FALSE} require(knitr) +require(mkin) +require(nlme) options(digits = 5) opts_chunk$set( comment = "", @@ -153,7 +155,7 @@ combinations of degradation models and error models based on the AIC. However, fitting the DFOP model with constant variance and using default control parameters results in an error, signalling that the maximum number of 50 iterations was reached, potentially indicating overparameterisation. -However, the algorithm converges when the two-component error model is +Nevertheless, the algorithm converges when the two-component error model is used in combination with the DFOP model. This can be explained by the fact that the smaller residues observed at later sampling times get more weight when using the two-component error model which will counteract the @@ -167,6 +169,7 @@ f_parent_nlme_sfo_const <- nlme(f_parent_mkin_const["SFO", ]) f_parent_nlme_sfo_tc <- nlme(f_parent_mkin_tc["SFO", ]) f_parent_nlme_dfop_tc <- nlme(f_parent_mkin_tc["DFOP", ]) ``` + Note that a certain degree of overparameterisation is also indicated by a warning obtained when fitting DFOP with the two-component error model ('false convergence' in the 'LME step' in iteration 3). However, as this warning does @@ -176,7 +179,7 @@ not occur in later iterations, and specifically not in the last of the The model comparison function of the nlme package can directly be applied to these fits showing a much lower AIC for the DFOP model fitted with the two-component error model. Also, the likelihood ratio test indicates that this -difference is significant. as the p-value is below 0.0001. +difference is significant as the p-value is below 0.0001. ```{r AIC_parent_nlme} anova( @@ -231,6 +234,8 @@ work well for all the parent data fits shown in this vignette. library(saemix) saemix_control <- saemixControl(nbiter.saemix = c(800, 300), nb.chains = 15, print = FALSE, save = FALSE, save.graphs = FALSE, displayProgress = FALSE) +saemix_control_10k <- saemixControl(nbiter.saemix = c(10000, 1000), nb.chains = 15, + print = FALSE, save = FALSE, save.graphs = FALSE, displayProgress = FALSE) ``` The convergence plot for the SFO model using constant variance is shown below. @@ -250,11 +255,8 @@ f_parent_saemix_sfo_tc <- mkin::saem(f_parent_mkin_tc["SFO", ], quiet = TRUE, plot(f_parent_saemix_sfo_tc$so, plot.type = "convergence") ``` -When fitting the DFOP model with constant variance, parameter convergence -is not as unambiguous (see the failure of nlme with the default number of -iterations above). Therefore, the number of iterations in the first -phase of the algorithm was increased, leading to visually satisfying -convergence. +When fitting the DFOP model with constant variance (see below), parameter +convergence is not as unambiguous. ```{r f_parent_saemix_dfop_const, results = 'hide', dependson = "saemix_control"} f_parent_saemix_dfop_const <- mkin::saem(f_parent_mkin_const["DFOP", ], quiet = TRUE, @@ -262,30 +264,71 @@ f_parent_saemix_dfop_const <- mkin::saem(f_parent_mkin_const["DFOP", ], quiet = plot(f_parent_saemix_dfop_const$so, plot.type = "convergence") ``` -The same applies in the case where the DFOP model is fitted with the -two-component error model. Convergence of the variance of k2 is enhanced by -using the two-component error, it remains more or less stable already after -200 iterations of the first phase. +This is improved when the DFOP model is fitted with the two-component error +model. Convergence of the variance of k2 is enhanced, it remains more or less +stable already after 200 iterations of the first phase. ```{r f_parent_saemix_dfop_tc, results = 'hide', dependson = "saemix_control"} f_parent_saemix_dfop_tc <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE, control = saemix_control, transformations = "saemix") plot(f_parent_saemix_dfop_tc$so, plot.type = "convergence") ``` -The four combinations and including the variations of the DFOP/tc combination -can be compared using the model comparison function from the saemix package: + +We also check if using many more iterations (10 000 for the first and 1000 for +the second phase) improve the result in a significant way. The AIC values +obtained are compared further below. + +```{r f_parent_saemix_dfop_tc_10k, results = 'hide', dependson = "saemix_control"} +f_parent_saemix_dfop_tc_10k <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE, + control = saemix_control_10k, transformations = "saemix") +plot(f_parent_saemix_dfop_tc_10k$so, plot.type = "convergence") +``` + +An alternative way to fit DFOP in combination with the two-component error model +is to use the model formulation with transformed parameters as used per default +in mkin. + +```{r f_parent_saemix_dfop_tc_mkin, results = 'hide', dependson = "saemix_control"} +f_parent_saemix_dfop_tc_mkin <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE, + control = saemix_control, transformations = "mkin") +plot(f_parent_saemix_dfop_tc_mkin$so, plot.type = "convergence") +``` + +As the convergence plots do not clearly indicate that the algorithm has converged, we +again use a much larger number of iterations, which leads to satisfactory +convergence (see below). + +```{r f_parent_saemix_dfop_tc_mkin_10k, results = 'hide', dependson = "saemix_control"} +f_parent_saemix_dfop_tc_mkin_10k <- mkin::saem(f_parent_mkin_tc["DFOP", ], quiet = TRUE, + control = saemix_control_10k, transformations = "mkin") +plot(f_parent_saemix_dfop_tc_mkin_10k$so, plot.type = "convergence") +``` + +The four combinations (SFO/const, SFO/tc, DFOP/const and DFOP/tc), including +the variations of the DFOP/tc combination can be compared using the model +comparison function of the saemix package: ```{r AIC_parent_saemix, cache = FALSE} -compare.saemix( +AIC_parent_saemix <- saemix::compare.saemix( f_parent_saemix_sfo_const$so, f_parent_saemix_sfo_tc$so, f_parent_saemix_dfop_const$so, - f_parent_saemix_dfop_tc$so) + f_parent_saemix_dfop_tc$so, + f_parent_saemix_dfop_tc_10k$so, + f_parent_saemix_dfop_tc_mkin$so, + f_parent_saemix_dfop_tc_mkin_10k$so) +rownames(AIC_parent_saemix) <- c( + "SFO const", "SFO tc", "DFOP const", "DFOP tc", "DFOP tc more iterations", + "DFOP tc mkintrans", "DFOP tc mkintrans more iterations") +print(AIC_parent_saemix) ``` As in the case of nlme fits, the DFOP model fitted with two-component error -(number 4) gives the lowest AIC. Using more iterations and/or more chains -does not have a large influence on the final AIC (not shown). +(number 4) gives the lowest AIC. Using a much larger number of iterations +does not improve the fit a lot. When the mkin transformations are used +instead of the saemix transformations, this large number of iterations leads +to a goodness of fit that is comparable to the result obtained with saemix +transformations. In order to check the influence of the likelihood calculation algorithms implemented in saemix, the likelihood from Gaussian quadrature is added @@ -294,7 +337,7 @@ are compared. ```{r AIC_parent_saemix_methods, cache = FALSE} f_parent_saemix_dfop_tc$so <- - llgq.saemix(f_parent_saemix_dfop_tc$so) + saemix::llgq.saemix(f_parent_saemix_dfop_tc$so) AIC_parent_saemix_methods <- c( is = AIC(f_parent_saemix_dfop_tc$so, method = "is"), gq = AIC(f_parent_saemix_dfop_tc$so, method = "gq"), @@ -302,6 +345,7 @@ AIC_parent_saemix_methods <- c( ) print(AIC_parent_saemix_methods) ``` + The AIC values based on importance sampling and Gaussian quadrature are very similar. Using linearisation is known to be less accurate, but still gives a similar value. @@ -355,15 +399,19 @@ Secondly, we use the SAEM estimation routine and check the convergence plots. Th control parameters also used for the saemix fits are defined beforehand. ```{r nlmixr_saem_control} -nlmixr_saem_control <- saemControl(logLik = TRUE, +nlmixr_saem_control_800 <- saemControl(logLik = TRUE, + nBurn = 800, nEm = 300, nmc = 15) +nlmixr_saem_control_1000 <- saemControl(logLik = TRUE, nBurn = 1000, nEm = 300, nmc = 15) +nlmixr_saem_control_10k <- saemControl(logLik = TRUE, + nBurn = 10000, nEm = 1000, nmc = 15) ``` The we fit SFO with constant variance ```{r f_parent_nlmixr_saem_sfo_const, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} f_parent_nlmixr_saem_sfo_const <- nlmixr(f_parent_mkin_const["SFO", ], est = "saem", - control = nlmixr_saem_control) + control = nlmixr_saem_control_800) traceplot(f_parent_nlmixr_saem_sfo_const$nm) ``` @@ -371,7 +419,7 @@ and SFO with two-component error. ```{r f_parent_nlmixr_saem_sfo_tc, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} f_parent_nlmixr_saem_sfo_tc <- nlmixr(f_parent_mkin_tc["SFO", ], est = "saem", - control = nlmixr_saem_control) + control = nlmixr_saem_control_800) traceplot(f_parent_nlmixr_saem_sfo_tc$nm) ``` @@ -381,7 +429,7 @@ observed earlier for this model combination. ```{r f_parent_nlmixr_saem_dfop_const, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} f_parent_nlmixr_saem_dfop_const <- nlmixr(f_parent_mkin_const["DFOP", ], est = "saem", - control = nlmixr_saem_control) + control = nlmixr_saem_control_800) traceplot(f_parent_nlmixr_saem_dfop_const$nm) ``` @@ -389,22 +437,54 @@ For DFOP with two-component error, a less erratic convergence is seen. ```{r f_parent_nlmixr_saem_dfop_tc, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} f_parent_nlmixr_saem_dfop_tc <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem", - control = nlmixr_saem_control) + control = nlmixr_saem_control_800) traceplot(f_parent_nlmixr_saem_dfop_tc$nm) ``` -The AIC values are internally calculated using Gaussian quadrature. For an -unknown reason, the AIC value obtained for the DFOP fit using constant error -is given as Infinity. +To check if an increase in the number of iterations improves the fit, we repeat +the fit with 1000 iterations for the burn in phase and 300 iterations for the +second phase. + +```{r f_parent_nlmixr_saem_dfop_tc_1k, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} +f_parent_nlmixr_saem_dfop_tc_1000 <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem", + control = nlmixr_saem_control_1000) +traceplot(f_parent_nlmixr_saem_dfop_tc_1000$nm) +``` + +Here the fit looks very similar, but we will see below that it shows a higher AIC +than the fit with 800 iterations in the burn in phase. Next we choose +10 000 iterations for the burn in phase and 1000 iterations for the second +phase for comparison with saemix. + +```{r f_parent_nlmixr_saem_dfop_tc_10k, results = "hide", warning = FALSE, message = FALSE, dependson = "nlmixr_saem_control"} +f_parent_nlmixr_saem_dfop_tc_10k <- nlmixr(f_parent_mkin_tc["DFOP", ], est = "saem", + control = nlmixr_saem_control_10k) +traceplot(f_parent_nlmixr_saem_dfop_tc_10k$nm) +``` + +In the above convergence plot, the time course of 'eta.DMTA_0' and +'log_k2' indicate a false convergence. + +The AIC values are internally calculated using Gaussian quadrature. ```{r AIC_parent_nlmixr_saem, cache = FALSE} AIC(f_parent_nlmixr_saem_sfo_const$nm, f_parent_nlmixr_saem_sfo_tc$nm, - f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm) + f_parent_nlmixr_saem_dfop_const$nm, f_parent_nlmixr_saem_dfop_tc$nm, + f_parent_nlmixr_saem_dfop_tc_1000$nm, + f_parent_nlmixr_saem_dfop_tc_10k$nm) ``` +We can see that again, the DFOP/tc model shows the best goodness of fit. +However, increasing the number of burn-in iterations from 800 to 1000 results +in a higher AIC. If we further increase the number of iterations to 10 000 +(burn-in) and 1000 (second phase), the AIC cannot be calculated for the +nlmixr/saem fit, supporting that the fit did not converge properly. + ### Comparison -The following table gives the AIC values obtained with the three packages. +The following table gives the AIC values obtained with the three packages using +the same control parameters (800 iterations burn-in, 300 iterations second +phase, 15 chains). ```{r AIC_all, cache = FALSE} AIC_all <- data.frame( @@ -422,6 +502,15 @@ AIC_all <- data.frame( kable(AIC_all) ``` +```{r parms_all, cache = FALSE} +intervals(f_parent_saemix_dfop_tc) +intervals(f_parent_saemix_dfop_tc) +intervals(f_parent_saemix_dfop_tc_10k) +intervals(f_parent_saemix_dfop_tc_mkin_10k) +intervals(f_parent_nlmixr_saem_dfop_tc) +intervals(f_parent_nlmixr_saem_dfop_tc_10k) +``` + # References diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_const-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_const-1.png index 1b97c17e..4dd55f98 100644 Binary files a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_const-1.png and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_const-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc-1.png index 21a381a5..c8bb7c91 100644 Binary files a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc-1.png and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-1.png new file mode 100644 index 00000000..fb410d33 Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-2.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-2.png new file mode 100644 index 00000000..fb410d33 Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_10k-2.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_1k-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_1k-1.png new file mode 100644 index 00000000..21a381a5 Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_1k-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_manymoreiter-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_manymoreiter-1.png new file mode 100644 index 00000000..0cea183d Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_dfop_tc_manymoreiter-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_const-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_const-1.png index f58d35ff..dccef3d2 100644 Binary files a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_const-1.png and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_const-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_tc-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_tc-1.png index 6d433aaa..8695b61c 100644 Binary files a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_tc-1.png and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_nlmixr_saem_sfo_tc-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_10k-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_10k-1.png new file mode 100644 index 00000000..3f04f023 Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_10k-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_manymoreiter-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_manymoreiter-1.png new file mode 100644 index 00000000..8522c2ea Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_manymoreiter-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin-1.png new file mode 100644 index 00000000..0900f33d Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin-1.png differ diff --git a/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin_10k-1.png b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin_10k-1.png new file mode 100644 index 00000000..e924cc16 Binary files /dev/null and b/vignettes/web_only/dimethenamid_2018_files/figure-html/f_parent_saemix_dfop_tc_mkin_10k-1.png differ -- cgit v1.2.1