extractOdds {BayesFactor} | R Documentation |
Extract the odds from an object
Description
Extract the odds from an object
Usage
extractOdds(x, logodds = FALSE, onlyodds = FALSE)
## S4 method for signature 'BFodds'
extractOdds(x, logodds = FALSE, onlyodds = FALSE)
Arguments
x |
object from which to extract |
logodds |
return the logarithm |
onlyodds |
return a vector of only the odds |
Value
Returns an object containing odds extracted from the object
[Package BayesFactor version 0.9.12-4.7 Index]