viewstat                package:fbat                R Documentation

_v_i_e_w _s_t_a_t_i_s_t_i_c_s _f_o_r _a _m_a_r_k_e_r

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

     view statistics for a marker

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

     viewstat(fbatObject, markerName)

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

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

markerName: name(s) of the marker(s) for which statistics is needed

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

     Print various stats for a marker, such as: family size, number of
     people in the family, number of informative families in the
     marker, the alleles of marker, scores for marker, expected score
     for marker, covariance matrix of the score for the marker,
     Moore-Penrose generealized inverse of covariance matrix and
     P-value.

_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)
       res<-fbat(CAMP)
       viewstat(res, "m709")
       viewstat(res, "m654")
       viewstat(res, "m47")
       viewstat(res, "p46")
       viewstat(res, "p79")
       viewstat(res, "p252")
       viewstat(res, "p491")
       viewstat(res, "p523")

