simex                package:mixstock                R Documentation

_A _s_m_a_l_l _s_a_m_p_l_e _m_i_x_e_d _s_t_o_c_k _a_n_a_l_y_s_i_s _d_a_t_a _s_e_t

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

     This data set is just a small example, generated with four markers
     (haplotypes) and two sources (rookeries: four markers later
     condensed with 'markfreq.condense' to three), using true marker
     frequencies {0.65,0.33,0.01,0.1} in rookery A and
     {0.33,0.65,0.01,0.1} in rookery B; and true contributions of 90%
     from rookery A and 10% from rookery B.  In other words, it was
     generated with the commands 'true.freq <- matrix(c(0.65, 0.33,
     0.01, 0.01, 0.33, 0.65, 0.01, 0.01), ncol = 2)' 'true.contrib <-
     c(0.9, 0.1)' 'simmixstock0(true.freq, true.contrib, sourcesampsize
     = 50,  mixsampsize = 100, rseed = 1004)'

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

     data(simex)

_F_o_r_m_a_t:

     an object, called 'simex', of class 'mixstock.data'

