Skip to content

Commit

Permalink
updated manual
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Feb 24, 2024
1 parent 3120624 commit cb0ec41
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 134 deletions.
8 changes: 5 additions & 3 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,17 @@ <h3 id="usage">Usage</h3>
href="https://octave.discourse.group/c/help/6">discourse group</a>.</p>
<p><em>TIPS: You can now document and publish your statistics-resampling
analysis in Jupyter Notebooks (with an Octave kernel) at your GitHub
repository using the statistics-resampling-online Binder environment and
the nbgitpuller link generator <a
repository using the <a
href="https://nbgitpuller.readthedocs.io/en/latest/link.html?tab=binder">nbgitpuller
link generator</a> and the statistics-resampling-online Binder
environment <a
href="https://github.com/acpennlab/statistics-resampling-online/"><img
src="https://img.shields.io/github/forks/acpennlab/statistics-resampling-online?label=GitHub%20Repo&amp;style=social" /></a>.
Using Jupyter notebooks, you can also integrate use of the
statistics-resampling package into your analysis workflow alongside
other programming languages (e.g. Python, R etc.) <a
href="https://mybinder.org/v2/gh/acpennlab/statistics-resampling-online/master?labpath=statistics-resampling.ipynb"><img
src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a>)</em></p>
src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a></em></p>
<h3 id="quick-start">Quick start</h3>
<p>Below are links to demonstrations of how the bootstrap or
randomization functions from this package can be used to perform
Expand Down
24 changes: 12 additions & 12 deletions docs/function/boot.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ <h3><a name="1">Demonstration 1</a></h3>

Columns 1 through 10:

3 3 1 2 1 3 2 3 2 1
3 3 1 2 1 1 1 2 3 1
3 2 2 3 2 2 2 1 3 1
2 2 3 3 1 1 2 2 3 2
2 3 3 2 1 1 1 2 3 3
3 2 3 3 2 2 2 1 3 3

Columns 11 through 20:

1 3 2 1 3 3 2 2 2 3
1 2 1 2 3 3 1 1 3 1
2 3 2 3 2 1 1 1 3 2</pre>
2 3 3 1 3 2 1 2 3 1
3 1 1 2 3 3 2 1 1 2
1 1 1 1 2 1 2 1 3 1</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand All @@ -141,15 +141,15 @@ <h3><a name="2">Demonstration 2</a></h3>

Columns 1 through 10:

3 3 1 3 3 2 2 1 1 2
2 1 2 3 3 2 3 3 1 3
3 3 1 2 1 2 2 1 1 2
3 3 2 3 1 2 2 1 1 3
2 1 1 2 1 1 3 1 1 3
2 3 1 3 3 2 3 1 1 3

Columns 11 through 20:

1 1 3 3 1 3 1 2 2 1
1 1 3 3 2 3 1 2 2 1
3 2 2 1 2 2 3 2 3 1</pre>
3 1 2 3 2 2 1 2 2 3
3 2 3 1 1 3 1 2 2 2
3 1 3 3 1 2 1 2 2 2</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand Down
4 changes: 2 additions & 2 deletions docs/function/boot1way.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h3><a name="7">Demonstration 7</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | -0.08508 | -0.19 | .810 |
| 1 | 2 | 1 | -0.1008 | -0.22 | .789 |

-----------------------------------------------------------------------------
| GROUP # | GROUP label | N |
Expand Down Expand Up @@ -574,7 +574,7 @@ <h3><a name="8">Demonstration 8</a></h3>
-----------------------------------------------------------------------------
| Comparison | Test # | Ref # | Difference | t | p |
|------------|------------|------------|------------|------------|----------|
| 1 | 2 | 1 | +0.5227 | +1.09 | .207 |
| 1 | 2 | 1 | +0.2146 | +0.11 | .763 |

-----------------------------------------------------------------------------
| GROUP # | GROUP label | N |
Expand Down
6 changes: 3 additions & 3 deletions docs/function/bootbayes.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3><a name="1">Demonstration 1</a></h3>

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+184.5 -0.02210 +184.5 1.240 +182.1 +186.9</pre>
+184.5 +0.01529 +184.5 1.351 +181.7 +187.2</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand Down Expand Up @@ -228,8 +228,8 @@ <h3><a name="2">Demonstration 2</a></h3>

Posterior Statistics:
original bias median stdev CI_lower CI_upper
+175.5 +0.03532 +175.5 2.384 +171.1 +180.3
+0.1904 -0.001074 +0.1909 0.07912 +0.04160 +0.3442</pre>
+175.5 -0.07775 +175.4 2.287 +171.1 +179.9
+0.1904 +0.002169 +0.1929 0.07622 +0.03454 +0.3340</pre>
</div>

<p>Package: <a href="../index.html">statistics-resampling</a></p>
Expand Down
46 changes: 23 additions & 23 deletions docs/function/bootci.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ <h3><a name="1">Demonstration 1</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

23.825
34.411</pre>
23.616
34.358</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand All @@ -204,8 +204,8 @@ <h3><a name="2">Demonstration 2</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

23.462
34.651</pre>
23.975
34.269</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand All @@ -225,8 +225,8 @@ <h3><a name="3">Demonstration 3</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

24.811
36.698</pre>
25.04
36.477</pre>
</div>

<h3><a name="4">Demonstration 4</a></h3>
Expand All @@ -243,8 +243,8 @@ <h3><a name="4">Demonstration 4</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

100.29
233.9</pre>
96.629
235.91</pre>
</div>

<h3><a name="5">Demonstration 5</a></h3>
Expand All @@ -261,8 +261,8 @@ <h3><a name="5">Demonstration 5</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

