Learn R Programming

survMisc (version 0.5.6)

gastric: gastric cancer trial data

Description

gastric cancer trial data

Arguments

Format

A data.frame with \(90\) rows (observations) and \(3\) columns (variables).

Details

Data from a trial of locally unresectable gastic cancer.

Patients (\(n=45\) in each group) were randomized to one of two groups: chemotheapy vs. chemotherapy + radiotherapy.

Columns are:

time

Time, in days

event

Death

group

Treatment

0

chemotherapy

1

chemotherapy + radiotherapy

References

Gastrointestinal Tumor Study Group, 1982. A comparison of combination chemotherapy and combined modality therapy for locally advanced gastric carcinoma. Cancer. 49(9):1771-7. dx.doi.org/10.1002/1097-0142(19820501)49:9<1771::AID-CNCR2820490907>3.0.CO;2-M Wiley (free)

Stablein DM, Koutrouvelis IA, 1985. A two-sample test sensitive to crossing hazards in uncensored and singly censored data. Biometrics. 41(3):643-52. dx.doi.org/10.2307/2531284 JSTOR

See Also

Examples in comp

Examples

Run this code
# NOT RUN {
data("gastric", package="survMisc", verbose=TRUE)
head(gastric)

# }

Run the code above in your browser using DataLab