-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.qmd
More file actions
64 lines (44 loc) · 1.62 KB
/
courses.qmd
File metadata and controls
64 lines (44 loc) · 1.62 KB
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
60
61
---
title: "Courses"
css: courses.css
---
## University Courses
### Applied Survival Analysis
:::::: columns
::: {.column width="15%" .text-center}
<!-- profile pic -->
[{width="100%"}](https://lmaowisc.github.io/BMI741){target="_blank"}\
[Spring 2020 -- 2025]{style="font-size: 0.85em"}
:::
::: {.column width="5%"}
<!-- empty column to create gap -->
:::
::: {.column width="80%"}
Provides a survey of statistical methods for time-to-event data arising in medical and industrial settings.
- Kaplan-Meier estimator, log-rank test, Cox proportional hazards model
- Multiple failures, recurrent events, competing risks, joint analysis with longitudinal data, multistate processes, composite endpoints
- Causal inference, machine learning
Emphasizes case studies and data analysis (using R)
:::
::::::
### Applied Longitudinal Analysis
:::::: columns
::: {.column width="15%" .text-center}
<!-- profile pic -->
{width="100%"}\
[Spring 2019 ]{style="font-size: 0.85em"}
:::
::: {.column width="5%"}
<!-- empty column to create gap -->
:::
::: {.column width="80%"}
Introduces modern statistical methods for longitudinal data, with applications in health sciences, behavioral studies, and beyond.
<!-- - Response profiles of repeated measurements, cluster data -->
- Linear mixed-effects models, mean and variance structure
- Marginal models, generalized estimating equations (GEE)
- Generalized linear mixed effects models, growth curve analysis
- Missing data, sample size calculation
Emphasizes modeling and analyzing real-world datasets (using SAS)
:::
::::::
## Workshops