getCols                package:LPEadj                R Documentation

_G_e_t _n_u_m_b_e_r _o_f _r_e_p_l_i_c_a_t_e_s _f_r_o_m _c_h_a_r_a_c_t_e_r _v_e_c_t_o_r

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

     Get number of replicates from character vector

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

     getCols(labels)

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

  labels: 

     {character vector showing whether each column is control or
     treatment.  It is assumed that the columns are ordered, the first
     n1 reps are control the next n2 reps are treatment}

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

     Return vector of length two which are the number of reps for the
     first second group.

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

     Carl Murie carl.murie@mcgill.ca

