Learn R Programming

ggm (version 2.2)

glucose: Glucose control

Description

Data on glucose control of diabetes patients.

Usage

data(glucose)

Arguments

source

Cox & Wermuth (1996), p. 229.

Details

Data on 68 patients with fewer than 25 years of diabetes. They were collected at the University of Mainz to identify psychological and socio-economic variables possibly important for glucose control, when patients choose the appropriate dose of treatment depending on the level of blood glucose measured several times per day.

The variable of primary interest is Y, glucose control, measured by glycosylated haemoglobin. X, knowledge about the illness, is a response of secondary interest. Variables Z, U and V measure patients' type of attribution, called fatalistic externality, social externality and internality. These are intermediate variables. Background variables are W, the duration of the illness, A the duration of formal schooling and B, gender. The background variables A and B are binary variables with coding -1, 1.

References

Cox, D. R. & Wermuth, N. (1996). Multivariate dependencies. London: Chapman & Hall.

Examples

Run this code
data(glucose)
## See Cox & Wermuth (1996), Figure 6.3 p. 140
coplot(Y ~ W | A, data=glucose)

Run the code above in your browser using DataLab