presidents               package:stats               R Documentation

_Q_u_a_r_t_e_r_l_y _A_p_p_r_o_v_a_l _R_a_t_i_n_g_s _o_f _U_S _P_r_e_s_i_d_e_n_t_s

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

     The (approximately) quarterly approval rating for the President of
     the United states from the first quarter of 1945 to the last
     quarter of 1974.

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

     data(presidents)

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

     A time series of 120 values.

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

     The data are actually a fudged version of the approval ratings. 
     See McNeil's book for details.

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

     The Gallup Organisation.

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

     McNeil, D. R. (1977) _Interactive Data Analysis_. New York: Wiley.

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

     data(presidents)
     plot(presidents, las = 1, ylab = "Approval rating (%)",
          main = "presidents data")

