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 / ppoints < prev    next >
Encoding:
Text File  |  1997-04-23  |  588 b   |  22 lines

  1.     
  2.     _O_r_d_i_n_a_t_e_s _f_o_r _P_r_o_b_a_b_i_l_i_t_y _P_l_o_t_t_i_n_g
  3.     
  4.          ppoints(n)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                n : either the number of points generate or a
  9.                    vector of observations.
  10.     
  11.     _D_e_s_c_r_i_p_t_i_o_n:
  12.     
  13.          This generates the sequence of points (1:m - 0.5)/m
  14.          where m is either n, if length(n)==1, or length(n).  It
  15.          is used in qqplot, qqnorm to generate the set of proba-
  16.          bilities at which to evaluate the inverse distribution.
  17.     
  18.     _S_e_e _A_l_s_o:
  19.     
  20.          qqplot, qqnorm.
  21.     
  22.