richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
131 stars 48 forks source link

anovaBF() docs should reference extractBF() #124

Closed earcanal closed 5 years ago

earcanal commented 5 years ago

I think you need extractBF() to extract BFs from anovaBF()? This isn't clear from the anovaBF() docs.

richarddmorey commented 5 years ago

You don't need extractBF(); as.vector() or as.data.frame() will also do it.

earcanal commented 5 years ago

Thanks. Something like this then?

Bayes factors can be extracted from BFBayesFactor objects using extractBF(), as.vector() or as.data.frame().

richarddmorey commented 5 years ago

Sure, if you want to make a pull request I'll merge it.