Learn R Programming

SIN (version 0.6)

glucose: Glucose

Description

From an investigation of determinants of blood glucose control. Data on 39 diabetic patients. The 4 variables are:
  • glycosylated hemoglobin GHb,
  • knowledge about the illness,
  • duration of the illness,
  • fatalism (measure of patient's attitude to disease).

Usage

data(glucose)

Arguments

Format

A list providing a summary of the data. The list contains:
glucose$means :
the mean vector, glucose$stddev
: the vector of standard deviations,
glucose$corr :
the correlation matrix, and glucose$means

Source

Cox, D.R. \& Wermuth, N. (1993) Linear Dependencies Represented by Chain Graphs. Statistical Science 8(3): 204-283. (See Table 7).

Examples

Run this code
data(glucose)
glucose$means
glucose$stddev
glucose$corr
glucose$n

Run the code above in your browser using DataLab