Learn R Programming

SIN (version 0.4)

hiv: HIV

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.

Usage

data(hiv)

Arguments

format

A list providing a summary of the data. The list contains: lcl{ hiv$means : the mean vector, hiv$stddev : the vector of standard deviations, hiv$corr : the correlation matrix, and hiv$n : the sample size. }

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 code
data(hiv)
hiv$means
hiv$stddev
hiv$corr
hiv$n

Run the code above in your browser using DataLab