exp_F {purgeR}R Documentation

Expected inbreeding coefficient

Description

Estimates the expected inbreeding coefficient (F) as a function of the effective population size and generation number

Usage

exp_F(Ne, t)

Arguments

Ne

Effective population size

t

Generation number

Details

Computation of the inbreeding coefficient uses the classical formula:

F(t) = 1 - (1 - 1/2N) ^ t

Value

The inbreeding coefficient

References

See Also

ip_F

Examples

exp_F(Ne = 50, t = 0)
exp_F(Ne = 50, t = 50)
exp_F(Ne = 10, t = 50)

[Package purgeR version 1.8.2 Index]