| retinopathy {catdata} | R Documentation |
The retinopathy data contains information on persons with retinopathy.
data(retinopathy)
A data frame with 613 observations on the following 5 variables.
RETRET=1: no retinopathy, RET=2 nonproliferative retinopathy, RET=3 advanced retinopathy or blind
SMSM=1: smoker, SM=0: non-smoker
DIABdiabetes duration in years
GHglycosylated hemoglobin measured in percent
BPdiastolic blood pressure in mmHg
Bender and Grouven (1998), Using binary logistic regression models for ordinal data with non-proportional odds, J. Clin. Epidemiol., 51, 809–816.
## Not run:
## look for
vignette("ordinal-retinopathy1")
vignette("ordinal-retinopathy2")
## End(Not run)