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-M / help / local / isoton < prev    next >
Encoding:
Text File  |  1997-09-13  |  520 b   |  29 lines

  1.     
  2.     _i_s_o_t_o_n: _I_s_o_t_o_n_i_c _R_e_g_r_e_s_s_i_o_n
  3.     
  4.          isoton(x, wt)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.                 x:
  9.          a vector containing variable to be isotonized.
  10.     
  11.                wt:
  12.          an optional vector of weights.
  13.     
  14.               Value:
  15.     
  16.               structure with the following components:
  17.     
  18.                 y:
  19.          the isotonized y vector.
  20.     
  21.          Description:
  22.     
  23.           Uses the monosm function by B. Brown (on StatLib).
  24.     
  25.     _E_x_a_m_p_l_e_s:
  26.     
  27.          isoton(rnorm(10))
  28.     
  29.