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 / survexp.us < prev    next >
Encoding:
Text File  |  1997-09-13  |  2.7 KB  |  70 lines

  1.     
  2.     _C_e_n_s_u_s _d_a_t_a _s_e_t_s _f_o_r _t_h_e _e_x_p_e_c_t_e_d _s_u_r_v_i_v_a_l _a_n_d _p_e_r_s_o_n _y_e_a_r_s
  3.     _f_u_n_c_t_i_o_n_s
  4.     
  5.     _A_r_g_u_m_e_n_t_s:
  6.     
  7.                us:
  8.          total United States population, by age and sex, 1960 to
  9.          1980.
  10.     
  11.           uswhite:
  12.          United States white population, by age and sex, 1950 to
  13.          1980.
  14.     
  15.               usr:
  16.          United States population, by age, sex and race, 1960 to
  17.          1980.  Race is white, nonwhite, or black.  For 1960 and
  18.          1970 the black population values were not reported
  19.          separately, so the nonwhite values were used.
  20.     
  21.                mn:
  22.          total Minnesota population, by age and sex, 1970 and
  23.          1980.
  24.     
  25.           mnwhite:
  26.          Minnesota white population, by age and sex, 1960 to
  27.          1980.
  28.     
  29.                fl:
  30.          total Florida population, by age and sex, 1970 and
  31.          1980.
  32.     
  33.               flr:
  34.          Florida population, by age, sex and race, 1970-1980.
  35.          Race is white, nonwhite, or black.  For 1970 the black
  36.          population values were not reported separately, so the
  37.          nonwhite values were used.
  38.     
  39.                az:
  40.          total Arizona population, by age and sex, 1970 and
  41.          1980.
  42.     
  43.               azr:
  44.          Arizona population, by age, sex and race, 1970-1980.
  45.          Race is white versus nonwhite.  For 1970 the nonwhite
  46.          population values were not reported separately.  In
  47.          order to make the rate table be a matrix, the 1980
  48.          values were repeated.  (White and non-white values are
  49.          quite different).  Each of these tables contains the
  50.          daily hazard rate for a matched subject from the popu-
  51.          lation, defined as -log(1-q)/365.24 where q is the 1
  52.          year probability of death as reported in the original
  53.          tables.  For age 25 in 1970, for instance, p = 1-q is
  54.          is the probability that a subject who becomes 25 years
  55.          of age in 1970 will achieve his/her 26th birthday.  The
  56.          tables are recast in terms of hazard per day entirely
  57.          for computational convenience.  (The fraction .24 in
  58.          the denominator is based on 24 leap years per century.)
  59.          Each table is stored as an array, with additional
  60.          attributes, and can be subset and manipulated as stan-
  61.          dard S arrays.  Interpolation between calander years is
  62.          done "on the fly" by the survexp routine.  Judging from
  63.          past experience, the 1990 data should become available
  64.          in 1995 or 96.  Some of the deficiencies, e.g. 1970
  65.          Arizona non-white, are a result of local conditions.
  66.          The data probably exists, but we don't have a copy it
  67.          in the library.  values for 1990 and 2000.  The details
  68.          can be found in technical report 55.
  69.     
  70.