Skip to content

Commit

Permalink
added harpo data
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanweed committed Oct 21, 2021
1 parent 63de4f5 commit c6aacc8
Show file tree
Hide file tree
Showing 51 changed files with 5,381 additions and 4,059 deletions.
Binary file modified Book/_build/.doctrees/03.01-descriptives.doctree
Binary file not shown.
Binary file modified Book/_build/.doctrees/04.04-hypothesis-testing.doctree
Binary file not shown.
Binary file modified Book/_build/.doctrees/05.02-ttest.doctree
Binary file not shown.
Binary file modified Book/_build/.doctrees/environment.pickle
Binary file not shown.
244 changes: 147 additions & 97 deletions Book/_build/.doctrees/glue_cache.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Book/_build/html/03.01-descriptives.html
Original file line number Diff line number Diff line change
Expand Up @@ -1102,16 +1102,16 @@ <h3><span class="section-number">1.1.5. </span>A real life example<a class="head
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Geelong 39
West Coast 38
Essendon 32
North Melbourne 28
Melbourne 28
Collingwood 28
North Melbourne 28
Hawthorn 27
Adelaide 26
Sydney 26
Adelaide 26
Carlton 26
Brisbane 25
St Kilda 24
Western Bulldogs 24
St Kilda 24
Port Adelaide 17
Richmond 6
Fremantle 6
Expand Down Expand Up @@ -1634,7 +1634,7 @@ <h3><span class="section-number">1.2.7. </span>Which measure to use?<a class="he
</div>
<div class="figure align-default" id="fig-skew" style="width: 600px">
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x131878bb0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;seaborn.axisgrid.FacetGrid at 0x116e25d60&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -2048,7 +2048,7 @@ <h3><span class="section-number">1.4.2. </span>“Describing” a data frame<a c
</tr>
<tr>
<th>top</th>
<td>joyzepam</td>
<td>placebo</td>
<td>CBT</td>
<td>NaN</td>
</tr>
Expand Down
2,297 changes: 1,215 additions & 1,082 deletions Book/_build/html/05.02-ttest.html

Large diffs are not rendered by default.

19 changes: 7 additions & 12 deletions Book/_build/html/05.03-anova.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>4. Comparing several means &#8212; Learning Statistics with Python</title>
<title>3. Comparing several means &#8212; Learning Statistics with Python</title>

<link rel="stylesheet" href="_static/css/index.f658d18f9b420779cfdf24aa0a7e2d77.css">