116.4
265.89</pre>
117.01
260.73</pre>
</div>

<h3><a name="6">Demonstration 6</a></h3>
Expand All @@ -282,8 +282,8 @@ <h3><a name="6">Demonstration 6</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

106.75
290.95</pre>
108.55
297.71</pre>
</div>

<h3><a name="7">Demonstration 7</a></h3>
Expand All @@ -303,8 +303,8 @@ <h3><a name="7">Demonstration 7</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

115.81
278.35</pre>
111.53
268.13</pre>
</div>

<h3><a name="8">Demonstration 8</a></h3>
Expand All @@ -325,8 +325,8 @@ <h3><a name="8">Demonstration 8</a></h3>
<p>Produces the following output</p>
<pre class="example">ci =

0.51674
0.873</pre>
0.50501
0.86333</pre>
</div>

<h3><a name="9">Demonstration 9</a></h3>
Expand Down Expand Up @@ -431,13 +431,13 @@ <h3><a name="9">Demonstration 9</a></h3>
<p>Produces the following output</p>
<pre class="example">ans =

-16.69 -20.526 -12.642
-11.721 -15.188 -8.0851
-8.0606 -11.299 -4.6596
0.10476 -0.062295 0.28823
0.010336 -0.00273 0.023016
0.06452 0.033493 0.094721
0.0016638 0.00019837 0.0031828</pre>
-16.69 -20.555 -12.325
-11.721 -15.104 -7.907
-8.0606 -11.244 -4.3564
0.10476 -0.081023 0.28225
0.010336 -0.0032993 0.022647
0.06452 0.033083 0.095608
0.0016638 0.00017173 0.0031554</pre>
</div>

<h3><a name="10">Demonstration 10</a></h3>
Expand Down
30 changes: 15 additions & 15 deletions docs/function/bootclust.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ <h3><a name="1">Demonstration 1</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Expanded bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (1.2%, 97.5%)
Nominal coverage (and the percentiles used): 95% (0.9%, 96.9%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+29.65 -3.553e-15 +2.557 +23.86 +34.54</pre>
+29.65 -2.487e-14 +2.596 +23.23 +34.22</pre>
</div>

<h3><a name="2">Demonstration 2</a></h3>
Expand All @@ -200,11 +200,11 @@ <h3><a name="2">Demonstration 2</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Expanded bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (1.1%, 98.7%)
Nominal coverage (and the percentiles used): 95% (1.2%, 98.8%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+29.65 -0.03415 +2.970 +22.68 +35.96</pre>
+29.65 -0.03861 +2.830 +23.29 +35.79</pre>
</div>

<h3><a name="3">Demonstration 3</a></h3>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3><a name="3">Demonstration 3</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -6.700 +41.27 +97.45 +234.3</pre>
+171.5 -6.610 +40.23 +100.3 +232.7</pre>
</div>

<h3><a name="4">Demonstration 4</a></h3>
Expand Down Expand Up @@ -262,7 +262,7 @@ <h3><a name="4">Demonstration 4</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -8.689 +32.87 +106.1 +214.9</pre>
+171.5 -9.518 +33.66 +104.3 +214.7</pre>
</div>

<h3><a name="5">Demonstration 5</a></h3>
Expand All @@ -285,11 +285,11 @@ <h3><a name="5">Demonstration 5</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 90% (11.9%, 98.7%)
Nominal coverage (and the percentiles used): 90% (11.6%, 98.6%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -6.735 +42.12 +115.0 +259.2</pre>
+171.5 -6.366 +42.32 +114.0 +260.4</pre>
</div>

<h3><a name="6">Demonstration 6</a></h3>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h3><a name="6">Demonstration 6</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+171.5 -9.298 +33.17 +123.2 +229.1</pre>
+171.5 -9.121 +32.87 +124.8 +230.2</pre>
</div>

<h3><a name="7">Demonstration 7</a></h3>
Expand All @@ -344,8 +344,8 @@ <h3><a name="7">Demonstration 7</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+0.1314 +0.01575 +0.2159 -0.3303 +0.4189
-0.1183 +0.04016 +0.1606 -0.3226 +0.1434</pre>
+0.1526 -0.004045 +0.2549 -0.2914 +0.5480
-0.1651 +0.02323 +0.3393 -0.7568 +0.3626</pre>
</div>

<h3><a name="8">Demonstration 8</a></h3>
Expand All @@ -372,8 +372,8 @@ <h3><a name="8">Demonstration 8</a></h3>

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+0.004977 +0.01302 +0.3145 -0.7876 +0.3784
-0.2265 -0.01902 +0.1218 -0.4053 -0.03024</pre>
-0.008327 +0.009356 +0.3069 -0.4878 +0.5284
-0.4938 +0.04475 +0.1830 -0.8062 -0.2775</pre>
</div>

<h3><a name="9">Demonstration 9</a></h3>
Expand All @@ -400,11 +400,11 @@ <h3><a name="9">Demonstration 9</a></h3>
Resampling method: Balanced, bootstrap cluster resampling
Number of resamples: 1999
Confidence interval (CI) type: Bias-corrected and accelerated (BCa)
Nominal coverage (and the percentiles used): 95% (1.5%, 96.3%)
Nominal coverage (and the percentiles used): 95% (1.6%, 96.5%)

Bootstrap Statistics:
original bias std_error CI_lower CI_upper
+0.7764 -0.02466 +0.1468 +0.3731 +0.9907</pre>
+0.7764 -0.02514 +0.1488 +0.3744 +0.9964</pre>
</div>

<p>Package: <a href="../index.html">statistics-resampling</a></p>
Expand Down
Loading

0 comments on commit cb0ec41

Please sign in to comment.