mar_table                package:vcd                R Documentation

_T_a_b_l_e _w_i_t_h _M_a_r_g_i_n_a_l _S_u_m_s

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

     Adds row and column sums to a two-way table.

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

     mar_table(x)

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

       x: a two-way table.

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

     A table with row and column totals added.

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

     David Meyer David.Meyer@R-project.org

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

     data(SexualFun)
     mar_table(SexualFun)

