From 4f62f39b8979cb3a5c52d65d425e530dc0770665 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 16 Feb 2025 17:27:18 +0100 Subject: Fix solution type "deSolve" for a special case The special case occurs if not observed data for time zero are available. Fixes #16. Write NEWS and update docs. A lot of html was regenerated, because I had checked out the main branch in between, which made pkgdown believe that I have changed the help files. --- docs/dev/articles/FOCUS_L.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/dev/articles/FOCUS_L.html') diff --git a/docs/dev/articles/FOCUS_L.html b/docs/dev/articles/FOCUS_L.html index badf4822..fe1e7312 100644 --- a/docs/dev/articles/FOCUS_L.html +++ b/docs/dev/articles/FOCUS_L.html @@ -85,7 +85,7 @@ Ranke

Last change 18 May 2023 -(rebuilt 2025-02-14)

+(rebuilt 2025-02-16) Source: vignettes/FOCUS_L.rmd
FOCUS_L.rmd
@@ -120,15 +120,15 @@ report.

summary(m.L1.SFO)
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:11 2025 
-## Date of summary: Fri Feb 14 08:59:11 2025 
+## Date of fit:     Sun Feb 16 17:04:35 2025 
+## Date of summary: Sun Feb 16 17:04:35 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
 ## 
 ## Model predictions using solution type analytical 
 ## 
-## Fitted using 133 model solutions performed in 0.01 s
+## Fitted using 133 model solutions performed in 0.011 s
 ## 
 ## Error model: Constant variance 
 ## 
@@ -228,8 +228,8 @@ error level is checked.

## non-finite result may be dubious
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:11 2025 
-## Date of summary: Fri Feb 14 08:59:11 2025 
+## Date of fit:     Sun Feb 16 17:04:35 2025 
+## Date of summary: Sun Feb 16 17:04:35 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
@@ -386,8 +386,8 @@ error level is checked.

summary(m.L2.FOMC, data = FALSE)
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:12 2025 
-## Date of summary: Fri Feb 14 08:59:12 2025 
+## Date of fit:     Sun Feb 16 17:04:35 2025 
+## Date of summary: Sun Feb 16 17:04:35 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - (alpha/beta) * 1/((time/beta) + 1) * parent
@@ -473,8 +473,8 @@ error level.

summary(m.L2.DFOP, data = FALSE)
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:12 2025 
-## Date of summary: Fri Feb 14 08:59:12 2025 
+## Date of fit:     Sun Feb 16 17:04:36 2025 
+## Date of summary: Sun Feb 16 17:04:36 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -596,8 +596,8 @@ summary and plot functions working on mkinfit objects.

summary(mm.L3[["DFOP", 1]])
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:12 2025 
-## Date of summary: Fri Feb 14 08:59:12 2025 
+## Date of fit:     Sun Feb 16 17:04:36 2025 
+## Date of summary: Sun Feb 16 17:04:36 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -726,8 +726,8 @@ difference appears negligible.

summary(mm.L4[["SFO", 1]], data = FALSE)
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:13 2025 
-## Date of summary: Fri Feb 14 08:59:13 2025 
+## Date of fit:     Sun Feb 16 17:04:36 2025 
+## Date of summary: Sun Feb 16 17:04:37 2025 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -791,15 +791,15 @@ difference appears negligible.

summary(mm.L4[["FOMC", 1]], data = FALSE)
## mkin version used for fitting:    1.2.10 
 ## R version used for fitting:       4.4.2 
-## Date of fit:     Fri Feb 14 08:59:13 2025 
-## Date of summary: Fri Feb 14 08:59:13 2025 
+## Date of fit:     Sun Feb 16 17:04:36 2025 
+## Date of summary: Sun Feb 16 17:04:37 2025 
 ## 
 ## 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.013 s
+## Fitted using 224 model solutions performed in 0.014 s
 ## 
 ## Error model: Constant variance 
 ## 
-- 
cgit v1.2.1