hiv                   package:mimR                   R Documentation

_H_I_V

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     data(hiv)

_F_o_r_m_a_t:

     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$n'       :  the sample size.

_S_o_u_r_c_e:

     Roverato, A. & Whittaker, J.  (1996) A hyper normal prior
     distribution for approximate Bayes factor calculations on
     non-decomposable graphical Gaussian models, unpublished
     manuscript.

_E_x_a_m_p_l_e_s:

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

     v <- as.gmData(hiv)
     m <- mim("..",data=v)
     summary(fit(m))

