manova                 package:base                 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 of 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.

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

     B.D. Ripley

_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.

