Course schedule, 2018/2019
Here is the schedule for Fall 2018 and Winter 2019.
The (Rmarkdown) source code for many of these lectures is available at the github repository,
or by replacing the .slides.html
suffix to .Rmd
in the link below;
the slides are made using reveal.js.
Fall 2018
- Week 1 -
-
Introduction to R
- Week 2 -
-
Probability, correlation, standard errors, estimation
- Week 3 -
-
Hypothesis testing, $t$-test, permutation tests, and tidy data
- Week 4 -
-
Data visualization, linear models
- Week 5 -
-
Linear regression
- Week 6 -
-
ANOVA, and git
- Week 7 -
-
Experimental design and factorial ANOVA; mixed models; ANCOVA
- Week 8 -
-
Bayesian statistics - prior distributions and uncertainty - using Stan)
- Tuesday & Thursday Slides
- in-class demo - Beta-Binomial analysis
- reading: Kruschke, chapters 5 and 6 (and: install and test rstan)
- Week 9 -
-
Bayesian hierarchical modeling - shrinkage, and sharing power
- Tuesday Slides
- reading: Kruschke, chapters 7, 9, and 14
- Week 10 -
-
Logistic regression - simulation, posterior predictive sampling - robust regression
- Tuesday & Thursday Slides
- reading: Kruschke, chapters 16, 17, and 13
Winter 2019
- Week 11 (1/7, Peter)
-
Robust multiple linear regression; scale mixtures; model selection with crossvalidation; introduction to Generalized Linear Models (GLM).
- Tuesday & Thursday Slides
- Reading: (Kruschke, ch 15, 16, 17)
- Week 12 (1/14, Peter)
-
More GLMs; Poisson regression; detecting and modeling overdispersion; quantifying goodness-of-fit.
- Tuesday & Thursday Slides
- Reading: (Kruschke, ch 24)
- Week 13 (1/21, Peter)
-
Categorical data: chi-square for contingency tables, permutation tests; categorical prediction.
- Tuesday & Thursday Slides
- Reading: (Kruschke, ch 22, 24)
- Week 14 (1/28, Peter)
-
Sparsifying priors and variable selection.
- Tuesday & Thursday Slides
- Reading: (Kruschke, ch 19, 20)
- Week 15 (2/4, Bill)
-
Linear algebra, latent factor analysis, intro to multivariate
- Tuesday & Thursday Slides
- Reading: (Otto and Day, Linear Algebra Primer; Quinn & Keogh, ch 15)
- Week 16 (2/11, Bill)
-
Factor/PCA/PCoA/MDS
- Tuesday & Thursday Slides
- Reading: (Quinn & Keogh, ch 17, 18)
- Week 17 (2/18, Bill)
-
MANOVA and Discriminant Function Analysis (DFA)
- Tuesday & Thursday Slides
- Reading: (Quinn & Keogh, ch 16)
- Week 18 (2/25, Peter)
-
Visualization: nonnegative matrix factorization and constrained PCA
- Week 19 (3/4, Peter)
-
Modeling mixtures of expression data; clustering in Stan (t-SNE)
- Week 20 (3/11, Peter)
-
Introduction to time series and spatial statistics.