Simulate_DistK: Generate a Bundle of Simulated distributions for No. of...

Description Usage Arguments Details Value Examples

View source: R/Simulate_DistK.R

Description

Generate a Bundle of Simulated distributions for No. of heterozygous loci with known heterozygosites

Usage

1

Arguments

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

Details

This function generates multinomial distribution for loci known the heterozygosity and build the simulated distribution for no. of heterozygous loci.

Value

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.

Examples

1
Simulate_DistK(runif(10),500,100)

mixIndependR documentation built on March 17, 2021, 5:09 p.m.