| Literature DB >> 29307954 |
Abstract
Data that have a multilevel structure occur frequently across a range of disciplines, including epidemiology, health services research, public health, education and sociology. We describe three families of regression models for the analysis of multilevel survival data. First, Cox proportional hazards models with mixed effects incorporate cluster-specific random effects that modify the baseline hazard function. Second, piecewise exponential survival models partition the duration of follow-up into mutually exclusive intervals and fit a model that assumes that the hazard function is constant within each interval. This is equivalent to a Poisson regression model that incorporates the duration of exposure within each interval. By incorporating cluster-specific random effects, generalised linear mixed models can be used to analyse these data. Third, after partitioning the duration of follow-up into mutually exclusive intervals, one can use discrete time survival models that use a complementary log-log generalised linear model to model the occurrence of the outcome of interest within each interval. Random effects can be incorporated to account for within-cluster homogeneity in outcomes. We illustrate the application of these methods using data consisting of patients hospitalised with a heart attack. We illustrate the application of these methods using three statistical programming languages (R, SAS and Stata).Entities:
Keywords: Cox proportional hazards model; Multilevel models; clustered data; event history models; frailty models; health services research; hierarchical regression model; statistical software; survival analysis
Year: 2017 PMID: 29307954 PMCID: PMC5756088 DOI: 10.1111/insr.12214
Source DB: PubMed Journal: Int Stat Rev ISSN: 0306-7734 Impact factor: 2.217
Statistical software output 1SAS output for Cox frailty survival model (log-normal frailty distribution)
Figure 1Variation in hospital-specific hazards and survival ( frailty model). SD, standard deviation. [Colour figure can be viewed at wileyonlinelibrary.com]
Statistical software output 2Stata output for PWE survival model
Figure 2Variation in hazard functions across hospitals (piecewise exponential model). SD, standard deviation. [Colour figure can be viewed at wileyonlinelibrary.com]
Statistical software output 3R output for discrete time mixed effects survival model
Statistical software output 4SAS output for discrete time mixed effects survival model with random intercept and random effect for cardiogenic shock
Strengths and limitation of each statistical model.
| Model | Strengths | Limitations |
|---|---|---|
| Cox model with mixed effects |
Can easily incorporate shared frailty terms using standard software for the Cox model. Allows hazard function to vary continuously. Familiar to researchers in the epidemiological and biomedical literature. |
Random coefficients cannot currently be incorporated in some software packages. Limited information on how to choose between different frailty distributions. |
| PWE model |
Can be fit using software for fitting HGLMs. Can easily incorporate random coefficients using standard software for HGLMs. May be more familiar to researchers in the social and behavioural sciences. |
Requires dividing follow-up time into discrete intervals with the assumption that the hazard function is constant within each interval. This may not be a realistic assumption in all settings. Little research on sensitivity to choice of time intervals. Dataset must be restructured. |
| Discrete time model |
Can be fit using software for fitting HGLMs. Can easily incorporate random coefficients using standard software for HGLMs. Regression coefficients are identical to those of an underlying proportional hazards regression model. May be more familiar to researchers in the social and behavioural sciences. |
Requires dividing follow-up time into discrete intervals. Does not take the duration of time at-risk within each interval. Little research on sensitivity to choice of time intervals. Dataset must be restructured. |
PWE, piecewise exponential; HGLM, hierarchal generalised linear model.
| Id | interval | start_time | end_time | at_risk_time | event | age |
|---|---|---|---|---|---|---|
| 1 | 1 | 0 | 2 | 2 | 0 | 65 |
| 1 | 2 | 2 | 5 | 3 | 0 | 65 |
| 1 | 3 | 5 | 10 | 5 | 0 | 65 |
| 1 | 4 | 10 | 20 | 10 | 0 | 65 |
| 1 | 5 | 20 | 24 | 4 | 1 | 65 |