summaryPvalue              package:fbat              R Documentation

_s_u_m_m_a_r_i_z_e _t_h_e _t_e_s_t _s_t_a_t_i_s_t_i_c_s _a_n_d _p-_v_a_l_u_e_s

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

     summarize the test statistics and p-values

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

     summaryPvalue(fbatObject)

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

fbatObject: Object for Family Based Association Tests. See references.

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

     Print summary of test statistics and p-value.

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

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

     Gregory R. Warnes warnes@bst.rochester.edu and Nitin Jain
     nitin.jain@pfizer.com

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

     <URL: http://www.biostat.harvard.edu/~fbat/fbat.htm>

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

       data(CAMP)
       tmp<-fbat(CAMP)
       summaryPvalue(tmp)

