glucose {SIN}R Documentation

Glucose

Description

From an investigation of determinants of blood glucose control. Data on 39 diabetic patients. The 4 variables are:

Usage

data(glucose)

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$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

data(glucose)
glucose$means
glucose$stddev
glucose$corr
glucose$n

[Package SIN version 0.4 Index]