GLHS.IllnessDeath: Illness-death model for job transitions

Description Usage Arguments Details Value Author(s) Examples

Description

The function creates from the GLHS data file a Biograph object with the following states (episodes): first job, second or higher-order job and out-of-a-job.

Usage

1

Arguments

GLHS

The GLHS data file in Biograph format

Details

The illness-death model is applied to labour-market transitions. In an illness-death model, a person may reach an end-state directly or indirectly by first experiencing an intermediate transition. The illness-death model is generally used in epidemiology and public health. Biograph includes the model to illustrate the mstate package,in particular the msprep function.

Value

The function returns a Biograph object with 3 states: First job, Second or higher-order job and No job.

Author(s)

Frans Willekens

Examples

1
2
3
	data (GLHS)
	ild <- GLHS.IllnessDeath (GLHS)
	

Biograph documentation built on May 1, 2019, 8:48 p.m.