Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #53

Merged
merged 1 commit into from
Jan 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 06_StatisticalInference/homework/hw4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The answer is <span class="answer">`r round(power, 3)`</span>
--- &multitext
Researchers would like to conduct a study of healthy adults to detect a four year mean brain volume loss of .01 mm3. Assume that the standard deviation of four year volume loss in this population is .04 mm3.

1. What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to acheive 80% power? (Always round up)
1. What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to achieve 80% power? (Always round up)



Expand Down
2 changes: 1 addition & 1 deletion 06_StatisticalInference/homework/hw4.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h2>About these slides</h2>
<p>Researchers would like to conduct a study of healthy adults to detect a four year mean brain volume loss of .01 mm3. Assume that the standard deviation of four year volume loss in this population is .04 mm3. </p>

<ol>
<li>What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to acheive 80% power? (Always round up)</li>
<li>What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to achieve 80% power? (Always round up)</li>
</ol>

<button class="quiz-submit btn btn-primary">Submit</button>
Expand Down
2 changes: 1 addition & 1 deletion 06_StatisticalInference/homework/hw4.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The answer is <span class="answer">0.804</span>
--- &multitext
Researchers would like to conduct a study of healthy adults to detect a four year mean brain volume loss of .01 mm3. Assume that the standard deviation of four year volume loss in this population is .04 mm3.

1. What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to acheive 80% power? (Always round up)
1. What is necessary sample size for the study for a 5% one sided test versus a null hypothesis of no volume loss to achieve 80% power? (Always round up)



Expand Down
2 changes: 1 addition & 1 deletion 07_RegressionModels/03_01_glms/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $$\sum_{i=1}^n y_i \eta_i =
\sum_{k=1}^p \beta_k\sum_{i=1}^n X_{ik} y_i
$$
Thus if we don't need the full data, only $\sum_{i=1}^n X_{ik} y_i$. This simplification is a consequence of chosing so-called 'canonical' link functions.
* (This has to be derived). All models acheive their maximum at the root of the so called normal equations
* (This has to be derived). All models achieve their maximum at the root of the so called normal equations
$$
0=\sum_{i=1}^n \frac{(Y_i - \mu_i)}{Var(Y_i)}W_i
$$
Expand Down
2 changes: 1 addition & 1 deletion 07_RegressionModels/03_01_glms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2>Some things to note</h2>
\sum_{k=1}^p \beta_k\sum_{i=1}^n X_{ik} y_i
\]
Thus if we don&#39;t need the full data, only \(\sum_{i=1}^n X_{ik} y_i\). This simplification is a consequence of chosing so-called &#39;canonical&#39; link functions.</li>
<li>(This has to be derived). All models acheive their maximum at the root of the so called normal equations
<li>(This has to be derived). All models achieve their maximum at the root of the so called normal equations
\[
0=\sum_{i=1}^n \frac{(Y_i - \mu_i)}{Var(Y_i)}W_i
\]
Expand Down
2 changes: 1 addition & 1 deletion 07_RegressionModels/03_01_glms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $$\sum_{i=1}^n y_i \eta_i =
\sum_{k=1}^p \beta_k\sum_{i=1}^n X_{ik} y_i
$$
Thus if we don't need the full data, only $\sum_{i=1}^n X_{ik} y_i$. This simplification is a consequence of chosing so-called 'canonical' link functions.
* (This has to be derived). All models acheive their maximum at the root of the so called normal equations
* (This has to be derived). All models achieve their maximum at the root of the so called normal equations
$$
0=\sum_{i=1}^n \frac{(Y_i - \mu_i)}{Var(Y_i)}W_i
$$
Expand Down