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 / base / nlevels < prev    next >
Encoding:
Text File  |  1997-04-23  |  411 b   |  18 lines

  1.     
  2.     _T_h_e _N_u_m_b_e_r _o_f _L_e_v_e_l_s _o_f _a _F_a_c_t_o_r
  3.     
  4.          nlevels(x)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          nlevels returns the number of levels which its argument
  9.          has.  If the argument is not a factor NA is returned.
  10.     
  11.          The actual factor levels (if they exist) can be
  12.          obtained with the levels function.
  13.     
  14.     _S_e_e _A_l_s_o:
  15.     
  16.          levels.
  17.     
  18.