pval                  package:xcms                  R Documentation

_G_e_n_e_r_a_t_e _p-_v_a_l_u_e_s _f_o_r _a _v_e_c_t_o_r _o_f _t-_s_t_a_t_i_s_t_i_c_s

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

     Generate p-values for a vector of Welch's two-sample t-statistics
     based on the t distribution.

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

     pval(X, classlabel, teststat)

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

       X: original data matrix

classlabel: integer vector with classlabel

teststat: numeric vector with Welch's two-sample t-statistics

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

     A numeric vector of p-values.

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

     Colin A. Smith, csmith@scripps.edu

_S_e_e _A_l_s_o:

     'mt.teststat'

