-
Notifications
You must be signed in to change notification settings - Fork 11
/
prereq-knowledge.qmd
59 lines (52 loc) · 1.85 KB
/
prereq-knowledge.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Epi 202: probability models for different data types
- Probability distributions
- binomial
- Poisson
- Gaussian
- exponential
- Characteristics of probability distributions
- Mean, median, mode, quantiles
- Variance, standard deviation, overdispersion
- Characteristics of samples
- independence, dependence, covariance, correlation
- ranks, order statistics
- identical vs nonidentical distribution (homogeneity vs heterogeneity)
- Laws of Large Numbers
- Central Limit Theorem for the mean of an iid sample
Epi 203: inference for one or several homogenous populations
* the maximum likelihood inference framework:
+ likelihood functions
+ log-likelihood functions
+ score functions
+ estimating equations
+ information matrices
+ point estimates
+ standard errors
+ confidence intervals
+ hypothesis tests
+ p-values
* Hypothesis tests for one, two, and >2 groups:
+ t-tests/ANOVA for Gaussian models
+ chi-square tests for binomial and Poisson models
+ nonparametric tests:
- Wilcoxon signed-rank test for matched pairs
- Mann–Whitney/Kruskal-Wallis rank sum test
for $\geq 2$ independent samples
- Fisher's exact test for contingency tables
- Cochran–Mantel–Haenszel-Cox log-rank test
* Some linear regression
For all of the quantities above,
and especially for confidence intervals and p-values,
you should know how **both**:
- how to compute them
- how to interpret them
Stat 108: linear regression models
* building models for Gaussian outcomes
+ multiple predictors
+ interactions
* regression diagnostics
* fundamentals of R programming; e.g.:
+ @r4ds
+ @dalgaardintroductory
* [RMarkdown or Quarto for formatting homework](https://r4ds.hadley.nz/quarto)
+ LaTeX for writing math in RMarkdown/Quarto