R/fct_bf_calculation_helpers.R
fullAlt_beta.Rd
These functions are required to run the Bayes factor analysis. The custom code is necessary because we use beta priors, and the BayesFactor package by default does not have built in beta priors. We thank Richard Morey for his help in developing these functions!
fullAlt_beta(p, y, N, alpha, beta)
normalize_beta(alpha, beta, interval)
restrictedAlt_beta(p, y, N, y_prior, N_prior, interval)
margLike_beta(y, N, y_prior, N_prior, interval)
BF01_beta(y, N, y_prior, N_prior, interval, null_prob)
numeric, to be added
numeric, to be added
numeric, to be added
numeric, to be added
numeric, to be added
numeric, to be added
numeric, to be added
numeric, to be added