powered by
Calculate the number of individuals with missing data by locus.
numMissing(g, prop = FALSE)
a '>gtypes object.
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.
prop = TRUE
# NOT RUN { data(msats.g) numMissing(msats.g) numMissing(msats.g, prop = TRUE) # }
Run the code above in your browser using DataLab