powered by
Estimation of Nm by private allele method of Slatkin and Barton. See this section of the Genepop executable documentation for more information on the statistical methods.
Nm_private( inputFile, outputFile = "", dataType = "Diploid", verbose = interactive() )
The path of the output file is returned invisibly.
The path of the input file, in Genepop format
character: The path of the output file
character: The haploid and diploid data
logical: whether to print some information
locinfile <- genepopExample('sample.txt') Nm_private(locinfile,'sample.txt.PRI') if ( ! interactive()) clean_workdir(otherfiles='sample.txt')
Run the code above in your browser using DataLab