Learn R Programming

catdata (version 1.2.4)

retinopathy: Retinopathy

Description

The retinopathy data contains information on persons with retinopathy.

Usage

data(retinopathy)

Arguments

Format

A data frame with 613 observations on the following 5 variables.

RET

RET=1: no retinopathy, RET=2 nonproliferative retinopathy, RET=3 advanced retinopathy or blind

SM

SM=1: smoker, SM=0: non-smoker

DIAB

diabetes duration in years

GH

glycosylated hemoglobin measured in percent

BP

diastolic blood pressure in mmHg

References

Bender and Grouven (1998), Using binary logistic regression models for ordinal data with non-proportional odds, J. Clin. Epidemiol., 51, 809--816.

Examples

Run this code
 if (FALSE) {
## look for
if(interactive()){vignette("ordinal-retinopathy1")}
if(interactive()){vignette("ordinal-retinopathy2")}
 }

Run the code above in your browser using DataLab