The proportion of pairings between a male and female both originating from poor winter habitat is calculated by subtraction using values calcualted by previous equations.

eq12_Pcpp(P.cgg, P.cgp, P.cpg, ...)

Arguments

P.cgg

Proportion of pairs in source (c) where male and female both originated from good (gg) winter habitat

P.cgp

Proportion of pairs in source (c) where male originated from good (g) and female originated from poor winter habitat

P.cpg

Proportion of pairs in source (c) where male originated from poor (p) and female originated from good (g) winter habitat

...

Additional parameters

Value

P.cpp: Scalar - Proportion of pairs between a male and female both from poor habitat

Details

Note that in the original paper, equations 10 and 11 both are named "P.cgp" but in equation 12 it is implied that 10 should be P.cgp while 11 should P.cpg. This would maake the 2nd subscript for the male condition (P.cg_) and the 3rd subscript for the female condition (P.c_p)

Examples

eq12_Pcpp(P.cgg = 1, P.cgp = 0.0, P.cpg = 0.0)
#> [1] 0