melanoma               package:lattice               R Documentation

_M_e_l_a_n_o_m_a _s_k_i_n _c_a_n_c_e_r _i_n_c_i_d_e_n_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     These data from the Connecticut Tumor Registry present
     age-adjusted numbers of melanoma skin-cancer incidences per
     100,000 people in Connectict for the years from 1936 to 1972.

_U_s_a_g_e:

     melanoma

_F_o_r_m_a_t:

     A data frame with 37 observations on the following 2 variables.

     _y_e_a_r Years 1936 to 1972.

     _i_n_c_i_d_e_n_c_e Rate of melanoma cancer per 100,000 population.

_N_o_t_e:

     This dataset is not related to the 'melanoma' dataset in the
     *boot* package with the same name.

     The S-PLUS 6.2 help for the melanoma data says that the incidence
     rate is per _million_, but this is not consistent with data found
     at the National Cancer Institute (<URL: http://www.nci.nih.gov>).

_A_u_t_h_o_r(_s):

     Documentation contributed by Kevin Wright.

_S_o_u_r_c_e:

     Houghton, A., E. W. Munster, and M. V. Viola.  (1978).  Increased
     Incidence of Malignant Melanoma After Peaks of Sunspot Activity.
     _The Lancet_, *8*, 759-760.

_R_e_f_e_r_e_n_c_e_s:

     Cleveland, William S. (1993). _Visualizing Data_.  Hobart Press,
     Summit, New Jersey.

_E_x_a_m_p_l_e_s:

     # Time-series plot.  Figure 3.64 from Cleveland.
     xyplot(incidence ~ year,
       data = melanoma,
             aspect = "xy",
             panel = function(x, y)
                     panel.xyplot(x, y, type="o", pch = 16),
             ylim = c(0, 6),
             xlab = "Year",
             ylab = "Incidence")

