manova                 package:stats                 R Documentation

_M_u_l_t_i_v_a_r_i_a_t_e _A_n_a_l_y_s_i_s _o_f _V_a_r_i_a_n_c_e

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

     A class for the multivariate analysis of variance.

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

     manova(...)

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

     ...: Arguments to be passed to 'aov'.

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

     Class '"manova"' differs from class '"aov"' in selecting a
     different 'summary' method.  Function 'manova' calls 'aov' and
     then add class '"manova"' to the result object for each stratum.

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

     See 'aov' and the comments in 'Details' here.

_N_o_t_e:

     'manova' does not support multistratum analysis of variance, so
     the formula should not include an 'Error' term.

_R_e_f_e_r_e_n_c_e_s:

     Krzanowski, W. J. (1988) _Principles of Multivariate Analysis. A
     User's Perspective._ Oxford.

     Hand, D. J. and Taylor, C. C.  (1987) _Multivariate Analysis of
     Variance and Repeated Measures._ Chapman and Hall.

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

     'aov', 'summary.manova', the latter containing examples.

