10.3390/environments6
# Use shorthand notation for parent only degradation
fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE)
summary(fit)
-#> mkin version used for fitting: 0.9.50.4
+
#> parent_0 k_parent k_m1 f_parent_to_m1 sigma_low
-#> 1.007343e+02 1.005562e-01 5.166712e-03 5.083933e-01 3.049884e-03
+#> 1.007343e+02 1.005562e-01 5.166712e-03 5.083933e-01 3.049883e-03
#> rsd_high
#> 7.928118e-02
#> Loading required package: rbenchmark
#> test relative elapsed
-#> 3 analytical 1.000 0.526
-#> 1 deSolve_compiled 1.903 1.001
-#> 2 eigen 2.308 1.214
# }
+
#> test relative elapsed
+#> 3 analytical 1.000 0.563
+#> 1 deSolve_compiled 1.702 0.958
+#> 2 eigen 2.597 1.462
#> Temporary DLL for differentials generated and loaded
fit.FOMC_SFO <- mkinfit(FOMC_SFO, FOCUS_D, quiet = TRUE)
# Again, we get a warning and try a more sophisticated error model
fit.FOMC_SFO.tc <- mkinfit(FOMC_SFO, FOCUS_D, quiet = TRUE, error_model = "tc")
-
#> Warning: Optimisation did not converge:
-#> iteration limit reached without convergence (10)
#> Likelihood ratio test
#>
#> Model 1: FOMC_SFO with error model tc and fixed parameter(s) m1_0
#> Model 2: SFO_SFO with error model tc and fixed parameter(s) m1_0
#> #Df LogLik Df Chisq Pr(>Chisq)
-#> 1 7 -64.870
-#> 2 6 -64.983 -1 0.2259 0.6346
# Also, the missing standard error for log_beta and the t-tests for alpha
+#> 1 7 -64.829
+#> 2 6 -64.983 -1 0.3075 0.5792
#> Warning: NaNs produced
#> Warning: NaNs produced
#> Warning: NaNs produced
#> Warning: diag(.) had 0 or NA entries; non-finite result is doubtful
#> mkin version used for fitting: 0.9.50.4
+
#> Warning: NaNs produced
#> Warning: NaNs produced
#> Warning: diag(.) had 0 or NA entries; non-finite result is doubtful
+#> DT50 DT90 DT50back
+#> parent 6.812 22.7 6.834
+#> m1 136.661 454.0 NA
@@ -127,7 +127,7 @@ mkinmod." />
-
-
+
@@ -348,7 +348,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media
parent = mkinsub("SFO", "m1", full_name = "Test compound"),
m1 = mkinsub("SFO", full_name = "Metabolite M1"),
name = "SFO_SFO", dll_dir = DLL_dir, unload = TRUE, overwrite = TRUE)
-#> Copied DLL from /tmp/Rtmpy4eiQb/file554e573761a7.so to /home/jranke/.local/share/mkin/SFO_SFO.so
# Now we can save the model and restore it in a new session
+
#> Copied DLL from /tmp/Rtmp92fCb2/file133ad522561845.so to /home/jranke/.local/share/mkin/SFO_SFO.so
+#> <environment: 0x5555572517f8>
@@ -122,7 +122,7 @@ mkinfit." />
-
-
+
@@ -176,7 +176,8 @@ effect, namely to produce a plot.
phenol = mkinsub("SFO", to = c("anisole")),
anisole = mkinsub("SFO"), use_of_ff = "max")
#> Temporary DLL for differentials generated and loaded
#> Warning: Observations with value of zero were removed from the data
mkinparplot(fit)
+
#> Warning: Observations with value of zero were removed from the data
#> Warning: Optimisation did not converge:
+#> false convergence (8)
mkinparplot(fit)
# }
diff --git a/docs/dev/reference/mkinplot.html b/docs/dev/reference/mkinplot.html
index 417c8c73..120bddb3 100644
--- a/docs/dev/reference/mkinplot.html
+++ b/docs/dev/reference/mkinplot.html
@@ -73,7 +73,7 @@ plot.mkinfit." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -122,7 +122,7 @@ plot.mkinfit." />
-
-
+
diff --git a/docs/dev/reference/mkinpredict.html b/docs/dev/reference/mkinpredict.html
index 3221fc23..1ebaecb5 100644
--- a/docs/dev/reference/mkinpredict.html
+++ b/docs/dev/reference/mkinpredict.html
@@ -74,7 +74,7 @@ kinetic parameters and initial values for the state variables." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -123,7 +123,7 @@ kinetic parameters and initial values for the state variables." />
-
-
+
@@ -408,10 +408,10 @@ as these always return mapped output.
solution_type = "analytical", use_compiled = FALSE)[201,])
}
#> test relative elapsed
+#> 2 deSolve_compiled 1.0 0.005
#> 4 analytical 1.0 0.005
-#> 2 deSolve_compiled 1.2 0.006
-#> 1 eigen 4.0 0.020
-#> 3 deSolve 44.2 0.221
+#> 1 eigen 4.4 0.022
+#> 3 deSolve 46.8 0.234
diff --git a/docs/dev/reference/mmkin.html b/docs/dev/reference/mmkin.html
index 65c91adf..5da1b1de 100644
--- a/docs/dev/reference/mmkin.html
+++ b/docs/dev/reference/mmkin.html
@@ -75,7 +75,7 @@ datasets specified in its first two arguments." />
mkin
- 1.0.1.9000
+ 1.0.3.9000
@@ -234,9 +234,9 @@ plotting.
time_default
#> user system elapsed
-#> 4.438 0.334 1.640
time_1
+#> 4.921 0.475 1.707
time_1
#> user system elapsed
-#> 5.535 0.004 5.539
+#> 5.680 0.003 5.684
#> $ff
#> parent_M1 parent_sink M1_M2 M1_sink
diff --git a/docs/dev/reference/nafta-1.png b/docs/dev/reference/nafta-1.png
index 4d823d77..4f0d7833 100644
Binary files a/docs/dev/reference/nafta-1.png and b/docs/dev/reference/nafta-1.png differ
diff --git a/docs/dev/reference/nafta.html b/docs/dev/reference/nafta.html
index bbc8797d..6fb797a5 100644
--- a/docs/dev/reference/nafta.html
+++ b/docs/dev/reference/nafta.html
@@ -76,7 +76,7 @@ order of increasing model complexity, i.e. SFO, then IORE, and finally DFOP." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -125,7 +125,7 @@ order of increasing model complexity, i.e. SFO, then IORE, and finally DFOP." />
-
-
+
diff --git a/docs/dev/reference/nlme-1.png b/docs/dev/reference/nlme-1.png
index 193722c7..728cc557 100644
Binary files a/docs/dev/reference/nlme-1.png and b/docs/dev/reference/nlme-1.png differ
diff --git a/docs/dev/reference/nlme-2.png b/docs/dev/reference/nlme-2.png
index c0fb6dcf..e8167455 100644
Binary files a/docs/dev/reference/nlme-2.png and b/docs/dev/reference/nlme-2.png differ
diff --git a/docs/dev/reference/nlme.html b/docs/dev/reference/nlme.html
index b3e88428..b850eb3d 100644
--- a/docs/dev/reference/nlme.html
+++ b/docs/dev/reference/nlme.html
@@ -75,7 +75,7 @@ datasets. They are used internally by the nlme.mmkin() method." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -124,7 +124,7 @@ datasets. They are used internally by the nlme.mmkin() method." />
-
-
+
@@ -224,37 +224,37 @@ nlme for the case of a single grouping variable ds.
summary(m_nlme)
#> Nonlinear mixed-effects model fit by maximum likelihood
#> Model: value ~ nlme_f(name, time, parent_0, log_k_parent_sink)
-#> Data: grouped_data
+#> Data: grouped_data
#> AIC BIC logLik
-#> 252.7798 262.1358 -121.3899
+#> 300.6824 310.2426 -145.3412
#>
#> Random effects:
#> Formula: list(parent_0 ~ 1, log_k_parent_sink ~ 1)
#> Level: ds
#> Structure: Diagonal
-#> parent_0 log_k_parent_sink Residual
-#> StdDev: 0.0006768135 0.6800777 2.489397
+#> parent_0 log_k_parent_sink Residual
+#> StdDev: 1.697361 0.6801209 3.666073
#>
-#> Fixed effects: parent_0 + log_k_parent_sink ~ 1
-#> Value Std.Error DF t-value p-value
-#> parent_0 101.74884 0.6456014 44 157.60321 0
-#> log_k_parent_sink -3.05575 0.4015811 44 -7.60929 0
+#> Fixed effects: parent_0 + log_k_parent_sink ~ 1
+#> Value Std.Error DF t-value p-value
+#> parent_0 100.99378 1.3890416 46 72.70753 0
+#> log_k_parent_sink -3.07521 0.4018589 46 -7.65246 0
#> Correlation:
#> prnt_0
-#> log_k_parent_sink 0.026
+#> log_k_parent_sink 0.027
#>
#> Standardized Within-Group Residuals:
#> Min Q1 Med Q3 Max
-#> -2.1317488 -0.6878121 0.0828385 0.8592270 2.9529864
+#> -1.9942823 -0.5622565 0.1791579 0.7165038 2.0704781
#>
-#> Number of Observations: 48
+#> Number of Observations: 50
#> Number of Groups: 3
#> Warning: Iteration 1, LME step: nlminb() did not converge (code = 1). Do increase 'msMaxIter'!
@@ -157,7 +157,7 @@ have been obtained by fitting the same model to a list of datasets.
data = "auto",
fixed = lapply(as.list(names(mean_degparms(model))), function(el) eval(parse(text =
paste(el, 1, sep = "~")))),
- random = pdDiag(fixed),
+ random = pdDiag(fixed),
groups,
start = mean_degparms(model, random = TRUE),
correlation = NULL,
diff --git a/docs/dev/reference/nobs.mkinfit.html b/docs/dev/reference/nobs.mkinfit.html
index 621eb622..0b6c963c 100644
--- a/docs/dev/reference/nobs.mkinfit.html
+++ b/docs/dev/reference/nobs.mkinfit.html
@@ -72,7 +72,7 @@
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -121,7 +121,7 @@
-
-
+
diff --git a/docs/dev/reference/parms.html b/docs/dev/reference/parms.html
index ba0e89bb..9f6f4225 100644
--- a/docs/dev/reference/parms.html
+++ b/docs/dev/reference/parms.html
@@ -74,7 +74,7 @@ considering the error structure that was assumed for the fit." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -123,7 +123,7 @@ considering the error structure that was assumed for the fit." />
-
-
+
@@ -219,10 +219,10 @@ such matrices is returned.
#>
#> $DFOP
#> Dataset 7
-#> parent_0 91.058971597
+#> parent_0 91.058971589
#> k1 0.044946770
#> k2 0.002868336
-#> g 0.526942414
+#> g 0.526942415
#> sigma 2.221302196
#> parms(fits)
#> $SFO
@@ -233,17 +233,17 @@ such matrices is returned.
#>
#> $FOMC
#> Dataset 6 Dataset 7 Dataset 8 Dataset 9 Dataset 10
-#> parent_0 95.558575 92.6837649 90.719787 98.383939 94.8481458
+#> parent_0 95.558575 92.6837649 90.719787 98.383939 94.8481459
#> alpha 1.338667 0.4967832 1.639099 1.074460 0.2805272
#> beta 13.033315 14.1451255 5.007077 4.397126 6.9052224
#> sigma 1.847671 1.9167519 1.066063 3.146056 1.6222778
#>
#> $DFOP
#> Dataset 6 Dataset 7 Dataset 8 Dataset 9 Dataset 10
-#> parent_0 96.55213663 91.058971597 90.34509493 98.14858820 94.311323733
+#> parent_0 96.55213663 91.058971589 90.34509493 98.14858820 94.311323734
#> k1 0.21954588 0.044946770 0.41232288 0.31697588 0.080663857
#> k2 0.02957934 0.002868336 0.07581766 0.03260384 0.003425417
-#> g 0.44845068 0.526942414 0.66091967 0.65322767 0.342652880
+#> g 0.44845068 0.526942415 0.66091967 0.65322767 0.342652880
#> sigma 1.35690468 2.221302196 1.34169076 2.87159846 1.942067831
#>
parms(fits, transformed = TRUE)
#> $SFO
diff --git a/docs/dev/reference/plot.mixed.mmkin.html b/docs/dev/reference/plot.mixed.mmkin.html
index ef169074..630e95a3 100644
--- a/docs/dev/reference/plot.mixed.mmkin.html
+++ b/docs/dev/reference/plot.mixed.mmkin.html
@@ -72,7 +72,7 @@
mkin
- 1.0.2.9000
+ 1.0.3.9000
@@ -283,10 +283,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:07 2021"
+#> [1] "Mon Feb 15 17:12:17 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:13 2021"
diff --git a/docs/dev/reference/plot.mmkin-1.png b/docs/dev/reference/plot.mmkin-1.png
index f12b7907..647dfb8a 100644
Binary files a/docs/dev/reference/plot.mmkin-1.png and b/docs/dev/reference/plot.mmkin-1.png differ
diff --git a/docs/dev/reference/plot.mmkin-2.png b/docs/dev/reference/plot.mmkin-2.png
index e3127554..1bc1c9db 100644
Binary files a/docs/dev/reference/plot.mmkin-2.png and b/docs/dev/reference/plot.mmkin-2.png differ
diff --git a/docs/dev/reference/plot.mmkin-3.png b/docs/dev/reference/plot.mmkin-3.png
index 5448976e..50d6ffac 100644
Binary files a/docs/dev/reference/plot.mmkin-3.png and b/docs/dev/reference/plot.mmkin-3.png differ
diff --git a/docs/dev/reference/plot.mmkin-4.png b/docs/dev/reference/plot.mmkin-4.png
index 9a25fc50..e049fa16 100644
Binary files a/docs/dev/reference/plot.mmkin-4.png and b/docs/dev/reference/plot.mmkin-4.png differ
diff --git a/docs/dev/reference/plot.mmkin-5.png b/docs/dev/reference/plot.mmkin-5.png
index 82b422b5..2421995b 100644
Binary files a/docs/dev/reference/plot.mmkin-5.png and b/docs/dev/reference/plot.mmkin-5.png differ
diff --git a/docs/dev/reference/plot.mmkin.html b/docs/dev/reference/plot.mmkin.html
index ee80c6e4..9ca0df94 100644
--- a/docs/dev/reference/plot.mmkin.html
+++ b/docs/dev/reference/plot.mmkin.html
@@ -76,7 +76,7 @@ the fit of at least one model to the same dataset is shown." />
mkin
- 0.9.50.4
+ 1.0.3.9000
diff --git a/docs/dev/reference/plot.nafta.html b/docs/dev/reference/plot.nafta.html
index 9fc59f94..c24fba99 100644
--- a/docs/dev/reference/plot.nafta.html
+++ b/docs/dev/reference/plot.nafta.html
@@ -73,7 +73,7 @@ function (SFO, then IORE, then DFOP)." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -122,7 +122,7 @@ function (SFO, then IORE, then DFOP)." />
-
-
+
diff --git a/docs/dev/reference/reexports.html b/docs/dev/reference/reexports.html
index f12a2690..371567d8 100644
--- a/docs/dev/reference/reexports.html
+++ b/docs/dev/reference/reexports.html
@@ -79,7 +79,7 @@ below to see their documentation.
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -128,7 +128,7 @@ below to see their documentation.
-
-
+
diff --git a/docs/dev/reference/residuals.mkinfit.html b/docs/dev/reference/residuals.mkinfit.html
index 95114dae..3f518ab7 100644
--- a/docs/dev/reference/residuals.mkinfit.html
+++ b/docs/dev/reference/residuals.mkinfit.html
@@ -72,7 +72,7 @@
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -121,7 +121,7 @@
-
-
+
@@ -175,7 +175,7 @@ standard deviation obtained from the fitted error model?
#> [1] 0.09726374 -0.13912142 -0.15351210 0.73388322 -0.08657004 -0.93204702
#> [7] -0.03269080 1.45347823 -0.88423697
#> [1] 0.13969917 -0.19981904 -0.22048826 1.05407091 -0.12433989 -1.33869208
-#> [7] -0.04695354 2.08761977 -1.27002287
+#> [7] -0.04695355 2.08761977 -1.27002287
@@ -261,27 +261,27 @@ using mmkin.
state.ini = c(parent = 100), fixed_initials = "parent", quiet = TRUE)
f_saem_p0_fixed <- saem(f_mmkin_parent_p0_fixed)
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:16 2021"
+#> [1] "Mon Feb 15 17:12:32 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:18 2021"
+#> [1] "Mon Feb 15 17:12:34 2021"
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:19 2021"
+#> [1] "Mon Feb 15 17:12:35 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:20 2021"
f_saem_fomc <- saem(f_mmkin_parent["FOMC", ])
+#> [1] "Mon Feb 15 17:12:36 2021"
f_saem_fomc <- saem(f_mmkin_parent["FOMC", ])
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:20 2021"
+#> [1] "Mon Feb 15 17:12:36 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:22 2021"
f_saem_dfop <- saem(f_mmkin_parent["DFOP", ])
+#> [1] "Mon Feb 15 17:12:38 2021"
f_saem_dfop <- saem(f_mmkin_parent["DFOP", ])
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:23 2021"
+#> [1] "Mon Feb 15 17:12:39 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:25 2021"
+#> [1] "Mon Feb 15 17:12:42 2021"
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:28 2021"
+#> [1] "Mon Feb 15 17:12:44 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:32 2021"
#> Error in compare.saemix(list(f_saem_fomc$so, f_saem_fomc_tc$so)): 'compare.saemix' requires at least two models.
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:35 2021"
+#> [1] "Mon Feb 15 17:12:51 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:39 2021"
f_saem_dfop_sfo <- saem(f_mmkin["DFOP-SFO", ])
+#> [1] "Mon Feb 15 17:12:56 2021"
f_saem_dfop_sfo <- saem(f_mmkin["DFOP-SFO", ])
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:40 2021"
+#> [1] "Mon Feb 15 17:12:56 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:48 2021"
# We can use print, plot and summary methods to check the results
+#> [1] "Mon Feb 15 17:13:05 2021"
#> Kinetic nonlinear mixed-effects model fit by SAEM
#> Structural model:
@@ -395,10 +395,10 @@ using
mmkin.
#> SD.g_qlogis 0.44771 -0.86417 1.7596

