Learn R Programming

Biograph (version 1.0)

IllnessDeath.GLHS: Illness-death model for job transitions

Description

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

Usage

IllnessDeath.GLHS(GLHS)

Arguments

GLHS
The GLHS data file in Biograph format

Value

  • The function returns the data set GLHS.tg, which is the data in Biograph format for 3 states: First job, Second or higher-order job and No job.

Details

In an illness-death model, a healthy person may stay healhty, get a disease or becomes disables or may die. A diseased or disabled person may stay diseased or disabled, or may experience death. Recovery is not possible. The model is used in epidemiology and public health. Biograph includes the model to illustrate the mstate package, ,in particular the msprep function.

Examples

Run this code
data (GLHS)
	ild <- IllnessDeath.GLHS (GLHS)

Run the code above in your browser using DataLab