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/reference/saem.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev/reference/saem.html') diff --git a/docs/dev/reference/saem.html b/docs/dev/reference/saem.html index 25eb03c7..d2ea6e1a 100644 --- a/docs/dev/reference/saem.html +++ b/docs/dev/reference/saem.html @@ -397,8 +397,8 @@ using mmkin.

#> saemix version used for fitting: 3.3 #> mkin version used for pre-fitting: 1.2.10 #> R version used for fitting: 4.4.2 -#> Date of fit: Fri Feb 14 07:32:13 2025 -#> Date of summary: Fri Feb 14 07:32:13 2025 +#> Date of fit: Sun Feb 16 17:01:05 2025 +#> Date of summary: Sun Feb 16 17:01:05 2025 #> #> 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 3.605 s +#> Fitted in 3.489 s #> Using 300, 100 iterations and 10 chains #> #> Variance model: Constant variance @@ -695,7 +695,7 @@ using mmkin.

#> #> In above message, R1 = 91 #> -#> Error in deSolve::lsoda(y = odeini, times = outtimes, func = lsoda_func, : +#> Error in deSolve::lsoda(y = odeini, times = outtimes_deSolve, func = lsoda_func, : #> illegal input detected before taking any integration steps - see written message #anova( -- cgit v1.2.1