prob_association_m {BeviMed} | R Documentation |
Calculate probability of association for one mode of inheritance
Description
Equivalent to prob_association
where the prior probability of one mode of inheritance is 1. This function is faster, as it only calls bevimed_m
once.
Usage
prob_association_m(y, min_ac = 1L, prior_prob_association = 0.01, ...)
Arguments
y |
Logical vector of case ( |
min_ac |
Integer vector with a length equalling the number of individuals or length |
prior_prob_association |
The prior probability of association. |
... |
Other arguments to pass to |
Value
Probability value.
See Also
log_BF
, prob_association
, bevimed_m