alphaN
alphaN implements the Bayesian–frequentist compromise from Wulff & Taylor (2024): it returns a sample-size-dependent significance threshold derived from Bayes factors, so that the alpha level shrinks as the sample grows. An interactive web app built on the same method lets users explore thresholds without writing code.
install.packages("alphaN")
library(alphaN)
alphaN(n = 500)