MWwords                 package:alr3                 R Documentation

_W_o_r_d _f_r_e_q_u_e_n_c_i_e_s _f_r_o_m _M_o_s_t_e_l_l_e_r _a_n_d _W_a_l_l_a_c_e

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

     The data give the frequencies of words in works from four
     different sources: the political writings of eighteenth century
     American political figures Alexander Hamilton, James Madison, and
     John Jay, and the book _Ulysses_ by twentieth century Irish writer
     James Joyce.

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

     This data frame contains the following columns:

     _W_o_r_d Word 

     _H_a_m_i_l_t_o_n Hamilton frequency 

     _H_a_m_i_l_t_o_n_R_a_n_k Hamilton rank 

     _M_a_d_i_s_o_n Madison frequency 

     _M_a_d_i_s_o_n_R_a_n_k Madison rank 

     _J_a_y Jay frequency 

     _J_a_y_R_a_n_k Jay rank 

     _U_l_y_s_s_e_s Word frequency in _Ulysses_

     _U_l_y_s_s_e_s_R_a_n_k Word rank in _Ulysses_

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

     Mosteller, F. and Wallace, D. (1964). _Inference and Disputed
     Authorship: The Federalist._ Reading, MA: Addison-Wesley.

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

     Weisberg, S. (2005). _Applied Linear Regression_, 3rd edition. New
     York: Wiley, Problem 2.10.

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

     data(MWwords)

