ggas {ClinicalTrialSummary}R Documentation

Data from Gastrointestinal Tumor Study Group (1982)

Description

The Gastrointestinal Tumor Study Group (1982) compared chemotherapy with combined chemotherapy and radiation therapy, in the treatment of locally unresectable gastric cancer. Each treatment arm had 45 patients, with two observations of the chemotherapy group and six of the combination group censored. The plot of Kaplan-Meier survival curves show that the two curves cross at around 1000 days.

Usage

data(ggas)

Format

The data has the following information for the ninety subjects:

time

the vector for the pooled lifetimes of the two groups

event

the numeric vector of the right-censoring indicator (event = 1, censored = 0)

group

the numeric vector of the group indicator (treatment = 1, control = 0)

References

Gastrointestinal Tumor Study Group (1982). A comparison of combination chemotherapy and combined modality therapy for locally advanced gastric carcinoma. Cancer.

See Also

ypsummary

Examples

library(ClinicalTrialSummary)
data(ggas)

[Package ClinicalTrialSummary version 1.1.1 Index]