my_pValueF         package:ffmanova         R Documentation(latin1)

_F-_t_e_s_t _p-_v_a_l_u_e_s

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

     This is simply a wrapper around 'pf': 'my_pValueF(f, ny1, ny2)' is
     equivalent to 'pf(f, ny1, ny2, lower.tail = FALSE)'.

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

     my_pValueF(f, ny1, ny2)

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

       f: The F value

     ny1: The numerator df's

     ny2: The denominator df's

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

     A p-value.

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

     yvind Langsrud and Bjrn-Helge Mevik

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

     'pf'

