Bayes Factors, Strength of Evidence, Posterior probabilities and Chi-Squared test for Binomial Proportions
1 2 3 4 5 6 7 8 9 10 11 | test.null.binomial(
x,
success,
null_par,
hyper.par = c(1, 1),
haldane = FALSE,
pi_null = 0.5,
transf = "level",
bf_round = 2,
probs_round = 3
)
|
1 | test.null.binomial(austria_bl1, success = 1, null_par = theta_benford(1)[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.