From 092c6fdc8b8bbadd3724b4023de60b7f1fe1500f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Jul 2017 18:05:21 +0200 Subject: Fix another URL, vignette builder, rebuild --- vignettes/FOCUS_D.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vignettes/FOCUS_D.html') diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index 5da77efa..44bbe062 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -11,7 +11,7 @@ - + Example evaluation of FOCUS Example Dataset D @@ -119,7 +119,7 @@ $(document).ready(function () {

Example evaluation of FOCUS Example Dataset D

Johannes Ranke

-

2017-05-05

+

2017-07-21

@@ -190,16 +190,16 @@ $(document).ready(function () {
fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE)

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:    0.9.45 
-## R version:       3.4.0 
-## Date of fit:     Fri May  5 12:14:00 2017 
-## Date of summary: Fri May  5 12:14:00 2017 
+
## mkin version:    0.9.45.2 
+## R version:       3.4.1 
+## Date of fit:     Fri Jul 21 18:02:19 2017 
+## Date of summary: Fri Jul 21 18:02:20 2017 
 ## 
 ## Equations:
 ## d_parent/dt = - k_parent_sink * parent - k_parent_m1 * parent
@@ -207,7 +207,7 @@ $(document).ready(function () {
 ## 
 ## Model predictions using solution type deSolve 
 ## 
-## Fitted with method Port using 153 model solutions performed in 1.033 s
+## Fitted with method Port using 153 model solutions performed in 1.059 s
 ## 
 ## Weighting: none
 ## 
-- 
cgit v1.2.1