Simulate_DistK {mixIndependR} | R Documentation |
Generate a Bundle of Simulated distributions for No. of heterozygous loci with known heterozygosites
Simulate_DistK(H,m,t)
H |
a vector of average heterozygosity of each loci. Length of H is the number of loci. |
m |
the sample size you want, usually similar to the real sample size. |
t |
the number of samples you want to build |
This function generates multinomial distribution for loci known the heterozygosity and build the simulated distribution for no. of heterozygous loci.
a matrix of frequencies of No. of Heterozygous Loci. Each row denotes each simulated sample; Each column denotes each No. of Heterozygous loci, from 0 to length of H.
Simulate_DistK(runif(10),500,100)