From 39b2c2c762b03922a2648b1b226d0f308600cc87 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 01:24:15 +0200 Subject: Static documentation rebuilt by pkgdown 1.1.0 --- docs/reference/mkinresplot.html | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index df83f693..c288bf7c 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -21,12 +21,15 @@ + + + - - - + + + + + + @@ -56,8 +62,12 @@ - mkin + + mkin + 0.9.47.1 + + @@ -105,18 +116,22 @@ -
+
+

This function plots the residuals for the specified subset of the observed variables from an mkinfit object. A combined plot of the fitted model and the residuals can be obtained using plot.mkinfit using the argument show_residuals = TRUE.

+
mkinresplot(object,
     obs_vars = names(object$mkinmod$map),
@@ -124,7 +139,7 @@
     xlab = "Time", ylab = "Residual",
     maxabs = "auto", legend = TRUE, lpos = "topright", ...)
-

Arguments

+

Arguments

@@ -174,13 +189,13 @@

See also

-

mkinplot, for a way to plot the data and the fitted lines of the - mkinfit object.

+

mkinplot, for a way to plot the data and the fitted lines of the + mkinfit object.

Examples

model <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit <- mkinfit(model, FOCUS_2006_D, quiet = TRUE) -mkinresplot(fit, "m1")
+mkinresplot(fit, "m1")
+ + -- cgit v1.2.1