CS7DS3 Applied Statistical Modeling: Overview

Arthur White

Preliminaries

CS7DS3 Applied Statistical Modeling

Basic Structure

Communication

Assessment

Online materials

Reading material

There is no compulsory textbook for this course, but the following cover different aspects of the material:

Questions?

Module overview

Description

Build, compute, critique, repeat

Description

Examples – schools data

##    school mathscore
## 1       1     52.11
## 2       1     57.65
## 3       1     66.44
## 4       1     44.68
## 5       1     40.57
## 6       1     35.04
## 7       1     50.71
## 8       1     66.17
## 9       1     39.43
## 10      1     46.17
## 11      1     58.76
## 12      1     47.97

Schools data

Schools data – hierarchical analysis

Examples – aerobics programme

##    uptake aerobic age
## 1   -0.87       0  23
## 2  -10.74       0  22
## 3   -3.27       0  22
## 4   -1.97       0  25
## 5    7.50       0  27
## 6   -7.25       0  20
## 7   17.05       1  31
## 8    4.96       1  23
## 9   10.40       1  27
## 10  11.05       1  28
## 11   0.26       1  22
## 12   2.51       1  24

Aerobics programme data

Aerobics programme – regression output

Examples – Old Faithful data

##    eruptions waiting
## 1      3.600      79
## 2      1.800      54
## 3      3.333      74
## 4      2.283      62
## 5      4.533      85
## 6      2.883      55
## 7      4.700      88
## 8      3.600      85
## 9      1.950      51
## 10     4.350      85
## 11     1.833      54
## 12     3.917      84

Old Faithful data

Old Faithful data – cluster analysis

Example: COVID-19 Vaccine

COVID-19 Vaccine – Efficacy estimate

Summary of examples

Questions of interest

Statistical models

A simple/hierarchical model - schematic

A regression model - schematic

A latent variable model - schematic

Summary