Learn R Programming

etm (version 1.1.2)

abortion: Pregnancies exposed to coumarin derivatives

Description

Outcomes of pregnancies exposed to coumarin derivatives. The aim is to investigate whether exposition to coumarin derivatives increases the probability of spontaneous abortions. Apart from spontaneous abortion, pregnancy may end in induced abortion or live birth, leading to a competing risks situation. Moreover, data are left-truncated as women usually enter the study several weeks after conception.

Usage

data(abortion)

Arguments

Format

A data frame with 1186 observations on the following 5 variables.

id

Identification number

entry

Entry times into the cohort

exit

Event times

group

Group. 0: control, 1: exposed to coumarin derivatives

cause

Cause of failure. 1: induced abortion, 2: life birth, 3: spontaneous abortion

Examples

Run this code
data(abortion)

Run the code above in your browser using DataLab