| DRS | R Documentation |
A real dataset of bivariate right-censored data with 197 subjects and 3 covariates. The patients were a 50% random sample of the patients with "high-risk" diabetic retinopathy as defined by the Diabetic Retinopathy Study (DRS) (Huster, 1989).
data("DRS")
A data frame with 394 observations on the following 7 variables.
idsubject id
indmargin indicator, 1 for right eye, 2 for left eye
obs_timetime of blindness (in months) from treatment
statuscensoring indicator, 1 = blindness, 0 = right censoring
treatlaser treatment type, 0 = no treatment, 1 = xenon, 2 = argon
ageage at diagnosis of diabetes
typetype of diabetes, 1 = juvenile (age at treatment < 20), 2 = adult
Each patient had one eye randomized to laser treatment and the other eye received no treatment. For each eye, the event of interest was the time from initiation of treatment to the time when visual acuity dropped below 5/200 (call it "blindness"). Survival times in this dataset are the actual time to blindness in months. Censoring was caused by death, dropout, or end of the study.
https://www.mayo.edu/research/documents/DRShtml/DOC-10027460
Huster WJ, Brookmeyer R, Self SG (1989). Modeling paired survival data with covariates. Biometrics 45, 145-156.
data(DRS)
clayton_wb <- rc_par_copula(data = DRS,
var_list = "treat",
copula = "Clayton",
m.dist = "Weibull")
summary(clayton_wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.