rmvnorm              package:eigenmodel              R Documentation

_S_a_m_p_l_e _f_r_o_m _t_h_e _m_u_l_t_i_v_a_r_i_a_t_e _n_o_r_m_a_l _d_i_s_t_r_i_b_u_t_i_o_n

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

     Sample from the multivariate normal distribution

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

     rmvnorm(mu, Sig2)

_A_r_g_u_m_e_n_t_s:

      mu: a p x 1 vector 

    Sig2: a p x p positive definite matrix

_V_a_l_u_e:

     a p x 1 vector

_A_u_t_h_o_r(_s):

     Peter Hoff

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

     rmvnorm( c(0,0,0),diag(rep(3,1)) )   