#> saemix version used for fitting: 3.1.9000
-#> mkin version used for pre-fitting: 1.0.2.9000
+#> mkin version used for pre-fitting: 1.0.3.9000
#> R version used for fitting: 4.0.3
-#> Date of fit: Sat Feb 13 12:33:48 2021
-#> Date of summary: Sat Feb 13 12:33:48 2021
+#> Date of fit: Mon Feb 15 17:13:05 2021
+#> Date of summary: Mon Feb 15 17:13:06 2021
#>
#> Equations:
#> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -413,7 +413,7 @@ using
mmkin.
#>
#> Model predictions using solution type analytical
#>
-#> Fitted in 8.875 s using 300, 100 iterations
+#> Fitted in 8.985 s using 300, 100 iterations
#>
#> Variance model: Constant variance
#>
diff --git a/docs/dev/reference/schaefer07_complex_case-1.png b/docs/dev/reference/schaefer07_complex_case-1.png
index 16e657dd..96aab2dc 100644
Binary files a/docs/dev/reference/schaefer07_complex_case-1.png and b/docs/dev/reference/schaefer07_complex_case-1.png differ
diff --git a/docs/dev/reference/schaefer07_complex_case.html b/docs/dev/reference/schaefer07_complex_case.html
index 83555b99..4ccad5c4 100644
--- a/docs/dev/reference/schaefer07_complex_case.html
+++ b/docs/dev/reference/schaefer07_complex_case.html
@@ -74,7 +74,7 @@
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -123,7 +123,7 @@
-
-
+
@@ -186,15 +186,15 @@
#> $ff
#> parent_A1 parent_B1 parent_C1 parent_sink A1_A2 A1_sink
-#> 0.3809620 0.1954665 0.4235715 0.0000000 0.4479662 0.5520338
+#> 0.3809620 0.1954667 0.4235713 0.0000000 0.4479619 0.5520381
#>
#> $distimes
#> DT50 DT90
#> parent 13.95078 46.34350
-#> A1 49.75343 165.27731
-#> B1 37.26912 123.80533
-#> C1 11.23131 37.30959
-#> A2 28.50569 94.69386
+#> A1 49.75342 165.27728
+#> B1 37.26908 123.80520
+#> C1 11.23131 37.30961
+#> A2 28.50624 94.69567
#>
@@ -122,7 +122,7 @@ dependence of the measured value \(y\):" />
-
-
+
@@ -188,6 +188,10 @@ Additive, Multiplicative, and Mixed Analytical Errors. Clinical Chemistry
24(11), 1895-1898.
Rocke, David M. and Lorenzato, Stefan (1995) A two-component model for
measurement error in analytical chemistry. Technometrics 37(2), 176-184.
+Ranke J and Meinecke S (2019) Error Models for the Kinetic Evaluation of Chemical
+Degradation Data. Environments 6(12) 124
+doi: 10.3390/environments6120124
+.
Examples
@@ -125,7 +125,7 @@ values." />
-
-
+
@@ -236,17 +236,17 @@ EC Document Reference Sanco/10058/2005 version 2.0, 434 pp,
Examples
#> mkin version used for fitting: 0.9.50.4
+
#> mkin version used for fitting: 1.0.3.9000
#> R version used for fitting: 4.0.3
-#> Date of fit: Mon Nov 30 16:01:20 2020
-#> Date of summary: Mon Nov 30 16:01:20 2020
+#> Date of fit: Mon Feb 15 17:13:09 2021
+#> Date of summary: Mon Feb 15 17:13:09 2021
#>
#> Equations:
#> d_parent/dt = - k_parent * parent
#>
#> Model predictions using solution type analytical
#>
-#> Fitted using 131 model solutions performed in 0.028 s
+#> Fitted using 131 model solutions performed in 0.027 s
#>
#> Error model: Constant variance
#>
diff --git a/docs/dev/reference/summary.nlme.mmkin.html b/docs/dev/reference/summary.nlme.mmkin.html
index 2aeadc46..b2f6624a 100644
--- a/docs/dev/reference/summary.nlme.mmkin.html
+++ b/docs/dev/reference/summary.nlme.mmkin.html
@@ -76,7 +76,7 @@ endpoints such as formation fractions and DT50 values. Optionally
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -125,7 +125,7 @@ endpoints such as formation fractions and DT50 values. Optionally
-
-
+
@@ -263,12 +263,12 @@ José Pinheiro and Douglas Bates for the components inherited from nlme
f_mmkin <- mmkin("SFO", ds_sfo_syn, quiet = TRUE, error_model = "tc", cores = 1)
#> Warning: Optimisation did not converge:
#> iteration limit reached without convergence (10)
#> Warning: Iteration 1, LME step: nlminb() did not converge (code = 1). Do increase 'msMaxIter'!
#> nlme version used for fitting: 3.1.150.1
-#> mkin version used for pre-fitting: 0.9.50.4
+
#> Warning: Iteration 4, LME step: nlminb() did not converge (code = 1). PORT message: false convergence (8)
#> nlme version used for fitting: 3.1.152
+#> mkin version used for pre-fitting: 1.0.3.9000
#> R version used for fitting: 4.0.3
-#> Date of fit: Mon Nov 30 16:01:23 2020
-#> Date of summary: Mon Nov 30 16:01:23 2020
+#> Date of fit: Mon Feb 15 17:13:12 2021
+#> Date of summary: Mon Feb 15 17:13:12 2021
#>
#> Equations:
#> d_parent/dt = - k_parent * parent
@@ -278,148 +278,146 @@ José Pinheiro and Douglas Bates for the components inherited from nlme
#>
#> Model predictions using solution type analytical
#>
-#> Fitted in 0.996 s using 6 iterations
+#> Fitted in 0.544 s using 4 iterations
#>
#> Variance model: Two-component variance function
#>
#> Mean of starting values for individual parameters:
#> parent_0 log_k_parent
-#> 101.568773 -4.454103
+#> 101.569 -4.454
#>
#> Fixed degradation parameter values:
#> None
#>
#> Results:
#>
-#> AIC BIC logLik
-#> 586.4159 603.9145 -286.2079
+#> AIC BIC logLik
+#> 584.5 599.5 -286.2
#>
#> Optimised, transformed parameters with symmetric confidence intervals:
#> lower est. upper
-#> parent_0 99.360 101.593 103.825
-#> log_k_parent -4.979 -4.451 -3.924
+#> parent_0 99.371 101.592 103.814
+#> log_k_parent -4.973 -4.449 -3.926
#>
#> Correlation:
#> prnt_0
-#> log_k_parent 0.155
+#> log_k_parent 0.051
#>
#> Random effects:
#> Formula: list(parent_0 ~ 1, log_k_parent ~ 1)
#> Level: ds
-#> Structure: General positive-definite, Log-Cholesky parametrization
-#> StdDev Corr
-#> parent_0 0.2624248 prnt_0
-#> log_k_parent 0.5907146 0.999
-#> Residual 1.0000000
+#> Structure: Diagonal
+#> parent_0 log_k_parent Residual
+#> StdDev: 6.924e-05 0.5863 1
#>
#> Variance function:
#> Structure: Constant plus proportion of variance covariate
#> Formula: ~fitted(.)
#> Parameter estimates:
-#> const prop
-#> 6.56706e-24 7.89583e-02
+#> const prop
+#> 0.0001208853 0.0789968036
#>
#> Backtransformed parameters with asymmetric confidence intervals:
#> lower est. upper
-#> parent_0 99.360213 101.59280 103.82539
-#> k_parent 0.006883 0.01166 0.01976
+#> parent_0 99.370882 101.59243 103.81398
+#> k_parent 0.006923 0.01168 0.01972
#>
#> Estimated disappearance times:
#> DT50 DT90
-#> parent 59.44 197.4
+#> parent 59.32 197.1
#>
#> Data:
#> ds name time observed predicted residual std standardized
-#> ds 1 parent 0 104.1 101.417 2.68283 8.0077 0.335030
-#> ds 1 parent 0 105.0 101.417 3.58283 8.0077 0.447422
-#> ds 1 parent 1 98.5 100.624 -2.12400 7.9451 -0.267334
-#> ds 1 parent 1 96.1 100.624 -4.52400 7.9451 -0.569407
-#> ds 1 parent 3 101.9 99.056 2.84379 7.8213 0.363595
-#> ds 1 parent 3 85.2 99.056 -13.85621 7.8213 -1.771597
-#> ds 1 parent 7 99.1 95.994 3.10646 7.5795 0.409850
-#> ds 1 parent 7 93.0 95.994 -2.99354 7.5795 -0.394953
-#> ds 1 parent 14 88.1 90.860 -2.75997 7.1741 -0.384710
-#> ds 1 parent 14 84.1 90.860 -6.75997 7.1741 -0.942268
-#> ds 1 parent 28 80.2 81.402 -1.20174 6.4273 -0.186973
-#> ds 1 parent 28 91.3 81.402 9.89826 6.4273 1.540024
-#> ds 1 parent 60 65.1 63.316 1.78361 4.9994 0.356767
-#> ds 1 parent 60 65.8 63.316 2.48361 4.9994 0.496785
-#> ds 1 parent 90 47.8 50.029 -2.22862 3.9502 -0.564182
-#> ds 1 parent 90 53.5 50.029 3.47138 3.9502 0.878792
-#> ds 1 parent 120 37.6 39.529 -1.92946 3.1212 -0.618182
-#> ds 1 parent 120 39.3 39.529 -0.22946 3.1212 -0.073516
-#> ds 2 parent 0 107.9 101.711 6.18875 8.0309 0.770613
-#> ds 2 parent 0 102.1 101.711 0.38875 8.0309 0.048406
-#> ds 2 parent 1 103.8 100.174 3.62597 7.9096 0.458428
-#> ds 2 parent 1 108.6 100.174 8.42597 7.9096 1.065287
-#> ds 2 parent 3 91.0 97.169 -6.16895 7.6723 -0.804055
-#> ds 2 parent 3 84.9 97.169 -12.26895 7.6723 -1.599124
-#> ds 2 parent 7 79.3 91.427 -12.12652 7.2189 -1.679833
-#> ds 2 parent 7 100.9 91.427 9.47348 7.2189 1.312320
-#> ds 2 parent 14 77.3 82.182 -4.88174 6.4889 -0.752318
-#> ds 2 parent 14 83.5 82.182 1.31826 6.4889 0.203155
-#> ds 2 parent 28 66.8 66.402 0.39792 5.2430 0.075895
-#> ds 2 parent 28 63.3 66.402 -3.10208 5.2430 -0.591662
-#> ds 2 parent 60 40.8 40.789 0.01138 3.2206 0.003532
-#> ds 2 parent 60 44.8 40.789 4.01138 3.2206 1.245537
-#> ds 2 parent 90 27.8 25.830 1.97002 2.0395 0.965937
-#> ds 2 parent 90 27.0 25.830 1.17002 2.0395 0.573682
-#> ds 2 parent 120 15.2 16.357 -1.15721 1.2915 -0.895991
-#> ds 2 parent 120 15.5 16.357 -0.85721 1.2915 -0.663710
-#> ds 3 parent 0 97.7 101.907 -4.20726 8.0464 -0.522873
-#> ds 3 parent 0 88.2 101.907 -13.70726 8.0464 -1.703521
-#> ds 3 parent 1 109.9 99.522 10.37805 7.8581 1.320685
-#> ds 3 parent 1 97.8 99.522 -1.72195 7.8581 -0.219130
-#> ds 3 parent 3 100.5 94.918 5.58248 7.4945 0.744875
-#> ds 3 parent 3 77.4 94.918 -17.51752 7.4945 -2.337375
-#> ds 3 parent 7 78.3 86.338 -8.03788 6.8171 -1.179077
-#> ds 3 parent 7 90.3 86.338 3.96212 6.8171 0.581204
-#> ds 3 parent 14 76.0 73.147 2.85281 5.7756 0.493944
-#> ds 3 parent 14 79.1 73.147 5.95281 5.7756 1.030687
-#> ds 3 parent 28 46.0 52.504 -6.50373 4.1456 -1.568826
-#> ds 3 parent 28 53.4 52.504 0.89627 4.1456 0.216197
-#> ds 3 parent 60 25.1 24.605 0.49461 1.9428 0.254586
-#> ds 3 parent 60 21.4 24.605 -3.20539 1.9428 -1.649882
-#> ds 3 parent 90 11.0 12.090 -1.09046 0.9546 -1.142271
-#> ds 3 parent 90 14.2 12.090 2.10954 0.9546 2.209770
-#> ds 3 parent 120 5.8 5.941 -0.14094 0.4691 -0.300464
-#> ds 3 parent 120 6.1 5.941 0.15906 0.4691 0.339077
-#> ds 4 parent 0 95.3 101.177 -5.87672 7.9887 -0.735625
-#> ds 4 parent 0 102.0 101.177 0.82328 7.9887 0.103056
-#> ds 4 parent 1 104.4 100.716 3.68438 7.9523 0.463307
-#> ds 4 parent 1 105.4 100.716 4.68438 7.9523 0.589057
-#> ds 4 parent 3 113.7 99.800 13.90026 7.8800 1.763989
-#> ds 4 parent 3 82.3 99.800 -17.49974 7.8800 -2.220774
-#> ds 4 parent 7 98.1 97.993 0.10713 7.7374 0.013846
-#> ds 4 parent 7 87.8 97.993 -10.19287 7.7374 -1.317359
-#> ds 4 parent 14 97.9 94.909 2.99079 7.4939 0.399098
-#> ds 4 parent 14 104.8 94.909 9.89079 7.4939 1.319851
-#> ds 4 parent 28 85.0 89.030 -4.02995 7.0297 -0.573279
-#> ds 4 parent 28 77.2 89.030 -11.82995 7.0297 -1.682864
-#> ds 4 parent 60 82.2 76.923 5.27690 6.0737 0.868808
-#> ds 4 parent 60 86.1 76.923 9.17690 6.0737 1.510919
-#> ds 4 parent 90 70.5 67.073 3.42743 5.2959 0.647182
-#> ds 4 parent 90 61.7 67.073 -5.37257 5.2959 -1.014470
-#> ds 4 parent 120 60.0 58.483 1.51654 4.6178 0.328416
-#> ds 4 parent 120 56.4 58.483 -2.08346 4.6178 -0.451184
-#> ds 5 parent 0 92.6 101.752 -9.15161 8.0341 -1.139091
-#> ds 5 parent 0 116.5 101.752 14.74839 8.0341 1.835716
-#> ds 5 parent 1 108.0 100.069 7.93112 7.9013 1.003778
-#> ds 5 parent 1 104.9 100.069 4.83112 7.9013 0.611436
-#> ds 5 parent 3 100.5 96.786 3.71355 7.6421 0.485934
-#> ds 5 parent 3 89.5 96.786 -7.28645 7.6421 -0.953462
-#> ds 5 parent 7 91.7 90.541 1.15895 7.1490 0.162114
-#> ds 5 parent 7 95.1 90.541 4.55895 7.1490 0.637707
-#> ds 5 parent 14 82.2 80.566 1.63437 6.3613 0.256923
-#> ds 5 parent 14 84.5 80.566 3.93437 6.3613 0.618483
-#> ds 5 parent 28 60.5 63.791 -3.29084 5.0368 -0.653357
-#> ds 5 parent 28 72.8 63.791 9.00916 5.0368 1.788662
-#> ds 5 parent 60 38.3 37.412 0.88840 2.9540 0.300748
-#> ds 5 parent 60 40.7 37.412 3.28840 2.9540 1.113217
-#> ds 5 parent 90 22.5 22.685 -0.18500 1.7912 -0.103287
-#> ds 5 parent 90 20.8 22.685 -1.88500 1.7912 -1.052387
-#> ds 5 parent 120 13.4 13.755 -0.35534 1.0861 -0.327173
-#> ds 5 parent 120 13.8 13.755 0.04466 1.0861 0.041118
+#> ds 1 parent 0 104.1 101.592 2.50757 8.0255 0.312451
+#> ds 1 parent 0 105.0 101.592 3.40757 8.0255 0.424594
+#> ds 1 parent 1 98.5 100.796 -2.29571 7.9625 -0.288313
+#> ds 1 parent 1 96.1 100.796 -4.69571 7.9625 -0.589725
+#> ds 1 parent 3 101.9 99.221 2.67904 7.8381 0.341796
+#> ds 1 parent 3 85.2 99.221 -14.02096 7.8381 -1.788812
+#> ds 1 parent 7 99.1 96.145 2.95512 7.5951 0.389081
+#> ds 1 parent 7 93.0 96.145 -3.14488 7.5951 -0.414065
+#> ds 1 parent 14 88.1 90.989 -2.88944 7.1879 -0.401987
+#> ds 1 parent 14 84.1 90.989 -6.88944 7.1879 -0.958480
+#> ds 1 parent 28 80.2 81.493 -1.29305 6.4377 -0.200857
+#> ds 1 parent 28 91.3 81.493 9.80695 6.4377 1.523364
+#> ds 1 parent 60 65.1 63.344 1.75642 5.0039 0.351008
+#> ds 1 parent 60 65.8 63.344 2.45642 5.0039 0.490898
+#> ds 1 parent 90 47.8 50.018 -2.21764 3.9512 -0.561252
+#> ds 1 parent 90 53.5 50.018 3.48236 3.9512 0.881335
+#> ds 1 parent 120 37.6 39.495 -1.89515 3.1200 -0.607423
+#> ds 1 parent 120 39.3 39.495 -0.19515 3.1200 -0.062549
+#> ds 2 parent 0 107.9 101.592 6.30757 8.0255 0.785943
+#> ds 2 parent 0 102.1 101.592 0.50757 8.0255 0.063245
+#> ds 2 parent 1 103.8 100.058 3.74159 7.9043 0.473361
+#> ds 2 parent 1 108.6 100.058 8.54159 7.9043 1.080626
+#> ds 2 parent 3 91.0 97.060 -6.05952 7.6674 -0.790297
+#> ds 2 parent 3 84.9 97.060 -12.15952 7.6674 -1.585874
+#> ds 2 parent 7 79.3 91.329 -12.02867 7.2147 -1.667251
+#> ds 2 parent 7 100.9 91.329 9.57133 7.2147 1.326647
+#> ds 2 parent 14 77.3 82.102 -4.80185 6.4858 -0.740366
+#> ds 2 parent 14 83.5 82.102 1.39815 6.4858 0.215571
+#> ds 2 parent 28 66.8 66.351 0.44945 5.2415 0.085748
+#> ds 2 parent 28 63.3 66.351 -3.05055 5.2415 -0.582002
+#> ds 2 parent 60 40.8 40.775 0.02474 3.2211 0.007679
+#> ds 2 parent 60 44.8 40.775 4.02474 3.2211 1.249485
+#> ds 2 parent 90 27.8 25.832 1.96762 2.0407 0.964198
+#> ds 2 parent 90 27.0 25.832 1.16762 2.0407 0.572171
+#> ds 2 parent 120 15.2 16.366 -1.16561 1.2928 -0.901595
+#> ds 2 parent 120 15.5 16.366 -0.86561 1.2928 -0.669547
+#> ds 3 parent 0 97.7 101.592 -3.89243 8.0255 -0.485009
+#> ds 3 parent 0 88.2 101.592 -13.39243 8.0255 -1.668739
+#> ds 3 parent 1 109.9 99.218 10.68196 7.8379 1.362858
+#> ds 3 parent 1 97.8 99.218 -1.41804 7.8379 -0.180921
+#> ds 3 parent 3 100.5 94.634 5.86555 7.4758 0.784603
+#> ds 3 parent 3 77.4 94.634 -17.23445 7.4758 -2.305360
+#> ds 3 parent 7 78.3 86.093 -7.79273 6.8011 -1.145813
+#> ds 3 parent 7 90.3 86.093 4.20727 6.8011 0.618620
+#> ds 3 parent 14 76.0 72.958 3.04222 5.7634 0.527848
+#> ds 3 parent 14 79.1 72.958 6.14222 5.7634 1.065722
+#> ds 3 parent 28 46.0 52.394 -6.39404 4.1390 -1.544842
+#> ds 3 parent 28 53.4 52.394 1.00596 4.1390 0.243046
+#> ds 3 parent 60 25.1 24.582 0.51786 1.9419 0.266676
+#> ds 3 parent 60 21.4 24.582 -3.18214 1.9419 -1.638664
+#> ds 3 parent 90 11.0 12.092 -1.09202 0.9552 -1.143199
+#> ds 3 parent 90 14.2 12.092 2.10798 0.9552 2.206776
+#> ds 3 parent 120 5.8 5.948 -0.14810 0.4699 -0.315178
+#> ds 3 parent 120 6.1 5.948 0.15190 0.4699 0.323282
+#> ds 4 parent 0 95.3 101.592 -6.29243 8.0255 -0.784057
+#> ds 4 parent 0 102.0 101.592 0.40757 8.0255 0.050784
+#> ds 4 parent 1 104.4 101.125 3.27549 7.9885 0.410025
+#> ds 4 parent 1 105.4 101.125 4.27549 7.9885 0.535205
+#> ds 4 parent 3 113.7 100.195 13.50487 7.9151 1.706218
+#> ds 4 parent 3 82.3 100.195 -17.89513 7.9151 -2.260886
+#> ds 4 parent 7 98.1 98.362 -0.26190 7.7703 -0.033706
+#> ds 4 parent 7 87.8 98.362 -10.56190 7.7703 -1.359270
+#> ds 4 parent 14 97.9 95.234 2.66590 7.5232 0.354357
+#> ds 4 parent 14 104.8 95.234 9.56590 7.5232 1.271521
+#> ds 4 parent 28 85.0 89.274 -4.27372 7.0523 -0.606001
+#> ds 4 parent 28 77.2 89.274 -12.07372 7.0523 -1.712017
+#> ds 4 parent 60 82.2 77.013 5.18661 6.0838 0.852526
+#> ds 4 parent 60 86.1 77.013 9.08661 6.0838 1.493571
+#> ds 4 parent 90 70.5 67.053 3.44692 5.2970 0.650733
+#> ds 4 parent 90 61.7 67.053 -5.35308 5.2970 -1.010591
+#> ds 4 parent 120 60.0 58.381 1.61905 4.6119 0.351058
+#> ds 4 parent 120 56.4 58.381 -1.98095 4.6119 -0.429530
+#> ds 5 parent 0 92.6 101.592 -8.99243 8.0255 -1.120485
+#> ds 5 parent 0 116.5 101.592 14.90757 8.0255 1.857531
+#> ds 5 parent 1 108.0 99.914 8.08560 7.8929 1.024413
+#> ds 5 parent 1 104.9 99.914 4.98560 7.8929 0.631655
+#> ds 5 parent 3 100.5 96.641 3.85898 7.6343 0.505477
+#> ds 5 parent 3 89.5 96.641 -7.14102 7.6343 -0.935382
+#> ds 5 parent 7 91.7 90.412 1.28752 7.1423 0.180267
+#> ds 5 parent 7 95.1 90.412 4.68752 7.1423 0.656304
+#> ds 5 parent 14 82.2 80.463 1.73715 6.3563 0.273295
+#> ds 5 parent 14 84.5 80.463 4.03715 6.3563 0.635141
+#> ds 5 parent 28 60.5 63.728 -3.22788 5.0343 -0.641178
+#> ds 5 parent 28 72.8 63.728 9.07212 5.0343 1.802062
+#> ds 5 parent 60 38.3 37.399 0.90061 2.9544 0.304835
+#> ds 5 parent 60 40.7 37.399 3.30061 2.9544 1.117174
+#> ds 5 parent 90 22.5 22.692 -0.19165 1.7926 -0.106913
+#> ds 5 parent 90 20.8 22.692 -1.89165 1.7926 -1.055273
+#> ds 5 parent 120 13.4 13.768 -0.36790 1.0876 -0.338259
+#> ds 5 parent 120 13.8 13.768 0.03210 1.0876 0.029517
@@ -260,15 +260,15 @@ saemix authors for the parts inherited from saemix.
quiet = TRUE, error_model = "tc", cores = 5)
f_saem_dfop_sfo <- saem(f_mmkin_dfop_sfo)
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:52 2021"
+#> [1] "Mon Feb 15 17:13:15 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:34:03 2021"
#> saemix version used for fitting: 3.1.9000
-#> mkin version used for pre-fitting: 1.0.2.9000
+#> mkin version used for pre-fitting: 1.0.3.9000
#> R version used for fitting: 4.0.3
-#> Date of fit: Sat Feb 13 12:34:04 2021
-#> Date of summary: Sat Feb 13 12:34:04 2021
+#> Date of fit: Mon Feb 15 17:13:27 2021
+#> Date of summary: Mon Feb 15 17:13:27 2021
#>
#> Equations:
#> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -283,7 +283,7 @@ saemix authors for the parts inherited from saemix.
#>
#> Model predictions using solution type analytical
#>
-#> Fitted in 11.899 s using 300, 100 iterations
+#> Fitted in 12.204 s using 300, 100 iterations
#>
#> Variance model: Two-component variance function
#>
diff --git a/docs/dev/reference/synthetic_data_for_UBA_2014-1.png b/docs/dev/reference/synthetic_data_for_UBA_2014-1.png
index 351b21aa..89975db5 100644
Binary files a/docs/dev/reference/synthetic_data_for_UBA_2014-1.png and b/docs/dev/reference/synthetic_data_for_UBA_2014-1.png differ
diff --git a/docs/dev/reference/synthetic_data_for_UBA_2014.html b/docs/dev/reference/synthetic_data_for_UBA_2014.html
index 1edc7c1e..33a0ace2 100644
--- a/docs/dev/reference/synthetic_data_for_UBA_2014.html
+++ b/docs/dev/reference/synthetic_data_for_UBA_2014.html
@@ -87,7 +87,7 @@ Compare also the code in the example section to see the degradation models." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -136,7 +136,7 @@ Compare also the code in the example section to see the degradation models." />
-
-
+
@@ -297,10 +297,10 @@ Compare also the code in the example section to see the degradation models." />
quiet = TRUE)
plot_sep(fit)
#> mkin version used for fitting: 0.9.50.4
+
#> mkin version used for fitting: 1.0.3.9000
#> R version used for fitting: 4.0.3
-#> Date of fit: Mon Nov 30 16:01:42 2020
-#> Date of summary: Mon Nov 30 16:01:42 2020
+#> Date of fit: Mon Feb 15 17:13:29 2021
+#> Date of summary: Mon Feb 15 17:13:29 2021
#>
#> Equations:
#> d_parent/dt = - k_parent * parent
@@ -309,7 +309,7 @@ Compare also the code in the example section to see the degradation models." />
#>
#> Model predictions using solution type deSolve
#>
-#> Fitted using 822 model solutions performed in 0.652 s
+#> Fitted using 833 model solutions performed in 0.649 s
#>
#> Error model: Constant variance
#>
@@ -361,15 +361,15 @@ Compare also the code in the example section to see the degradation models." />
#> log_k_M2 2.819e-02 7.166e-02 -3.929e-01 1.000e+00 -2.658e-01
#> f_parent_qlogis -4.624e-01 -5.682e-01 7.478e-01 -2.658e-01 1.000e+00
#> f_M1_qlogis 1.614e-01 4.102e-01 -8.109e-01 5.419e-01 -8.605e-01
-#> sigma -7.941e-08 -9.143e-09 -1.268e-08 5.947e-08 5.657e-08
+#> sigma -2.900e-08 -8.030e-09 -2.741e-08 3.938e-08 -2.681e-08
#> f_M1_qlogis sigma
-#> parent_0 1.614e-01 -7.941e-08
-#> log_k_parent 4.102e-01 -9.143e-09
-#> log_k_M1 -8.109e-01 -1.268e-08
-#> log_k_M2 5.419e-01 5.947e-08
-#> f_parent_qlogis -8.605e-01 5.657e-08
-#> f_M1_qlogis 1.000e+00 -2.382e-10
-#> sigma -2.382e-10 1.000e+00
+#> parent_0 1.614e-01 -2.900e-08
+#> log_k_parent 4.102e-01 -8.030e-09
+#> log_k_M1 -8.109e-01 -2.741e-08
+#> log_k_M2 5.419e-01 3.938e-08
+#> f_parent_qlogis -8.605e-01 -2.681e-08
+#> f_M1_qlogis 1.000e+00 4.971e-08
+#> sigma 4.971e-08 1.000e+00
#>
#> Backtransformed parameters:
#> Confidence intervals for internally transformed parameters are asymmetric.
@@ -416,7 +416,7 @@ Compare also the code in the example section to see the degradation models." />
#> 7 parent 0.3 5.772e-01 -0.27717
#> 14 parent 3.5 3.264e-03 3.49674
#> 28 parent 3.2 1.045e-07 3.20000
-#> 90 parent 0.6 9.532e-10 0.60000
+#> 90 parent 0.6 9.530e-10 0.60000
#> 120 parent 3.5 -5.940e-10 3.50000
#> 1 M1 36.4 3.479e+01 1.61088
#> 1 M1 37.4 3.479e+01 2.61088
@@ -427,7 +427,7 @@ Compare also the code in the example section to see the degradation models." />
#> 14 M1 5.8 1.995e+00 3.80469
#> 14 M1 1.2 1.995e+00 -0.79531
#> 60 M1 0.5 2.111e-06 0.50000
-#> 90 M1 3.2 -9.671e-10 3.20000
+#> 90 M1 3.2 -9.670e-10 3.20000
#> 120 M1 1.5 7.670e-10 1.50000
#> 120 M1 0.6 7.670e-10 0.60000
#> 1 M2 4.8 4.455e+00 0.34517
diff --git a/docs/dev/reference/test_data_from_UBA_2014-1.png b/docs/dev/reference/test_data_from_UBA_2014-1.png
index 9e0afad2..7bf0bd0f 100644
Binary files a/docs/dev/reference/test_data_from_UBA_2014-1.png and b/docs/dev/reference/test_data_from_UBA_2014-1.png differ
diff --git a/docs/dev/reference/test_data_from_UBA_2014-2.png b/docs/dev/reference/test_data_from_UBA_2014-2.png
index e889efde..fc1f77e0 100644
Binary files a/docs/dev/reference/test_data_from_UBA_2014-2.png and b/docs/dev/reference/test_data_from_UBA_2014-2.png differ
diff --git a/docs/dev/reference/test_data_from_UBA_2014.html b/docs/dev/reference/test_data_from_UBA_2014.html
index 89ec3480..539b8287 100644
--- a/docs/dev/reference/test_data_from_UBA_2014.html
+++ b/docs/dev/reference/test_data_from_UBA_2014.html
@@ -73,7 +73,7 @@
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -122,7 +122,7 @@
-
-
+
@@ -203,25 +203,25 @@
#> Warning: Observations with value of zero were removed from the data

