Learn R Programming

markovMSM (version 0.1.3)

prothr: Liver cirrhosis data - Abnormal prothrombin levels in liver cirrhosis.

Description

A data frame of 488 liver cirrhosis patients from a randomized clinical trial concerning prednisone treatment in these patients. The dataset is in long format. The included variables are

id

Patient identification number

from

Starting state

to

Receiving state

trans

Transition number

Tstart

Starting time

Tstop

Transition time

status

Status variable; 1=transition, 0=censored

treat

Treatment; factor with levels "Placebo", "Prednisone"

Usage

data("prothr")

Arguments

Format

A data frame, see data.frame.

Author

Gustavo Soutinho and Luis Meira-Machado.

References

Andersen PK, Borgan O, Gill RD, Keiding N (1993). Statistical Models Based on Counting Processes. Springer, New York.

Examples

Run this code
data(prothr)
head(prothr)

Run the code above in your browser using DataLab