From 7faf98ac5475bb2041d7e434478c58c2f2cec0fd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 28 Jun 2016 08:23:38 +0200 Subject: Static documentation rebuilt by staticdocs::build_site() --- inst/web/vignettes/FOCUS_D.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'inst/web/vignettes/FOCUS_D.html') diff --git a/inst/web/vignettes/FOCUS_D.html b/inst/web/vignettes/FOCUS_D.html index e01c5869..c7e2047f 100644 --- a/inst/web/vignettes/FOCUS_D.html +++ b/inst/web/vignettes/FOCUS_D.html @@ -184,16 +184,16 @@ print(FOCUS_2006_D)
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 method for mkinfit objects.

plot(fit, show_residuals = TRUE)
-

+

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.43 
+
## mkin version:    0.9.43.9000 
 ## R version:       3.3.1 
-## Date of fit:     Tue Jun 28 01:59:43 2016 
-## Date of summary: Tue Jun 28 01:59:44 2016 
+## Date of fit:     Tue Jun 28 08:19:31 2016 
+## Date of summary: Tue Jun 28 08:19:31 2016 
 ## 
 ## Equations:
 ## d_parent = - k_parent_sink * parent - k_parent_m1 * parent
@@ -201,7 +201,7 @@ print(FOCUS_2006_D)
## ## Model predictions using solution type deSolve ## -## Fitted with method Port using 153 model solutions performed in 1.698 s +## Fitted with method Port using 153 model solutions performed in 1.706 s ## ## Weighting: none ## -- cgit v1.2.1