stats-deprecated            package:stats            R Documentation

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s _i_n _S_t_a_t_s _p_a_c_k_a_g_e

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

     These functions are provided for compatibility with older versions
     of R only, and may be defunct as soon as the next release.

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

     mauchley.test(object, Sigma = diag(nrow = p),
        T = Thin.row(proj(M) - proj(X)), M = diag(nrow = p), X = ~0,
        idata = data.frame(index = seq(length = p)), ...)

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

  object: object of class 'SSD' or 'mlm'

   Sigma: Matrix to be proportional to

       T: Transformation matrix. By default computed from 'M' and 'X'

       M: Formula or matrix describing the outer projection

       X: Formula or matrix describing the inner projection

   idata: Data frame describing intra-block design

     ...: For consistency with generic

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

     'mauchley.test' was a misspelling of Mauchly's name, corrected by
     the introduction of 'mauchly.test'.

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

     'Deprecated'

