Description Usage Arguments Value Author(s) Examples
Calculate the number of individuals with missing data by locus.
1 | numMissing(g, by.strata = FALSE, prop = FALSE)
|
g |
a gtypes object. |
by.strata |
logical - return results grouped by strata? |
prop |
logical determining whether to return proportion missing. |
a vector of loci with number (or, if prop = TRUE
,
the proportion) of individuals missing data for at least one allele.
Eric Archer eric.archer@noaa.gov
1 2 3 4 | data(msats.g)
numMissing(msats.g)
numMissing(msats.g, prop = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.