home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / ctest / friedman.test < prev    next >
Encoding:
Text File  |  1997-09-13  |  1.3 KB  |  38 lines

  1.     
  2.     _F_r_i_e_d_m_a_n _R_a_n_k _S_u_m _T_e_s_t
  3.     
  4.          friedman.test(y, groups, blocks)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                y : either a numeric vector of data values, or a
  9.                    data matrix.
  10.     
  11.           groups : a vector giving the group for the correspond-
  12.                    ing elements of y if this is a vector;
  13.                    ignored if y is a matrix.  If not a factor
  14.                    object, it is coerced to one.
  15.     
  16.           blocks : a vector giving the block for the correspond-
  17.                    ing elements of y if this is a vector;
  18.                    ignored if y is a matrix.  If not a factor
  19.                    object, it is coerced to one.
  20.     
  21.     _D_e_s_c_r_i_p_t_i_o_n:
  22.     
  23.          friedman.test can be used for analyzing unreplicated
  24.          complete block designs (i.e., there is exactly one
  25.          observation in y for each combination of levels of
  26.          groups and blocks) where the normality assumption may
  27.          be violated.
  28.     
  29.          The null hypothesis is that apart from an effect of
  30.          blocks, the location parameter of y is the same in each
  31.          of the groups.
  32.     
  33.          If y is a matrix, groups and blocks are obtained from
  34.          the column and row indices, respectively.  NA's are not
  35.          allowed in groups or blocks;  if y contains NA's,
  36.          corresponding blocks are removed.
  37.     
  38.