extract_prob_association {BeviMed} | R Documentation |
Extract the posterior probability of association
Description
Get posterior probability of association as numeric value, or optionally as numeric vector of length two with probabilities broken down by mode of inheritance (by passing by_model=TRUE
), from a BeviMed
object.
Usage
extract_prob_association(x, by_model = FALSE)
Arguments
x |
Object of class |
by_model |
Logical value determining whether to return probabilities broken down by mode of inheritance. |
Value
Probability values.
See Also
[Package BeviMed version 5.10 Index]