Learn R Programming

SIN (version 0.4)

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: lcl{ glucose$means : the mean vector, glucose$stddev : the vector of standard deviations, glucose$corr : the correlation matrix, and glucose$n : the sample size. }

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