The example in https://rakutentech.github.io/BayesianExperiments.jl/dev/examples/#Examples:-Bayes-Factor-Models contains the line ``` bf = bayesfactor(model, stats) ``` , but `stats` is not defined in this example.