Expand Down Expand Up @@ -54,7 +54,7 @@
<script async="async" src="_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="5. Linear regression" href="05.04-regression.html" />
<link rel="next" title="4. Linear regression" href="05.04-regression.html" />
<link rel="prev" title="2. Comparing Two Means" href="05.02-ttest.html" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down Expand Up @@ -199,24 +199,19 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
2. Comparing Two Means
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.02-ttest.html#comparing-two-means-ttest">
3. Comparing two means{#ttest}
</a>
</li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
4. Comparing several means
3. Comparing several means
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.04-regression.html">
5. Linear regression
4. Linear regression
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.05-anova2.html">
6. Factorial ANOVA
5. Factorial ANOVA
</a>
</li>
</ul>
Expand Down Expand Up @@ -348,7 +343,7 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
<div>

<div class="section" id="comparing-several-means">
<span id="anova"></span><h1><span class="section-number">4. </span>Comparing several means<a class="headerlink" href="#comparing-several-means" title="Permalink to this headline"></a></h1>
<span id="anova"></span><h1><span class="section-number">3. </span>Comparing several means<a class="headerlink" href="#comparing-several-means" title="Permalink to this headline"></a></h1>
</div>

<script type="text/x-thebe-config">
Expand Down Expand Up @@ -377,7 +372,7 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
<div class='prev-next-bottom'>

<a class='left-prev' id="prev-link" href="05.02-ttest.html" title="previous page"><span class="section-number">2. </span>Comparing Two Means</a>
<a class='right-next' id="next-link" href="05.04-regression.html" title="next page"><span class="section-number">5. </span>Linear regression</a>
<a class='right-next' id="next-link" href="05.04-regression.html" title="next page"><span class="section-number">4. </span>Linear regression</a>

</div>

Expand Down
23 changes: 9 additions & 14 deletions Book/_build/html/05.04-regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>5. Linear regression &#8212; Learning Statistics with Python</title>
<title>4. Linear regression &#8212; Learning Statistics with Python</title>

<link rel="stylesheet" href="_static/css/index.f658d18f9b420779cfdf24aa0a7e2d77.css">

Expand Down Expand Up @@ -54,8 +54,8 @@
<script async="async" src="_static/sphinx-thebe.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="6. Factorial ANOVA" href="05.05-anova2.html" />
<link rel="prev" title="4. Comparing several means" href="05.03-anova.html" />
<link rel="next" title="5. Factorial ANOVA" href="05.05-anova2.html" />
<link rel="prev" title="3. Comparing several means" href="05.03-anova.html" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
Expand Down Expand Up @@ -199,24 +199,19 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
2. Comparing Two Means
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.02-ttest.html#comparing-two-means-ttest">
3. Comparing two means{#ttest}
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.03-anova.html">
4. Comparing several means
3. Comparing several means
</a>
</li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
5. Linear regression
4. Linear regression
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.05-anova2.html">
6. Factorial ANOVA
5. Factorial ANOVA
</a>
</li>
</ul>
Expand Down Expand Up @@ -348,7 +343,7 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
<div>

<div class="section" id="linear-regression">
<span id="regression"></span><h1><span class="section-number">5. </span>Linear regression<a class="headerlink" href="#linear-regression" title="Permalink to this headline"></a></h1>
<span id="regression"></span><h1><span class="section-number">4. </span>Linear regression<a class="headerlink" href="#linear-regression" title="Permalink to this headline"></a></h1>
</div>

<script type="text/x-thebe-config">
Expand Down Expand Up @@ -376,8 +371,8 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>

<div class='prev-next-bottom'>

<a class='left-prev' id="prev-link" href="05.03-anova.html" title="previous page"><span class="section-number">4. </span>Comparing several means</a>
<a class='right-next' id="next-link" href="05.05-anova2.html" title="next page"><span class="section-number">6. </span>Factorial ANOVA</a>
<a class='left-prev' id="prev-link" href="05.03-anova.html" title="previous page"><span class="section-number">3. </span>Comparing several means</a>
<a class='right-next' id="next-link" href="05.05-anova2.html" title="next page"><span class="section-number">5. </span>Factorial ANOVA</a>

</div>

Expand Down
19 changes: 7 additions & 12 deletions Book/_build/html/05.05-anova2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>6. Factorial ANOVA &#8212; Learning Statistics with Python</title>
<title>5. Factorial ANOVA &#8212; Learning Statistics with Python</title>

<link rel="stylesheet" href="_static/css/index.f658d18f9b420779cfdf24aa0a7e2d77.css">

Expand Down Expand Up @@ -55,7 +55,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="1. Bayesian Statistics" href="06.01-bayes.html" />
<link rel="prev" title="5. Linear regression" href="05.04-regression.html" />
<link rel="prev" title="4. Linear regression" href="05.04-regression.html" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
Expand Down Expand Up @@ -199,24 +199,19 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
2. Comparing Two Means
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.02-ttest.html#comparing-two-means-ttest">
3. Comparing two means{#ttest}
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.03-anova.html">
4. Comparing several means
3. Comparing several means
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="05.04-regression.html">
5. Linear regression
4. Linear regression
</a>
</li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
6. Factorial ANOVA
5. Factorial ANOVA
</a>
</li>
</ul>
Expand Down Expand Up @@ -348,7 +343,7 @@ <h1 class="site-logo" id="site-title">Learning Statistics with Python</h1>
<div>

<div class="section" id="factorial-anova">
<h1><span class="section-number">6. </span>Factorial ANOVA<a class="headerlink" href="#factorial-anova" title="Permalink to this headline"></a></h1>
<h1><span class="section-number">5. </span>Factorial ANOVA<a class="headerlink" href="#factorial-anova" title="Permalink to this headline"></a></h1>
</div>

<script type="text/x-thebe-config">
Expand Down Expand Up @@ -376,7 +371,7 @@ <h1><span class="section-number">6. </span>Factorial ANOVA<a class="headerlink"

<div class='prev-next-bottom'>

<a class='left-prev' id="prev-link" href="05.04-regression.html" title="previous page"><span class="section-number">5. </span>Linear regression</a>
<a class='left-prev' id="prev-link" href="05.04-regression.html" title="previous page"><span class="section-number">4. </span>Linear regression</a>
<a class='right-next' id="next-link" href="06.01-bayes.html" title="next page"><span class="section-number">1. </span>Bayesian Statistics</a>

</div>
Expand Down
Binary file modified Book/_build/html/_images/03.01-descriptives_128_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Book/_build/html/_images/04.04-hypothesis-testing_11_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Book/_build/html/_images/04.04-hypothesis-testing_15_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Book/_build/html/_images/04.04-hypothesis-testing_20_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Book/_build/html/_images/04.04-hypothesis-testing_33_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Book/_build/html/_images/04.04-hypothesis-testing_36_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_10_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_13_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_36_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_39_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_39_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Book/_build/html/_images/05.02-ttest_7_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Book/_build/html/_sources/04.04-hypothesis-testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit c6aacc8

Please sign in to comment.