mpinc99               package:pinktoe               R Documentation

_E_D_M _s_i_g_n_i_n_g _d_a_t_a_b_a_s_e _f_o_r _1_9_9_9

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

     A binary matrix containing a zero/one entry for each cell which
     represents whether or not a given MP signed a given Early Day
     Motion.

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

     data(mpinc99)

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

     There are 549 MPs and 1243 EDMs.

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

     Nason, G.P. (2001) Early Day Motions: exploring backbench opinion
     during 1997-2000. _Technical Report_ 01:11, Department of
     Mathematics, University of Bristol.

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

     data(mpinc99)
     ## maybe str(mpinc99) ; plot(mpinc99) ...
     #
     # Did Irene Adams sign EDM3 ?
     #
     mpinc99[2, 3]
     # [1] 0
     #
     # No, she didn't!

