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 / survival4 / survfit.object < prev    next >
Encoding:
Text File  |  1997-09-13  |  2.4 KB  |  68 lines

  1.     
  2.     _S_u_r_v_i_v_a_l _C_u_r_v_e _O_b_j_e_c_t _T_h_i_s _c_l_a_s_s _o_f _o_b_j_e_c_t_s _i_s _r_e_t_u_r_n_e_d _b_y
  3.     _t_h_e _s_u_r_v_f_i_t _c_l_a_s_s _o_f _f_u_n_c_t_i_o_n_s _t_o _r_e_p_r_e_s_e_n_t _a _f_i_t_t_e_d _s_u_r_-
  4.     _v_i_v_a_l _c_u_r_v_e.  _O_b_j_e_c_t_s _o_f _t_h_i_s _c_l_a_s_s _h_a_v_e _m_e_t_h_o_d_s _f_o_r _t_h_e
  5.     _f_u_n_c_t_i_o_n_s _p_r_i_n_t, _s_u_m_m_a_r_y, _p_l_o_t, _p_o_i_n_t_s _a_n_d _l_i_n_e_s.
  6.     
  7.          The following components must be included in a legiti-
  8.          mate survfit object.
  9.     
  10.     _A_r_g_u_m_e_n_t_s:
  11.     
  12.              time:
  13.          the time points at which the curve has a step.
  14.     
  15.            n.risk:
  16.          the number of subjects at risk at t.
  17.     
  18.           n.event:
  19.          the number of events that occur at time t.
  20.     
  21.              surv:
  22.          the estimate of survival at time t+0.  This may be a
  23.          vector or a matrix.
  24.     
  25.            strata:
  26.          if there are multiple curves, this component gives the
  27.          number of elements of of the time etc. vectors
  28.          corresponding to the first curve, the second curve, and
  29.          so on.  The names of the elements are labels for the
  30.          curves.
  31.     
  32.              call:
  33.          an image of the call that produced the object.
  34.     
  35.           std.err:
  36.          the standard error of the cumulative hazard or
  37.          -log(survival).
  38.     
  39.            uppper:
  40.          upper confidence limit for the survival curve.
  41.     
  42.             lower:
  43.          lower confidence limit for the survival curve.
  44.     
  45.         conf.type:
  46.          the approximation used to compute the confidence lim-
  47.          its.
  48.     
  49.          conf.int:
  50.          the level of the confident limits, e.g. 90 or 95%.
  51.     
  52.         na.action:
  53.          the returned value from the na.action function, if any.
  54.          It will be used in the printout of the curve, e.g., the
  55.          number of observations deleted due to missing values.
  56.     
  57.          Survfit objects that contain multiple survival curves
  58.          can be subscripted.  This is most often used to plot a
  59.          subset of the curves.  Usually a single subscript will
  60.          be used.  In one particular case --- survival curves
  61.          for multiple covariate values, from a Cox model that
  62.          includes a strata statement --- there is a matrix of
  63.          curves and 2 subscripts may be used.  (In this case
  64.          summary.survfit will also print the data as a matrix).
  65.     
  66.          survfit, plot.survfit, summary.survfit.
  67.     
  68.