powered by
BF gives Bayes factors for inequality constrained hypotheses on circular mean differences.
BF
BFc(object, hypothesis, type = "anchor")
an object used to select a method.
the inequality constrained hypothesis to test.
type of hypothesis to test c("anchor", "isotropic"). As of yet only anchor hypotheses can be tested.
c("anchor", "isotropic")
the methods BFc.bpnr and BFc.bpnme have their own help page.
library(bpnreg) fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor, its = 100, burn = 10, n.lag = 3) BFc(fit.Motor, hypothesis = "Condsemi.imp < Condimp")
Run the code above in your browser using DataLab