View source: R/classfunctions.R
| BFc.bpnme | R Documentation | 
Outputs Bayes Factors for inequality constrained hypotheses on the circular differences between several levels of a categorical variable and the baseline.
## S3 method for class 'bpnme'
BFc(object, hypothesis, type = "anchor")
| object | a  | 
| hypothesis | the inequality constrained hypothesis to test. | 
| type | type of hypothesis to test  | 
Bayes Factors for inequality constrained hypotheses on mean differences.
library(bpnreg)
fit.Maps <- bpnme(pred.I = Error.rad ~ Maze + Trial.type + L.c + (1|Subject),
data = Maps, its = 100, burn = 1, n.lag = 1)
BFc(fit.Maps, hypothesis = "Maze1 < Trial.type1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.