Skip to content

Commit 85c927e

Browse files
committed
The BMI comparison problem doesn't provide a place to submit the answer! (Also,it appears as if the both the diet and placebo INCREASE bmi, but that is another problem.
1 parent e88f319 commit 85c927e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 06_StatisticalInference/homework

06_StatisticalInference/homework/hw3.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>About these slides</h2>
7979
attr(,&quot;conf.level&quot;)
8080
[1] 0.95</code></pre>
8181
<p><span class="answer">18</span> <span class="answer">22</span></p>
82-
<p>— &amp;multitext Suppose that standard devition of 9 paired differences is <span class="math">\(1\)</span>, what value would the average difference have to be to have the lower endpoint of a 95% students t confidence interval touch zero?</p>
82+
<p>— &amp;multitext Suppose that standard deviation of 9 paired differences is <span class="math">\(1\)</span>, what value would the average difference have to be so that the lower endpoint of a 95% students t confidence interval touch zero?</p>
8383
<ol style="list-style-type: decimal">
8484
<li>Give the number here to two decimal places</li>
8585
</ol>
@@ -88,7 +88,7 @@ <h2>About these slides</h2>
8888
<p>We want <span class="math">\(\bar x = t_{.975,8} * s / \sqrt{n}\)</span></p>
8989
<pre class="r"><code>round(qt(.975, df = 8) * 1 / 3, 2)</code></pre>
9090
<pre><code>[1] 0.77</code></pre>
91-
<p>— &amp;radio An independent group Student’s T interval is used over a paired T interval when:</p>
91+
<p>— &amp;radio An independent group Student’s T interval is used instead of a paired T interval when:</p>
9292
<ol style="list-style-type: decimal">
9393
<li>The observations are paired between the groups.</li>
9494
<li><em>The observations between the groups are naturally assumed to be statistically independent</em></li>

0 commit comments

Comments
 (0)