#> Estimate se_notrans t value Pr(>t) Lower
-#> parent_0 76.55425649 0.859186399 89.1008710 1.113861e-26 74.755959406
+#> parent_0 76.55425650 0.859186399 89.1008710 1.113861e-26 74.755959418
#> k_parent 0.12081956 0.004601918 26.2541722 1.077359e-16 0.111561575
-#> k_M1 0.84258614 0.806159820 1.0451850 1.545267e-01 0.113779670
-#> k_M2 0.04210880 0.017083035 2.4649483 1.170188e-02 0.018013857
-#> k_M3 0.01122918 0.007245855 1.5497385 6.885052e-02 0.002909431
-#> f_parent_to_M1 0.32240200 0.240783909 1.3389682 9.819073e-02 NA
-#> f_parent_to_M2 0.16099855 0.033691953 4.7785463 6.531137e-05 NA
-#> f_M1_to_M3 0.27921507 0.269423745 1.0363417 1.565266e-01 0.022978220
-#> f_M2_to_M3 0.55641253 0.595119954 0.9349586 1.807707e-01 0.008002509
+#> k_M1 0.84258615 0.806160102 1.0451846 1.545268e-01 0.113779609
+#> k_M2 0.04210880 0.017083034 2.4649483 1.170188e-02 0.018013857
+#> k_M3 0.01122918 0.007245856 1.5497385 6.885052e-02 0.002909431
+#> f_parent_to_M1 0.32240200 0.240783943 1.3389680 9.819076e-02 NA
+#> f_parent_to_M2 0.16099855 0.033691952 4.7785464 6.531136e-05 NA
+#> f_M1_to_M3 0.27921507 0.269423780 1.0363416 1.565267e-01 0.022978205
+#> f_M2_to_M3 0.55641252 0.595119966 0.9349586 1.807707e-01 0.008002509
#> sigma 1.14005399 0.149696423 7.6157731 1.727024e-07 0.826735778
#> Upper
-#> parent_0 78.35255357
+#> parent_0 78.35255358
#> k_parent 0.13084582
-#> k_M1 6.23970352
+#> k_M1 6.23970702
#> k_M2 0.09843260
#> k_M3 0.04333992
#> f_parent_to_M1 NA
#> f_parent_to_M2 NA
-#> f_M1_to_M3 0.86450768
+#> f_M1_to_M3 0.86450775
#> f_M2_to_M3 0.99489895
#> sigma 1.45337221
#> err.min n.optim df
diff --git a/docs/dev/reference/transform_odeparms.html b/docs/dev/reference/transform_odeparms.html
index 6e19505f..75d6a1f9 100644
--- a/docs/dev/reference/transform_odeparms.html
+++ b/docs/dev/reference/transform_odeparms.html
@@ -77,7 +77,7 @@ the ilr transformation is used." />
mkin
- 1.0.1.9000
+ 1.0.3.9000
diff --git a/docs/dev/reference/update.mkinfit-1.png b/docs/dev/reference/update.mkinfit-1.png
index 7d2f1bdb..df8473c1 100644
Binary files a/docs/dev/reference/update.mkinfit-1.png and b/docs/dev/reference/update.mkinfit-1.png differ
diff --git a/docs/dev/reference/update.mkinfit-2.png b/docs/dev/reference/update.mkinfit-2.png
index 8dcabcdc..13c99b44 100644
Binary files a/docs/dev/reference/update.mkinfit-2.png and b/docs/dev/reference/update.mkinfit-2.png differ
diff --git a/docs/dev/reference/update.mkinfit.html b/docs/dev/reference/update.mkinfit.html
index 10a93373..83f45028 100644
--- a/docs/dev/reference/update.mkinfit.html
+++ b/docs/dev/reference/update.mkinfit.html
@@ -75,7 +75,7 @@ override these starting values." />
mkin
- 0.9.50.4
+ 1.0.3.9000
@@ -124,7 +124,7 @@ override these starting values." />