| 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.
leftleft side of observation interval
rightright side of observation interval
gendergender 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.