diff options
Diffstat (limited to 'vignettes/FOCUS_D.html')
| -rw-r--r-- | vignettes/FOCUS_D.html | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/vignettes/FOCUS_D.html b/vignettes/FOCUS_D.html index 43c4f1fa..d27b4767 100644 --- a/vignettes/FOCUS_D.html +++ b/vignettes/FOCUS_D.html @@ -358,7 +358,7 @@ pre code {  <h1 class="title toc-ignore">Example evaluation of FOCUS Example Dataset  D</h1>  <h4 class="author">Johannes Ranke</h4> -<h4 class="date">Last change 31 January 2019 (rebuilt 2023-02-17)</h4> +<h4 class="date">Last change 31 January 2019 (rebuilt 2023-05-18)</h4>  </div> @@ -434,8 +434,8 @@ be compiled from auto-generated C code.</p>  <p>We do the fitting without progress report  (<code>quiet = TRUE</code>).</p>  <pre class="r"><code>fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE)</code></pre> -<pre><code>## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE): Observations with value -## of zero were removed from the data</code></pre> +<pre><code>## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE): Observations with +## value of zero were removed from the data</code></pre>  <p>A plot of the fit including a residual plot for both observed  variables is obtained using the <code>plot_sep</code> method for  <code>mkinfit</code> objects, which shows separate graphs for all @@ -449,10 +449,10 @@ the <code>mkinparplot</code> function.</p>  <p>A comprehensive report of the results is obtained using the  <code>summary</code> method for <code>mkinfit</code> objects.</p>  <pre class="r"><code>summary(fit)</code></pre> -<pre><code>## mkin version used for fitting:    1.2.2  -## R version used for fitting:       4.2.2  -## Date of fit:     Fri Feb 17 20:04:31 2023  -## Date of summary: Fri Feb 17 20:04:31 2023  +<pre><code>## mkin version used for fitting:    1.2.4  +## R version used for fitting:       4.3.0  +## Date of fit:     Thu May 18 11:39:03 2023  +## Date of summary: Thu May 18 11:39:03 2023   ##   ## Equations:  ## d_parent/dt = - k_parent * parent @@ -460,7 +460,7 @@ the <code>mkinparplot</code> function.</p>  ##   ## Model predictions using solution type analytical   ##  -## Fitted using 401 model solutions performed in 0.048 s +## Fitted using 401 model solutions performed in 0.053 s  ##   ## Error model: Constant variance   ##  | 
