lik.PO {BookEKM}R Documentation

Likelihood for parent offspring for all geneotypes

Description

Likelihood for parent child pair

Usage

lik.PO(p, AF, CH)

Arguments

p

Vector of allele frequencies

AF

Two alleles fro alleged father

CH

Two alleles for child

Value

A real, the likelihood

Author(s)

Thore Egeland <Thore.Egeland@nmbu.no>

References

To appear

Examples

lik.PO(c(0.5,0.5),1:2,1:2) #=0.25
lik.PO(c(0.5,0.5),1:2,1:2) #=0

[Package BookEKM version 1.0 Index]