generated from statOmics/Rmd-website
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathquestions2.Rmd
More file actions
21 lines (14 loc) · 777 Bytes
/
questions2.Rmd
File metadata and controls
21 lines (14 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "Questions Wrapup 2: Statistical Inference "
author: "Lieven Clement"
date: "10/11/2021"
output: ioslides_presentation
---
```{r setup, include=FALSE, cache=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## How confident are you in explaining the difference between the standard deviation and the standard error?
## How confident are you in explaining what the impact is of sample size on the standard error and the width of a confidence interval?
## How confident are you in translating the research question in a null and alternative hypothesis?
## How confident are you in interpreting the output of a one sample t-test and a two-sample t-test in terms of the research question?
## How confident are you in checking the assumptions of a two sample t-test?