multiPvalues        package:ffmanova        R Documentation(latin1)

_p-_v_a_l_u_e_s _f_r_o_m _M_A_N_O_V_A _t_e_s_t _s_t_a_t_i_s_t_i_c_s

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

     p-values from the four MANOVA test statistics are calculated
     according to the traditional F-distribution approximations (exact
     in some cases).

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

     multiPvalues(D, E, A, M, dim, dimX, dimY)

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

       D: Wilks' Lambda

       E: Roy's Largest Root

       A: Hotelling-Lawley Trace Statistic

       M: Pillay-Bartlett Trace Statistic

     dim: Number of observations

    dimX: Number of x-variables

    dimY: Number of y-variables

_D_e_t_a_i_l_s:

     The parameters 'dim', 'dimX' and 'dimY' corresponds to a situation
     where the test statistics are calculated from two data matrices
     with zero mean (test of independence).

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

      pD: p-value: Wilks' Lambda

      pE: p-value: LOWER BOUND for Roy's Largest Root

      pA: p-value: Hotelling-Lawley Trace Statistic

      pM: p-value: Pillay-Bartlett Trace Statistic

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

     yvind Langsrud and Bjrn-Helge Mevik

_S_e_e _A_l_s_o:

     'ffmanova'

