Description
The data consists of 6 blood measurements taken on 107 babies:
- immunoglobin G,
- immunoglobin A,
- lymphocyte B,
- platelet count,
- lymphocyte T4,
- T4/T8 lymphocyte ratio.
Format
A list providing a summary of the data. The list contains:
hiv$means |
: |
the mean vector, |
hiv$stddev |
: |
the vector of standard deviations, |
hiv$corr |
: |
the correlation matrix, and |
hiv$means |
Source
Roverato, A. \& Whittaker, J. (1996) A hyper normal prior distribution
for approximate Bayes factor calculations on non-decomposable
graphical Gaussian models, unpublished manuscript.Examples
Run this codedata(hiv)
hiv$means
hiv$stddev
hiv$corr
hiv$n
Run the code above in your browser using DataLab