aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/logistic.solution.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:01:03 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-21 15:01:03 +0100
commitaf84d618508d5882072ab7b8de481cb5efc60852 (patch)
tree23d35343d155659c437770cfbf5f6b5d28920bf3 /docs/reference/logistic.solution.html
parentd89e3d22eb9dc383897b09e9c5aa1b57f65cdbf0 (diff)
Make example logistic fit quiet
Diffstat (limited to 'docs/reference/logistic.solution.html')
-rw-r--r--docs/reference/logistic.solution.html50
1 files changed, 2 insertions, 48 deletions
diff --git a/docs/reference/logistic.solution.html b/docs/reference/logistic.solution.html
index b0ab72d7..310f1c5a 100644
--- a/docs/reference/logistic.solution.html
+++ b/docs/reference/logistic.solution.html
@@ -202,54 +202,8 @@
<span class='kw'>sdfunc</span> <span class='kw'>=</span> <span class='kw'>function</span>(<span class='no'>x</span>) <span class='fu'><a href='sigma_twocomp.html'>sigma_twocomp</a></span>(<span class='no'>x</span>, <span class='fl'>0.5</span>, <span class='fl'>0.07</span>),
<span class='kw'>n</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>reps</span> <span class='kw'>=</span> <span class='fl'>2</span>, <span class='kw'>digits</span> <span class='kw'>=</span> <span class='fl'>5</span>, <span class='kw'>LOD</span> <span class='kw'>=</span> <span class='fl'>0.1</span>, <span class='kw'>seed</span> <span class='kw'>=</span> <span class='fl'>123456</span>)<span class='kw'>[[</span><span class='fl'>1</span>]]
- <span class='no'>m</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='st'>"logistic"</span>, <span class='no'>d_2_1</span>)</div><div class='output co'>#&gt; Model cost at call 1 : 789.6044
-#&gt; Model cost at call 2 : 789.6043
-#&gt; Model cost at call 7 : 716.9934
-#&gt; Model cost at call 12 : 697.1186
-#&gt; Model cost at call 15 : 697.1185
-#&gt; Model cost at call 16 : 697.1184
-#&gt; Model cost at call 17 : 661.1574
-#&gt; Model cost at call 20 : 661.1573
-#&gt; Model cost at call 22 : 620.0542
-#&gt; Model cost at call 25 : 620.0541
-#&gt; Model cost at call 29 : 616.6874
-#&gt; Model cost at call 32 : 616.6874
-#&gt; Model cost at call 33 : 616.6874
-#&gt; Model cost at call 34 : 615.1671
-#&gt; Model cost at call 37 : 615.1671
-#&gt; Model cost at call 39 : 612.0795
-#&gt; Model cost at call 42 : 612.0795
-#&gt; Model cost at call 43 : 612.0795
-#&gt; Model cost at call 44 : 605.9119
-#&gt; Model cost at call 45 : 593.0433
-#&gt; Model cost at call 46 : 548.0815
-#&gt; Model cost at call 47 : 504.9062
-#&gt; Model cost at call 50 : 504.9061
-#&gt; Model cost at call 51 : 504.9061
-#&gt; Model cost at call 53 : 485.929
-#&gt; Model cost at call 55 : 485.929
-#&gt; Model cost at call 56 : 485.929
-#&gt; Model cost at call 58 : 485.241
-#&gt; Model cost at call 60 : 485.241
-#&gt; Model cost at call 61 : 485.2409
-#&gt; Model cost at call 62 : 485.2409
-#&gt; Model cost at call 63 : 484.0717
-#&gt; Model cost at call 69 : 483.9062
-#&gt; Model cost at call 74 : 483.5646
-#&gt; Model cost at call 79 : 483.4908
-#&gt; Model cost at call 84 : 483.4859
-#&gt; Model cost at call 85 : 483.4859
-#&gt; Model cost at call 89 : 483.4848
-#&gt; Model cost at call 90 : 483.4836
-#&gt; Model cost at call 92 : 483.4836
-#&gt; Model cost at call 94 : 483.4836
-#&gt; Model cost at call 97 : 483.4833
-#&gt; Model cost at call 100 : 483.4833
-#&gt; Model cost at call 105 : 483.4832
-#&gt; Model cost at call 108 : 483.4832
-#&gt; Model cost at call 114 : 483.4832
-#&gt; Model cost at call 128 : 483.4832
-#&gt; Optimisation by method Port successfully terminated.</div><div class='input'> <span class='fu'><a href='plot.mkinfit.html'>plot_sep</a></span>(<span class='no'>m</span>)</div><div class='img'><img src='logistic.solution-2.png' alt='' width='700' height='433' /></div><div class='input'> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/summary'>summary</a></span>(<span class='no'>m</span>)$<span class='no'>bpar</span></div><div class='output co'>#&gt; Estimate se_notrans t value Pr(&gt;t) Lower
+ <span class='no'>m</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='st'>"logistic"</span>, <span class='no'>d_2_1</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)
+ <span class='fu'><a href='plot.mkinfit.html'>plot_sep</a></span>(<span class='no'>m</span>)</div><div class='img'><img src='logistic.solution-2.png' alt='' width='700' height='433' /></div><div class='input'> <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/summary'>summary</a></span>(<span class='no'>m</span>)$<span class='no'>bpar</span></div><div class='output co'>#&gt; Estimate se_notrans t value Pr(&gt;t) Lower
#&gt; parent_0 1.057896e+02 2.3743105248 44.5559374 6.656664e-16 1.006602e+02
#&gt; kmax 6.398190e-02 0.0193490291 3.3067243 2.836921e-03 3.329058e-02
#&gt; k0 1.612775e-04 0.0009640761 0.1672871 4.348592e-01 3.972250e-10

Contact - Imprint