

melanoma(boot)                               R Documentation

_S_u_r_v_i_v_a_l _f_r_o_m _M_a_l_i_g_n_a_n_t _M_e_l_a_n_o_m_a

_A_r_g_u_m_e_n_t_s_:

    time: Survival time in days since the operation, possi-
          bly censored.

  status: The patients status at the end of the study. 1
          indicates that they had died from melanoma, 2
          indicates that they were still alive and 3 indi-
          cates that they had died from causes unrelated to
          their melanoma.

     sex: The patients sex; 1=male, 2=female.

     age: Age in years at the time of the operation.

    year: Year of operation.

thickness: Tumour thickness in mm.

   ulcer: Indicator of ulceration; 1=present, 0=absent.

_S_U_M_M_A_R_Y_:

     The `melanoma' data frame has 205 rows and 7 columns.

     The data consist of measurements made on patients with
     malignant melanoma.  Each patient had their tumour
     removed by surgery at the Department of Plastic
     Surgery, University Hospital of Odense, Denmark during
     the period 1962 to 1977.  The surgery consisted of com-
     plete removal of the tumour together with about 2.5cm
     of the surrounding skin.  Among the measurements taken
     were the thickness of the tumour and whether it was
     ulcerated or not.  These are thought to be important
     prognostic variables in that patients with a thick
     and/or ulcerated tumour have an increased chance of
     death from melanoma.  Patients were followed until the
     end of 1977.

_D_A_T_A _D_E_S_C_R_I_P_T_I_O_N_:

     This data frame contains the following columns:

_N_O_T_E_:

     This dataset is not related to the dataset in the
     `trellis' library with the same name.

_S_O_U_R_C_E_:

     The data were obtained from

     Andersen, P.K., Borgan, O., Gill, R.D. and Keiding, N.
     (1993) Statistical Models Based on Counting Processes.
     Springer-Verlag.

_O_T_H_E_R _R_E_F_E_R_E_N_C_E_S_:

     Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Meth-
     ods and Their Application. Cambridge University Press.

     Venables, W.N. and Ripley, B.D. (1994) Modern Applied
     Statistics with S-Plus. Springer-Verlag.

