From 5b1179f0daff9077e1370065f9b9f03a2d0e0450 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 15 Oct 2020 12:53:23 +0200
Subject: Update online docs for release version
---
docs/reference/mkinresplot.html | 51 ++++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 21 deletions(-)
(limited to 'docs/reference/mkinresplot.html')
diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html
index 82afe2e2..d917860a 100644
--- a/docs/reference/mkinresplot.html
+++ b/docs/reference/mkinresplot.html
@@ -75,7 +75,7 @@ argument show_residuals = TRUE." />
mkin
- 0.9.50.2
+ 0.9.50.3
@@ -112,6 +112,9 @@ argument show_residuals = TRUE." />
Example evaluation of NAFTA SOP Attachment examples
+
+ Some benchmark timings
+
@@ -120,7 +123,7 @@ argument show_residuals = TRUE." />
-
-
+
@@ -139,7 +142,7 @@ argument show_residuals = TRUE." />
@@ -150,21 +153,21 @@ the residuals can be obtained using
plot.mkinf
argument show_residuals = TRUE
.
- mkinresplot(
- object,
- obs_vars = names(object$mkinmod$map),
- xlim = c(0, 1.1 * max(object$data$time)),
- standardized = FALSE,
- xlab = "Time",
- ylab = ifelse(standardized, "Standardized residual", "Residual"),
- maxabs = "auto",
- legend = TRUE,
- lpos = "topright",
- col_obs = "auto",
- pch_obs = "auto",
- frame = TRUE,
- ...
-)
+ mkinresplot(
+ object,
+ obs_vars = names(object$mkinmod$map),
+ xlim = c(0, 1.1 * max(object$data$time)),
+ standardized = FALSE,
+ xlab = "Time",
+ ylab = ifelse(standardized, "Standardized residual", "Residual"),
+ maxabs = "auto",
+ legend = TRUE,
+ lpos = "topright",
+ col_obs = "auto",
+ pch_obs = "auto",
+ frame = TRUE,
+ ...
+)
Arguments
@@ -224,7 +227,7 @@ be passed on to legend
... |
- further arguments passed to plot . |
+ further arguments passed to plot . |
@@ -237,10 +240,16 @@ effect, namely to produce a plot.
mkinplot
, for a way to plot the data and the fitted
lines of the mkinfit object, and plot_res
for a function
combining the plot of the fit and the residual plot.
+ Author
+
+ Johannes Ranke
Examples
#> Successfully compiled differential equation model from auto-generated C code.
#> Warning: Observations with value of zero were removed from the data
mkinresplot(fit, "m1")
#> Successfully compiled differential equation model from auto-generated C code.
#> Warning: Observations with value of zero were removed from the data
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.0165
mkinresplot(fit, "m1")
+
--
cgit v1.2.1