powered by
Calculate the Bayes factor (BF10) for an F-test, either against a point null or an interval null hypothesis.
BF10.f.test(fval, df1, df2, dff, rscale, f_m, model, e = NULL)
The Bayes factor (BF10) for the F-test.
Observed F-value from the F-test.
Degrees of freedom for the numerator of the F-test.
Degrees of freedom for the denominator of the F-test.
Degrees of freedom for the analysis prior under the alternative hypothesis (if applicable).
Scaling parameter for the analysis effect size prior.
Cohen's f effect size parameter for the analysis prior.
Statistical model of the analysis prior under the alternative hypothesis: effect size prior ("effectsize") or Moment prior ("Moment").
"effectsize"
"Moment"
Optional numeric vector specifying bounds for an interval null; used if interval BF is calculated.
BF10.f.test( fval = 4.5, df1 = 2, df2 = 12, dff = 12, rscale = 0.707, f_m = .1, model = "effectsize" )
Run the code above in your browser using DataLab