Back to /~vavraj/
- SIS page: NMST511
- Schedule: officially on Thursday 14:00 -
15:30 in classroom K5
- Language: materials in English, instructed in Czech
(unless anybody requires English)
- Instructor e-mail: vavraj@karlin.mff.cuni.cz
- Lecture web page (from previous years): http://www.karlin.mff.cuni.cz/~kulich/vyuka/cens/index.html
- Note: many exercises will be replaced by lectures
untill sufficient theoretical bakground is covered
- hence, exercises will be scattered irregularly within the term
(mostly at its end),
- completing given homework assignments in pre-specified deadlines
(usually a day before the next exercise),
- exercise class will be opened with discussion over previous
homework,
- we will go through the materials for exercise class together,
- there will be time for you to ask questions, work on given
assigments, …
- no attendance requirement for course credit.
Credit
- Satisfactory solution to given assignments by the prescribed
deadline.
(If your solution will not be satisfactory enough, you
might be asked for revision.)
Send your solution via email to
address vavraj@karlin.mff.cuni.cz.
Recommended form:
Rmarkdown
output (PDF or HTML)
Overview
- Topic: Testing equality of
censored distributions
- Datasets: km_all.RData,
data(veteran)
- Assignment: Calculate and plot [KM], [NA] estimates
and smoothed estimator of hazard function when differentiating different
groups. Perform two-sample tests and decide (based on the plots) which
test statistic would be the most appropriate. Perform several real data
analyses and simulation study.
- Deadline: Thursday xx
December 9:00
- Topic: Building
Cox models for censored data (constant covariates)
- Dataset:
pbc dataset from
library(survival)
- Assignment: Perform exploratory analysis focused on
the influence of covariates on the survival probability. Build a
reasonable Cox model (starting from simple univariate models). Compare
your final Cox model to your final model from Exercise
1.
- Deadline: no report required
- Topic: Time-varying covariates
in the Cox model
- Dataset:
jasa and heart
dataset from library(survival)
- Assignment: Try to reproduce
heart
dataset from jasa. Build and interpret Cox model with
covariate indicating the time of heart transplantation and other fixed
covariates. Does transplantation help patients to survive longer? Plot
estimated survival functions.
- Deadline: no report required
- Topic: Cox model - homework
assignment
- Dataset:
aids dataset from
library(JM)
- Assignment: Perform exploratory analysis focused on
the influence of covariates on the survival probability. Take into
account the longitudinal aspect of the data. Build a reasonable Cox
model (starting from simple univariate models).
- Deadline: Thursday xx
January 9:00
- Topic: Generalizations of the Cox
model
- Dataset:
pbc and cgd
datasets from library(survival)
- Assignment: None, just admire what else could be
done with the Cox model.