vshar                package:JudgeIt                R Documentation

_v_s_h_a_r - _v_o_t_e _s_h_a_r_e _g_i_v_e_n _t_w_o _v_o_t_e _t_o_t_a_l_s

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

     Given two vote totals (or fractions), outputs the share of the
     vote received by the first party.

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

     vshar(r1, r2)

_A_r_g_u_m_e_n_t_s:

   r1,r2: vectors of total votes or fractions.

_V_a_l_u_e:

     r1/(r1+r2)

_A_u_t_h_o_r(_s):

     Andrew C. Thomas

