fiona steele

29
Multilevel Event History Models with Applications to the Analysis of Recurrent Employment Transitions Fiona Steele

Upload: rayya

Post on 22-Jan-2016

38 views

Category:

Documents


1 download

DESCRIPTION

Multilevel Event History Models with Applications to the Analysis of Recurrent Employment Transitions. Fiona Steele. Outline. The discrete-time approach Multilevel models and examples for: Recurrent events Multiple states Handling large datasets Examples of other applications - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Fiona Steele

Multilevel Event History Models with Applications to the Analysis of Recurrent

Employment Transitions

Fiona Steele

Page 2: Fiona Steele

Outline

• The discrete-time approach

• Multilevel models and examples for:– Recurrent events

– Multiple states

• Handling large datasets

• Examples of other applications

• Estimation/software

Page 3: Fiona Steele

Why use discrete-time methods?

• Events times are often measured in discrete time units, e.g. months or years.

• Straightforward to allow and test for non-proportional hazards.

• We can use familiar models for discrete response data. For more complex data structures and processes, we can use existing estimation procedures for multilevel models.

Page 4: Fiona Steele

E.g. records for 2 individuals INDIVIDUAL (j) DURATION (tj) EVENT AGE (xj) 1 5 0 20 2 3 1 35 EVENT =1 if event observed (uncensored)

= 0 if censored.

Restructuring data for a discrete-time analysis: Individual-based file

Page 5: Fiona Steele

j t ytj xj

1 1 0 20 1 2 0 20 1 3 0 20 1 4 0 20 1 5 0 20 2 1 0 35 2 2 0 35 2 3 1 35 ytj = 1 if event occurs to individual j in interval t = 0 if event does not occur in interval t

Restructuring data for a discrete-time analysis: Person-period file

Page 6: Fiona Steele

Denote by tjp the probability that individual j has an event during interval

