state                  package:base                  R Documentation

_S_t_a_t_e_s _o_f _t_h_e _U._S._A.

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

     Data sets related to the 50 states of the United States of
     America.

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

     data(state)

_D_e_t_a_i_l_s:

     R currently contains the following ``state'' data sets. Note that
     all data are arranged according to alphabetical order of the state
     names.

     `_s_t_a_t_e._a_b_b': character vector of 2-letter abbreviations for the
          state names.

     `_s_t_a_t_e._a_r_e_a': numeric vector of state areas (in square miles).

     `_s_t_a_t_e._c_e_n_t_e_r': list with components named `x' and `y' giving the
          approximate geographic center of each state in negative
          longitude and latitude.  Alaska and Hawaii are placed just
          off the West Coast.

     `_s_t_a_t_e._d_i_v_i_s_i_o_n': factor giving state divisions (New England,
          Middle Atlantic, South Atlantic, East South Central, West
          South Central, East North Central, West North Central,
          Mountain, and Pacific).

     `_s_t_a_t_e._n_a_m_e': character vector giving the full state names.

     `_s_t_a_t_e._r_e_g_i_o_n': factor giving the region (Northeast, South, North
          Central, West) that each state belongs to.

     `_s_t_a_t_e._x_7_7': matrix with 50 rows and 8 columns giving the
          following statistics in the respective columns.

          `_P_o_p_u_l_a_t_i_o_n': population estimate as of July 1, 1975

          `_I_n_c_o_m_e': per capita income (1974)

          `_I_l_l_i_t_e_r_a_c_y': illiteracy (1970, percent of population)

          `_L_i_f_e _E_x_p': life expectancy in years (1969-71)

          `_M_u_r_d_e_r': murder and non-negligent manslaughter rate per
               100,000 population (1976)

          `_H_S _G_r_a_d': percent high-school graduates (1970)

          `_F_r_o_s_t': mean number of days with minimum temperature below
               freezing (1931-1960) in capital or large city

          `_A_r_e_a': land area in square miles

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

     U.S. Department of Commerce, Bureau of the Census (1977)
     Statistical Abstract of the United States.

     U.S. Department of Commerce, Bureau of the Census (1977) County
     and City Data Book.

