Ne_delta {purgeR} | R Documentation |
Realized effective population size (mean)
Description
Computes the mean realized effective population size. Note this function expected a mean delta_F value for all individuals in the reference population
Computes the standard error of the realized effective population size. Note this function expects the mean and standard deviation of delta F, as well as the total number of individuals in the reference population
Usage
Ne_delta(delta)
se_Ne_delta(delta)
Arguments
delta |
Vector of individual variations in inbreeding. |
Value
Mean effective population size.
Standard error of the effective population size.
[Package purgeR version 1.8.2 Index]