-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
156 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,50 @@ | ||
--- | ||
title: "Overview" | ||
subtitle: "The logic of hypothesis testing and confidence intervals" | ||
subtitle: "" | ||
toc: true | ||
toc-location: right | ||
--- | ||
|
||
This week we will cover the logic of consider the logic of hypothesis testing and type 1 and type 2 errors. We will also find out what the sampling distribution of the mean and the standard error are, and how to calculate confidence intervals. | ||
This week we will cover | ||
|
||
|
||
|
||
|
||
![Artwork by @allison_horst: "type 1 error"](images/type-1-error.png){fig-alt="A cute population with a normal distribution with two samples, one which happens to have at mean at the low end of the population and one at the high end. The population is saying 'yes, I'm still sure I birthed both of you'. Because these samples are relatively rare - would happen less than 5% of the time - we would conclude they did not come from this population. That would be making a type 1 error." width="600"} | ||
|
||
|
||
![Artwork by @allison_horst: "type 2 error"](images/type-2-error.png){fig-alt="Two cute populations with a normal distribution with very little overlap. There are two samples, one which happens to have at mean at the low end of one population and and the other at the high end of the other population so that the two samples are close togther. Deciding these two samples were from the same population would be making a type 2 error." width="600"} | ||
|
||
|
||
### Learning objectives | ||
|
||
The successful student will be able to: | ||
|
||
- demonstrate the process of hypothesis testing with an example | ||
- | ||
|
||
- explain type 1 and type 2 errors | ||
- | ||
|
||
- define the sampling distribution of the mean and the standard error | ||
- | ||
|
||
- explain what a confidence interval is | ||
- | ||
|
||
- calculate confidence intervals for large and small samples | ||
- | ||
|
||
### Instructions | ||
|
||
1. [Prepare](study_before_workshop.qmd) | ||
|
||
i. π Read The logic of hyothesis testing | ||
ii. π Read Confidence Intervals | ||
i. π Read | ||
|
||
|
||
2. [Workshop](workshop.qmd) | ||
|
||
i. π» Remind yourself how to import files | ||
ii. π» Calculate confidence intervals on large | ||
iii. π» Calculate confidence intervals on small samples. | ||
i. π» | ||
ii. π» | ||
iii. π» | ||
|
||
|
||
3. [Consolidate](study_after_workshop.qmd) | ||
|
||
i. π» Calculate confidence intervals for each group in a data set | ||
i. π» | ||
|
||
|
||
|