t , given no event before the start of t .

)1Pr(

)0|1Pr( 1,2,1

tj

jjtjttjtj

y

yyyyp

tjp is a discrete-time approximation to the continuous-time hazard function.

Call tjp the discrete-time hazard.

Discrete-time hazard function

Page 7: Fiona Steele

A simple discrete-time logit model

We can fit a logit regression model of the form:

The covariates xtj can be constant over time or time-varying.

ztj is vector of functions of time (e.g. polynomials or dummy

variables) and αTztj is the logit of the baseline hazard function.

Other link functions possible, e.g. clog-log or probit.

tjT

tjT

tjp xβzα ][logit

Page 8: Fiona Steele

Recurrent events

• Analyse duration of periods of continuous exposure (episodes), e.g. employment episodes, birth intervals, partnerships

• There may be unobserved individual-specific (i.e. time-invariant) factors which affect the probability of an event for all of an individual’s episodes – referred to as unobserved heterogeneity or frailty

Page 9: Fiona Steele

Repeated events lead to a two-level hierarchical structure

Level 2: Individuals

Level 1: Episodes

Hierarchical data structure

Page 10: Fiona Steele

tijp is probability of event in time interval t during episode i of individual j

tijx are covariates which might be time-varying or defined atthe episode or individual level

),0(~ 2uj Nu

2-level model for recurrent events

random effect representing unobserved characteristicsof individual j – unobserved heterogeneity or frailty Assume

ju

jtijT

tijT

tij up xβzα][logit

Page 11: Fiona Steele

Example: women’s employment

• Duration of non-employment spells; event is (re)entry into employment

• Data are subsample from British Household Panel Study: 1401 women, 2290 episodes and 15314 person-year records

• Employment, birth and union histories collected retrospectively at wave 2. These were linked to subsequent panel data to form continuous histories

• Focus on effects of duration non-employed and time-varying indicators of number and age of children, but also adjust for age, characteristics of previous job (if any)

Page 12: Fiona Steele

Unobserved individual heterogeneity

• Estimated standard deviation of woman-level random effect is 0.65 (se=0.09)

– significant variation between women in log-odds of entering employment due to unmeasured time-invariant characteristics

• Failure to account for unobserved heterogeneity (UH) leads to overstatement of negative duration effects and understatement of positive duration effects

• After accounting for UH, effects of time-varying covariates (e.g. duration and number/age children) are subject-specific, i.e. within-woman effects

Page 13: Fiona Steele

Duration effects before and after allowing for unobserved heterogeneity

Duration non-employed (ref is < 1 yr) Before After

[1,2) years -0.788* -0.648*

[2,3) -1.133* -0.927*

[3,4) -1.489* -1.225*

[4,5) -1.372* -1.077*

[5,6) -1.256* -0.930*

[6,7) -1.353* -1.025*

[7,8) -1.575* -1.248*

[8,9) -1.688* -1.350*

9+ years -2.130* -1.765*

* p<0.05

Page 14: Fiona Steele

Estimates from multilevel logit model of entry into employment

Child indicator Est. (SE)

Imminent birth (within 1 year) -0.836* (0.124)

No. children age <=5 years (ref = 0)

1 child -0.204* (0.096)

2 -0.356* (0.142)

No. children age > 5 years (ref = 0)

1 child 0.244* (0.117)

2 0.428* (0.115)

* p<0.05

Page 15: Fiona Steele

Modelling transitions between multiple states

An individual may pass through various ‘states’, e.g. employment and non-employment.

Suppose there are 2 states, and denote by pstij the probability of a transition from state s.

2,1,logit sup sjstijTsstij

Tsstij xβzα

where (u1j, u2j) ~ bivariate normal

Note: Generalises to multinomial logit for > 2 states

Page 16: Fiona Steele

Multiple states: data structure (1)

Start with an episode-based file, e.g.

j i Stateij tij EVENTij

Ageij

1 1 E 3 1 16

1 2 NE 2 0 19

States are employment (E) and non-employment (NE)

Notes: (i) t in years; (ii) EVENTij =1 if uncensored, 0 if censored;(iii) age, in years, at start of episode.

Page 17: Fiona Steele

Multiple states: data structure (2)

Convert to discrete-time format:

t ytij Eij NEij Eij*Ageij NEij*Ageij

1 0 1 0 16 0

2 0 1 0 16 0

3 1 1 0 16 0

1 0 0 1 0 19

2 0 0 1 0 19

Eij dummy for Employment, NEij dummy for Non-Employment

Page 18: Fiona Steele

Example: transitions between employment and non-employment

• corr(u1j, u2j)=0.58, se=0.13, so large positive residual correlation between E→NE and NE→E– Women with high (low) chance of entering E tend to

have a high (low) chance of leaving E

– Positive correlation arises from two sub-groups: short spells of E and NE, and longer spells of both types

• BUT little impact on estimates for child indicators on (re)entry into employment

Page 19: Fiona Steele

Handling large datasets

• Although flexible, a drawback of the discrete-time approach is that the analysis file can be very large. This is a particular problem when we wish to fit complex models with multiple correlated random effects.

• Two possible approaches:– Group time intervals

– More efficient algorithms, e.g. reparameterisation in MCMC estimation (Browne et al. 2009)

Page 20: Fiona Steele

Grouped time intervals

Suppose we analyse 6-month rather than monthly intervals.

Need to allow for different lengths of exposure time. In any 6-month interval, some will have the event or be censored after 1st month while others will be exposed for full 6 months.

Denote by ntij exposure time in grouped interval t.

Estimate binomial logit model with response ytij and denominator ntij

Note: intervals do not need to be the same width.

Page 21: Fiona Steele

Example of grouped time intervals

Suppose an individual is observed to have an event during the 17th month, and we wish to group durations into 6-month intervals (t).

j i t ntij ytij y*tij

1 1 1 6 0 0

1 1 2 6 0 0

1 1 3 5 1 0.2

Page 22: Fiona Steele

Implications of aggregation

• Need to assume that hazard function is constant within the grouped intervals.

• Need to fix values of time-varying covariates within intervals, e.g. value at start.

• In practice, aggregation has little impact on estimated baseline hazard or effects of episode/individual-level covariates. But impact on coefficients of time-varying covariates can be substantial.

Page 23: Fiona Steele

Examples of other applications

• Hospital admissions: length of stay or duration between admissions– Repeated episodes nested within patients if multiple

admissions

– Hospital and GP effects using cross-classified multilevel model (GPs refer to multiple hospitals, and hospitals take patients from multiple GPs)

• Area effects on mortality or fertility– Repeated birth intervals (for fertility) for individuals

nested within areas

Page 24: Fiona Steele

Area effects on mortality: alternative approaches

• As in employment example, set up person-period file with multiple records per person, e.g. Kravdal (2006)

• Define a single binary response for each person and include number of years of exposure as offset in a Poisson regression, e.g. Tarkiainen et al. (2009). Could also treat as binomial response (as for grouped time intervals).

• If few, categorical covariates apply Poisson regression to aggregate data (1 record for each combination of t and covariate values)

Page 25: Fiona Steele

Area effects on mortality: Multilevel Poisson modelling of aggregate data (1)

• Suppose we want to estimate effect of age, sex and area characteristics on individual mortality risk

• Suppose we group age into four 5-year age categories. Then for each area define 8 cells, one for each age-sex combination

• For area j denote by yij the observed number of deaths for age-sex cell i

• Denote the total population at risk of mortality in cell i of area j by nij, or might use expected number of deaths Eij

Page 26: Fiona Steele

Area effects on mortality: Multilevel Poisson modelling of aggregate data (2)

• Analyse (yij, nij) using 2-level Poisson model

• Define age and sex dummies characterising cells and include these and area-level variables as predictors

• Application to cancer mortality: Langford and Day (2001)- No. deaths for small areas (i) within regions (j) within EC nations

(k). Covariates at regional level

• Application to teenage conception: Diamond et al. (2002)– No. conceptions for age-year cell (i) within electoral wards (j).

Deprivation indicators at ward level

Page 27: Fiona Steele

Software

• Recurrent events and multiple states. Any software for multilevel binary responses

• Binomial models for grouped intervals. GLLAMM, MLwiN, WinBUGS

• Simultaneous equations models for correlated processes. aML, GLLAMM, MLwiN, Sabre, WinBUGS. aML is the most general (mixed response types at different levels)

Page 28: Fiona Steele

Browne, W. J., Steele, F., Golalizadeh, M. & Green, M. (2009). The use of simple reparameterisations in MCMC estimation of multilevel models with applications to discrete-time survival models. JRSS A, 172, 579-598.

Diamond, I., Clements, S., Stone, N. and Ingham, R. (2002) Spatial variation in teenage conceptions in south and west England. Journal of the Royal Statistical Society, Series A, 162: 273-289.

Goldstein, H., Pan, H. and Bynner, J. (2004) “A flexible procedure for analysing longitudinal event histories using a multilevel model.” Understanding Statistics, 3: 85-99.

Kravdal, Ø (2006) Does place matter for cancer survival in Norway? A multilevel analysis of the importance of hospital affiliation and municipality socio-economic resources. Health and Place, 12: 527-537.

Langford, I. H. and Day, R.J. (2001) Poisson Regression. In A.H. Leyland and H. Goldstein (ed) Multilevel Modelling of Health Statistics. London: Wiley. Chapter 4.

References

Page 29: Fiona Steele

References

Steele, F., Goldstein, H. and Browne, W. (2004) “A general multistate competing risks model for event history data, with an application to a study of contraceptive use dynamics.” Statistical Modelling, 4: 145-159.

Steele, F. (2011) Multilevel discrete-time event history models with applications to the analysis of recurrent employment transitions (with discussion). Australian and New Zealand Journal of Statistics (to appear).

Tarkiainen, L., Martikainen, P., Laaksonen, M. and Leyland, A.H. (2009) Comparing the effects of neighbourhood characteristics on all-cause mortality using two hierarchical areal units in the capital region of Helsinki. Health and Place, 16: 409-412.

See also downloadable materials:http://www.cmm.bris.ac.uk/MLwiN/tech-support/workshops/materials/models.shtmlhttp://www.cmm.bris.ac.uk/MLwiN/tech-support/workshops/materials/eha.shtml