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 / var.test < prev    next >
Encoding:
Text File  |  1997-09-13  |  831 b   |  27 lines

  1.     
  2.     _F _T_e_s_t _t_o _C_o_m_p_a_r_e _T_w_o _V_a_r_i_a_n_c_e_s
  3.     
  4.          var.test(x, y, ratio = 1, alternative = "two.sided",
  5.                   conf.level = 0.95)
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.             x, y : numeric vectors of data values.
  10.     
  11.            ratio : the hypothesized ratio of the population
  12.                    variances of x and y.
  13.     
  14.      alternative : indicates the alternative hypothesis and must
  15.                    be one of "two.sided", "greater" or "less".
  16.                    You can specify just the initial letter.
  17.     
  18.       conf.level : confidence level for the returned confidence
  19.                    interval.
  20.     
  21.     _D_e_s_c_r_i_p_t_i_o_n:
  22.     
  23.          var.test performs an F test of the null that the ratio
  24.          of the variances of the populations from which x and y
  25.          were drawn is equal to ratio.
  26.     
  27.