From 70591022c07f0e8fb4dd67789b7c8d78af8ebc18 Mon Sep 17 00:00:00 2001
From: Johannes Ranke <jranke@uni-bremen.de>
Date: Thu, 2 May 2019 13:17:05 +0200
Subject: Better initials for error model parameters

- Also make it possible to specify initial values for error model
parameters.
- Run tests
- Rebuild docs
---
 docs/reference/summary.mkinfit.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'docs/reference/summary.mkinfit.html')

diff --git a/docs/reference/summary.mkinfit.html b/docs/reference/summary.mkinfit.html
index e5565990..1a08132f 100644
--- a/docs/reference/summary.mkinfit.html
+++ b/docs/reference/summary.mkinfit.html
@@ -210,19 +210,19 @@
 
     <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
     <pre class="examples"><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/summary'>summary</a></span>(<span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='fu'><a href='mkinmod.html'>mkinmod</a></span>(<span class='kw'>parent</span> <span class='kw'>=</span> <span class='fu'><a href='mkinsub.html'>mkinsub</a></span>(<span class='st'>"SFO"</span>)), <span class='no'>FOCUS_2006_A</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>))</div><div class='output co'>#&gt; mkin version used for fitting:    0.9.49.4 
-#&gt; R version used for fitting:       3.5.3 
-#&gt; Date of fit:     Wed Apr 10 10:11:15 2019 
-#&gt; Date of summary: Wed Apr 10 10:11:15 2019 
+#&gt; R version used for fitting:       3.6.0 
+#&gt; Date of fit:     Thu May  2 12:40:14 2019 
+#&gt; Date of summary: Thu May  2 12:40:14 2019 
 #&gt; 
 #&gt; Equations:
 #&gt; d_parent/dt = - k_parent_sink * parent
 #&gt; 
 #&gt; Model predictions using solution type analytical 
 #&gt; 
-#&gt; Fitted with method using 131 model solutions performed in 0.284 s
+#&gt; Fitted using 131 model solutions performed in 0.269 s
 #&gt; 
 #&gt; Error model:
-#&gt; NULL
+#&gt; Constant variance 
 #&gt; 
 #&gt; Starting values for parameters to be optimised:
 #&gt;                    value   type
@@ -260,7 +260,7 @@
 #&gt; k_parent_sink   0.03722   10.90 5.650e-05  0.0294   0.04712
 #&gt; sigma           5.26600    4.00 5.162e-03  1.8820   8.64900
 #&gt; 
-#&gt; Chi2 error levels in percent:
+#&gt; FOCUS Chi2 error levels in percent:
 #&gt;          err.min n.optim df
 #&gt; All data   8.385       2  6
 #&gt; parent     8.385       2  6
-- 
cgit v1.2.1