IR_diabetes | R Documentation |
Data set contains interval censored survival time for time from onset of
diabetes to to diabetic nephronpathy. Identical to the diabetes
dataset found in the package glrt
.
left
left side of observation interval
right
right side of observation interval
gender
gender of subject
Borch-Johnsens, K, Andersen, P and Decker, T (1985). "The effect of proteinuria on relative mortality in Type I (insulin-dependent) diabetes mellitus." Diabetologia, 28, 590-596.
data(IR_diabetes)
fit <- ic_par(cbind(left, right) ~ gender,
data = IR_diabetes,
model = "po",
dist = "loglogistic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.