Extract the Bayes factor from an object
Extract the Bayes factor from an object
extractBF(x, logbf = FALSE, onlybf = FALSE) ## S4 method for signature 'BFBayesFactor' extractBF(x, logbf = FALSE, onlybf = FALSE)
x |
object from which to extract the Bayes factors |
logbf |
return the logarithm of the Bayes factors |
onlybf |
return a vector of only the Bayes factors |
Returns an object containing Bayes factors extracted from the object
## Sample from the posteriors for two models data(puzzles) bf = lmBF(RT ~ shape*color + ID, data = puzzles, whichRandom="ID", progress=FALSE) extractBF(bf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.