From 297285ac86a74c1ceb517aac9eca46d07513c45d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 23 Jul 2021 15:43:02 +0200 Subject: Rerun tests, use current vdiffr on travis --- vignettes/FOCUS_D.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vignettes/FOCUS_D.html') diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index f740cfc0..c2599ee5 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -363,7 +363,7 @@ pre code {

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

Last change 31 January 2019 (rebuilt 2021-03-31)

+

Last change 31 January 2019 (rebuilt 2021-07-23)

@@ -431,16 +431,16 @@ print(FOCUS_2006_D) ## 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"))
-

+

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.4 
-## R version used for fitting:       4.0.4 
-## Date of fit:     Wed Mar 31 19:01:35 2021 
-## Date of summary: Wed Mar 31 19:01:35 2021 
+
## mkin version used for fitting:    1.1.0 
+## R version used for fitting:       4.1.0 
+## Date of fit:     Fri Jul 23 15:39:43 2021 
+## Date of summary: Fri Jul 23 15:39:43 2021 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent * parent
@@ -448,7 +448,7 @@ print(FOCUS_2006_D)
## ## Model predictions using solution type analytical ## -## Fitted using 401 model solutions performed in 0.146 s +## Fitted using 401 model solutions performed in 0.152 s ## ## Error model: Constant variance ## -- cgit v1.2.1