evalProb {selfingTree} | R Documentation |
This function symbolically sums the marginal probabilities of relevant nodes and evaluates them with user specified values for the recombination frequencies.
evalProb(node.prob, x = 0, y = 0, z = 0, chunk.size = min(length(node.prob),75))
node.prob |
Character vector with symbolic marginal node
probabilities, i.e., a (subset of) an element of the list returned by
function |
x , y , z |
Recombination frequencies. For three-marker genotypes,
|
chunk.size |
|
The genotype probability (numeric
).
Frank Technow
evalProb(extractProbs(genSubtree.3M("BAA","AAB")),x = 0.123,y = 0.344)